+ Reply to Thread
Results 1 to 11 of 11

Thread: Logon script suddenly throwing up error

  Share/Bookmark
  1. #1

    Reputation Reputation
    Andie's Avatar
    Join Date
    Sep 2006
    Location
    Cambridgeshire
    Posts
    504
    Thank Post
    55
    Thanked 29 Times in 18 Posts
    Rep Power
    14

    Default Logon script suddenly throwing up error

    I've been using a couple of logon scripts for ages without problem. Now one client is throwing up a Windows Script Host error code 8007007B, for all users including admin. The script connects shares and printers to the clients, and I haven't changed anything in the scripts recently. Moreover, the script works fine on other machines in the Suite. Only one printer is affected, and is not connected as a result. The only fairly recent change is that the clients have been updated to SP3 (XP Prof) and the server updated to SP2, but other updated clients are unaffected. I did google the error code, but the only mentions of similar problems were in experts exchange, which I need to pay for to access the actual solution! Server is Windows 2003. I've attached a screenshot of the error message, but it's lying!!!
    Attached Files

  2. #2

    Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation
    ICTNUT's Avatar
    Join Date
    Jul 2005
    Location
    Hereford
    Posts
    1,146
    Thank Post
    133
    Thanked 185 Times in 71 Posts
    Rep Power
    43

    Default

    Have a look at: Code 8007007B - A filename, directory name or volume label syntax is incorrect.

    also: http://www.computerperformance.co.uk/Logon/code/

    As far as experts exchange is concerned when you google it make sure you open the cached version and scroll to the bottom the solution is visible to all :-)
    Last edited by ICTNUT; 01-06-2009 at 12:43 PM.

  3. #3

    Reputation Reputation Reputation Reputation Reputation Reputation Reputation
    timzim's Avatar
    Join Date
    Jun 2007
    Location
    London
    Posts
    505
    Thank Post
    34
    Thanked 95 Times in 76 Posts
    Rep Power
    32

    Default

    Would help to see the script since the error refers to a particular line.

  4. #4

    Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    10,833
    Blog Entries
    1
    Thank Post
    97
    Thanked 392 Times in 337 Posts
    Rep Power
    101

    Default

    Can you post the script please?

  5. #5

    Reputation Reputation Reputation Reputation Reputation Reputation
    DrPerceptron's Avatar
    Join Date
    Dec 2008
    Location
    In a house
    Posts
    650
    Thank Post
    19
    Thanked 78 Times in 67 Posts
    Rep Power
    23

    Default

    Quote Originally Posted by ICTNUT View Post
    As far as experts exchange is concerned when you google it make sure you open the cached version and scroll to the bottom the solution is visible to all :-)
    If you scroll to the bottom on the bulk of non-cached pages, you can see the answers now...

    You could register as an expert I think and you can just view the answers normally.

  6. #6

    Reputation Reputation
    Andie's Avatar
    Join Date
    Sep 2006
    Location
    Cambridgeshire
    Posts
    504
    Thank Post
    55
    Thanked 29 Times in 18 Posts
    Rep Power
    14

    Default

    Thanks for the help with getting at the solution on experts exchange (useful tip!). The suggestion that looked likeliest suggests possible connection issues, and adds to the printer script by getting the connection to try 10 times witha 2 second pause. However, my problem is only on the one machine and is not intermittent. And the printer seems to connect despite the error when logged on as administrator...

  7. #7

    Reputation Reputation
    Andie's Avatar
    Join Date
    Sep 2006
    Location
    Cambridgeshire
    Posts
    504
    Thank Post
    55
    Thanked 29 Times in 18 Posts
    Rep Power
    14

    Default

    OK, here are the scripts. I didn't think I needed to post these as they have been working fine for months, and they still are working fine on the rest of the (identical) clients in the IT Suite. Both of these scripts are throwing up the same error message on just this one machine (so far anyway!). These are not new scripts, and the offending line (in the IT Printing section, and ending in ColLaser) is repeated elsewhere for other machines in other locations and doesn't throw any errors either. Also I have now noticed that although the error comes up when logged in as domain admin, the printer is still available - not so for other users. The only recent change to the machines is an update to XP SP3.
    Attached Files

  8. #8

    Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation
    mac_shinobi's Avatar
    Join Date
    Aug 2005
    Posts
    4,813
    Thank Post
    408
    Thanked 364 Times in 342 Posts
    Rep Power
    75

    Default

    maybe on this one machine un install and re install SP3 ?

    That or re image it and then put SP3 on the machine - seeing as its only one machine and not all of them

  9. Thanks to mac_shinobi from:

    Andie (03-06-2009)

  10. #9

    Reputation Reputation
    Andie's Avatar
    Join Date
    Sep 2006
    Location
    Cambridgeshire
    Posts
    504
    Thank Post
    55
    Thanked 29 Times in 18 Posts
    Rep Power
    14

    Default

    Quote Originally Posted by mac_shinobi View Post
    maybe on this one machine un install and re install SP3 ?

    That or re image it and then put SP3 on the machine - seeing as its only one machine and not all of them
    I think I'll give it a go tomorrow, thanks . Will let you know if it fixes it.

  11. #10

    Reputation Reputation
    Andie's Avatar
    Join Date
    Sep 2006
    Location
    Cambridgeshire
    Posts
    504
    Thank Post
    55
    Thanked 29 Times in 18 Posts
    Rep Power
    14

    Thumbs up Fixed!

    I uninstalled SP3 and just did a bit of testing, logging in as admin and other users - no scripting error now and printer available. Then I reinstalled SP3. Again, logged in as admin and other users - no scripting error and printer now available. This will be one of those little IT mysteries as to why the first install caused this problem, but it's fixed so I'm happy. Thanks!

    P.S. Uh, oh. Just found another client with same problem!! Why don't users report these things???!!! Now I'm going to have to check them all.
    Last edited by Andie; 03-06-2009 at 11:23 AM. Reason: Postscript added.

  12. #11

    Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation
    mac_shinobi's Avatar
    Join Date
    Aug 2005
    Posts
    4,813
    Thank Post
    408
    Thanked 364 Times in 342 Posts
    Rep Power
    75

    Default

    Quote Originally Posted by Andie View Post
    I uninstalled SP3 and just did a bit of testing, logging in as admin and other users - no scripting error now and printer available. Then I reinstalled SP3. Again, logged in as admin and other users - no scripting error and printer now available. This will be one of those little IT mysteries as to why the first install caused this problem, but it's fixed so I'm happy. Thanks!
    Good to hear it and not sure why its done that - maybe did not copy a few of the files over correctly or they may of gotten corrupted some how (shrugs)




    Quote Originally Posted by Andie View Post
    P.S. Uh, oh. Just found another client with same problem!! Why don't users report these things???!!! Now I'm going to have to check them all.
    Because ................. that would be too easy

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Logon Script Not on 1 PC
    By karldenton in forum Windows
    Replies: 1
    Last Post: 25-03-2009, 12:05 PM
  2. Printers logon script error messages
    By indie in forum Windows
    Replies: 1
    Last Post: 14-09-2007, 11:34 AM
  3. Logon script & Printer script question.
    By Galway in forum Windows
    Replies: 3
    Last Post: 29-08-2007, 11:00 AM
  4. Yet another Logon Script
    By ajbritton in forum Windows
    Replies: 3
    Last Post: 19-06-2006, 09:47 AM
  5. Stupid CMD error with logon script
    By tarquel in forum Windows
    Replies: 37
    Last Post: 14-06-2006, 09:07 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts