Hi, I am trying to change routes for my clients, but I have not been able to make any progress for some days…
I need a conversion of all the paths from A-Z to be converted to \ACRender_Sync, but it has not worked for me and I am a little lost.
Some users send their work from a drive application, some of them have it installed in C:\ACRender_Sync and F:\ACRender_Sync.
First user: The first thing I did is a test with this method, When I detect the houdini file from a HIP and job located in C:\ I have created the following rule for the nodes to access the server and have access to the local location, ok all this works correctly.
INFO: Set HOUDINI_PATHMAP to {"C:/ACRender_Sync":"//192.168.1.119/ACRender_Sync", "D:/ACRender_Sync":"//192.168.1.119/ACRender_Sync", "F:/ACRender_Sync":"//192.168.1.119/ACRender_Sync"}
2022-12-02 14:49:51: 0: INFO: Redshift Path Mapping...
2022-12-02 14:49:51: 0: INFO: source: "C:\ACRender_Sync" dest: "\\192.168.1.119\ACRender_Sync"
2022-12-02 14:49:51: 0: INFO: source: "D:\ACRender_Sync" dest: "\\192.168.1.119\ACRender_Sync"
2022-12-02 14:49:51: 0: INFO: source: "F:\ACRender_Sync" dest: "\\192.168.1.119\ACRender_Sync"
2022-12-02 14:49:51: 0: CheckPathMapping: Swapped "C:/ACRender_Sync/Project/RWD.LesanJoan.Ryzenator/Vfx/Houdini Reddit/Scripts/Joan/plano02/plano02 v03 shoot_timing.hip" with "\\192.168.1.119\ACRender_Sync/Project/RWD.LesanJoan.Ryzenator/Vfx/Houdini Reddit/Scripts/Joan/plano02/plano02 v03 shoot_timing.hip"
2022-12-02 14:50:02: 0: STDOUT: Setting variable "JOB" to \\192.168.1.119\ACRender_Sync/Project/RWD.LesanJoan.Ryzenator
2022-12-02 14:44:29: 0: CheckPathMapping: Swapped "D:/ACRender_Sync/Project/RWD.LesanJoan.Ryzenator/Vfx/Houdini Reddit/Scripts/Joan/plano04/plano04_franceses v32 NEW Gorro_poly.hip" with "\\192.168.1.119\ACRender_Sync/Project/RWD.LesanJoan.Ryzenator/Vfx/Houdini Reddit/Scripts/Joan/plano04/plano04_franceses v32 NEW Gorro_poly.hip"
2022-12-02 14:44:35: 0: STDOUT: Input File: //192.168.1.119/ACRender_Sync/Project/RWD.LesanJoan.Ryzenator/Vfx/Houdini Reddit/Scripts/Joan/plano04/plano04_franceses v32 NEW Gorro_poly.hip
2022-12-02 14:44:36: 0: STDOUT: Could not find node /obj/ipr_camera
2022-12-02 14:44:36: 0: STDOUT: Begin Path Mapping
2022-12-02 14:44:38: 0: STDOUT: b''
2022-12-02 14:44:40: 0: STDOUT: b''
2022-12-02 14:44:40: 0: STDOUT: Setting variable "JOB" to \\192.168.1.119\ACRender_Sync/Project/RWD.LesanJoan.Ryzenator
2022-12-02 14:44:40: 0: STDOUT: Setting variable "POSE" to \\192.168.1.119\ACRender_Sync\Project\RWD.LesanJoan.Ryzenator
Second User: But when a job comes from a F:drive it loads the scene and renders, but when it writes to file there is nothing.
As houdini doesn’t give much information in deadline I have compared the 2 logs but they are the same.
With the second test I found the F:\ disk problem but this setup does not work with the previous one.
What I did is to create a path that replaces F:\ to C:\ AND from C:\ to \192.168.1.119\ACRender_Sync
and it makes the change correctly and renders.
2022-12-02 01:46:50: 0: INFO: Set HOUDINI_PATHMAP to {"A:/":"C:/", "D:/":"C:/", "F:/":"C:/", "C:/ACRender_Sync":"//192.168.1.119/ACRender_Sync"}
2022-12-02 01:46:50: 0: INFO: Redshift Path Mapping...
2022-12-02 01:46:50: 0: INFO: source: "A:\" dest: "C:\"
2022-12-02 01:46:50: 0: INFO: source: "D:\" dest: "C:\"
2022-12-02 01:46:50: 0: INFO: source: "F:\" dest: "C:\"
2022-12-02 01:46:50: 0: INFO: source: "C:\ACRender_Sync" dest: "\\192.168.1.119\ACRender_Sync"
2022-12-02 01:46:50: 0: CheckPathMapping: Swapped "F:/ACRender_Sync/Project/RWD.Sergio.Alvarez.DESKTOP-861JA99/DEF_crowdsVelada_v02.hip" with "C:\ACRender_Sync/Project/RWD.Sergio.Alvarez.DESKTOP-861JA99/DEF_crowdsVelada_v02.hip"