JOBTYPE
command line keywordJOBTYPE
specifies the type of job to be processed by the server.
You can enter any type of job, as long as Reports Server has an engine to process
it.
The executables that can use this keyword are:
rwbuilder |
no |
rwrun |
no |
rwclient |
yes |
rwcgi |
yes |
rwserver |
no |
rwservlet |
yes |
rwconverter |
no |
JOBTYPE=jobtype
Values |
Description |
|
A job for which the Reports Server has an engine. For example:
Default = |
The database authentication functionality provided in Oracle Reports is available
only when JOBTYPE=report
. This is the job type of the default engine
(rwEng
) provided with OracleAS Reports Services. The database authentication
functionality is not available when JOBTYPE
specifies a different
value (for example, for a custom engine that you develop yourself). This is
because a custom engine may require a different format for the connect string,
while the Oracle Reports database authentication functionality limits the connect
string to the Oracle Reports format user/password@dbname
used for
the default engine.
http://myias.mycomp.com:7779/rwservlet?server=myrepserver+report=test.rdf+userid=scott/tiger@mydb+destype=file+desformat=pdf+desname=test.pdf+jobtype=rwurl+urlParameter="http://www.oracle.com"
http://mywebserver.com:7779/cgi-bin/rwcgi.exe?server=myrepserver+report=test.rdf+userid=scott/tiger@mydb+destype=file+desformat=pdf+desname=test.pdf+jobtype=rwurl+urlParameter="http://www.oracle.com"”
rwclient server=myrepserver report=test.rdf userid=scott/tiger@mydb destype=file desformat=pdf desname=test.pdf jobtype=rwurl urlParameter="http://www.oracle.com"
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.