Hi all,
I have created the batch macro and and it is successfully running for most of the files but due to unknown reasons it is not working for 6 files
but when i am running them individually these files are running properly what can be the issue.
this is the error i am getting.
Solved! Go to Solution.
Hi @Raj have a look at your Interface Designer Properties options on your batch macro based on the configuration this may be expected behaviour.
A typical reason for using a Batch Macro is that it can deal with the Data Schema changing which occurs for a number of reasons such a columns changing postion. Your column being Null where previouisly it wasn't or a field being alphanumeric whereas previously it was numeric in a different file.
which option is suggested to select in this situation
Auto configure by Name would be the option I select.