A script-enabled browser is required for this page to function properly.

AUTHID command line keyword

AUTHID 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

Syntax

AUTHID=username/password

Values

Description

username/password

Any valid user name and password created in OracleAS Portal. See your DBA to create new user profiles in OracleAS Portal.

With rwbridge:
The user name and password specified in the identifier element in the bridge configuration file (rwbridge_bridgename.conf).

   

Usage notes

Examples

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

See also

Command line keywords

Using the command line

Running a report from the command line