Oracle Analytics Publisher

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

Is is possible to invoke OIC (APP driven orchestration) from BIP report?

Accepted answer
1947
Views
23
Comments
13»

Answers

  • MFM Tech
    MFM Tech Rank 2 - Community Beginner

    Hi @Pradeep Moganti,

    For me also it was working fine but just few days before it giving the same error.

    HTTP Process error, no response returned

    Yes I'm getting 401-Unauthorized error in OIC as well.

    Any solution for this how to resolve this. I have the writes as well on OIC and BIP report as well.

    thanks,

  • Mike Giffard
    Mike Giffard Rank 1 - Community Starter

    @Pradeep Moganti
    Has it worked since the GEN3 update? If not see my post - you need to remove the preceding slash on your URL Suffix.
    e.g.
    from /ic/api/integration/v1/flows/rest
    to ic/api/integration/v1/flows/rest

    If it has worked since GEN3, then check your credentials are working okay on the connection.

    Mike

  • User_33RYC
    User_33RYC Rank 1 - Community Starter

    Hi @Mike Giffard

    I had removed the preceding slash on my URL suffix but still I am facing the below error

    "HTTP Process error, no response returned"

    The Engine logs says that its 401 Unauthorized where same credentials are working through Postman