I’m able to import package into integration services via DTUTIL import, however when I access integration services I cannot find the package in question.
The command used is as follows:
DTUTIL /FILE C:\temp\<PackageFile>.dtsx /DestServer <servername> /copy SQL;<Packagename>/DestU <Username> /DestP <Password>
When I import the package.dtsx from the SQL management studio integration services, will successful import and render the package.
I’m not sure whether we need to include additional parameters to specify the root of the msdb (root).
Resolved the issue, by specifying the path in quotes as shown below:
instead of
That works