Jump to content

Hqueue submit with Rez


mathieuN

Recommended Posts

Hello Evryone,

 

Context:

I am currently building a VFX pipeline based on "Rez" system for dynamic environnement resolution on Windows 10.

My question is about the job submition on hqueue.

Evrything work fine, except when my job is calculating, houdini can not find my textures or writing any bgeo on server, due to the windows server letter mapping.

 

  log error exemple:

 *** OCTANE API MSG: Could not load 'Q:\RESSOURCES\TEXTURES\EnvMap\substance\sequence\substanceHDR.011.exr:rgba'.

if I change the map path to a UNC path, evrything work fine like this: '\\***.***.*.*\tutu\RESSOURCES\TEXTURES\EnvMap\substance\sequence\

where "\\***.***.*.*\tutu\" = "Q:"

 

Work around:

To fix this issue it looks like I have 2 solutions :

  1.  Making a script who switch the windows letter path to a UNC path before sending the job -> brute force and not a very elegant way
  2.  Using the default hqueue hda's and adding my custom variables -> look more natural way to me but I have no idea how it's work, i try to add a PYTHONPATH env, nothing changes, I try to changes the HQCOMMANDS, nothing changed ...

 

Questions:

Does anyone have experencing custom environement in hqueue or custom batch command using the default rop nodes, 'simulation' and 'render'?

If somebody have any idea to fix the fact that hqueue can't read a path using letters (the hqserver.ini is configurated well I think)

 

Thanks for you time.

I really hope you have a solution, except to switch to linux :-)

 

Best Regards

Mathieu

 

Rez:

https://github.com/nerdvegas/rez

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...