What alternatives do we have for constructing the path name for the sender and receiver communication channels on PI to have a “variable” instead of hard coding? Can we specify a drive letter for which we can create a mapped drive? Or can we use an environment variable in the path which we can setup for each PI server (DEV, QA & PROD?
e.g. %windir% might substitute as C:\Windows
I have come across constructing receiver path and file name dynamically. Could we do the same with the sender, so as to make it easy when transported to QA and PROD
Thank you