I have a DTS package that imports data from an Excel Spreadsheet, the file is located on the SQL Server and has a path D:\file\filename.xls
The DTS works fine when run on the server.
I am now trying to execute the DTS from vb. The DTS runs ok, but I get an error
Additional information: 'D:\file\filename.xls' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
Question: How do I correctly reference teh file in my DTS so it can be executed from a workstation.
TIA
The DTS works fine when run on the server.
I am now trying to execute the DTS from vb. The DTS runs ok, but I get an error
Additional information: 'D:\file\filename.xls' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
Question: How do I correctly reference teh file in my DTS so it can be executed from a workstation.
TIA