DTS with ASP
From: E. Davids (anonymous_at_discussions.microsoft.com)
Date: 05/25/04
- Next message: allen_at_sitel.co.uk: "Excel Export"
- Previous message: Rand Boyd [MSFT]: "RE: DTS scheduled package fails"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 25 May 2004 08:21:05 -0700
Hi,
Regarding the following link I have implemented:
Execute a package from Active Server Pages (ASP)
(http://www.sqldts.com/default.aspx?207)
There is only one thing that I can't resolve. Most DTS run fine with ASP but one of them has the following error:
- the particular DTS runs fine manually
- DTS stops while running via ASP
- Few statements runs fine (like task Dynamic Properties, Execute SQL task, Transform Data task)
- After the Transform Data Task I can see the data is in the temporary table
- The package log also sais that this one was executed fine
- The next job however is not executed
- The log sais nothing about malfunctioning, all remaining tasks are not executed anymore
- The main package (all before is done in a sub package that is called from the main DTS) shows that:
Step Error Source: Microsoft Data Transformation Services (DTS) Package
Step Error Description:Execution was canceled by user.
Step Error code: 80040427
Step Error Help File:sqldts80.hlp
Step Error Help Context ID:10100
Does anybody know why it was cancelled in ASP? Why doesn't the DTS continue with the other 'normal' steps?
Regards,
Edgar
- Next message: allen_at_sitel.co.uk: "Excel Export"
- Previous message: Rand Boyd [MSFT]: "RE: DTS scheduled package fails"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|