Error Messages (P)

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #

Proxy not authorized to connect as client

The "proxy" error is associated with Oracle authentication failure. If you experience the "proxy" error, insure that you pass the correct Oracle username and password in your Data Sources. If the error persists, Multi-Tier users may hardcode the Oracle username and password in the OpenLink Session Rules Book. The following instructions assist Multi-Tier users with this task:

1. Use a text editor to open the oplrqb.ini file, which you find in the /bin sub-directory of your OpenLink server components installation.

2. Locate the [generic_oraxx] section, which corresponds to your OpenLink database agent. For example:

[generic_ora81]
Description = Default settings for Oracle 8.1.x agent
Program = ora81_mv
Environment = ORACLE81
ReUse = always
;CommandLine =
;ConnectOptions =
;Directory = /tmp
;Database =
;Userid =
;Password =
;ReadOnly = Yes


3. Remove the semicolons in front of Userid and Password.

4. Hardcode the Oracle username and password. For example:

Userid = scott
Password = tiger


5. Save your changes and exit the file.

6. Restart or reinitialize your Request Broker.

7. Test.

Evidence

Data Source Attributes
DBMS Version
Request Broker Log


Referenced by...