Good day,
File system task timeouts/fails when copy,move,rename 30mb XML file over corporate tunnel IP \\..\
Its a 30mb file and the corporate line is up as I can see the windows explorer and after 5min the file copies but not fully and ssis error unexpected network error
The corporate system checks every 30sec for any file and grabs the file off that IP Path, this error only occurs on Server but not my local PC (after 7min it copies) server it copies then fails as it completes
I am thinking due the Corp system grabbing the file while its not completed copy or something.
1. how to make the copy not timeout to make the file not ready to be grabbed when still in process of copying/avoid locking?
2. Is there other options to move/rename/copy the file to corp network IP seamlessly?
3. If I used WINSCP I cant use the oncomplete on failure events & theirs no credentials to this IP, as its corporate network we use \\..IP.\
3. How could I shrink the xml file (decrease size) not using zip as I would have locking issues when trying to unzip over network?
4. I also thought if file is 10,000 records to split the file into separate files of 500 records to get files smaller, but how would I do that, would I have to do a count on my output and split every 500 rows but I have an xml string via execute sql task how would I split as I return only 1 record being the XML string
Please help, the project was working on my PC but slower and now I need to go Live getting this issues, Any ideas please