'findstr' is not recognized as an internal or external command, operable program or batch file.
then the node quits...
houdini.env issue somewhere? i've copied the local .env stuff into
S:\RR\render_apps\_setenv\all\houdini__inhouse.rrEnv
am i missing something obvious?
a
Hi
By default, RR does not use the houdini.env.
All env vars are set in the setenv .rrEnv files in Royal Render.
“findstr” looks like an issue with the syntax in one of the rrEnv files.
I need to take a look at complete log and your rrEnv files:
Please select the job in rrControl.
Then execute "Export debug info - selected job(s)" via the menu "Debug".
Please upload via www.RoyalRender.de/upload_r.php
Otherwise, If it would not be “findstr”, I would have assumed that Redshift is setup as network installation in RR, but was not copied into RR yet:
https://www.royalrender.de/help/3rdPartyRenderer3.html
regards,
Holger Schönberger
Craftsman and Keeper of the Royal Render Flame
Please use the rrKnights Tavern
or our support system for new questions.
Hi
The Windows env var PATH is broken.
Therefore it does not find any executable, including findstr.
The issue are the lines you have added to houdini__inhouse.rrEnv.
$PATH is the Linux way to write end vars.
The houdini.env uses the Linux format, but RRs rrEnv files do not.
Then you do not need to specify all env vars for Redshift, RR does that for you.
RR just needs to know where Redshift is located.
Steps to fix: