AUTHID
command line keywordAUTHID
specifies the user name and password to be used to authenticate
users to the restricted Reports Server. User authentication ensures that the
users making report requests have access privileges to run the requested report.
With rwbridge
: AUTHID
specifies the user name and
the password to authorize shutting down the Oracle Reports bridge. You can set
the identifier
element in the bridge configuration file to the
administrator user name and password to secure the bridge. This ensures that
only administrators can shut down the bridge.
The executables that can use this keyword are:
rwbuilder |
no |
rwrun |
yes |
rwclient |
yes |
rwcgi |
yes |
rwserver |
yes |
rwservlet |
yes |
rwconverter |
no |
rwbridge |
yes |
AUTHID=username/password
Values |
Description |
|
Any valid user name and password created in OracleAS Portal. See your DBA to create new user profiles in OracleAS Portal. With |
AUTHID
can be used when running JSP-based
Web reports from the command line.
If you have a Sign-On Server environment, then the OracleAS Single
Sign-On Server will perform the authentication step and pass only the user
name to the Reports Server in AUTHID
.
rwrun report=test.rdf userid=scott/tiger@mydb desformat=pdf destype=file desname=test.pdf authid=myadmin/myadmin
http://myias.mycomp.com:7779/reports/rwservlet?server=myrepserv+report=test.rdf+userid=scott/tiger@mydb+desformat=pdf+destype=file+desname=test.pdf+authid=myadmin/myadmin
http://mywebserver.com:7779/cgi-bin/rwcgi.exe?server=myrepserv+report=test.rdf+userid=scott/tiger@mydb+desformat=pdf+destype=file+desname=test.pdf+authid=myadmin/myadmin
rwclient server=myrepserv report=test.rdf userid=scott/tiger@mydb desformat=pdf destype=file desname=test.pdf authid=myadmin/myadmin
rwbridge.bat name=mybridge shutdown=immediate authid=scott/tiger
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.