![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I have a package built in EM that gets columns from a table and transfers them to an existing Excel document. The package creates the appropriates columns in a new page an does the transfer. Everything works well in EM and dtsrunui. Using the code generated by dtsrunui, I execute the query in QA: exec master..xp_cmdshell 'DTSRun...' And I get: Error string: Failure creating file. Error source: Microsoft JET Database Engine Help file: Help context: 5003436 four times, all related to : Error = -2147467259 (80004005) two of them are linked to: Provider Error: -329978796 (EC54EC54) Since I have four columns to transfer, I thought there was a link, but I tried transfering in an existing page, and the error remains (occuring only once each, but still). There has to be something wrong, but I can't see what.Any hint appreciated. Elno |
#3
| |||
| |||
|
|
-----Original Message----- look at the service accounts. What are their credentials. This type of problem is mainly seen/or at least seen a lot when trying to execute a DTS package as a scheduled job. http://support.microsoft.com/?kbid=269074 -- Allan Mitchell (Microsoft SQL Server MVP) MCSE,MCDBA www.SQLDTS.com I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "El No" <pompier_4449 (AT) yahoo (DOT) fr> wrote in message news:106e01c34235$9e3be090$a301280a (AT) phx (DOT) gbl... Thank you. But still, two questions: since I am sa in the partition where I run the package, what could be the security issue? why does the package runs correctly from two different programs and not from the one I want to use (within minutes if not seconds)? Since everything I think necessary for the transfer is created in the package, how can I pinpoint those "somethings", or at least get a hint? Thanks for the help Elno -----Original Message----- the 80004005 error suggests either a security issue or that something you are trying to use simply does not exist. -- Allan Mitchell (Microsoft SQL Server MVP) MCSE,MCDBA www.SQLDTS.com I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "El No" <pompier_4449 (AT) yahoo (DOT) fr> wrote in message news:0ab101c341a7$f5de8250$a001280a (AT) phx (DOT) gbl... Hello, I have a package built in EM that gets columns from a table and transfers them to an existing Excel document. The package creates the appropriates columns in a new page an does the transfer. Everything works well in EM and dtsrunui. Using the code generated by dtsrunui, I execute the query in QA: exec master..xp_cmdshell 'DTSRun...' And I get: Error string: Failure creating file. Error source: Microsoft JET Database Engine Help file: Help context: 5003436 four times, all related to : Error = -2147467259 (80004005) two of them are linked to: Provider Error: - 329978796 (EC54EC54) Since I have four columns to transfer, I thought there was a link, but I tried transfering in an existing page, and the error remains (occuring only once each, but still). There has to be something wrong, but I can't see what.Any hint appreciated. Elno . . |
#4
| |||
| |||
|
|
-----Original Message----- look at the service accounts. What are their credentials. This type of problem is mainly seen/or at least seen a lot when trying to execute a DTS package as a scheduled job. http://support.microsoft.com/?kbid=269074 -- Allan Mitchell (Microsoft SQL Server MVP) MCSE,MCDBA www.SQLDTS.com I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "El No" <pompier_4449 (AT) yahoo (DOT) fr> wrote in message news:106e01c34235$9e3be090$a301280a (AT) phx (DOT) gbl... Thank you. But still, two questions: since I am sa in the partition where I run the package, what could be the security issue? why does the package runs correctly from two different programs and not from the one I want to use (within minutes if not seconds)? Since everything I think necessary for the transfer is created in the package, how can I pinpoint those "somethings", or at least get a hint? Thanks for the help Elno -----Original Message----- the 80004005 error suggests either a security issue or that something you are trying to use simply does not exist. -- Allan Mitchell (Microsoft SQL Server MVP) MCSE,MCDBA www.SQLDTS.com I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "El No" <pompier_4449 (AT) yahoo (DOT) fr> wrote in message news:0ab101c341a7$f5de8250$a001280a (AT) phx (DOT) gbl... Hello, I have a package built in EM that gets columns from a table and transfers them to an existing Excel document. The package creates the appropriates columns in a new page an does the transfer. Everything works well in EM and dtsrunui. Using the code generated by dtsrunui, I execute the query in QA: exec master..xp_cmdshell 'DTSRun...' And I get: Error string: Failure creating file. Error source: Microsoft JET Database Engine Help file: Help context: 5003436 four times, all related to : Error = -2147467259 (80004005) two of them are linked to: Provider Error: - 329978796 (EC54EC54) Since I have four columns to transfer, I thought there was a link, but I tried transfering in an existing page, and the error remains (occuring only once each, but still). There has to be something wrong, but I can't see what.Any hint appreciated. Elno . . |
![]() |
| Thread Tools | |
| Display Modes | |
| |