German Version: PMAdmin.vbs to Create/Delete a Membership Server Instance (242564)
The information in this article applies to:
- Microsoft Site Server 3.0
This article was previously published under Q242564 SYMPTOMS
With the German version of Site Server, the PMAdmin.vbs command line utility used to create or delete a membership instances is unable to successfully create an instance.
CAUSE
The localized German version of PMAdmin.vbs uses "ja" instead of "yes", which causes a failure when creating a membership instance through the PMADMIN command line, which causes a wording mismatch.
RESOLUTIONTo resolve this problem, obtain the latest service pack for Site Server 3.0. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
219292 How to Obtain the Latest Site Server 3.0 Service Pack
WORKAROUND
In the PMAdmin.vbs file, change the references in to "ja" to "yes". Specifically, change the following: NOTE: These have been broken up into multiple lines for readability. In the PMAdmin.vbs file, however, should be on a single line.
Change line 943 from:
Command = "cscript pmadmin.vbs set authsvc /id:" & lVirtServId & "
/ldapserver:" & """" & LdapServer & """" & " /ldapport:" & LdapPort & "
/restart:ja"
to:
Command = "cscript pmadmin.vbs set authsvc /id:" & lVirtServId & "
/ldapserver:" & """" & LdapServer & """" & " /ldapport:" & LdapPort & "
/restart:yes"
Change 945 from:
Command = "cscript pmadmin.vbs set authsvc /id:" & lVirtServId & "
/ldapserver:" & """" & LdapServer & """" & " /ldapport:" & LdapPort & "
/dsuser:""cn=" & AcctName & ",ou=members,o=" & DirectoryName & """
/groupprefix:""" & L_GROUPPREFIX_TEXT & DirectoryName & "_"" /dspassword:"
& """" & AcctPassword & """" & " /restart:ja"
to:
Command = "cscript pmadmin.vbs set authsvc /id:" & lVirtServId & "
/ldapserver:" & """" & LdapServer & """" & " /ldapport:" & LdapPort & "
/dsuser:""cn=" & AcctName & ",ou=members,o=" & DirectoryName & """
/groupprefix:""" & L_GROUPPREFIX_TEXT & DirectoryName & "_"" /dspassword:"
& """" & AcctPassword & """" & " /restart:yes"
STATUS This problem was first corrected in Site Server 3.0 Service Pack 3.
| Modification Type: | Major | Last Reviewed: | 5/8/2002 |
|---|
| Keywords: | kbbug KB242564 |
|---|
|