![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I think this is due to my lack of understanding, but I need help. I have created an SSIS package that will export the rows from a view to a text file across the network. When I execute the package in the Execute Package Utility the package runs as expected exporting the file to the network file. However, when I run this package under the SQL Server agent (the step executes the SSIS package saved on the local file system) I get the error cannot write to DestinationConnectionFlatFile [file name]. I set my account to the Server Agent service and restarted it with the same luck. Am I missing something the SQL Server Agent needs to execute this package? |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Hi There. Just check if you are trying to save this file in a location that your server can actually see. if your file destination is : *c:\ExportFiles\File002003.txt for example, this folder c:\exportfiles needs to be there. if so, please let us know. |
#5
| |||
| |||
|
|
I think this is due to my lack of understanding, but I need help. I have created an SSIS package that will export the rows from a view to a text file across the network. When I execute the package in the Execute Package Utility the package runs as expected exporting the file to the network file. However, when I run this package under the SQL Server agent (the step executes the SSIS package saved on the local file system) I get the error cannot write to DestinationConnectionFlatFile [file name]. I set my account to the Server Agent service and restarted it with the same luck. Am I missing something the SQL Server Agent needs to execute this package? |
![]() |
| Thread Tools | |
| Display Modes | |
| |