Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Tuesday, May 14, 2013 8:33 AM
Hello.
I am just started as a IT suppoter.
I went to my customer's office and A staff told me, "X:/192.168.1.20\all apps$ " message diplays once and then
The "system error 55 has occurred" message displays whenever boot up.
And the message displays continuously from same command window.
The "X:" connection is no problem.
So I guess some error configuration implement from AD server to client PC.
How do I fix this problem?
Thank you in advance.
All replies (5)
Wednesday, May 15, 2013 11:14 AM âś…Answered
Hi..
Looks like there is a start up script that is mapping drive X. As you said there is AD in your network that these PC are connected to you might be having a Group Policy that is doing it for you.
Could you check if there are any start up/ logon script that are configured.
From the error "local device name is already in use" it seems like the script trying to remap the X drive again which is already mapped.
If you do have a start up/ logon script that is used to map the X drive then would suggest you to add "net use x: /delete" to the begining of the script. So your scrip would look some thing like this
net use x: /delete
net use x: "\192.168.1.20\all apps$"
(What this would do is it would disconnect any X drive that is mapped and then map the X drive again) .
Then save it and give it some time to replicate the group policy out and run gpupdate /force on the client PC that has the proplem and check if you get the error again.
Let me know if this works..
Check these links to know how to add logon scripts to Group Policy.
http://www.petri.co.il/setting-up-logon-script-through-gpo-windows-server-2008.htm#
http://technet.microsoft.com/en-us/library/cc781361%28v=ws.10%29.aspx
http://technet.microsoft.com/en-us/magazine/dd630947.aspx
Hope this helps
Thanks
Preenesh !!
Tuesday, May 14, 2013 12:44 PM
Could you provide a bit more information about the environment - application, hardware. I guess we can assume this is Windows Server 2012 because you posted in a 2012 forum, but that is not always a valid assumption. Where is the error occurring? You mention both server and client. What do you mean by 'message displays continously from same command window'? Does this mean the system is booting and then when it comes up a command window opens and this message repeats itself continuously? What shows up in the event logs?
When reporting an issue to a forum it is always helpful to provide the information you would be asking of someone who came to you with the question.
.:|:.:|:. tim
Wednesday, May 15, 2013 12:21 AM
Sorry Tim, I'm not native so I made you confused.
And you're right, the system booting and then when it comes up a command window opens and the message repeats itself continuously.
like
command window
There is a connection below
""X:/192.168.1.20\all apps$
If you keep try, connection will be closed.
command was executed well
system error 55 has occurred
network resource or device is no longer available
system error 85 has occurred
local device name is already in use
system error 55 has occurred
network resource or device is no longer available
system error 85 has occurred
local device name is already in use
system error 55 has occurred
network resource or device is no longer available
system error 85 has occurred
local device name is already in use
system error 55 has occurred
network resource or device is no longer available
system error 85 has occurred
local device name is already in use
system error 55 has occurred
network resource or device is no longer available
system error 85 has occurred
local device name is already in use
system error 55 has occurred
network resource or device is no longer available
system error 85 has occurred
local device name is already in use
Someone told me that is a network mapping problem but it is hard to fix so tell customer just ignore the message and just terminate the command windows
If I have that problem, I will, But my customer wants to fix this problem.
Please give me an advice.
Have a good day.
Thursday, May 16, 2013 12:24 AM
I don't know how to thank you enough Preenesh!
I will do it sometime next week, and I will reply the result.
Have a great day!
Monday, May 20, 2013 5:05 AM
Hi odsinter,
Is there any update?
Thanks.
Jeremy Wu
TechNet Community Support