KILLENGINE
command line keywordKILLENGINE
stops a Reports Server engine with the specified engine
ID and engine type. For a secured Reports Server, only users with Adminstrator
privileges can use this keyword. For an unsecured Reports Server, the user ID
and password values for the AUTHID
keyword must match the user ID and password specified by the identifier
tag in the server.conf
configuration file.
The executables that can use this keyword are:
rwbuilder |
no |
rwrun |
no |
rwclient |
no |
rwcgi |
no |
rwserver |
no |
rwservlet |
yes |
rwconverter |
no |
http://yourwebserver/reports/rwservlet/KILLENGINEn[?]
[server=server_name][&authid=username/password]
[&type=engine_type]
For example, to stop an engine rwEng-0
:
http://yourwebserver/reports/rwservlet/killengine0?server=myserver&authid=mydb/password&type=rwEng
The engine must currently exist in the Reports Server.
Use GETSERVERINFO
to see
the current engines existing in the server.
Related keywords are GETSERVERINFO
,
SERVER
,
and AUTHID
.
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.