Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

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


View products that this article applies to.

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.

↑ Back to the top


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.

↑ Back to the top


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 languages. For "(&shortcut-key)", type the shortcut key for your language version. The following are examples:
    • The parameter for "(&shortcut-key)" in the Japanese language version is &J. Therefore, the method is cdromObject.InvokeVerb("Eject(&J)").
    • The parameter for "Eject(&shortcut-key)" in the German language version is A&uswerfen. Therefore, the method is cdromObject.InvokeVerb("A&uswerfen").
  6. In the File menu, click Save.

↑ Back to the top


Status

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

↑ Back to the top


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:

↑ Back to the top


Keywords: KB927694, kbprb, kbtshoot, kbclustering, kblocalization

↑ Back to the top

Article Info
Article ID : 927694
Revision : 11
Created on : 10/11/2007
Published on : 10/11/2007
Exists online : False
Views : 293