Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
PatDeV
Posting Yak Master
197 Posts |
Posted - 2007-06-21 : 10:39:46
|
Hi,I am getting error while running SSIS package. When i run as a job it fails and giving me error saying in history --> The return value was unknown. and job fails!!when i try to run by it self if fails giving error for fatal error messate. and in event viewer it says .Net run time reporting!!-->Faulting application dtexecui.exe, version 9.0.2047.0, stamp 443f5ad3, faulting module dtspipeline.dll, version 2005.90.2047.0, stamp 443f5a9c, debug? 0, fault address 0x0004c258.does any one know why i am getting this!!thanks!!pat |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-06-21 : 11:59:46
|
Did you run it on server directly or from client machine? |
 |
|
PatDeV
Posting Yak Master
197 Posts |
Posted - 2007-06-21 : 12:37:34
|
on the server |
 |
|
PatDeV
Posting Yak Master
197 Posts |
Posted - 2007-06-21 : 12:44:12
|
but from my machine if i run the package directly it runs fine!! |
 |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-06-21 : 16:31:23
|
What does the package do? Seems some components used exist on your machine but not on server. |
 |
|
|
|
|