|
> -SNA-E-CONREQRES, Connect request rejected by IBM Host, sense code
> %X'0821'
According to the SNA documentation this means "Invalid Session
parameters" but I guess you knew that. It is not specified in further
detail so either of .0 or .1 (or both) could be right.
I *think* the Application name defaults to MEMOGWY
I *think* the Logon mode entry defaults to MRGATE (confusing
because it has nothing to do with Digital's MRGATE)
The Access name can be used as a convenience instead of defining
/SESSION_ADDRESS, /CIRCUIT_NAME and /APPLICATION. If you do use Access
Name you will also have to define this Access name at the SNA/Gateway
level. I don't have the documentation at hand on how to do this
|
|
hi,
Just in case somebody is still looking here...the 0821 sense code is a
result of a BIND SNA command, sent from the application. So the application
name was OK, it is just that the logon mode name must be something which
exist in the host system (it is an entry in a table, pointed in the NCP
definition macros (or the definition deck in VTAM describing a CT gateway).
an IBM system programmer will "speak" about "MODETAB" and "DLOGMODE" or
"LOGMODE". MODETAB name has nothing to do with us (it "stays" in the SNA side.
LOGMODE/DLOGMODE=xxx is the entry name in that table, exist in VTAM, and
pointed (optionaly) by our gateway parameter "logon mode".
Normally, when we trace the session, we can see the negative response to the
BIND with a pointer to the specific parameter in question (graphic terminal
when one is not supported, etc.).
hope it helps for a better understanding,
cheers,
anat.
|