Hi
Please see the bottom of your screenshots.
RR warns that not all processes that have been started have been closed yet.
We have already got reports that this happens on some sites, but not all.
I assume that in some environments these tools are started with the system and not when Maya is started.
Or the license type is different and they close.
Anyway, we have added a workaround for our Maya scripts:
We terminate these tools after Maya finished.
ADSSO is terminated in RR for over a year.
ADPCLIENTSERVICE and AdskLicensingAgent will be terminated with the next RR update.
I assume you have created your own render config for Maya scripts?
Please edit your render config and after
CommandLine= <CheckExitCode> <FN>
add these lines:
CommandLine= "<rrBin64>rrKillWait" 1 ADSSO -this
CommandLine= "<rrBin64>rrKillWait" 1 ADPCLIENTSERVICE -this
CommandLine= "<rrBin64>rrKillWait" 1 AdskLicensingAgent -this
regards,
Holger Schönberger
Please use the rrKnights Tavern
or our support system for new questions.
Ok, so you are writing a batch/shell file.
If you have some time you could test an other way.
Open the scene file in Maya, then choose menu RRender “Pick python script to execute”.
RR takes care of opening the file as it does with any render job.
Then executes your python script within the scene.
Or course this a test only.
I assume you have some pipeline tool that creates the .bat files.
Which could be modified to use the same submission as this test.
R270| ' 17:32.18 rrMaya : Frame #1120 done. Frame Time: 0:00:41.673776 h:m:s.ms
R271| ' 17:32.18 rrMaya : Render done
R272| ' 17:32.18 rrMaya : .
R273| ' 17:32.18 rrMaya : ...
R274| ' 17:32.18 rrMaya : .....
R275| ' 17:32.18 rrMaya : ..end..
R276|
R277|
R278| >"C:\Program Files\RoyalRender\lc64\rrCheckexitcode.exe" 0 0 0 1040
R279| ++____________________________________________________________________________________________________
0| ++ Nov 27. 17:32.21 Render executable closed ____________________________________________________
1| ++ Royal Render checks the return code of the executable or the OS _______________________________
2| ++ Executable returned 0 (0x0) as exit code for frame 1040 (jobthread 0). ________________________
3| ++ Executable finished ___________________________________________________________________________
4| ++____________________________________________________________________________________________________
5| >"\\storr\diskr\RoyalRender\bin\win64\rrKillWait" 1 ADSSO true
6| ||rrKillWait|| wait 0.2s for ADSSO.EXE. thisProcessGroup.
7| ||rrKillWait|| this process group was started by ... (ID 7888 RRKILLWAIT.EXE)
8| ||rrKillWait|| parent of our process group starter ... (ID 10004 CMD.EXE)
9| ||rrKillWait|| no render app with same parent process found. Searching render apps without parent
10| ||rrKillWait|| found (with parent) ADSSO.EXE ID 2416 ppID 8072
11|
12| +++++++++++++++++++++++++ All commandlines executed +++++++++++++++++++++++++++++++++++
13| +++++ 17:32:21,75
14| +++++ Job ID: {X3D }
15| +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
16|
17|
18|
19|
20| Current time:Nov 27. 17:43.30
21| Total processing time: 00:13.27 h:m.s
22| Max memory usage: 4.0GB (of 127GB installed, total system usage at same time: 8.6GB. Nov 27. 17:32.13)
23| Max CPU usage: 100% 128.0 of 128 cores (total system usage at same time: 0.0. Nov 27. 17:30.23)
Hi
We have already added the ADPCLIENTSERVICE kill to the maya config file.
Unfortunately the current RR update took/takes a bit more time as we move from RR 9.0 to 9.1.
But the good news is that we are in the last steps of testing everything.
So it should be available this week.
I see the issue:
ADPClientService and AdskLicensingAgent are usually started by Maya directly.
But sometimes ADPClientService is started by AdskLicensingAgent.
Which means AdskLicensingAgent must be killed first.
We already fixed the order in which the processes are killed with RR 9.1.07.
I can see that you are using RR 9.1.12.
So either our Maya config files have not been updated because of a custom change
(In this case compare the config file to the one in the subfolder rr_original)
or you are using a custom config file which requires you to change the kill order.
PS:
Please note that your support&maintenance has expired.
Our system has already send a reminder to extend support&maintenance to contact@...box some time ago.