Author Topic: Error when submiting a job  (Read 3984 times)

Pendragon

  • Newbie
  • *
  • Posts: 1
Error when submiting a job
« on: October 11, 2007, 05:53:34 PM »
I think this has to do with configuring qube and properly mapping drives but I'm not sure exactly what's going on here.

ERROR: scenefile [//fileserver/3dshare/Projects/Default/scenes/Can.mb] does not exist on the execution machine [fx64] at C:\Program Files\pfx\jobtypes/maya/MayaJob.pm line 170.


eric

  • Hero Member
  • *****
  • Posts: 229
Re: Error when submiting a job
« Reply #1 on: October 12, 2007, 05:49:53 AM »
Since you're accessing a UNC path, you don't have to worry about mapping.

The first thing you should then do is make sure that the qubeproxy user can access the share without requiring an authentication. You should be able to login as qubeproxy on the Worker host, and then access the path to your scenefile using something like Windows Explorer. It should work without requiring a password.

Once you can do that, you should be able to test this by submitting this command line job:

dir \\fileserver\3dshare\Projects\Default\scenes\Can.mb

More information about how the qubeproxy user works can be found in the Post-installation chapter of the Installation manual.