![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I set up a dts package on one of our sql servers to pull the data from one table and export it to an excel spreadsheet located on a networked server. When I execute the package from within enterprise manager, it works fine. However, when I use an .asp page to try to execute it, I get an error saying it cannot find the file specified. It occurs on this line.... oPkg.LoadFromSQLServer "server","user","password",DTSSQLStgFlag_Default," ","","","packagename" ... it doesn't even get down to the oPkg.Execute() line. I know that the server that the asp page is running on can see and access the sql server, so I am positive that's not the problem. And since I can run the package within enterprise manager successfully, doesn't that mean that sql server can see the server where the excel spreadsheet is located? The sql server is version 7 and we installed version 7 dlls and tools on the server running the asp page, so they're both running the same version of sql. Anyone have any ideas? Thanks. |
![]() |
| Thread Tools | |
| Display Modes | |
| |