I currently have a BCS connection to a MSSQL view which is connected via IBMDASQL provided linked server. This connection is allowing me to flow reads, updates, inserts, and deletes into our DB2 backend system. I am currently having a consistency problem.
All operations seem to work for about 3 minutes then i start getting a "Cannot initialize datasource" error. I can connect to the SQL server, run a select query using the view, and operations start working again. It's like the linked server is caching
a closed connection or something? Does anybody have any ideas?
↧