Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ZachM
Starting Member
28 Posts |
Posted - 2007-10-19 : 10:32:08
|
Hi All, I am able to execute my ssis package from BID environment using SQL Server Authentication. However, when I deploy the package on SQL Serve 2005 using Windows Authentication, the package fails. The package is a simple one, it read two servers, truncate tables and load the data on the destination server. I am not sure why this fails when I execute the package on the server environment, but works fine when I run it from BID. Any help would be greatly appreciated.Thanks |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2007-10-19 : 11:30:47
|
Have you tried turning on logging?It's usually because passwords are not saved with the package but I doubt if that's the case with this.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
ZachM
Starting Member
28 Posts |
Posted - 2007-10-19 : 12:42:23
|
I am new to ssis and not sure how to turning on logging. Would you be so kind as to send me some instructions.ThanksZach |
 |
|
igorblackbelt
Constraint Violating Yak Guru
407 Posts |
Posted - 2007-10-19 : 21:35:19
|
How are you executing that after you deployed that to your server? |
 |
|
ZachM
Starting Member
28 Posts |
Posted - 2007-10-22 : 11:56:05
|
I use window auth. to deploy the package to server. I use scheduler to schedule the package to kick off. |
 |
|
|
|
|