OK, I am at a total loss. I have never seen this error message before and can't track down what is causing it.
I am a Domain Administrator and should not be restricted from running user updates of any kind.
ANY ideas???
Thanks
John Fuhrman
Titan Global Services
I am a Domain Administrator and should not be restricted from running user updates of any kind.
Code:
strName = "025john"
strOU = "_transit"
strBank = "025"
Set objRootDSE = GetObject("LDAP://RootDSE")
strDNSDomain = objRootDSE.Get("DefaultNamingContext")
Set objRoot = GetObject("LDAP://rootDSE")
Set objRootDSE = GetObject("LDAP://rootDSE")
Set objDomain = GetObject("LDAP://" &_
objRoot.Get("defaultNamingContext"))
Set objOU = GetObject("LDAP://OU=" &_
strOU & "," & objRootDSE.Get("defaultNamingContext"))
Set objUser = objOU.Create("User", "cn=" & strName & account)
Const ADS_PROPERTY_APPEND = 3
Set objGroup = GetObject _
("LDAP://cn=" & StrBank & "," & "cn=users" & "," & strDNSdomain)
objGroup.PutEx ADS_PROPERTY_APPEND, "member", _
Array("LDAP://cn=" & strName & "," & StrOU & "," & strDNSdomain)
WScript.Echo ("LDAP://cn=" & StrBank & "," & "cn=users" & "," & strDNSdomain)
WScript.Echo ("LDAP://cn=" & strName & "," & "dc=" & StrOU & "," & strDNSdomain)
objGroup.SetInfo
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
LDAP://cn=025,cn=users,DC=corebanks,DC=jackhenry,DC=com
LDAP://cn=025john,dc=_transit,DC=corebanks,DC=jackhenry,DC=com
C:\Documents and Settings\jfuhrman\Application Data\Adersoft\VbsEdit\Temp\GYMURAJI.vbs(28, 1) (null): The server is unwilling to process the request.
***** script completed *****
ANY ideas???
Thanks
John Fuhrman
Titan Global Services