This is a discussion on Cluster command in CGI script within the Windows Web Servers forums, part of the Web Server and Related Forums category; I can successfully execute the following command from a DOS prompt: cluster /cluster:<cluster name> node and I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I can successfully execute the following command from a DOS prompt: cluster /cluster:<cluster name> node and I get the list of nodes and their status(es). However, when I try to run the same command from within my CGI script, I get the good 'ol "System error 5 has occurred. Access is denied" error message. Any idea as to why I can run it in one place, but not the other? Any idea as to how to remedy this? Thanks. |
|
|||
|
pom69 wrote:
> I can successfully execute the following command from a DOS prompt: From an NT command prompt, not a DOS prompt. > cluster /cluster:<cluster name> node > However, when I try to run the same command from within my CGI script, > I get the good 'ol "System error 5 has occurred. Access is denied" > error message. Your cgi is run as an anonymous user. http://support.microsoft.com/kb/q191...23120121120120 Purl Gurl |