Microsoft KB Archive/253475: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 78: Line 78:


<ol>
<ol>
<li>Create a local user named &quot;test&quot; on the server.</li>
<li>Create a local user named "test" on the server.</li>
<li><p>Make the following sample scripts named test.scp to test smclient.exe.<br />
<li><p>Make the following sample scripts named test.scp to test smclient.exe.<br />
</p>
</p>
<pre class="codesample">{
<pre class="codesample">{
     connect(&quot;test&quot;, &quot;test&quot;, &quot;&quot;, 640, 480);
     connect("test", "test", "", 640, 480);
     // Wait for desktop
     // Wait for desktop
     check(&quot;Wait4Str&quot;, &quot;MyComputer&quot;);
     check("Wait4Str", "MyComputer");
     logoff();
     logoff();
}
}
                         </pre></li>
                         </pre></li>
<li>Run the sample scripts with &quot;smclient.exe -v -f:test.scp&quot;.</li></ol>
<li>Run the sample scripts with "smclient.exe -v -f:test.scp".</li></ol>


<br />
<br />

Latest revision as of 13:52, 21 July 2020

Article ID: 253475

Article Last Modified on 7/30/2001

This article was previously published under Q253475

SYMPTOMS

SMCLIENT may hang at the Winlogon dialog waiting for user input. It may be necessary to restart the tool. However, SMCLIENT still may not execute the logon command.


CAUSE

SMCLIENT will run and connect to the Terminal Server and the Winlogon dialog will appear. However, SMCLIENT does not send the users name to the Winlogon dialog, thus Terminal Server Client does not logon to the Terminal Server.


RESOLUTION

Microsoft has created a replacement for SMCLIENT.EXE that fixes this problem. The self extracting archive file SMCLIENT.ZIP contains the executable and documentation for SMCLIENT.

SMCLIENT is available for download from the following Microsoft FTP site:

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

MORE INFORMATION

Steps to Reproduce the Behavior



  1. Create a local user named "test" on the server.
  2. Make the following sample scripts named test.scp to test smclient.exe.

    {
        connect("test", "test", "", 640, 480);
        // Wait for desktop
        check("Wait4Str", "MyComputer");
        logoff();
    }
                            
  3. Run the sample scripts with "smclient.exe -v -f:test.scp".




Additional query words: rkbook win2000 TOOLS RESKIT RESOURCE KIT

Keywords: kbprb KB253475