When trying to access an AS/400 server from an ASP.NET webservice, I'm getting the following log message:
0x00000D98 0x00000001 10/14/2009 16:16:08.734375 : iDB2ConnectionFailedException(9119245).Void .ctor(System.String) : iDB2ConnectionFailedException thrown 0x00000D98 0x00000001 10/14/2009 16:16:08.750000 : iDB2ErrorCollection(14964341).Void Add(IBM.Data.DB2.iSeries.iDB2Error) : MESSAGE: The connection cannot be opened because an error occurred. MESSAGE DETAILS: A system policy has been set preventing connections to a data source through this provider. MESSAGE CODE: 0
Note: The user can ping the AS/400 from the webserver.
Any thoughts?