I’m having trouble with the SMTD script.
getfileModdate @"\sfs-file\repository5\temp_TempDate.txt"
– Runtime error: Cannot access file: “\sfs-file\repository5\temp_TempDate.txt”
But if I create a new text file and run:
getFileModDate @"\sfs-file\repository5\temp\a.txt"
It’s peachy.
There is just something about those files created by maxscript that it doesn’t like.
Also it says it’s creating a log but it’s not. There isn’t a \log\ path in the thinkbox\deadline\bin folder. I created one manually but still no luck.
[code]Resolving Network Path: 153ms
SMTD_AutoLoadSuccessful = true
Loading RegionManipulator.ms: 6843ms
Loading TileManipulator.ms: 1975ms
Total SMTD Launcher Time: 10234ms
– Error occurred in SMTD_MainRollout.open(); filename: C:\Users\ggreenwalt\AppData\Local\Autodesk\3dsMax\2012 - 64bit\enu\scripts\SubmitMaxToDeadline.ms; position: 23960; line: 663
– Frame:
MAXScript Rollout Handler Exception:
– Runtime error: FileStream cannot create: C:\Program Files\Thinkbox\Deadline\bin\logs\SubmitMaxToDeadline - [DAEDALUS] - 4-15-2011-0000.log <<
– Error occurred in SMTD_JobScheduling.open(); filename: C:\Users\ggreenwalt\AppData\Local\Autodesk\3dsMax\2012 - 64bit\enu\scripts\SubmitMaxToDeadline.ms; position: 54548; line: 1440
– Frame:
– theFile: undefined
– theIndex: 1
– theFS: #()
– tempFile: “C:\Program Files\Thinkbox\Deadline\bin\temp_TempDate.txt”
– theDate: undefinedMAXScript Rollout Handler Exception:
– Runtime error: FileStream cannot create: C:\Program Files\Thinkbox\Deadline\bin\temp_TempDate.txt <<
[/code]