Works fine inside BI Dev. Studio, but fails when scheduling it in SQL server 2005.
Hi!
We are currently developing a project in SQLIS using the BI dev. studio. The package executes with no problems in the development environment, but when I try to deploy it and execute it using the SQL Server Agent, the package fails.
"Work flow"
--
01. Build a package deployment utility (Rebuild all).
02. Runs the deplotment utility.
03. Checks that the latest package has been installed.
04. Creates a new job in SQL Server, using the SQL Server Agent.
05. Adds a new step to the job.
06. Sets that it is a DTS package that should be run ("file-based")
07. Sets the location of the package.
08. Saves the job.
09. Starts the job manually
After step 9, the job runs for a while until it stops...
I've tried several different setups, disabling parts of the package, and after I've disabled some part of the package it run. But the next time I start it fails again...
All software is run on the same server. I'm using the "Base installation" of SQL Server 2005.
Hope someone can point me out in some direction...
Best regards,
Mattias
[1098 byte] By [
mattis] at [2007-12-16]
Thanks, now I have enabled logging on the package in BI Stutio. How do I set the configuration string for the "DTS Log Provider for Text Files"?
This is the error message I get in the history:
--
The return value was unknown. The process exit code was -1073741819. The step failed.
--
Current software used:
Microsoft SQL Server Management Studio 9.00.852.00
Microsoft Analysis Services Client Tools 2000.090.0852.00
Microsoft Data Access Components (MDAC) 2000.086.1830.00 (srv03_sp1_rtm.050324-1447)
Microsoft MSXML 2.6 3.0 5.0 6.0
Microsoft Internet Explorer 6.0.3790.1830
Microsoft .NET Framework 2.0.40607.42
Operating System 5.2.3790
/Mattias
Having similar issue. The job step running an ssis pacakge fails with a -1073741819. But package runs fine from BIDS. I have logging enabled and see no messages pertaining to the ssis package. It's like it never makes it inside the package.
I'm running sql server 2005 for ia64 (64 bit Itanium). This was running fine then we scrubbed the server and reinstalled everything and added sp1. Now three out of the nine jobs I was running get the above error.
The failing jobs run ssis packages that pull data from our db2 mainframe. These particular packages all have where clauses in the select statement that pull the data. All the other jobs executing successfully are running packages that are doing a full dump with no where clauses in the select.
"... but the BIZARRE thing is that my job completes all the actions, then fails reporting 'Process Exit Code -1073741819' problem."
We're having the same exact issue on multi-CPU servers.
We contacted MSS and were issued with a HotFix (No KB924345), but it doesn't work.
One of the DLLs does not get updated and the issue persists.
Still waiting for Microsoft :-(
There is a simple work-around (if you can live with it):
- Set "MaxConcurrentExecutables = 1" in the Package Properties of all SSIS packages that are failing.
This forces execution of the package on only 1 CPU and the problem disappeared for us.
Cheers,
Saul