edwardturner
Technical User
Hi,
I have a DTS package that takes an Excel spreadsheet as the input and then runs an update statement on a SQL database based upon certain conditions. The data is rejected if an associated database record cannot be found to update, in these cases I can output the details of source row that has not been brought in using a MsgBox.
There about 200 cases of this failure so ideally would summarise this information into a txt file or some form of output.
I have copied the data pump task that perform the orignal translation and change the destination to be a source file but I just get an error:
".. error creating datafile mapping: The volume for a file has been externally altered so that the opened file is no longer valid .."
My source file is populated and I have created my source file (output.txt) on the root of my C drive.
Any ideas?
I have a DTS package that takes an Excel spreadsheet as the input and then runs an update statement on a SQL database based upon certain conditions. The data is rejected if an associated database record cannot be found to update, in these cases I can output the details of source row that has not been brought in using a MsgBox.
There about 200 cases of this failure so ideally would summarise this information into a txt file or some form of output.
I have copied the data pump task that perform the orignal translation and change the destination to be a source file but I just get an error:
".. error creating datafile mapping: The volume for a file has been externally altered so that the opened file is no longer valid .."
My source file is populated and I have created my source file (output.txt) on the root of my C drive.
Any ideas?