Skip to main content

What does BAD STATUS FROM TCP/IP READ MODULE mean ?

  • September 27, 2023
  • 2 replies
  • 0 views

We are getting this error with our application running on RHEL 8 linux.  ?  Any idea?

2 replies

Chris Glazier
Forum|alt.badge.img+2
  • Moderator
  • September 27, 2023

We are getting this error with our application running on RHEL 8 linux.  ?  Any idea?

Hi,

What product and version are you using?

This does not appear to be an error that is generated from the COBOL run-time system.
This is more likely an error that is being generated by your application code.
What is the application doing when it gets this error? On what statement does the error occur?


Hi,

What product and version are you using?

This does not appear to be an error that is generated from the COBOL run-time system.
This is more likely an error that is being generated by your application code.
What is the application doing when it gets this error? On what statement does the error occur?

Thanks Chris. 

You are right, we found a bug in the c program that handles tcp/ip socket communication where COBOL calls it to listen to requests from external applications.

Thanks again.