in reply to Under CGI Mode Unable to access the Excel Application using Win32::OLE

My suspicion is that the default user for Apache on Windows, LocalSystem, doesn't have rights to do what you're asking it to do.

If you have control of the server Apache is running on, you can go into the Services and change the user to a more privileged user. Obviously, this is a bit more dangerous, so you should probably consult your sysadmin about how to set this properly.

  • Comment on Re: Under CGI Mode Unable to access the Excel Application using Win32::OLE