Access Denied Please help!!!

  • Thread starter Thread starter Aruna Tennakoon
  • Start date Start date
A

Aruna Tennakoon

Hi guys,

When I am connting to Windows XP (SP1 Installed) PC I am getting "Access
Denied" error message but when I connect to Windows 2000 it get
connects...This is the code...

Administrator UserID and the Password is okey .....


Set locatorObj = CreateObject("WbemScripting.SWbemLocator")
Set providerObj = locatorObj.ConnectServer("PHUKET", "root\cimv2",
"PHUKET\Admin", "admin")

what could be the reson ? please help... I apprecate your time .....

Thanks
-Aruna
 
Aruna said:
Hi guys,

When I am connting to Windows XP (SP1 Installed) PC I am getting "Access
Denied" error message but when I connect to Windows 2000 it get
connects...This is the code...

Administrator UserID and the Password is okey .....


Set locatorObj = CreateObject("WbemScripting.SWbemLocator")
Set providerObj = locatorObj.ConnectServer("PHUKET", "root\cimv2",
"PHUKET\Admin", "admin")

what could be the reson ? please help... I apprecate your time .....
Hi,

If this is computers in a workgroup setting, it could be a
ForceGuest issue:
http://groups.google.co.uk/group/mi...admin/msg/fa79ab12b3e2c2f8?dmode=source&hl=en
 
Thanks it's okey now.. I set the key to 0 and it worked thanks alot for your
help

-Aruna
 
Back
Top