Config file setup in Orchestrator

Hi,

I want to run one of my job on Orchestrator. Currently I have my code in different PC and config file stored in shared drive when I publish this orchestrator not reading the config file its throwing method exception any guidance how should I handle config file when I move my job to orchestrator???

Hi,

Use the absolute path of your config file (as apposed to the Relative one).

Relative: Data\Config.xlsx
Absolute R:\Project\Data\Config.xlsx

For more “configurability”, you could store your config path onto an asset in the Orchestrator.

Cheers