remove WsDeployService hard coded filepath to environment.xml file
Description
On line 35 of /esp/services/WsDeploy/WsDeployServices.cpp there is a #define for STANDARD_CONFIG_STAGED_PATH. This string literal is hard coded to /etc/HPCCSystems/environment.xml which causes configmgr to break if you are running the platform from an alternate location.
Quick fix to make it variable at compile time, to use the values set in the build-config.h header file.
Conclusion
None
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
On line 35 of /esp/services/WsDeploy/WsDeployServices.cpp there is a #define for STANDARD_CONFIG_STAGED_PATH. This string literal is hard coded to /etc/HPCCSystems/environment.xml which causes configmgr to break if you are running the platform from an alternate location.
Quick fix to make it variable at compile time, to use the values set in the build-config.h header file.