KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q253475: SMCLIENT.EXE: Doesn’t Logon to Server

Article: Q253475
Product(s): Microsoft Press
Version(s): 
Operating System(s): 
Keyword(s): 
Last Modified: 30-JUL-2001

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:

  ftp://ftp.microsoft.com/reskit/win2000

STATUS
======

Microsoft has confirmed this to be 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          :  
Issue type        : kbprb

=============================================================================

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.