Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Not able to open RPD in online mode(forgot password)

Received Response
1
Views
2
Comments
Anand Prakash...
Anand Prakash... Rank 3 - Community Apprentice

Hi All,

Could anyone let us know how to reset/find password to open RPD in

online mode.

Thanks

Answers

  • AbinashBehera
    AbinashBehera Rank 5 - Community Champion

    Hi,

    If that RPD has already deployed once previously, then there is a way out to find the RPD password. Follow the below steps:

    Go to  /middlewareHome/oracle_common/common/bin

    Run the ./wlst.sh sript

    It will open the wlst tool in offline mode

    Then to connect online

    connect("weblogic","weblogic123","localhost:8001")


    Then run the following command as per deployed RPD name.

    listCred("oracle.bi.enterprise","repository.RPD_Name")

    Give your RPD name in-place of 'RPD_Name' of above command.
    It will show you the RPD password.

    --------------------------------------

    Let me know if you find any difficulties.

    Regards,

    Abinash

  • Anand Prakash...
    Anand Prakash... Rank 3 - Community Apprentice

    Thanks for the response Abinash...sorry it got mistyped...I already have

    RPD password...

    Act I want to find BI server login and password so that

    I can connect RPD in online mode...