dbTalk Databases Forums  

SSIS - dtutil

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SSIS - dtutil in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Tobi
 
Posts: n/a

Default SSIS - dtutil - 08-18-2006 , 08:05 AM






I have the following command that imports my package into SSIS but i
can't seem to set ProtectionLevel 5 (ServerStorage). I can do this
manually if I select import package but not from the command line.

DTUtil /DestS SERVER\INSTANCE /FILE "D:\MyPackage.dtsx" /COPY
SQL;"\Packages\MyPackage"

Does anyone have any suggestion please.

Regards

Toby.


Reply With Quote
  #2  
Old   
Charles Kangai
 
Posts: n/a

Default RE: SSIS - dtutil - 08-18-2006 , 09:13 AM






Hi Tobi,

It writes a new copy when you encrypt, so there is no need to specify /COPY.
Do the following:

DTUtil /FILE "D:\MyPackage.dtsx" /Encrypt SQL;"MyPackage";5 /DestS
SERVER\INSTANCE

Cheers,

Charles Kangai, MCT, MCDBA

"Tobi" wrote:

Quote:
I have the following command that imports my package into SSIS but i
can't seem to set ProtectionLevel 5 (ServerStorage). I can do this
manually if I select import package but not from the command line.

DTUtil /DestS SERVER\INSTANCE /FILE "D:\MyPackage.dtsx" /COPY
SQL;"\Packages\MyPackage"

Does anyone have any suggestion please.

Regards

Toby.



Reply With Quote
  #3  
Old   
DCochran@nospam.nospam
 
Posts: n/a

Default Re: SSIS - dtutil - 08-18-2006 , 09:15 AM




Tobi wrote:
Quote:
I have the following command that imports my package into SSIS but i
can't seem to set ProtectionLevel 5 (ServerStorage). I can do this
manually if I select import package but not from the command line.

DTUtil /DestS SERVER\INSTANCE /FILE "D:\MyPackage.dtsx" /COPY
SQL;"\Packages\MyPackage"

Does anyone have any suggestion please.

Regards

Toby.
I just used the "Save Copy of mypackage.dtsx as ..." in Visual Studio
and selected SQL Server and setting it at the bottom of the form. I
never got it to work on the command line either.

HTH
Dave



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.