Hi, while connecting to the AS/400 from my local system its throwing the error socket error function error CWBC01003 in as/400, how can I be able to resolve the problems.
Software/Hardware used:
ASKED:
March 16, 2009 2:30 PM
UPDATED:
April 2, 2009 3:34 PM
Have you checked that your telnet server is started?
To start it:
STRTCPSVR then prompt and put in *telnet
or STRTCPSVR SERVER(*TELNET)
From your PC use CWBPING. This will tell you what ports or services are failing. Plain old PING only tells you there is a physical connection.
Hi while using CWBPING its showing
To cancel the CWBPING request, press CTRL-C or CTRL-BREAK
I – Verifying connection to system 74.212.168.204…
E – CWBCO1003 – Sockets error, function connect() returned 10060
E – CWBCO1048 – A time-out occurred trying to connect to the iSeries
E – CWBCO1006 – Unable to connect to server mapper
E – CWBCO1011 – Remote port could not be resolved
E – CWBCO1008 – Unable to connect to server application Central Client, returned
10060
How we can be able to resolve this errors. Also I have given the option STRTCPSVR SERVER(*ALL) so all the servers are right now started. Please help me to solve this. Thanks in advance
Is the AS/400 behind a firewall? If so, you need to open ports 8470 thru 8479.
Now also I have opened the ports 8470 thru 8479 even though I am getting the same error. Please help me Thanks in advance.
Try the STRHOSTSVR command, using the default *ALL.
HI EVEN THOUGH THE SAME ERROR IS THERE… PLEASE ANYBODY HELP ME…THANKS IN ADVANCE
please note that I haven’t given the option IP datagran forwardins as *yes in thechange TCP/IP attributes page. Is there any necessitity in doing so. Please help. Thanks in advance
Along with ports 8470 – 8479 you also need port 449 open.
Make sure ports 449 and 8470 – 8479 are active on the AS/400.
Use the NETSTAT command and take option 3, Work with TCP/IP Connection Status. Use F14 to change the Local Port column from names to numbers. Pagedown until you get to the 84xx ports and be sure the state of these ports is Listen.
Are you familiar with iSeries Navigator?
I am having iSeries Navigator, and can you give me the steps using that to configure TCP/IP. Please note that I have ports number 80,23,443,8470-8479. Now need to open which all ports also.Can you explain more in the renaming case just given above. Is ther any documentation for that please attach the link. Thanks in advance,.
Here is a link to IBM’s Information Center about TCP/IP setup.
http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/cl/cfgtcp.htm
Hope this helps.
You should hit F10 and type STRHOSTSVR *ALL
Yet now also I am having the same error. Please help me out its very urgent. I am not as/400 admin I am as/400 developer. So please give me clarification for TCP/IP connection details.
I have only made the changes to the work with TCP/IP interface and had given the external IP address to config there and also had given the made changes in TCP/IP routes and work with host table entry and TCP/IP domain information right now and started all the servers.
But when I am giving bwcping I am getting the error as shown above. I have also opened the appropriate ports for the communication also.
Please help me out thanks in advance.
Naveen.S