We are getting below error in an Informatica workflow. The same is running seamlessly in pilot environment, issue is in production.
After 11424 rows are selected this error is thrown from z/Os DB2. This source qualifier query if run separately fetches 2.6 million rows. The buffer is set to Auto in the Informatica session properties.
SQL Error [
[IBM][CLI Driver] SQL30081N A communication error has been detected.
Communication protocol being used: "TCP/IP".
Communication API being used: "SOCKETS".
Location where the error was detected: "<server-ip 11:22:22:22 format>".
Communication function detecting the error: "send".
Protocol specific error code(s): "32", "*", "0".
SQLSTATE=08001
sqlstate = 40003
Database driver error...
Function name Fetch
Native error code = -30081
This is expected to be run successfully as we have not made any changes to this workflow. This started failing a few weeks back.
I did some reading on this error and what I could find said this is due to connection blocked by DB2 firewall. If this is the case why only one select statement is failing while other source qualifiers are running successfully?