Oracle Transactional Business Intelligence

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

Dynamic Link to Oracle Integration Cloud

Received Response
32
Views
8
Comments

Hi,

We create a custom app tile in spring board and calling OIC visual builder application. As you can see below screen, the static URL is point to PROD and TEST. If you do a P2T, the PROD URL will be copy to TEST. And we need to change it every time after P2T as post cloning activity. Is there a way to set this link as dynamic link so that we do not need to change every time.

image.png image.png

Thank and best regards,

Keith Yeung

Answers

  • gclampitt
    gclampitt Rank 6 - Analytics Lead
    edited Feb 5, 2025 7:14AM

    Hi we had similar requirement for a tile link to analysis.

    Solution was to remove the POD info from the URL

    eg instread of
    https://<yourpod>/analytics/saw.dll?…..
    change to
    https:../../analytics/saw.dll?……

    then don't need to change during P2T

    See if that works for you

  • Yeung Shing Keith
    Yeung Shing Keith Rank 2 - Community Beginner

    @gclampitt

    I know this solution for analytic report. But this is not an analytic report. This is a link to the integration visual builder custom build application. Do you have any idea?

    Thank and best regards,

    Keith Yeung

  • gclampitt
    gclampitt Rank 6 - Analytics Lead

    hi yes …so just try the same solution as for analytics - removed the pod info….
    i don't know if this will work or not but its worth a try

  • Yeung Shing Keith
    Yeung Shing Keith Rank 2 - Community Beginner

    Thank @gclampitt It will not work because it /../ is refer to fusion application POD URL and not OIC URL link.

  • gclampitt
    gclampitt Rank 6 - Analytics Lead

    ah yes sorry i misunderstood the initial question….not sure if that is achievable then

  • Nathan CCC
    Nathan CCC Rank 7 - Analytics Coach
    edited Feb 12, 2025 1:12PM

    Hi,

    I think this is a generic internet protocol

    not specific particularly to OTBI or even Oracle Fusion Cloud Applications

    just about being a relative path so dot dot ".." means go up one folder in the path

    in OTBI you are always 1 folder down in analytics/

    so .. takes you back up to the root of your url like xxx.fa.ocs.oraclecloud.com/

    The problem here is that the URL to VB is not relative to Fusion Applications - it a different URL altogether in OIC.

  • Nathan CCC
    Nathan CCC Rank 7 - Analytics Coach

    As a solution all I can think is that you add n mutually exclusive buttons one link to production others with link to non production then some sort of condition to show or hide based on if you can test what environment you are in?

  • Yeung Shing Keith
    Yeung Shing Keith Rank 2 - Community Beginner

    @Nathan CCC Thank you for your excellent idea. I have a workaround solution now.