DTUTIL Path is not valid -
09-27-2006
, 03:30 AM
Hi i'm trying to install a dtsx package in SQL Server 2005 Package
Store and i'm keeping getting back the error: "The path is not valid".
Perhaps someone could help me with this?
This is what i tried so far:
DTUTIL FILE "C:\Program Files\xxx\test.dtsx" /COPY DTS;test
-->Path not Found
DTUTIL FILE "C:\Program Files\xxx\test.dtsx" /Exists
The specified package exists
So it seems that the problem is caused by the DTS option...
Any help appreciated,
Hennie |