Article ID: 107384
Article Last Modified on 3/23/2004
137482 LUA Program Receives Host Sign-On Screen Twice and then Hangs
<snaroot>\system\WINRUI32.DLL
SYSTEM\CurrentControlSet\Services\SnaBase\Parameters\ClientUse the following information when adding the new value:
Value Name: INITDELAY Data Type: REG_DWORD Data: 0-10 (decimal) Default: 0 secondsThis variable sets an optional delay in seconds in processing RUI_INIT requests. If you do not specify an entry for data, there is no delay. If you configure a value greater than 10, then a value of 10 is used.
Message flow as the node sees it. Message flow as the host sees it.
Host Node Host Node
==== ==== ==== ====
NOTIFY unavailable NOTIFY unavailable
(SLU disabled) (SLU disabled)
<-------------------- <----------------
NOTIFY +rsp NOTIFY +rsp
--------------------> ----------------->
NOTIFY available logon banner
<-------------------- ----------------->
logon banner NOTIFY available
(SLU enabled)
--------------------> <-----------------
NOTIFY +rsp NOTIFY +rsp
--------------------> ----------------->
logon banner logon banner
--------------------> ----------------->
When the host receives the first NOTIFY it sends a logon screen. At the
same time, the node is sending the second NOTIFY. In this case by the time
that the logon screen reaches the node, the node has passed on the second
NOTIFY to the link service. In that situation the node is not able to
determine whether the logon screen was sent due to the first NOTIFY, or the
second NOTIFY, and so it passes it up to the application. Shortly
thereafter, the second logon screen arrives, and the node also passes that
up to the application.
S E R V P A C K
Additional query words: prodsna SLI
Keywords: kbnetwork kbprogramming KB107384