![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
From the job history these lines show: 12/19/2006 10:25:57,Eksporter til |
#2
| |||
| |||
|
|
I have a package that transfers data from a table in SQL Server to a table with identical schema in Oracle. This package runs fine when run from Visual Studio, but it fails when I set it up with a schedule in SSMS. Error message is: Execution of job 'Eksporter til Formula' failed. See the history log for details. From the job history these lines show: 12/19/2006 10:25:57,Eksporter til Formula,Error,0,GK-VIRKSOM02,Eksporter til Formula,(Job outcome),,The job failed. The Job was invoked by User GKDOMAIN\virksom. The last step to run was step 1 (Kjør SSIS Pakke for eksport til ORACLE).,00:00:53,0,0,,,,0 12/19/2006 10:25:57,Eksporter til Formula,Error,1,GK-VIRKSOM02,Eksporter til Formula,Kjør SSIS Pakke for eksport til ORACLE,,Executed as user: GKDOMAIN\virksom. The package execution failed. The step failed.,00:00:53,0,0,,,,0 The job only fails when there are rows in the source tables. When I run the package in VS I am logged in as the same user that is shown in the log above. Can anyone help me? It seems to me that the information from the job history is useless... it doesnt tell me anything about what actually happened, and nothing I dont already know. Are there any other places I could get more details? How can I debug this when it runs fine in my debug tool (VS)? Sincerely Svein Terje Gaup |
#3
| |||
| |||
|
|
OK, I found a way to get more information, but its very frustrating that I cant copy the information to the clipboard. What I did was open SSMS, then from the View menu, I selected "Registered Servers", then clicked the icon "Integration Services". Then got the jobs stored on the SQL Server listed. I then was able to execute the job, and got a running progress report. Only problem is I have to write very much text from the error message shown, since its not possible to copy the text to the clipboard. Or is there a way? I'd better get started typing the error message if I'm going to be finished today. Svein Terje Svein Terje Gaup skrev: I have a package that transfers data from a table in SQL Server to a table with identical schema in Oracle. This package runs fine when run from Visual Studio, but it fails when I set it up with a schedule in SSMS. Error message is: Execution of job 'Eksporter til Formula' failed. See the history log for details. From the job history these lines show: 12/19/2006 10:25:57,Eksporter til Formula,Error,0,GK-VIRKSOM02,Eksporter til Formula,(Job outcome),,The job failed. The Job was invoked by User GKDOMAIN\virksom. The last step to run was step 1 (Kjør SSIS Pakke for eksport til ORACLE).,00:00:53,0,0,,,,0 12/19/2006 10:25:57,Eksporter til Formula,Error,1,GK-VIRKSOM02,Eksporter til Formula,Kjør SSIS Pakke for eksport til ORACLE,,Executed as user: GKDOMAIN\virksom. The package execution failed. The step failed.,00:00:53,0,0,,,,0 The job only fails when there are rows in the source tables. When I run the package in VS I am logged in as the same user that is shown in the log above. Can anyone help me? It seems to me that the information from the job history is useless... it doesnt tell me anything about what actually happened, and nothing I dont already know. Are there any other places I could get more details? How can I debug this when it runs fine in my debug tool (VS)? Sincerely Svein Terje Gaup |
![]() |
| Thread Tools | |
| Display Modes | |
| |