Trying to use backburner for After FX network rendering via the command line tool described in the Max's help file.
I can't seem to connect to the manager
Manager settings
managername : kdgdc02
ip: 172.0.1.2
subnet: 255.255.0.0
port: 3234
and this is the batch file I am trying to send to backburner :
cmdjob –jobname “after effects test” –manager 172.0.1.2 -netmask 255.255.0.0 -port 3234 –taskfile c:\tasklist.txt –taskname 1 c:\aerender.exe –project c:\NetRenderTest.aep –comp “comp1” –s %tp2 –e %tp3
*those are not the paths for the files i just shortened them to c:\ for this post to make debuging easier
Always get :
error:could not find manager
I even got this message with this simple line :
cmdjob –jobname “Test” –manager 172.0.1.2 -netmask 255.255.0.0 -port 3234
I even try cmdjob –jobname “Test” –manager kdgdc02
Any ideas of what i'm doing wrong?
Can anyone test only that simple command:
cmdjob –jobname “test” –manager managername
I think the netmask is the problem... by default backburner netmask is 255.255.255.0
Please Help !
I post the same question here :
http://forums.cgsociety.org/showthread.php?f=6&t=471039
Best regards.
I can't seem to connect to the manager
Manager settings
managername : kdgdc02
ip: 172.0.1.2
subnet: 255.255.0.0
port: 3234
and this is the batch file I am trying to send to backburner :
cmdjob –jobname “after effects test” –manager 172.0.1.2 -netmask 255.255.0.0 -port 3234 –taskfile c:\tasklist.txt –taskname 1 c:\aerender.exe –project c:\NetRenderTest.aep –comp “comp1” –s %tp2 –e %tp3
*those are not the paths for the files i just shortened them to c:\ for this post to make debuging easier
Always get :
error:could not find manager
I even got this message with this simple line :
cmdjob –jobname “Test” –manager 172.0.1.2 -netmask 255.255.0.0 -port 3234
I even try cmdjob –jobname “Test” –manager kdgdc02
Any ideas of what i'm doing wrong?
Can anyone test only that simple command:
cmdjob –jobname “test” –manager managername
I think the netmask is the problem... by default backburner netmask is 255.255.255.0
Please Help !
I post the same question here :
http://forums.cgsociety.org/showthread.php?f=6&t=471039
Best regards.
Comment