Home > protocol specific > protocol specific error codes 113

Protocol Specific Error Codes 113

for Linux, Unix, and Windows Forum >‎ Topic: SQL30081N error in client connect to DB2 serverThis topic has been locked. No replies Display:ConversationsBy Date 1-1 of 1 Previous Next yangwtao 270000B0N1 1 Post Pinned topic SQL30081N error in client connect to DB2 server ‏2013-10-27T02:15:38Z | Tags: Answered question This question has been answered. Unanswered question This question has not been answered yet. I am a new comer to DB2. The problem DB2 v10.5 express-c installed on both server and client. OS are Enterprise Linux 5.catalog node and DB both completed successfully. catalog DB2 server node on client db2 catalog tcpip node db2node remote DB2-EL5 server 50000 ostype linux catalog Database on client: db2 catalog db mydb at node db2node Anybody can help with my problem. Thanks! Problem discription: [db2adm@oc0386348167 ~]$ db2 connect to mydb user db2adm using rootroot SQL30081NA communication error has been detected. Communication protocol being used: "TCP/IP".Communication API being used: "SOCKETS".Location where the error was detected: "192.168.122.129".Communication function detecting the error: "connect".Protocol specific error code(s): "113", "*", "*".SQLSTATE=08001 [db2adm@oc0386348167 ~]$ Analysis: DB2 server configuration (192.168.122.129): [db2inst1@DB2-EL5 ~]$ hostname DB2-EL5 [db2inst1@DB2-EL5 ~]$ db2 list db directory System Database Directory Number of entries in the directory = 2 Database 1 entry: Database alias = MYDB Database name = MYDB Local database directory = /home/db2inst1 Database release level = 10.00 Comment = Directory entry type = Indirect Catalog database partition number = 0 Alternate server hostname = Alternate server port number = Database 2 entry: Database alias = SAMPLE Database name = SAMPLE Local database directory = /home/db2inst1 Database release lev

wrote: > While trying to start multiple DB2 connections we receive the following > message: > SQL30081N A communication error has been detected. Communication > protocol being used: "TCP/IP". Communication API being used: "SOCKETS". > Location where the error was detected: "158.73.207.45". Communication function > detecting the error: "connect". Protocol specific error code(s): "113", > "*", "*". SQLSTATE=08001 113 means "host unreachable" (from https://www.ibm.com/developerworks/community/forums/html/topic?id=52ead6a3-88b3-4e54-b11b-8f33e6aac683 errno.h on Linux). Can you ping 158.73.207.45 from this system? Alan Altmark z/VM Development IBM Endicott ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 Previous message View by thread View by date Next message Error https://www.mail-archive.com/linux-390@vm.marist.edu/msg48414.html while connecting to DB2 Connect fro... Martin, Terry R. (CMS/CTR) (CTR) Re: Error while connecting to DB2 Co... Scott Rohling Re: Error while connecting to DB2 Co... Alan Altmark Re: Error while connecting to DB... Martin, Terry R. (CMS/CTR) (CTR) Re: Error while connecting to DB2 Co... Alan Altmark Re: Error while connecting to DB... Martin, Terry R. (CMS/CTR) (CTR) Re: Error while connecting t... Evans, Kevin R Re: Error while connecting to DB2 Co... Alan Altmark Re: Error while connecting to DB... Evans, Kevin R Re: Error while connecting t... Richard Gasiorowski Re: Error while connecti... Evans, Kevin R Re: Error while con... Richard Gasiorowski Re: Error while... Scott Rohling Reply via email to Search the site The Mail Archive home linux-390 - all messages linux-390 - about the list Expand Previous message Next message The Mail Archive home Add your mailing list FAQ Support Privacy OFAA4D13AF.BE0660FC-ON

a little change to install DB2 server in Linux, http://www.oraclema.com/db2/install-db2-in-linux.html espacially in silent mode. This post just a practice of my homework. And any suggestions will be welcome. I. pre-install tasks My test https://gist.github.com/gabrielfalcao/4216897 environment OS is RHEL6.5 X64, and DB2 version is v10.1. Since v9.7.2, the kernal parameters do not need to modify manually, as the protocol specific database manager modifies kernal parameters dynamically when it starts. And not like Oracle, DB2 with response file installation no need to create account in OS, as you can specify users in the response file. 1. edit /etc/hosts, add hostname and ip address, and disable selinux 1 2 protocol specific error 3 4 5 6 7 8 [root@hadr01 ~]# cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 192.168.56.60 hadr01 192.168.56.61 hadr02 [root@hadr01 worktmp]# sed -i '/^SELINUX/s/enforcing/disabled/g' /etc/selinux/config 2. extract DB2 binary, and run prerecheck 1 2 3 4 5 6 7 8 [root@hadr01 worktmp]# ls -ltr total 734968 drwxr-xr-x. 3 root root 4096 Apr 4 2012 server -rw-r--r--. 1 root root 999 Sep 5 10:24 db2ese_c.lic -rw-r--r--. 1 root root 752588810 Sep 5 10:24 v10.1_linuxx64_server.tar.gz -rw-r--r--. 1 root root 1528 Sep 5 10:59 db2ese.rsp [root@hadr01 worktmp]# cd server/ [root@hadr01 server]# ./db2prereqcheck Fix the warnings or errors until all requirements db2prereqcheck matched. 1 2 --For TSAMP installation [root@hadr01 server]# yum install libstdc++.i686 perl ksh pam.i686 -y

a GitHub account Sign in Create a gist now Instantly share code, notes, and snippets. Star 17 Fork 13 gabrielfalcao/gist:4216897 Created Dec 5, 2012 Embed What would you like to do? Embed Embed this gist in your website. Embed Share Copy sharable URL for this gist. Share Clone via HTTPS Clone with Git or checkout with SVN using the repository's web address. HTTPS Learn more about clone URLs Download ZIP Code Revisions 1 Stars 17 Forks 13 TCP socket error codes Raw gistfile1.txt 0 = Success 1 = Operation not permitted 2 = No such file or directory 3 = No such process 4 = Interrupted system call 5 = Input/output error 6 = No such device or address 7 = Argument list too long 8 = Exec format error 9 = Bad file descriptor 10 = No child processes 11 = Resource temporarily unavailable 12 = Cannot allocate memory 13 = Permission denied 14 = Bad address 15 = Block device required 16 = Device or resource busy 17 = File exists 18 = Invalid cross-device link 19 = No such device 20 = Not a directory 21 = Is a directory 22 = Invalid argument 23 = Too many open files in system 24 = Too many open files 25 = Inappropriate ioctl for device 26 = Text file busy 27 = File too large 28 = No space left on device 29 = Illegal seek 30 = Read-only file system 31 = Too many links 32 = Broken pipe 33 = Numerical argument out of domain 34 = Numerical result out of range 35 = Resource deadlock avoided 36 = File name too long 37 = No locks available 38 = Function not implemented 39 = Directory not empty 40 = Too many levels of symbolic links 41 = Unknown error 41 42 = No message of desired type 43 = Identifier removed 44 = Channel number out of range 45 = Level 2 not synchronized 46 = Level 3 halted 47 = Level 3 reset 48 = Link number out of range 49 = Protocol driver not attached 50 = No CSI structure available 51 = Level 2 h

 

Related content

30081 error

Error table id toc tbody tr td div id toctitle Contents div ul li a href Protocol Specific Error Code s Sqlstate a li li a href Communication Function Detecting The Error Recv a li li a href Sql n Sqlstate Recv a li ul td tr tbody table p p p p p p

been being communication communication detected error has protocol sql30081n used

Been Being Communication Communication Detected Error Has Protocol Sql n Used table id toc tbody tr td div id toctitle Contents div ul li a href Protocol Specific Error Code s Sqlstate a li li a href Sql n a li li a href Protocol Specific Error Code s Sqlstate a li li a href Sql n Sqlstate Recv a li ul td tr tbody table p errors SQL SQL N - Technote FAQ Question This relatedl document lists SQL N TCP IP communication protocol errors and p h id Protocol Specific Error Code s Sqlstate p recommended action plans

connect protocol specific error code s 10061

Connect Protocol Specific Error Code S table id toc tbody tr td div id toctitle Contents div ul li a href Protocol Specific Error Code s Sqlstate a li li a href Communication Function Detecting The Error selectforconnecttimeout a li li a href Sql n Sqlstate Recv a li ul td tr tbody table p errors SQL SQL N - Technote FAQ Question This document lists SQL N relatedl TCP IP communication protocol errors and recommended action plans protocol specific error code s sqlstate associated with them Cause The communication protocol errors depend on the platform p h id Protocol

db2 protocol specific error codes 10061

Db Protocol Specific Error Codes table id toc tbody tr td div id toctitle Contents div ul li a href Protocol Specific Error Code s Sqlstate a li li a href Sql n Db a li li a href Communication Function Detecting The Error Recv a li ul td tr tbody table p p p connecting Controller application server to DB database server Technote troubleshooting Problem Abstract Administrator is trying to test relatedl communication between the Controller application server and the DB p h id Communication Function Detecting The Error Recv p database server For example administrator opens a command

db2 protocol error

Db Protocol Error table id toc tbody tr td div id toctitle Contents div ul li a href Db Protocol Specific Error Code s Sqlstate a li li a href ibm cli Driver Sql n A Communication Error Has Been Detected a li li a href Communication Function Detecting The Error selectforconnecttimeout a li ul td tr tbody table p connecting Controller application server to DB database server Technote relatedl troubleshooting Problem Abstract Administrator is trying to test communication db protocol specific error code s sqlstate between the Controller application server and the DB database server For p h id

db2 protocol specific error 10061

Db Protocol Specific Error table id toc tbody tr td div id toctitle Contents div ul li a href Protocol Specific Error Code s Sqlstate a li li a href Sql n A Communication Error Has Been Detected a li li a href Sql n Db a li li a href Communication Function Detecting The Error Recv a li ul td tr tbody table p errors SQL SQL N - Technote FAQ Question This document lists SQL N TCP IP communication protocol errors and relatedl recommended action plans associated with them Cause The communication p h id Protocol Specific Error

db2 error 10060

Db Error table id toc tbody tr td div id toctitle Contents div ul li a href Protocol Specific Error Code s Sqlstate a li li a href Communication Function Detecting The Error selectforconnecttimeout a li li a href Db Sql n Recv a li li a href Sql n Sqlstate Recv a li ul td tr tbody table p connecting Controller application server to DB database server Technote troubleshooting Problem Abstract Administrator is trying to relatedl test communication between the Controller application server and the sql n a communication error has been detected DB database server For example administrator

db2 protocol specific error codes 111

Db Protocol Specific Error Codes table id toc tbody tr td div id toctitle Contents div ul li a href Protocol Specific Error Code s Sqlstate a li li a href Protocol Specific Error Code s Sqlstate a li li a href Communication Function Detecting The Error selectforconnecttimeout a li ul td tr tbody table p errors SQL SQL N - Technote relatedl FAQ Question This document lists SQL N TCP IP db sql n sqlstate communication protocol errors and recommended action plans associated with them p h id Protocol Specific Error Code s Sqlstate p Cause The communication protocol

db2 protocol specific error codes 10061 * * . sqlstate=08001

Db Protocol Specific Error Codes Sqlstate table id toc tbody tr td div id toctitle Contents div ul li a href Sql n Sqlstate Recv a li li a href Communication Function Detecting The Error selectforconnecttimeout a li ul td tr tbody table p connecting Controller application server to DB database relatedl server Technote troubleshooting Problem Abstract Administrator is trying to sql n sqlstate test communication between the Controller application server and the DB database protocol specific error code s sqlstate server For example administrator opens a command prompt D Program Files IBM SQLLIB BIN and runs a command similar

error code=-30081 sqlstate=08001

Error Code - Sqlstate table id toc tbody tr td div id toctitle Contents div ul li a href Protocol Specific Error Code s Sqlstate a li li a href Sql n A Communication Error Has Been Detected a li li a href Communication Function Detecting The Error selectforconnecttimeout a li li a href Communication Function Detecting The Error Recv a li ul td tr tbody table p connecting Controller application server to DB database server Technote troubleshooting Problem Abstract Administrator is trying to relatedl test communication between the Controller application server and the p h id Protocol Specific Error

protocol specific error code sqlstate=08001

Protocol Specific Error Code Sqlstate table id toc tbody tr td div id toctitle Contents div ul li a href Protocol Specific Error Code s Sqlstate a li li a href Sql n Sqlstate Recv a li li a href Protocol Specific Error Code s Sqlstate a li ul td tr tbody table p connecting Controller application server to DB database server Technote troubleshooting Problem Abstract Administrator relatedl is trying to test communication between the Controller sql n a communication error has been detected sqlstate application server and the DB database server For example administrator opens a p h id

protocol specific error codes 10060

Protocol Specific Error Codes table id toc tbody tr td div id toctitle Contents div ul li a href Sql n A Communication Error Has Been Detected Sqlstate a li li a href Protocol Specific Error Code s Sqlstate a li li a href Communication Function Detecting The Error recv a li li a href Sql n Sqlstate Recv a li ul td tr tbody table p errors SQL SQL N - relatedl Technote FAQ Question This document lists SQL N TCP IP p h id Sql n A Communication Error Has Been Detected Sqlstate p communication protocol errors and

protocol specific error codes 10053 sqlstate 08001

Protocol Specific Error Codes Sqlstate table id toc tbody tr td div id toctitle Contents div ul li a href Sql n A Communication Error Has Been Detected Communication Protocol Being Used Tcp Ip a li li a href Protocol Specific Error Code s Sqlstate a li li a href Protocol Specific Error Code s Sqlstate a li ul td tr tbody table p sql n RC QUERYTIMEOUTINTERVAL Technote troubleshooting Problem Abstract Client applications fail with relatedl error IBM CLI Driver SQL N A communication error has sql n sqlstate been detected Communication protocol being used TCP IP Communication API

protocol specific error codes 10054 * 0 . sqlstate=08001

Protocol Specific Error Codes Sqlstate p for Linux Unix and Windows Forum lrm Topic JDBC Driver Seems to Hang After Some UseThis topic has been locked reply Latest Post - x f - - T Z by SystemAdmin Display ConversationsBy Date relatedl - of Previous Next SystemAdmin D XK Posts Pinned topic JDBC Driver Seems to Hang After Some Use x f - - T Z Tags Answered question This question has been answered Unanswered question This question has not been answered yet Hello I've recently implemented a web application on IPlanet that uses DB and the COM ibm db

protocol specific error code is 10061

Protocol Specific Error Code Is table id toc tbody tr td div id toctitle Contents div ul li a href Ibm Cli Driver Sql n A Communication Error Has Been Detected a li li a href Protocol Specific Error Code s Sqlstate a li li a href Communication Function Detecting The Error Recv a li ul td tr tbody table p errors SQL SQL N - Technote FAQ Question This document lists SQL N TCP IP communication protocol errors and recommended action relatedl plans associated with them Cause The communication protocol errors sql n a communication error has been detected

protocol specific error codes 10054

Protocol Specific Error Codes table id toc tbody tr td div id toctitle Contents div ul li a href Communication Function Detecting The Error Recv a li li a href Sql n Sqlstate Recv a li ul td tr tbody table p to check out the FAQ by clicking the link above You may have to relatedl register before you can post click the register link sql n a communication error has been detected sqlstate above to proceed To start viewing messages select the forum that you protocol specific error code s sqlstate want to visit from the selection below

protocol specific error code 10061 sqlstate 08001

Protocol Specific Error Code Sqlstate table id toc tbody tr td div id toctitle Contents div ul li a href Sql n A Communication Error Has Been Detected Sqlstate a li li a href Sql n A Communication Error Has Been Detected Communication Protocol Being Used Tcp Ip a li li a href Communication Function Detecting The Error recv a li li a href Sql n Db a li ul td tr tbody table p errors SQL SQL N - Technote FAQ Question relatedl This document lists SQL N TCP IP communication protocol errors p h id Sql n A

protocol specific error 10061

Protocol Specific Error table id toc tbody tr td div id toctitle Contents div ul li a href Ibm Cli Driver Sql n A Communication Error Has Been Detected a li li a href Communication Function Detecting The Error selectforconnecttimeout a li li a href Sql n a li li a href Sql n Db a li ul td tr tbody table p connecting Controller application server to DB database server Technote troubleshooting Problem Abstract Administrator relatedl is trying to test communication between the Controller application sql n a communication error has been detected sqlstate server and the DB database

protocol specific error code s 10060 sqlstate 08001 db2

Protocol Specific Error Code S Sqlstate Db table id toc tbody tr td div id toctitle Contents div ul li a href Sql n Db a li li a href Protocol Specific Error Code s Sqlstate a li li a href Communication Function Detecting The Error selectforconnecttimeout a li li a href Communication Function Detecting The Error Recv a li ul td tr tbody table p errors SQL SQL N - Technote FAQ Question relatedl This document lists SQL N TCP IP communication protocol errors sql n a communication error has been detected and recommended action plans associated with them

protocol specific error codes 10061

Protocol Specific Error Codes table id toc tbody tr td div id toctitle Contents div ul li a href Sql n A Communication Error Has Been Detected Communication Protocol Being Used Tcp Ip a li li a href Protocol Specific Error Code s Sqlstate a li li a href Protocol Specific Error Code s Sqlstate a li ul td tr tbody table p errors SQL SQL N - Technote FAQ Question This document lists SQL N relatedl TCP IP communication protocol errors and recommended action plans sql n a communication error has been detected sqlstate associated with them Cause The

protocol specific error code s 10061

Protocol Specific Error Code S table id toc tbody tr td div id toctitle Contents div ul li a href Protocol Specific Error Code s Sqlstate a li li a href Communication Function Detecting The Error selectforconnecttimeout a li li a href Sql n a li ul td tr tbody table p connecting Controller application server to DB database server Technote troubleshooting relatedl Problem Abstract Administrator is trying to test communication between sql n a communication error has been detected sqlstate the Controller application server and the DB database server For example administrator sql n a communication error has been

protocol specific error codes s tcp ip

Protocol Specific Error Codes S Tcp Ip table id toc tbody tr td div id toctitle Contents div ul li a href Ibm Cli Driver Sql n A Communication Error Has Been Detected a li li a href Protocol Specific Error Code s Sqlstate a li li a href Communication Function Detecting The Error recv a li ul td tr tbody table p errors SQL SQL N - Technote FAQ Question This document lists SQL N TCP IP communication protocol errors and recommended action plans associated relatedl with them Cause The communication protocol errors depend on the sql n a

protocol specific error codes 10061 * * . sqlstate=08001

Protocol Specific Error Codes Sqlstate p Post your question and get tips solutions from a community relatedl of IT Pros Developers It's quick easy Error connecting to V remote database P n a mairhtin o'feannag Hello I'm having problems connecting to my new v db box The pertinent information is below DB db inst tcp DB db inst tcp DB db inst tcp DB db inst END tcp TCP IP Service name SVCENAME DB db inst db inst mairhtin db dump db set AUTOSTART yes DB COMM tcpip SQL N A communication error has been detected Communication protocol being used

protocol specific error codess tcp/ip sockets

Protocol Specific Error Codess Tcp ip Sockets table id toc tbody tr td div id toctitle Contents div ul li a href Protocol Specific Error Code s Sqlstate a li li a href Protocol Specific Error Code s Sqlstate a li li a href Communication Function Detecting The Error recv a li li a href Protocol Specific Error Code s Sqlstate a li ul td tr tbody table p errors SQL SQL N - Technote FAQ Question This document lists SQL N TCP IP communication protocol errors and recommended action relatedl plans associated with them Cause The communication protocol errors

protocol specific error codes 104

Protocol Specific Error Codes table id toc tbody tr td div id toctitle Contents div ul li a href Protocol Specific Error Code s Sqlstate a li li a href Communication Function Detecting The Error recv a li li a href Db Sql n a li ul td tr tbody table p p p p p Technology and Trends Enterprise Architecture and EAI relatedl ERP Hardware IT Management and Strategy Java a href http database ittoolbox com groups technical-functional db -l error-sql n-a-communication-error-has-been-detected-communication-protocol-being-used-tcpip- http database ittoolbox com groups technical-functional db -l error-sql n-a-communication-error-has-been-detected-communication-protocol-being-used-tcpip- a Knowledge Management Linux Networking Oracle PeopleSoft

protocol specific error codes 10061 * * . sqlstate=08001 sqlcode=-30081

Protocol Specific Error Codes Sqlstate Sqlcode - p Google p p Google p p Server R While relatedl running Configuration Assistant VERY FIRST TIME i'm not a href http www databaseuser info post api assistant being catalog cataloged center cfg cli client communication configuration configured connect connecting connection db cdb inst db comm db set dbm detected detecting http www databaseuser info post api assistant being catalog cataloged center cfg cli client communication configuration configured connect connecting connection db cdb inst db comm db set dbm detected detecting a able to connect to the remote db server Below error a

protocol specific error codes 111

Protocol Specific Error Codes table id toc tbody tr td div id toctitle Contents div ul li a href Protocol Specific Error Code s Sqlstate a li li a href Communication Protocol Being Used Tcp ip Communication Api Being Used Sockets a li li a href Communication Function Detecting The Error selectforconnecttimeout a li li a href Sql n a li ul td tr tbody table p p p p p and SafetyAsset NetworkAsset Operations and MaintenanceCommerceOverviewSubscription Billing and Revenue ManagementMaster Data Management for CommerceOmnichannel CommerceFinanceOverviewAccounting a href http www dbforums com showthread php -Error-while-cataloging-remote-database http www dbforums com showthread

protocol specific error codes s tcp ip sockets db2connectioncorrelator

Protocol Specific Error Codes S Tcp Ip Sockets Db connectioncorrelator table id toc tbody tr td div id toctitle Contents div ul li a href Validationquery Select a li li a href Testonborrow a li ul td tr tbody table p for Linux relatedl Unix and Windows Forum lrm validation query Topic HELP Error trying to connect to p h id Validationquery Select p DB This topic has been locked replies Latest Post - x f - - T Z p h id Testonborrow p by SystemAdmin Display ConversationsBy Date - of Previous Next SystemAdmin D XK Posts Pinned topic

protocol specific error codes 78 * * . sqlstate=08001

Protocol Specific Error Codes Sqlstate table id toc tbody tr td div id toctitle Contents div ul li a href Protocol Specific Error Code s Sqlstate a li li a href Communication Function Detecting The Error Recv a li li a href Sqlstate Sqlcode - a li ul td tr tbody table p and relatedl SafetyAsset NetworkAsset Operations and MaintenanceCommerceOverviewSubscription Billing sql n sqlstate and Revenue ManagementMaster Data Management for CommerceOmnichannel sql n a communication error has been detected communication protocol being used tcp ip CommerceFinanceOverviewAccounting and Financial CloseCollaborative Finance OperationsEnterprise Risk and ComplianceFinancial Planning and protocol specific error code

protocol specific error codess tcp/ip sockets db2connectioncorrelator

Protocol Specific Error Codess Tcp ip Sockets Db connectioncorrelator p for Linux Unix and relatedl Windows Forum lrm Topic HELP Error trying to connect to DB This topic has been locked replies Latest Post - x f - - T Z by SystemAdmin Display ConversationsBy Date - of Previous Next SystemAdmin D XK Posts Pinned topic HELP Error trying to connect to DB x f - - T Z Tags Answered question This question has been answered Unanswered question This question has not been answered yet Hi I get this error when i try to connect to my database com

protocol specific error codes 10060 * * . sqlstate=08001

Protocol Specific Error Codes Sqlstate p ManagementTechnical library Simulating Massively Parallel Database Processing on Linux In spite of what you may think MPP does not have to stand for relatedl massive purchase price You can explore massively parallel processing MPP database technology on a single laptop using DB for Linux This article describes how to set up a simulated MPP environment and create partitioned tables Share Marty Lurie lurie us ibm com Systems Engineer IBM Close x Marty Lurie started his computer career generating chads while attempting to write Fortran on an IBM His day job is in Systems Engineering

protocol specific error codes 78

Protocol Specific Error Codes table id toc tbody tr td div id toctitle Contents div ul li a href Protocol Specific Error Code s Sqlstate a li li a href Communication Function Detecting The Error selectforconnecttimeout a li li a href Sql n Sqlstate Recv a li ul td tr tbody table p errors SQL SQL N - Technote FAQ Question relatedl This document lists SQL N TCP IP communication protocol errors sql n a communication error has been detected sqlstate and recommended action plans associated with them Cause The communication protocol protocol specific error code s sqlstate errors depend

protocol specific error codes 10048

Protocol Specific Error Codes table id toc tbody tr td div id toctitle Contents div ul li a href Communication Function Detecting The Error selectforconnecttimeout a li li a href Socket Error Codes Linux a li li a href Socket Error Connection Reset By Peer a li ul td tr tbody table p errors SQL SQL N - Technote relatedl FAQ Question This document lists SQL N TCP IP sql n a communication error has been detected sqlstate communication protocol errors and recommended action plans associated with them protocol specific error code s sqlstate Cause The communication protocol errors depend

protocol specific error codes 10053

Protocol Specific Error Codes table id toc tbody tr td div id toctitle Contents div ul li a href Sql n A Communication Error Has Been Detected Sqlstate a li li a href Protocol Specific Error Code s Sqlstate a li li a href Sql n Sqlstate Recv a li li a href Db Sql n a li ul td tr tbody table p sql n RC QUERYTIMEOUTINTERVAL Technote troubleshooting Problem Abstract Client applications fail with relatedl error IBM CLI Driver SQL N A communication error has p h id Sql n A Communication Error Has Been Detected Sqlstate p