I get the below error when attempting to connect to an AS/400 to call a program:
The connection string looks like this:
I can connect to the AS/400 and transfer data back and forth all day long, as I do in many other packages. But in this case I am using an Execute Sql Task to call a program on the AS/400. I was previously doing this successfully in DTS. It works fine when I run it on my local machine but once I schedule it on the server it fails. I can take the "Library List" option off and it will attempt to call the program but fails since it cannot find all of the AS/400 objects that exist in the library list.
Since it works on my development machine could this be a provider version issue? The server actually has a later version of the .net db2 providers installed.
My machine has mdac version of 2.81.1132.0 while the server has 2.82.3959.0
Any ideas are appreciated.
Thanks
An OLE DB error has occurred. Error code: 0x80040E21. End Error Error: 2009-10-21 08:47:02.12 Code: 0xC00291EC Source: Execute SQL Task Execute SQL Task Description: Failed to acquire connection "A4110109.A4110109.rtftp1". Connection may not be configured correctly or you may not have the right permissions on this connection
The connection string looks like this:
Data Source=MYAS400;User ID=myuserid;Password=mypassword;Initial Catalog=MYAS400;Provider=IBMDA400.DataSource.1;Persist Security Info=True;LibraryList= MYLIB1, MYLIB2, MYLIB3, MYLIB4, MYLIB5;
I can connect to the AS/400 and transfer data back and forth all day long, as I do in many other packages. But in this case I am using an Execute Sql Task to call a program on the AS/400. I was previously doing this successfully in DTS. It works fine when I run it on my local machine but once I schedule it on the server it fails. I can take the "Library List" option off and it will attempt to call the program but fails since it cannot find all of the AS/400 objects that exist in the library list.
Since it works on my development machine could this be a provider version issue? The server actually has a later version of the .net db2 providers installed.
My machine has mdac version of 2.81.1132.0 while the server has 2.82.3959.0
Any ideas are appreciated.
Thanks