Ask a Question related to ASP Components, Design and Development.
-
Mestre André #1
Printer Error 482
Has anyone come across this error in context of printing
via ASP/IIS4. on NT4 (Sp5) Have a VB6 Dll that simply
calls: Printer.Print "Test" Printer.EndDoc When using dll
in VB6 App printing works fine. When using same dll called
in ASP Page get: "Printer Error 482" Only way I can
replicate error in VB6 App is to delete ALL Printers on NT
Server. From trawling net for info it seems Error 482 is
commonly associated with: 1.Printer Off-Line 2.Printer Out
of Paper 3.No Default Printer 4.Hardware/Connection
Faults. IIS4 user Local System account IUSER_MachineName
which as far as I'm aware is sufficient to access printer.
So don't think its a security issue. Have read printer
share names containing spaces also trip this error. Am at
a loss.... Any help,pointers gratefully received. Thanks
Steve
Mestre André Guest
-
Win32::Printer::Enum::Printer($server)
Has anyone ever managed to get Win32::Printer::Enum::Printer($server) to enumerate printers on a server? I've tried $server with a plain server... -
Printer Error on XP
After installing Adobe InDesign on XP I had the following error trying to print to a network printer. "Printing Error:Probelm Intializing current... -
Acrobat Distiller Printer Error Message: This Document Failed to Print
Hi, all 3 of our office computers are using XP Pro and Acrobat 5.05. My computer has the Adobe update for 5.05. All the computers including mine... -
PRINTER ERROR
Dear sirs, When i try to print any pdf documents from Acrobat 6 i have two empty pages and text - ERROR: syntaxerror, OFFENDING COMMAND ?, STACK:... -
Error msg when printing using the adobe PDF printer driver
When I try to print an autocad file using the adobe PDF printer I am getting this error message %%%% %%%% Stack: -dict- %%%% %% %% -
William Morris #2
Re: Printer Error 482
ASP happens within the context of the web server, not the client machine.
When your component calls the printer object, it's probably trying to find a
printer on the server. To print from a webpage, you need clientside code
(javascript: document.print() ), and not every browser supports it.
"Mestre André" <tigre@hnet.com.br> wrote in message
news:031101c3b842$f4fed6c0$a101280a@phx.gbl...> Has anyone come across this error in context of printing
> via ASP/IIS4. on NT4 (Sp5) Have a VB6 Dll that simply
> calls: Printer.Print "Test" Printer.EndDoc When using dll
> in VB6 App printing works fine. When using same dll called
> in ASP Page get: "Printer Error 482" Only way I can
> replicate error in VB6 App is to delete ALL Printers on NT
> Server. From trawling net for info it seems Error 482 is
> commonly associated with: 1.Printer Off-Line 2.Printer Out
> of Paper 3.No Default Printer 4.Hardware/Connection
> Faults. IIS4 user Local System account IUSER_MachineName
> which as far as I'm aware is sufficient to access printer.
> So don't think its a security issue. Have read printer
> share names containing spaces also trip this error. Am at
> a loss.... Any help,pointers gratefully received. Thanks
> Steve
William Morris Guest



Reply With Quote

