MC Press Online Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Client acces 400 emulator does not work (code 656) (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Client acces 400 emulator does not work (code 656)
#1690
Guest.Visitor (Visitor)

Birthdate:
Client acces 400 emulator does not work (code 656) 1 Year, 11 Months ago  
Johan3732 wrote:<BR>
> I try to connect to a as400 with AS/400 Client Access Express for<BR>
> Windows Version 5 Release 1 with the emulator program. But when i do<BR>
> this i get the message "Connection made with<BR>
> server/host on remote <HOSTNAME> through port 23" followed by a<BR>
> message "Hostname not supplied or not found" and a code 656 appears<BR>
> on the<BR>
> bottom of the screen.<BR>
<P>
Johan,<BR>
<P>
656 means: Initializing the TCP/IP Socket interface for Telnet5250 (5250 <BR>
session).<BR>
<P>
It sounds like you might have a TCP/IP stack problem. I'd suggest <BR>
re-installing the networking client.<BR>
<P>
Bill <BR>
<P>
<P>
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1691
Guest.Visitor (Visitor)

Birthdate:
Client acces 400 emulator does not work (code 656) 1 Year, 11 Months ago  
When i start "cwbping <hostname>" i get the following message: <p><li>****************************************** IBM AS/400 Client Access Express voor Windows <BR>
Versie 5 Release 1 Niveau 0 <p>(C) Copyright IBM Corporation and Others 1984, 2000. All rights reserved. <BR>
U.S. Government Users Restricted Rights - Use, duplication or disclosure <BR>
&nbsp;&nbsp;restricted by GSA ADP Schedule Contract with IBM Corp. <BR>
Licensed Materials - Property of IBM <p>U kunt de opdracht CWBPING annuleren met CTRL-C of CTRL-BREAK <BR>
I - Bezig met het controleren van de verbinding met systeem ADOCUM400... <BR>
I - Verbinding met servertoepassing is gelukt: Centrale client <BR>
I - Verbinding met servertoepassing is gelukt: Netwerkbestand <BR>
I - Verbinding met servertoepassing is gelukt: Network Print <BR>
I - Verbinding met servertoepassing is gelukt: Gegevenstoegang <BR>
I - Verbinding met servertoepassing is gelukt: Gegevenswachtrijen <BR>
I - Verbinding met servertoepassing is gelukt: Opdracht op afstand <BR>
I - Verbinding met servertoepassing is gelukt: Beveiliging <BR>
I - Verbinding met servertoepassing is gelukt: Telnet <BR>
F - CWBCO1003 - Winsock-fout, functie connect() heeft 10061 teruggezonden <BR>
F - CWBCO1049 - De AS/400-servertoepassing (Centraal beheer) is niet gestart. <BR>
F - CWBCO1008 - Verbinding met servertoepassing Centraal beheer is niet mogelijk <BR>
, retourwaarde 10061 <p>W - CWBCO1015 - De verbinding met systeem ADOCUM400 is gecontroleerd, maar er zijn waarschuwingsberichten <li>******************************************<p>I know it is in dutch but i think the codes are the same. <p>Thx, <p>Johan
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1692
R.Daugherty (User)
Posts: -2
graphgraph
User Offline Click here to see the profile of this user
Client acces 400 emulator does not work (code 656) 1 Year, 11 Months ago Karma: 0  
Hi Johan, <p> Based on Bill's post above, the 656 message is informational and not an error message. <p> The CWBPING results for Telnet test (<i>Verbinding met servertoepassing is gelukt: Telnet</i>) answers your Usenet question of how you can tell if port 23 is blocked. The Telnet port test was successful. <p> I had never heard of CWBPING before. Joe Hertvik has an excellent writeup on it here: <a href="http://search400.techtarget.com/tip/0,289483,sid3_gci789473,00.html">http://search400.techtarget.com/tip/0,289483,sid3_gci789473,00.html</a> <p> It also would let you specify port 23 as a parm /port:23 to your CWBPING, but it has already verified Telnet port is communicating. <p> The error codes are defined at Iseries Access Communication Error Messages <a href="http://www-03.ibm.com/servers/eserver/iseries/access/linux/guide/cwbcoer.html">http://www-03.ibm.com/servers/eserver/iseries/access/linux/guide/cwbcoer.html</a> <p>CWBCO1003 code 10061: The server was contacted, but refused the connection request. <p>CWBCO1049: Make sure the host servers have been started on the server. <p>CWBCO1008: The Service Mapper was successfully contacted on the server, but connecting to the specified application server on that server failed, probably because the host server is not running. The error code is specified. <BR>
Recovery <BR>
Verify that the host server is ready to receive connections by doing the following on the server: <p> 1. Enter the NETSTAT command. <BR>
&nbsp;&nbsp;&nbsp;2. Select option 3, Work with TCP/IP connection status. <BR>
&nbsp;&nbsp;&nbsp;3. Search for an entry for which the Local Port is the name of the server application specified in the message. This name may be truncated for display in NETSTAT. <BR>
&nbsp;&nbsp;&nbsp;4. Press F14 (Display port numbers) and note what port number that server is using; also note what the state of the server is. <p>end quote <p> You also might try the CWBPING with the iseries IP address instead of hostname to confirm same error results are obtained. <p> rd
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1693
Guest.Visitor (Visitor)

Birthdate:
Client acces 400 emulator does not work (code 656) 1 Year, 11 Months ago  
Ralph Daugherty wrote:<BR>
> CWBCO1049: Make sure the host servers have been started on the server.<BR>
<P>
This is the key error, the help text as Ralph pasted should resolve the <BR>
issue.<BR>
<P>
For completeness of problem solving, the file that lists all of these codes <BR>
and possible solutions is normally located in the C:program <BR>
filesibmclient accessmri2924 folder. Your location may be different <BR>
based upon language(s) installed and original install options.<BR>
<P>
You can get a head start in finding the proper help file by taking the <BR>
first 5 characters of the message and appending "er.hlp" to the end. So, <BR>
in this case the help file for the error messages is CWBCOER.HLP.<BR>
<P>
Bill <BR>
<P>
<P>
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1694
David Abramowitz (User)
Posts: -5
graphgraph
User Offline Click here to see the profile of this user
Client acces 400 emulator does not work (code 656) 1 Year, 11 Months ago Karma: 0  
My guess is that your session is not a "named" session, and that Auto-Config has been turned off (on the AS/400). <p>This would mean that the host is there, and can be pinged, but that the workstation is not configured on the host. <p>Another explanation might be if the the AS/400 limits Auto-Config to a specified number of stations, and they are already operative. <p>Dave
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1689
Guest.Visitor (Visitor)

Birthdate:
Client acces 400 emulator does not work (code 656) 1 Year, 11 Months ago  
Hello,

I try to connect to a as400 with AS/400 Client Access Express for Windows Version 5 Release 1 with the emulator
program. But when i do this i get the message "Connection made with
server/host on remote <HOSTNAME> through port 23" followed by a message
"Hostname not supplied or not found" and a code 656 appears on the
bottom of the screen.

I can use the os400 navigator program with the hostname and i can ping
to the hostname and i get the correct ipnumber. So i think the hostname
is well known.

What can be the problem that only the emulator does not work?

Thx,

Johan
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1695
Guest.Visitor (Visitor)

Birthdate:
Client acces 400 emulator does not work (code 656) 1 Year, 11 Months ago  
I have found the answer! <p>QAUTOVRT value was 0, setting it to "*NOMAX" did the trick <p>Thanks!!!
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop
   MC-STORE.COM