Forum Replies Created
-
-
14th September 2019 at 1:19 pm #21841
Seems fine. Could you post the complete template constructor ?
Also does it works for you on the stock template ? Are you on 9.0.14 right ?13th September 2019 at 11:51 am #21790Yes, look for the Maya multitask validation shipped template, it shows you how to perform a pre-job check on the dependancies using a single task job, then chain a multi-chunk job (like frames rendering), and then perform a job end using again a single task job.. it should fit your needs.
13th September 2019 at 11:04 am #21786For the logic Muster is implemented, jobs parent of other jobs are not possible at the moment. Have you considered Multi-task templates ? you can schedule multiple different tasks in different chunks into a single job, and have a complete resume in the chunks view.
5th September 2019 at 10:55 am #21398Do you mind installing 9.0.14 on just one client and confirm me the behaviour is the same ? seems things are working in reverse order on your site, while a user running as service is detected as a logged user, interactively logged users are detected as unlogged user. Very weird, things are working in the right way here but our test farm is at 9.0.14 at the moment, so I would like to exclude is something happened on 9.0.13. If you get the same behaviour, you may need to get in touch with us directly by email and we need to send you a couple of test .exe to run on your site to gather further information on what’s going on.
5th September 2019 at 10:01 am #21394Hi Gemba,
As far as we know there have been no feedbacks about this problem when using the Renderclient as a Windows service.
From what you report, seems the problem is quite different. Basically you get a shutdown even the user is logged, so it is not the service that counts as a logged user, but rather logged users not detected at all. Could you confirm this behaviour ? Could you also tell us if just enabling “make client unavailable on user login” puts the client in a “user locked” status ?
Depending on those, we can understand if it’s just the shutdown operation that’s skipping the logged status, or something else.
Also, and not less important, please tell us your Muster version actually installed.28th August 2019 at 1:27 pm #21007Well that’s part of the regular windows startup process, you can bypass the problem by configuring the drive mappings mounting at job startup instead of service startup, this will mount/unmount the drives before a job starts and I think they will be available at that moment
28th August 2019 at 1:25 pm #21006Double check that after you re configure a client to Vray 2019, the templates/job are not in the clients exclusion lists (they prevent the job to be started again). You can purge them right clicking on a node and select purge templates exclusion list and purge jobs exclusion list. It is intended by design after a startup error like the one you get.
23rd August 2019 at 10:38 am #20766No this is not a known problem. Check your renderclient.log file just after the first restart (when the Drive mappings is supposed to not being mapped), it should report a reason for not mapping the drive. Maybe when you restart the machine the network services are still not up on the drive mapping side ?
18th August 2019 at 10:04 am #20577you are calling your function CheckNameFolder that in turns downloads all the jobs, that’s why your script is slow. You may consider a different way to submit the job without checking if that folder exists, maybe doing the check in a separate script that you launch just once.
16th August 2019 at 7:19 pm #20498You need to press the “CODE” button at the top of the text field to put the answer, like:
import MClientAPI
15th August 2019 at 1:47 pm #20436Could you post your connection script ? By default when you connect with the APIs jobs are not downloaded ….
6th June 2019 at 6:04 pm #17754On Linux/Mac, look for the .Muster9 folder inside your home folder, there’s a workspaces.xml file that you can share.
In Windows, it is under C:\Users\USER\AppData\Roaming(or Local or LocalNow depending on your system settings)\.Muster9\workspaces.xml6th June 2019 at 6:02 pm #17753Thanks Alex, we add this into the TODO/EVAL list.
-