I'm trying to write a little piece of middleware to allow one of our
developers to use Flash to pull up a webpage that lists the current jobs in
a print queue in Windows NT.  I found this very nice little script called
NTPStat.pl at http://www.roth.net/perl/scripts/scripts.asp?NTPStat.pl and
removed the code for the deleting of a print job and hardcoded the server
that we need to query.  Ran the script in a command window and it works
wonderfully.

So I went and tried to turn it into a CGI script for use via a web page.
Now I get the following message after the column headings when I try to
access the CGI:

Unable to attach to registry key on MAIN

Where MAIN is the server whose queues I'm trying to access.


So, apparently I need to give the user account running the web service some
permissions, or should I run this script off of a webserver on MAIN?? 

Any pointers or security concerns I should be aware of would be greatly
appreciated.

Thank you,
Kip

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to