Wednesday, March 7, 2012

DTSRUN.exe Fails to Initialize

I have been seeing these intermittently in our event logs...
Event Type: Information
Event Source: Application Popup
Event Category: None
Event ID: 26
Date: 1/30/2006
Time: 6:00:30 PM
User: N/A
Computer: PNTD3BSQLCJ1
Description:
Application popup: dtsrun.exe - Application Error : The application failed to
initialize properly (0xc0000142). Click on OK to terminate the application.
... Anyone have an incite to the problem?
Thanks in advance.I had a similar issue in trying to execute osql commands from an
Asp.net application. As I recall... this was associated with
insufficient memory associated with the Asp.net memory pool.
I'd start with that. If you determine that this is not a memory
issue...
I'd go through the following progression to trouble shoot...
1.)Run the DTS package from EM
2.)Check passwords etc have not changed on the database
3.)run the dts command from the command line...you may get a more
descriptive error here.
HTH
MJKulangara
http://sqladventures.blogspot.com|||I found the following KB article regarding the problem...
http://support.microsoft.com/kb/824422

No comments:

Post a Comment