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 "Current Directory" label and the input text box are missing in the "Clusters" dialog box in some language versions of Windows Server 2008


View products that this article applies to.

Symptoms

The Current Directory label and the input text box are missing in the Clusters dialog box in some language versions of Windows Server 2008. In these versions, you cannot change the CurrentDirectory property value of the cluster resource.

The following languages are affected:
  • Dutch (nl-nl)
  • Turkish (tr-tr),
  • Hungarian (hu-hu)
  • Polish (pl-pl)
  • Chinese (Simplified) (zh-cn)
  • Chinese (Traditional) (zh-tw)
  • Chinese (Hong Kong) (zh-hk)
  • Korean (ko-kr)

↑ Back to the top


Workaround

To work around this behavior, change the CurrentDirectory property value of the cluster resource by using the cluster command-line tool (cluster.exe). To do this, follow these steps.
  1. Click Start
    , type cmd in the Start Search box, right-click cmd in the Programs list, and then click Run as administrator.

    If you are prompted for an administrator password or for confirmation, type the password, or click Continue.
  2. At the command prompt, type the following command, and then press ENTER:
    cluster res "RESOURCE_NAME" /priv
    This command will list the current value of the CurrentDirectory property.

    Note In this command, RESOURCE_NAME represents the name of the target resource, such as "cmd Application."
  3. Type the following command, and then press ENTER:
    cluster res "RESOURCE_NAME" /priv CurrentDirectory="NEW_VALUE"
    Note In this command, NEW_VALUE represents a new property value for the CurrentDirectory property.
  4. Bring the resource offline, and then bring the resource back online for the change to take effect.

↑ Back to the top


Keywords: KB949824, kbtshoot, kbexpertiseinter, kbprb, kbclustering, kbarchive, kbnosurvey

↑ Back to the top

Article Info
Article ID : 949824
Revision : 2
Created on : 1/15/2015
Published on : 1/15/2015
Exists online : False
Views : 207