![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
-----Original Message----- I have several DTS packages and I have scheduled them. The Agent starts them up but never gets a complete status. I stop them manually and look at the log and the DTS package itself completes successfully. Can anyone help with this please. Thanks Alan . |
#3
| |||
| |||
|
|
Here is the error I get: Executed as user: HUSSMANN\BRIBESA. DTSRun: Loading... DTSRun: Executing... DTSRun OnStart: DTSStep_DTSExecutePackageTask_1 DTSRun OnFinish: DTSStep_DTSExecutePackageTask_1 DTSRun OnStart: DTSStep_DTSExecuteSQLTask_1 DTSRun OnFinish: DTSStep_DTSExecuteSQLTask_1 DTSRun OnStart: DTSStep_DTSDynamicPropertiesTask_1 DTSRun OnFinish: DTSStep_DTSDynamicPropertiesTask_1 DTSRun OnStart: DTSStep_DTSActiveScriptTask_2 DTSRun OnFinish: DTSStep_DTSActiveScriptTask_2 DTSRun OnStart: DTSStep_DTSDynamicPropertiesTask_2 DTSRun OnFinish: DTSStep_DTSDynamicPropertiesTask_2 DTSRun OnStart: DTSStep_DTSDataPumpTask_1 DTSRun OnProgress: DTSStep_DTSDataPumpTask_1; 999 Rows have been transformed or copied.; PercentComplete = 0; ProgressCount = 999 DTSRun OnFinish: DTSStep_DTSDataPumpTask_1 DTSRun OnStart: DTSStep_DTSActiveScriptTask_1 DTSRun OnFinish: DTSStep_DTSActiveScriptTask_1 DTSRun: Package execution complete. Process Exit Code - 1073741819. The step failed. -----Original Message----- I have several DTS packages and I have scheduled them. The Agent starts them up but never gets a complete status. I stop them manually and look at the log and the DTS package itself completes successfully. Can anyone help with this please. Thanks Alan . |
#4
| |||
| |||
|
|
-----Original Message----- Hi Alan, Check this link... maybe you will find the problem. http://support.microsoft.com/default.aspx?scid=kb;EN- US;Q269074 Also make sure you close connection after finish you pkg. JFB "Alan Ayers" <alan_ayers (AT) irco (DOT) com> wrote in message news:01ef01c34650$307ca930$a501280a (AT) phx (DOT) gbl... Here is the error I get: Executed as user: HUSSMANN\BRIBESA. DTSRun: Loading... DTSRun: Executing... DTSRun OnStart: DTSStep_DTSExecutePackageTask_1 DTSRun OnFinish: DTSStep_DTSExecutePackageTask_1 DTSRun OnStart: DTSStep_DTSExecuteSQLTask_1 DTSRun OnFinish: DTSStep_DTSExecuteSQLTask_1 DTSRun OnStart: DTSStep_DTSDynamicPropertiesTask_1 DTSRun OnFinish: DTSStep_DTSDynamicPropertiesTask_1 DTSRun OnStart: DTSStep_DTSActiveScriptTask_2 DTSRun OnFinish: DTSStep_DTSActiveScriptTask_2 DTSRun OnStart: DTSStep_DTSDynamicPropertiesTask_2 DTSRun OnFinish: DTSStep_DTSDynamicPropertiesTask_2 DTSRun OnStart: DTSStep_DTSDataPumpTask_1 DTSRun OnProgress: DTSStep_DTSDataPumpTask_1; 999 Rows have been transformed or copied.; PercentComplete = 0; ProgressCount = 999 DTSRun OnFinish: DTSStep_DTSDataPumpTask_1 DTSRun OnStart: DTSStep_DTSActiveScriptTask_1 DTSRun OnFinish: DTSStep_DTSActiveScriptTask_1 DTSRun: Package execution complete. Process Exit Code - 1073741819. The step failed. -----Original Message----- I have several DTS packages and I have scheduled them. The Agent starts them up but never gets a complete status. I stop them manually and look at the log and the DTS package itself completes successfully. Can anyone help with this please. Thanks Alan . . |
#5
| |||
| |||
|
|
-----Original Message----- Hi Alan, Check this link... maybe you will find the problem. http://support.microsoft.com/default.aspx?scid=kb;EN- US;Q269074 Also make sure you close connection after finish you pkg. JFB "Alan Ayers" <alan_ayers (AT) irco (DOT) com> wrote in message news:01ef01c34650$307ca930$a501280a (AT) phx (DOT) gbl... Here is the error I get: Executed as user: HUSSMANN\BRIBESA. DTSRun: Loading... DTSRun: Executing... DTSRun OnStart: DTSStep_DTSExecutePackageTask_1 DTSRun OnFinish: DTSStep_DTSExecutePackageTask_1 DTSRun OnStart: DTSStep_DTSExecuteSQLTask_1 DTSRun OnFinish: DTSStep_DTSExecuteSQLTask_1 DTSRun OnStart: DTSStep_DTSDynamicPropertiesTask_1 DTSRun OnFinish: DTSStep_DTSDynamicPropertiesTask_1 DTSRun OnStart: DTSStep_DTSActiveScriptTask_2 DTSRun OnFinish: DTSStep_DTSActiveScriptTask_2 DTSRun OnStart: DTSStep_DTSDynamicPropertiesTask_2 DTSRun OnFinish: DTSStep_DTSDynamicPropertiesTask_2 DTSRun OnStart: DTSStep_DTSDataPumpTask_1 DTSRun OnProgress: DTSStep_DTSDataPumpTask_1; 999 Rows have been transformed or copied.; PercentComplete = 0; ProgressCount = 999 DTSRun OnFinish: DTSStep_DTSDataPumpTask_1 DTSRun OnStart: DTSStep_DTSActiveScriptTask_1 DTSRun OnFinish: DTSStep_DTSActiveScriptTask_1 DTSRun: Package execution complete. Process Exit Code - 1073741819. The step failed. -----Original Message----- I have several DTS packages and I have scheduled them. The Agent starts them up but never gets a complete status. I stop them manually and look at the log and the DTS package itself completes successfully. Can anyone help with this please. Thanks Alan . . |
#6
| |||
| |||
|
|
I found the problem. I execute another dts package which is the first step. In that step I must execute on the main package thread and make sure the connection is closed. Then in the main process I do the same thing and they now work. Thanks for your help. Alan -----Original Message----- Hi Alan, Check this link... maybe you will find the problem. http://support.microsoft.com/default.aspx?scid=kb;EN- US;Q269074 Also make sure you close connection after finish you pkg. JFB "Alan Ayers" <alan_ayers (AT) irco (DOT) com> wrote in message news:01ef01c34650$307ca930$a501280a (AT) phx (DOT) gbl... Here is the error I get: Executed as user: HUSSMANN\BRIBESA. DTSRun: Loading... DTSRun: Executing... DTSRun OnStart: DTSStep_DTSExecutePackageTask_1 DTSRun OnFinish: DTSStep_DTSExecutePackageTask_1 DTSRun OnStart: DTSStep_DTSExecuteSQLTask_1 DTSRun OnFinish: DTSStep_DTSExecuteSQLTask_1 DTSRun OnStart: DTSStep_DTSDynamicPropertiesTask_1 DTSRun OnFinish: DTSStep_DTSDynamicPropertiesTask_1 DTSRun OnStart: DTSStep_DTSActiveScriptTask_2 DTSRun OnFinish: DTSStep_DTSActiveScriptTask_2 DTSRun OnStart: DTSStep_DTSDynamicPropertiesTask_2 DTSRun OnFinish: DTSStep_DTSDynamicPropertiesTask_2 DTSRun OnStart: DTSStep_DTSDataPumpTask_1 DTSRun OnProgress: DTSStep_DTSDataPumpTask_1; 999 Rows have been transformed or copied.; PercentComplete = 0; ProgressCount = 999 DTSRun OnFinish: DTSStep_DTSDataPumpTask_1 DTSRun OnStart: DTSStep_DTSActiveScriptTask_1 DTSRun OnFinish: DTSStep_DTSActiveScriptTask_1 DTSRun: Package execution complete. Process Exit Code - 1073741819. The step failed. -----Original Message----- I have several DTS packages and I have scheduled them. The Agent starts them up but never gets a complete status. I stop them manually and look at the log and the DTS package itself completes successfully. Can anyone help with this please. Thanks Alan . . |
![]() |
| Thread Tools | |
| Display Modes | |
| |