dbTalk Databases Forums  

SSIS job problem

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


Discuss SSIS job problem in the microsoft.public.sqlserver.dts forum.



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

Default SSIS job problem - 12-07-2006 , 02:17 PM






I wrote and deployed an SSIS package as a file system package (SQLServer
2005). I tried scheduling the package to run as a job step using SQL Agent
Service Account with Windows Authentication and I have admin rights. It
fails. I have tried a lot of things to get this job to run the package but
to no avail.

I then tried using the dtexec utility with the file path and I changed the
security protection level to EncryptSensitiveWithPassword and provided the
password in the command line. This works. But I have to supply the
password in the command line which I do not want to do.

Could someone:

A. explain why I cannot run my package as a job step
B. if I have to use the command line utility how I can get away from
providing the package password in the command line

Much thanks,
Sienna



Reply With Quote
  #2  
Old   
Slice
 
Posts: n/a

Default Re: SSIS job problem - 12-07-2006 , 02:58 PM






I would speculate that this type of problem 2005 or otherwise are
nearly always related to what credentials are being used for the "SQL
Agent".

I would guess you may have to use that login when you publish/deploy
the package instead of your own; my guess is that even if both set of
crendials are admins - it would not allow the second admin (agent) to
open / execute / use the package which was encrypted (using first
admin). In fact I might even speculate the the key might be different
between servers so saving on one instance and opening on another might
not work - though I would have hoped they immplemented that feature
with the "domain user" account in mind.

Oh - on command line clear text passwords - put the command line into a
..bat file and then deny all rights to that file but to appropriate NT
GROUP.

Report back your findings/resolve!

Sienna wrote:
Quote:
I wrote and deployed an SSIS package as a file system package (SQLServer
2005). I tried scheduling the package to run as a job step using SQL Agent
Service Account with Windows Authentication and I have admin rights. It
fails. I have tried a lot of things to get this job to run the package but
to no avail.

I then tried using the dtexec utility with the file path and I changed the
security protection level to EncryptSensitiveWithPassword and provided the
password in the command line. This works. But I have to supply the
password in the command line which I do not want to do.

Could someone:

A. explain why I cannot run my package as a job step
B. if I have to use the command line utility how I can get away from
providing the package password in the command line

Much thanks,
Sienna


Reply With Quote
  #3  
Old   
Slice
 
Posts: n/a

Default Re: SSIS job problem - 12-07-2006 , 03:01 PM



Ah - better yet there are tons of options under the package properties,
ProtectionLevel - did you consider changing those as a solution?


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.