Products | Versions |
---|---|
TIBCO DataSynapse GridServer | - |
Not Applicable | - |
Resolution:
It is possible to use UNC paths to specify a hostname or directory within a driver.properties file. However, you will need to change all backslashes (\) to forward slashes (/) in the path.
For example, to change the input directory for task (Job) inputs to the UNC path
homerjob1-dir, change the following line:
DSWebserverDir=./ds-data
to this:
DSWebserverDir=//homer/job1-dir