January 11, 2013 at 2:25 pm
I have a SQL Agent job that run an SSIS package, which reads two different excel files. Sometimes, one of the files is open for edit when my job is run. The step fails to validate, as one of the files is not available to open.
Is there a way, using ssis-excel-source, to open an excel file as readonly, just in case someone else has the file open for edit?
Thanks very much,
rcloud 🙂
January 11, 2013 at 2:28 pm
i've always done a file task to copy an excel to a new file with a name unique to the process, so i was sure my process was the one and only process touching the file.
that way i work around the issue of being open by other processes.
Lowell
January 11, 2013 at 3:03 pm
Thanks. That will fix my issue.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply