|
|
![]() |
|
|
Top | #1 |
|
Somewhat eXPerienced
Joined: December 2001
Location: Woodbury, NJ
Posts: 790
Reputation: 50
Power: 134 |
This issue doesn't occur on the first boot / first login of the machine... but will always occur thereafter. It doesn't seem to occur quite on every machine, but it happens on more and more now. ![]() Being for a police department, this issue is becomming more critical, due to the amount of users logging in and out of the machines... and if the drives don't get mapped, they lose crucial access to their reports and other files. Can someone please help me figure out a resolution to this problem? |
|
|
|
|
|
Top | #2 |
|
XPista7eopard*ix
Joined: April 2004
Location: Chicagoland
Posts: 4,028
Reputation: 2947
Power: 168 |
howdy..
first, you may want to blank out the name of your servers.. generally not a good thing to shout out to the world. second... what command is line 6 running (you can blank out the names of the server as well here)? It could be that the drive is already mapped and you are trying to remap the exising drive. A little more info here woiuld be helpful in helping you
|
|
|
|
|
|
Top | #3 |
|
Somewhat eXPerienced
Joined: December 2001
Location: Woodbury, NJ
Posts: 790
Reputation: 50
Power: 134 |
No problem!!! I have no problems giving you more information, just have to let me know what you need, hehe!
Ok, first I took your advice and hid the server name. Second off, here is the script that's being run: Code:
Dim objNet
Set objNet = CreateObject("Wscript.Network")
objNet.MapNetworkDrive "H:", "\\********\HOME"
objNet.MapNetworkDrive "I:", "\\********\Apps"
objNet.MapNetworkDrive "Q:", "\\********\formdata"
objNet.MapNetworkDrive "S:", "\\********\schedulesoft"
objNet.MapNetworkDrive "T:", "\\********\Traffic"
objNet.MapNetworkDrive "W:", "\\********\idphoto"
|
|
|
|
|
|
Top | #4 |
|
XPista7eopard*ix
Joined: April 2004
Location: Chicagoland
Posts: 4,028
Reputation: 2947
Power: 168 |
You can start here: http://support.microsoft.com/?kbid=841570
Beyond that.. start answering questions ![]() are you using the fully qulified domain name in the \\***\<Sharename> section? meaning.. are you just putting in \\<computername>\<sharename> or are you putting in \\<somedomain.domainname.com>\<sharename>? Are you able to ping the computer name and/or fully qualified domain name? Also.. Are these occuring on windows 2000 or windows XP? Service Pack levels? Windows 2000 domain or windows 2003 domain? Do any of the drives get mapped correctly? Do you have access to the group policies on the domain? (in particular, look in the settings: Computer Configuration/Windows Settings/Security Settings/Local Policies/Security Options/LAN Manager Authentication Level... may also want to check the login script group policy settings , run login scripts asynchronously or something like that) edit: Logging in as a local administrator account will not run the login.vbs script as it is a domain login policy.. and thus not have any of the drives mapped (assuming you have it setup as a login script on the domain user account properties..) |
|
|
|
|
|
Top | #5 |
|
Somewhat eXPerienced
Joined: December 2001
Location: Woodbury, NJ
Posts: 790
Reputation: 50
Power: 134 |
|
|
|
|
|
|
Top | #6 |
|
XPista7eopard*ix
Joined: April 2004
Location: Chicagoland
Posts: 4,028
Reputation: 2947
Power: 168 |
just out of curiosity, what happens when you try to map the drives manually after the login script fails?
|
|
|
|
|
|
Top | #7 |
|
Somewhat eXPerienced
Joined: December 2001
Location: Woodbury, NJ
Posts: 790
Reputation: 50
Power: 134 |
Sorry about the delay!
When I try to map the drives manually, I get the same error message, "No Network Provider can accept the given network path". Also, I noticed that when the script fails, I am entirely unable to change the computer's name, description, and domain status either. Peculiar. Also, another update: As this request was cross posted on message boards, someone else responded to me to a script that they use. The script is completely different on the way it operates, though I still have it mapping the drives. Another difference is that this script hands out the mapped drives by running from a GPO, instead of running as a script from the user's profile... and I still get the same error messages. Oddly enough, I contacted Microsoft in regards to this issue, and they wanted to go over some things. While we were having some other strange issues with the primary culprit from this issue, they wanted me to remove and re-join the machine to the domain. Upon doing so, I wasn't able to re-create the script host error... I definitely need to try this some more tomorrow when I am back at that client. I will keep you guys up to date! |
|
|
|
|
|
Top | #8 |
|
OSNN Veteran Addict
Joined: July 2004
Location: Montreal
Posts: 1,721
Reputation: 1040
Power: 124 |
Try these steps, though to me I don't smell victory here.... worth a shot
http://support.microsoft.com/kb/127933 Sounds like MS is getting close - they do solve the majority of stinky ones I get - thank god I have unlimited calls to them. Oh - and can you post us the errors along with the event id that show up in the security log? |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Script Host: Permission Denied: 'GetObject' | Punkrulz | Web Design & Coding | 12 | March 17th, 2007 6:30pm |
| Microsoft Signs Up Qwest to Host Windows Live | madmatt | Submitted News | 0 | June 8th, 2006 11:09pm |
| Windows Script 5.6.0.8825 | leedogg | Windows Desktop Systems | 0 | September 20th, 2004 12:35am |
| Windows XP Pro network - can you set up logging in? | Shade2074 | Windows Desktop Systems | 7 | November 23rd, 2003 4:01am |
| Host a Server with Windows XP Free? | JSC2k03 | Windows Desktop Systems | 3 | December 11th, 2002 10:22pm |