Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: brian's Guide to Solving Any Perl Problem

by inman (Curate)
on Jul 21, 2004 at 12:35 UTC ( [id://376223]=note: print w/replies, xml ) Need Help??


in reply to brian's Guide to Solving Any Perl Problem

Did you check the effective user?(in the same vein as Did you check the environment?)

A typical problem for people developing CGI code on Windows / IIS - My script runs from the command line but breaks when I run it under IIS. Problems like this usually relate to the script being run under a restricted user account. Scheduled jobs suffer from a similar range of problems.

Things that may not work if you have user/permissions issues include:

  • Read/write to a local file.
  • Accessing network shares.
  • Read/write registry settings.
  • Working with functionality that depends on any of the above e.g. ODBC.
  • Comment on Re: brian's Guide to Solving Any Perl Problem

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://376223]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (9)
As of 2024-04-18 20:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found