Oracle WebServer User's Guide
05000 - 05499 Oracle Web Agent Messages
OWS--05100 Agent : unable to connect due to Oracle error number
Cause: | The Oracle Web Agent was unable to connect to the specified Database due to an Oracle error. | |
Action: | See the corresponding Oracle error in the Oracle7 Server Messages. Common errors are: invalid username/password - check the Web Agent configuration file; Oracle not available - start up the database. | |
OWS--05101 Agent : execution failed due to Oracle error number
Action: | See the associated Oracle error. | |
OWS--05110 Agent : no stored procedure specified to call
Cause: | OWA requires the PATH_INFO environment variable to be set. PATH_INFO is set based on information passed through the URL after the OWA executable name and before the "?" or the end of the URL | |
Action: | Specify a stored procedure name after the OWA executable name in the URL. | |
OWS--05111 Agent : no procedure matches this call with the arguments passed
Cause: | The procedure and parameters passed to OWA don't match any existing stored procedures. | |
Action: | Verify that there is a stored procedure (not function)with no RECORD parameters which matches the parameters passed. If no value was passed for a parameter, be sure that the stored procedure was declared to have a default value for that parameter. Check for typographical errors. | |
OWS--05112 Agent : too many procedures matches this call
Cause: | The procedure and parameters passed to OWA match too many existing stored procedures. | |
Action: | This should only happen if there are overloaded stored procedures, and that in two different versions of the procedure, a given parameter is declared in one as a scalar and the other as a PL/SQL table. | |
OWS--05150 Agent : Web Server Error - environment variable name is NULL or non-existent
Cause: | The Web Server or other invoking application did not set the listed environment variable. | |
Action: | Contact your Web Server or other invoking application vendor. | |
OWS--05151 Agent : Port number not in list of valid ports : number list
Cause: | The network port that the invoking an HTTP server is listening on is not a valid port for this OWA Service. | |
Action: | Add this port to the list of valid ports for this Service, or access this service through an HTTP server listening on a valid port. | |
OWS--05200 Agent : service name not found in configuration file
Cause: | The piece of the URL just before the Web Agent executable name did not correspond to a Web Agent Service in the OWA configuration file. | |
Action: | Correct the URL, or create the desired service. | |
OWS--05201 Agent : service parameter name not found for service name
Cause: | A parameter required by the Oracle Web Agent was not found in the configuration file along with the specified service. | |
Action: | Modify the Web Agent service configuration using the Web Agent administration form. | |