Link to home
Create AccountLog in
Avatar of allanj42
allanj42

asked on

Access is denied to network connection to shared plotter

I'm attempting to access a network based plotter using the dos 'copy' command.

Here are the steps I've taken:
- rip my images into an RTL file, glue.rtl.
- create a TCP port and assign it to the plotter.
- share the plotter
- in a cmd prompt:
•      c:\windows\system32\net.exe use lpt2: "\\Sunburst44\DJ1050C1" [worked]
•      copy /b glue.rtl lpt2: [gaves error: "Access is denied."]

I have used this technique successfully on another network on the Win 2000 computer.
The present computer is Win XP.
I am able to plot directly to the shared plotter.
I am using the same admin account for the entire process.

Why is access to the net connection denied?
ASKER CERTIFIED SOLUTION
Avatar of masterbaker
masterbaker
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of allanj42
allanj42

ASKER

masterbaker,

Method 2 in the MS KB document appears to be working (copying directly to the plotter share, rather than first making an LPTn network connection).

I still wonder why the LPT connection was not accessible, though, as I have used that technique successfully on other networks. Just another unanswered mystery, I guess.

Thanks for alternate solution.

allan42
Yeah, I thought it was strange too, but who knows!  I too have set up shared plotters on a network before, and I used the same method as you.  I haven't ever had to follow this alternate method, but it is nice to have a second option.

Jeff