Problem to make connection as an administrator

I am using WNetAddconnection2() API to make a connection with a remote machine. It works fine when i use any user id and password..but when i use the user id "administrator" and valid password of that remote machine then it could not stablish connection..Is there any special requirements to connect as an administrator.
[320 byte] By [kmashif] at [2007-11-18 20:31:55]
# 1 Re: Problem to make connection as an administrator
Are you sure there is an "administrator" user?

Kuphryn
kuphryn at 2007-11-9 13:46:38 >
# 2 Re: Problem to make connection as an administrator
Now i have found the problem..When a connection is already exist with that machine as manually connected as a different user like"guest"..then connect as an "administrator" not work..Now i want to cancell the "guest" connection by "WNetCancelConnection2"..it not works, caz i have connect that machine by manually logged in..So how can i cancel the existing connection so that i can log in as an adiministrator.
Thanks
kmashif at 2007-11-9 13:47:39 >