Using UNC paths in a driver.properties file

Using UNC paths in a driver.properties file

book

Article ID: KB0086579

calendar_today

Updated On:

Products Versions
TIBCO DataSynapse GridServer -
Not Applicable -

Description

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

Issue/Introduction

Using UNC paths in a driver.properties file