Microsoft KB Archive/927694

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 13:19, 21 July 2020 by X010 (talk | contribs) (Text replacement - "&" to "&")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


The CD tray does not open when you use the Identify Node command in Compute Cluster Administrator in a non-English version of Windows Compute Cluster Server 2003

Article ID: 927694

Article Last Modified on 10/11/2007



APPLIES TO

  • Microsoft Compute Cluster Pack
  • Microsoft Windows Server 2003 Compute Cluster Edition
  • Microsoft Windows Server 2003, 64-Bit Datacenter Edition
  • Microsoft Windows Server 2003, 64-Bit Enterprise Edition
  • Microsoft Windows Server 2003, Standard x64 Edition



SYMPTOMS

When you use the Identify Node command in Compute Cluster Administrator, the CD tray does not open. This problem occurs when you use a non-English version of Microsoft Windows Compute Cluster Server 2003.

Note This problem may also occur when you use a non-English version of Microsoft Windows Server 2003 together with the Microsoft Compute Cluster Pack.

CAUSE

This problem occurs because the script that you use to eject the CD tray is incorrectly translated.

Note This script is located in the Windows\System32\Ejectcd.vbs file.


RESOLUTION

To resolve this problem, follow these steps:

  1. Click Start, click Run, type notepad.exe, and then click OK.
  2. In the File menu, click Open.
  3. Locate, and then click to select the Windows\System32\Ejectcd.vbs file, and then click Open.
  4. Locate, and then select the following line of code:
    cdromObject.InvokeVerb("E&ject")
  5. Replace the selected line of code with the correct version of the following code:
    cdromObject.InvokeVerb("Eject(&shortcut-key)")
    Note For the Eject method, type the command to remove or eject in each of your language. For "(&shortcut-key)", type the shortcut key. For example, the Japanese version use &J as the shortcut key and the method is cdromObject.InvokeVerb("Eject(&J)").
  6. In the File menu, click Save.


STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

MORE INFORMATION

For more information about how to use Compute Cluster Administrator, visit the following Microsoft Web site:

For more information about Windows Compute Cluster Server 2003, and for additional technical resources, visit the following Microsoft Web site:

Keywords: kbtshoot kblocalization kbprb kbclustering KB927694