OBIEE - Connection Pool Change (Username, password)

Obiee Webcat Critical Folder

About

method to change the connection parameter of a connection pool from a rpd file (password, …)

Method

12G - List / Update Connection Pool Command

Example:

datamodel.sh listConnectionpool -SI bi -U weblogic -P password -S server1.example.com -N 7777 -SSL -V true -O output.json
{
    "Title":"List Connection Pools",
    "Conn-Pool-Info":[
        {
            "uid":"80000001-c093-16b9-af0b-0a0a02100000",
            "connPool":"CP_Datamart",
            "parentName":"\"DB_Datamart\"",
            "user":"OBIEE",
            "password":"72567C146599BE511A0A45D8BB09981B062C0A8FE07287A12E59B9DF9BB86B02E2677169DB8500B4889C3B0D1AB1591F0351B8DE1113B6F64DD2105C0544005443CDD706F59B65D3C74D0037087C7BB4 42D761FF4996501A86AEC8C0024F093A9A265DA5F2DEF42F4882A043E6EA734D",
            "dataSource":"Datamart",
            "appServerName":"''"
        },
        {
            "uid":"c0000001-a4fa-16df-806e-0a0a020d0000",
            "connPool":"CP_Datamart_InitBlock",
            "parentName":"\"DB_Datamart\"",
            "user":"OBIEE",
            "password":"72567C146599BE511A0A45D8BB09981B062C0A8FE07287A12E59B9DF9BB86B02E2677169DB8500B4889C3B0D1AB1591F0351B8DE1113B6F64DD2105C0544005443CDD706F59B65D3C74D0037087C7BB4 42D761FF4996501A86AEC8C0024F093A9A265DA5F2DEF42F4882A043E6EA734D",
            "dataSource":"Datamart",
            "appServerName":"''"
        }
    ],
    "Variables-In-Conn-Pool":[
    ]
}

datamodel.sh updateConnectionpool -C connpool.json -SI bi -U weblogic -P password -S server1.example.com -N 7777 -SSL

11g - BIServerT2PProvisioner.jar

10g

The syntax for using the nqschangepassword utility is

nqschangepassword.exe -d <data source name> -u <user name> -p <password> -n <new password> [-w <ssl passphrase> | -y]

For example,

nqschangepassword.exe -d AnalyticsWeb -u Administrator -p Administrator -n NewPassword

Admintool command

With the admintool Credits

admintool /command SetConnectionPoolProperty.txt
Open Repository.rpd Administrator Administrator
SetProperty "Connection Pool" "orcl"."Connection Pool" "User" "sh"
SetProperty "Connection Pool" "orcl"."Connection Pool" "Password" "welcome1"
Save
Exit





Discover More
Obiee Bi Server Patch
OBIEE - BI Server Patch (automatic update with a patch file)

An alternate way of updating the RPD manually is to script it with an XML patch file. In this approach, you don‟t need to open the RPD through an Admin tool. Instead, the values of the variables...
Obiee Webcat Critical Folder
OBIEE - Repository Deployment

How to deploy a Repository. Before deployment, you may want to: change: the repository password: the database connection parameters: apply a patch: refresh the GUID: Then you may...
Bi Server Architecture With Client
OBIEE 10G/11G - BI Server Utilities

OBIEE have several executables files which permit you to automate some actions. bi-init.cmd (or bi-init.sh on UNIX) To interact with the repository, the Oracle BI Server has two system management API:...



Share this page:
Follow us:
Task Runner