473,385 Members | 1,927 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

FW: SR 603066805 : FW - Firewall in transparent mode with excessive packet drops

Description of the DB2 Connect problem:

Users of two LTC client-server applications are experiencing intermittent
disconnects from the mainframe. Users of the Retail Workflow application
and the Group LTC Care application are experience SQL errors after
attempting to execute a transaction after leaving the application idle for
approx. 30 minutes.

The WLTC application architecture was "cloned" from GLTC Care. The
architecture is as follows:

PowerBuilder 9.0 GUI running on an NT client
DB2 Connect 8.1 gateway for connectivity to the mainframe
DB2 on MVS database
DB2 Stored procedure using MVS Cobol modules in composite link for the
business logic
Communication uses ODBC ---> DB2 CLI ---> TCP/IP ---> DB2 Connect
gateway ---> MVS DB2 on the mainframe

The SQL error messages that are being displayed are as follows:

FYI , I just saw the messages in DB2 :

DB2TMSTR

21.01.55 STC00397 DSNL511I - DSNLIENO TCP/IP CONVERSATION FAILED 625

625 TO LOCATION 165.71.112.68

625 IPADDR=165.71.112.68 PORT=1593

625 SOCKET=RECV RETURN CODE=1127 REASON
CODE=00000000
21.11.58 STC00397 DSNL511I - DSNLIENO TCP/IP CONVERSATION FAILED 864

864 TO LOCATION 165.71.112.67

864 IPADDR=165.71.112.67 PORT=2650

864 SOCKET=RECV RETURN CODE=1127 REASON
CODE=00000000
21.45.27 STC00397 DSNL511I - DSNLIENO TCP/IP CONVERSATION FAILED 185

185 TO LOCATION 165.71.112.68

185 IPADDR=165.71.112.68 PORT=1572

185 SOCKET=RECV RETURN CODE=1127 REASON
CODE=00000000

DB21MSTR

16.45.41 STC04970 DSNL511I @ DSNLIENO TCP/IP CONVERSATION FAILED 769

769 TO LOCATION 165.71.112.68

769 IPADDR=165.71.112.68 PORT=4795

769 SOCKET=RECV RETURN CODE=1127 REASON
CODE=00000000
18.52.59 STC04970 DSNL511I @ DSNLIENO TCP/IP CONVERSATION FAILED 056

056 TO LOCATION 165.71.112.67

056 IPADDR=165.71.112.67 PORT=2283

056 SOCKET=RECV RETURN CODE=1127 REASON
CODE=00000000
20.56.54 STC04970 DSNL511I @ DSNLIENO TCP/IP CONVERSATION FAILED 166

166 TO LOCATION 165.71.112.68

166 IPADDR=165.71.112.68 PORT=1582

166 SOCKET=RECV RETURN CODE=1127 REASON
CODE=00000000
21.37.06 STC04970 DSNL511I @ DSNLIENO TCP/IP CONVERSATION FAILED 929

929 TO LOCATION 165.71.112.68

929 IPADDR=165.71.112.68 PORT=1571

929 SOCKET=RECV RETURN CODE=1127 REASON
CODE=00000000
Just to document the test and result:

PC #1 - Logged into DB2T (db WLTCDBD20) through application WLTC under
HG00440 and ran transaction.
Also logged into DB21 (db WLTDBP10) via PowerBuilder under
HG00440 and ran a query different than above transaction.

Test #1: Waited :45 minutes after logging in and re-ran the same
transaction in WLTC as initially done and the same query in PoweBuilder as
initially done. This worked without any problem.

Ran first transaction at 6:30pm. Ran transaction a second time at 7:15pm.
Test passed. (session was idle for 45 minutes)

Ran PB query at 6:30pm and again at 7:15pm. Test passed.(session was idle
for 45 minutes)
Test #2: Waited until 8:30pm and ran WLTC transaction again. Transaction
failed displaying error message below. (session was idle for
75 minutes - 7:15pm to 8:30pm)

Ran PB query again at 8:30. Query failed with same
message.(session was idle for 75 minutes - 7:15pm to 8:30pm)

PC #2:
Test #1
Logged into WLTC under WLTCNB1 into DB2T (db WLTCDBD20) at 6:47 pm and ran
same transaction as above.
Logged into WLTC under HG00440 into DB21 (db WLTDBP10) at 6:47pm and ran
same transaction as above.
Test#2
Tried WLTC transaction in DB2T at 8:53pm and transaction failed. Same
message as PC#1.(session was idle for 126 minutes)

Tried WLTC transaction in DB21 again at 9:11pm and transaction failed.
Same message as PC#1. (session was idle for 144 minutes)

ANy help would be great!

Feb 26 '06 #1
1 5841
In article <c6c28b7a1b8042ffdb385bf67f8234f9
@localhost.talkaboutdatabases.com>, JKCGI (jf****@comcast.net)
says...
Description of the DB2 Connect problem:

Users of two LTC client-server applications are experiencing intermittent
disconnects from the mainframe. Users of the Retail Workflow application
and the Group LTC Care application are experience SQL errors after
attempting to execute a transaction after leaving the application idle for
approx. 30 minutes.

The WLTC application architecture was "cloned" from GLTC Care. The
architecture is as follows:

PowerBuilder 9.0 GUI running on an NT client
DB2 Connect 8.1 gateway for connectivity to the mainframe
DB2 on MVS database
DB2 Stored procedure using MVS Cobol modules in composite link for the
business logic
Communication uses ODBC ---> DB2 CLI ---> TCP/IP ---> DB2 Connect
gateway ---> MVS DB2 on the mainframe


The TCP error 1127 as displayed in your messages means a connection
timeout error. This looks like a TCP/IP configuration problem. I'm
not a TCP/IP expert but the Keep-alive interval might be worth
checking.
Feb 26 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Markus Breuer | last post by:
I am programming c++ with oracle oci and have some trouble when using a customers firewall, which drops oracles tcp connection after some minutes or after restart. My client app seems to send TNS...
6
by: Skur | last post by:
i need to know if it's possible to write a full firewall with c#. Not just closing/opening ports , but application capable of what can be achieved by using norton firewall, zone alarm, kerio etc. ,...
4
by: Sean | last post by:
Hi, I'm programming an IRC bot. I'm trying to establish a dcc connection with another IRC client. I give the ipaddress and port number to the client in the request. I listen to that port with...
4
by: Paul Steele | last post by:
I'm working on a programming project that needs to control network traffic. What I would like to do implement a mini-firewall as part of my program. What would be involved with writing a firewall...
7
by: Greg W via DotNetMonster.com | last post by:
hello all, I have site that I just moved to a new host. It is a dedicated server that sits behind a dedicated firewall. Most of the site uses classic ASP that are working fine but I have some...
1
by: rs | last post by:
how I the client tell the server that the socket is closed? or this there an even that informs the server that the clients socket is close? Oh, I am using vb.net 2003 Thanks
7
by: Q. John Chen | last post by:
All, I have a WebService created in .NET. I have VB6 Client consume the WebService (using Soap ToolKit 3.0) But I have couple user who got error accessing the WebServer with error message...
0
by: Brian Henry | last post by:
I am trying to do a owner drawn list view in detail mode, when i inherited the list view into a new custom control then turned on double buffering all the sudden the selection rectangle is the...
7
by: Randy Yates | last post by:
Is opening up port 5432 (R/W both directions) all that is required of a firewall in order to access a postgres database outside the firewall? -- % Randy Yates % "My Shangri-la...
5
by: thorley | last post by:
Greetings, I'm interested in a simple content-based internet firewall/filter, similar to dansguardian (http://dansguardian.org/), but written in python, and for windows. I assumed such a project...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.