Using ADFv2 SSIS-IR and DB2 Driver IBM DB2 ODBC DRIVER - DB2COPY1. Have defined the TCPIP Nodes and database using db2cmd DB2 CATALOG commands. Defined 32-bit and 64-bit SystemDSNs. The st.err and st.out from the SSIS-IR provisioning show all commands were successful and echos all the CATALOG and ODBC DSNs as expected. Everything look good but SSIS packages fail with "Unexpected Termination" in Prevalidate when specifying the configured SystemDSNs. There is not a single message in SSISDB to review. The package is simple - one data flow task with an ODBC data source specifying the SystemDSN and a simple Rowcount task just to test the connection. I have created a second SSIS package that dumps the event logs for the node and I see this message
2018-05-11 16:32:05.0000000|The description for Event ID '1073819648' in
Source 'SQLISPackage140' cannot be found.
The local computer may not have the necessary registry information or message DLL files to display the message,
or you may not have permission to access them.
The following information is part of the event:'ReadApplicationEventLogtoBlob|SQLISPackage140|Information
Anyone have any clues on this I am a bit stumped right now Thanks in advance