Adding an Unmounted Network Drive to a Path Variable in DQC

Reported for version 10

How to add an unmounted network drive to a path variable in DQC

Because of current Eclipse limitations, is not possible to set the path variable directly in the GUI. However, it is possible to enter the pathVariable manually by adding the following to the runtimeConfig.

Use: <pathVariable name="SOME_VAR_NAME" value="\\\\host\someDirectory\anotherDir\"/>. Where the variable, host, and directories should be configured to suit your environment. For example: <pathVariable name="DQrptFS" value="\\\\DEVFS04\DEV02\DATA\DQIT_Reports\raw\"/>. Once entered, you can use the path variable in the GUI with filename fields after that.