I have an SSIS project that is deployed to a sql server.
The setup of the project is a parent dtsx package, and many child packages.
The parent executes each of the chid packages.
If I run the parent from BIDS, calling the children that are on the SQL Server, it works fine.
If I execute it from SQL Management Console running on my laptop, connected to the SQL Server, It works.
If I remote into the SQL Server and run it from SQL Agent or SQL Management Console, the job fails with the error:
Error 0xC0202009 while preparing to load the package. SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x%1!8.8X!.
for each of the children.
This has quite suddenly stopped working, and I cannot figure out why it will work being executed from my laptop, but not on the server.
Any ideas?
Thanks
BobP
When you remote in, are you logging in with the same user/password that you use on your laptop? If not, it is probably a problem with security.|||Yes I am. That's what is stumping me. Since I am running it from SQL Management Studio logged in as the same user, it should run from both machines.
Thanks
BobP
|||The difference is that for the first two scenarios you listed above, you are likely executing them from your machine. That is, dtexec.exe on your machine is executing the packages. When you remote in, you are using the dtexec.exe on the server. This means that things like network connectivity/firewalls/etc... come into play that might not be on your local machine.What version of SQL Server do you have installed on your local workstation? Do you have the full SSIS client installed?|||
Hey Phil!
I didn't realize that if i run a sql package, logged into SSIS in SQL Management Console that it ran with the DTExec on my machine. Thanks for that bit of info.
However... Yes, I have the full SSIS installed on my machine, and the versions are:
Server 9.0.3042
Workstation: 9.0.3042
The irritating thing about this is that it started happening after it had been working for 2 months.
And as far as I know, nothing has changed on the server.
BobP
|||
BobP - BIM wrote:
However... Yes, I have the full SSIS installed on my machine, and the versions are:
Server 9.0.3042
Workstation: 9.0.3042
More specifically, Standard, Developer, or Enterprise versions? Also, which is installed on the server?|||
Sever is running enterprise 64 bit
Workstation is running developer.
Thanks!
|||
BobP - BIM wrote:
Sever is running enterprise 64 bit
Workstation is running developer.
Thanks!
Okay, so using this arrangement, when connected to Integration Services, through SSMS, you should be executing the copy on the server. That's my understanding.
Has this package run successfully before on a 64-bit machine? Do you have package logging turned on?|||
Nevermind... After a server re-boot, it is working fine now.
Thanks for all the help!
BobP
No comments:
Post a Comment