Operating System - OpenVMS
1753287 Members
5422 Online
108792 Solutions
New Discussion юеВ

Re: DECEDI-E-SOCKREADCSMSGER when fetching ??

 
radian
New Member

DECEDI-E-SOCKREADCSMSGER when fetching ??

I get 'SOCKREADCSMSGER' when fetching an available edi 260 document ??

I would appreciate any help...


$ TRADE FETCH customer-260 decedi$top:[customer]Claims_260_FLAT.DAT -
/TABLE_NAME=MI-CLAIM-IN -
/TEST=PARTNER_TEST -
/PARTNER= CLAIMS -
/NAMED_APPLICATION=customer-260 -
/OUTPUT=SYS$OUTPUT -
/DEBUG=DECEDI$TOP:[customer]DEBUG260_inbound_cont.LOG
%DECEDI-E-SOCKREADCSMSGER, Unable to read the client-server message.
%DECEDI-E-SOCKREADCSMSGER, Unable to read the client-server message.
3 REPLIES 3
Hoff
Honored Contributor

Re: DECEDI-E-SOCKREADCSMSGER when fetching ??

The last time something similar popped up (a couple of months back), this error was either triggered by a DNS error and/or by an IP-level error.

Follow the procedures for whatever your IP stack, and flush it.

The following is for TCP/IP Services...

rndc flush-updates
rndc flush

If rndc and the innards of DNS BIND are not things that float your boat, you might be tempted to simply bounce TCP/IP and see if that sorted things out.

For details of setting up and using rndc (via TCPIP$DEFINE_COMMANDS.COM), see the TCP/IP Services for OpenVMS Management manual; there's a section in there on configuring and managing DNS BIND 9 in that document.

radian
New Member

Re: DECEDI-E-SOCKREADCSMSGER when fetching ??

Thanks for the answer.
I'll need to investigate your solutions before I try them.
Not applicable

Re: DECEDI-E-SOCKREADCSMSGER when fetching ??

Hi Radian,

Are you still getting the problem.
Most oftenly, you will get this error when there is some problem with the map used to fetch the document.

I used to get this error when I use wrong map (means i did some wrong calculation such as divide by 0 or something similar).

Just check your map if you have done something similar.

Regards,
-ajaydec