A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Printing, Faxing and Scanning with Vista
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Printing, Faxing and Scanning with Vista A forum for using printers, scanners and fx with Windows Vista. (microsoft.public.windows.vista.print_fax_scan)

DOS Printing: System Error 66



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old July 17th 07, 09:53 PM posted to microsoft.public.windows.vista.print_fax_scan
Jimbo
external usenet poster
 
Posts: 5
Default DOS Printing: System Error 66

I just replaced a WinXP laptop with a WinVista laptop. I was able to
print from DOS programs to a network printer on the XP machine via
'redirecting' LPT1 via the command

NET USE LPT1 \\servername\printername password /user:username

Using the same script on the new Vista laptop, however, gives me the

System error 66 has occurred
The network resource type is not correct

response. This occurs regardless of whether I precede the correct
command with a precautionary 'delete'

NET USE LPT1 /delete

Any thoughts? Web based research turned up several dead ends.

Thanks,

Jim




  #2 (permalink)  
Old July 19th 07, 01:48 AM posted to microsoft.public.windows.vista.print_fax_scan
PaulB
external usenet poster
 
Posts: 968
Default DOS Printing: System Error 66

Are you opening the command prompt with "Run as administrator"?
--
Paul


"Jimbo" wrote:

I just replaced a WinXP laptop with a WinVista laptop. I was able to
print from DOS programs to a network printer on the XP machine via
'redirecting' LPT1 via the command

NET USE LPT1 \\servername\printername password /user:username

Using the same script on the new Vista laptop, however, gives me the

System error 66 has occurred
The network resource type is not correct

response. This occurs regardless of whether I precede the correct
command with a precautionary 'delete'

NET USE LPT1 /delete

Any thoughts? Web based research turned up several dead ends.

Thanks,

Jim





  #3 (permalink)  
Old July 19th 07, 07:59 PM posted to microsoft.public.windows.vista.print_fax_scan
Jimbo
external usenet poster
 
Posts: 5
Default DOS Printing: System Error 66

On Wed, 18 Jul 2007 18:48:00 -0700, PaulB
wrote:

Are you opening the command prompt with "Run as administrator"?



Thanks for the response, Paul. I don't know the answer to that
question--I just checked, and my "Command Prompt" shortcut has all
options in the relevant tab ("Compatibility") greyed out.

FWIW, I am logged in as an administrator, and all of the other NET USE
commands succeed. (The "NET USE LPT1" command is part of a start-up
type batch file that I run manually when needed.)

Jim



  #4 (permalink)  
Old July 19th 07, 08:40 PM posted to microsoft.public.windows.vista.print_fax_scan
PaulB
external usenet poster
 
Posts: 968
Default DOS Printing: System Error 66

Right click on the CMD shortcut and click on "Run as administrator" When the
Command Prompt opens the heading will be Administrator Command Prompt.
--
Paul


"Jimbo" wrote:

On Wed, 18 Jul 2007 18:48:00 -0700, PaulB
wrote:

Are you opening the command prompt with "Run as administrator"?



Thanks for the response, Paul. I don't know the answer to that
question--I just checked, and my "Command Prompt" shortcut has all
options in the relevant tab ("Compatibility") greyed out.

FWIW, I am logged in as an administrator, and all of the other NET USE
commands succeed. (The "NET USE LPT1" command is part of a start-up
type batch file that I run manually when needed.)

Jim




  #5 (permalink)  
Old July 23rd 07, 04:18 PM posted to microsoft.public.windows.vista.print_fax_scan
Jimbo
external usenet poster
 
Posts: 5
Default DOS Printing: System Error 66

Thanks Paul. Doing this still gives me the error #66. Given that I'm
signed on as Administrator anyway, should I have expected different
results?

Jim



On Thu, 19 Jul 2007 13:40:02 -0700, PaulB
wrote:

Right click on the CMD shortcut and click on "Run as administrator" When the
Command Prompt opens the heading will be Administrator Command Prompt.


  #6 (permalink)  
Old July 23rd 07, 05:46 PM posted to microsoft.public.windows.vista.print_fax_scan
PaulB
external usenet poster
 
Posts: 968
Default DOS Printing: System Error 66

I went back and reassigned LPT1 on my system and the only time I get that
error is when the servername\printername is wrong. I'm not sure what the
problem is.
--
Paul


"Jimbo" wrote:

Thanks Paul. Doing this still gives me the error #66. Given that I'm
signed on as Administrator anyway, should I have expected different
results?

Jim



On Thu, 19 Jul 2007 13:40:02 -0700, PaulB
wrote:

Right click on the CMD shortcut and click on "Run as administrator" When the
Command Prompt opens the heading will be Administrator Command Prompt.



  #7 (permalink)  
Old July 24th 07, 09:49 PM posted to microsoft.public.windows.vista.print_fax_scan
Jimbo
external usenet poster
 
Posts: 5
Default DOS Printing: System Error 66

On Mon, 23 Jul 2007 10:46:03 -0700, PaulB
wrote:

I went back and reassigned LPT1 on my system and the only time I get that
error is when the servername\printername is wrong. I'm not sure what the
problem is.



Thanks PaulB. Here is the specific syntax, and as mentioned, it works
fine on my XP clients but does not work on my Vista clients. I've
tried adding colons, etc., to "LPT1", but I always get error 66. Is
it possible that the syntax has changed from XP to Vista? The 'net
use' help appears to be very similar between the two OSes.

Net Use LPT1 \\server2007\hp50000 password /USER:Administrator

Jim




  #8 (permalink)  
Old July 24th 07, 10:24 PM posted to microsoft.public.windows.vista.print_fax_scan
PaulB
external usenet poster
 
Posts: 968
Default DOS Printing: System Error 66

Hi Jim,
The only part of the syntax that I'm not sure of is the password. I don't
use that.
You probalby know this but type net use /? and check it out. I wish I
could be of more help.
--
Paul


"Jimbo" wrote:

On Mon, 23 Jul 2007 10:46:03 -0700, PaulB
wrote:

I went back and reassigned LPT1 on my system and the only time I get that
error is when the servername\printername is wrong. I'm not sure what the
problem is.



Thanks PaulB. Here is the specific syntax, and as mentioned, it works
fine on my XP clients but does not work on my Vista clients. I've
tried adding colons, etc., to "LPT1", but I always get error 66. Is
it possible that the syntax has changed from XP to Vista? The 'net
use' help appears to be very similar between the two OSes.

Net Use LPT1 \\server2007\hp50000 password /USER:Administrator

Jim





  #9 (permalink)  
Old July 25th 07, 09:22 PM posted to microsoft.public.windows.vista.print_fax_scan
Jimbo
external usenet poster
 
Posts: 5
Default DOS Printing: System Error 66

Thanks Paul; it's not the first Vista bug I've encountered :-)



On Tue, 24 Jul 2007 15:24:03 -0700, PaulB
wrote:

Hi Jim,
The only part of the syntax that I'm not sure of is the password. I don't
use that.
You probalby know this but type net use /? and check it out. I wish I
could be of more help.


  #10 (permalink)  
Old May 1st 08, 07:06 PM posted to microsoft.public.windows.vista.print_fax_scan
[email protected]
external usenet poster
 
Posts: 2
Default DOS Printing: System Error 66


Has anyone EVER solved this problem? It is many months and a Vista
Service Pack later and this still seems to fail for me. This is a REAL
pain for me Thanks for any pointers.

Harvey


--

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:55 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2024 Vista Banter.
The comments are property of their posters.