Hi
I am trying to connect Mainframe DB2 Tables using OLEDB VBO
Below is the connection string I tried
"Provider=IBM DB2 ODBC DRIVER;Database=DSNT;Hostname=1xx.xx.xx.xxx;Protocol=TCPIP;
Port=60000;Uid=;Pwd=;"
I am receiving an error
Internal : Could not execute code stage because exception thrown by code stage: The 'Provider=IBMDADB2;Database=DSNT;Hostname=1xx.xx.xx.xxx;Protocol=TCPIP;
Port=60000;Uid=;Pwd=; provider is not registered on the local machine.
Could anyone suggest on this?