Connection Failed 401 Unauthorised in obiee 12c — Oracle Analytics

Oracle Analytics Cloud and Server

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

Connection Failed 401 Unauthorised in obiee 12c

Received Response
81
Views
11
Comments
961614
961614 Rank 4 - Community Specialist

Dear All,

I have installed OBI 12c in VM, I am trying to download/upload .rpd by using oracle commanded data-model.cmd in command prompt. But I am getting

" Connection Failed 401 Unauthorised" error. If any one have about this error please provide the solution.

After installation Do we need to tns.ora file in 12c like in 11g(Oracle_BI1 & Oracle_Common)?

Thanks,

Ramesh

«1

Answers

  • Souro
    Souro Rank 2 - Community Beginner

    Please provide the exact command you are trying to execute.

  • 3410125
    3410125 Rank 4 - Community Specialist

    Did you try with Weblogic userid?

  • FTisiot
    FTisiot Rank 6 - Analytics Lead

    As others said, are you sure the user you are using has the necessary privileges?

  • 961614
    961614 Rank 4 - Community Specialist

    Yes I am using only weblogic user

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    Once more what was asked:

    Post the PRECISE command you're running

  • 961614
    961614 Rank 4 - Community Specialist

       bitools> data-model-cmd.cmd downloadrpd -O liverpd.rpd  -SI ssi -U webogic -P Admin123

    Thanks,

    Ramesh

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    No -W RPDPassWordHere ?

    I know it's optional but just to not have the password prompt in the cmd...

  • saketsrv
    saketsrv Rank 5 - Community Champion

    HI ,

    I was getting the same error.turned out i was entering the wrong weblogic credentials the whole time.Silly mistake but it matters.

    Please cross check your credentials.Also by looking at your script i assume you are entering RPD password,instead RPD password you need to provide weblogic credentials.

  • 961614
    961614 Rank 4 - Community Specialist

    Hi Sanket,

    Yes , I am giving rpd password not weblogic user password. I will try with weblogic password once.

    Thanks,

    Ramesh

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    Errr....it IS the user password. NOT the RPD password. The -help states that clearly. Also that's why I explicitly mentioned the -W switch.