I have a SSIS task which reads XML files from a folder. It reads each XML file into a variable and then loads that data into a SQL server table (bulk column). This process works fine in the Local and Dev environments, but it gives me an error when executing in stage environment:
Exception has been thrown by the target of an invocation.
The size of the XML file is 200 MB and above is the error that I face in stage environment.
I attached an image of the execution log:
How can I fix this?