cancel
Showing results for 
Search instead for 
Did you mean: 

Relative Links are Not working in webi 4.1 after migration from 3.1 to 4.1

0 Kudos

Hi Experts,

we have done migration from 3.1 to 4.1.some of the webi reports are accessing from java portal through relative links which are not having parameters. But some of the webi reports are not working If the URL contains any parameters.

we have done some changes in webi side in those URLs and its working fine from BO side but if we try to access the same reports side we are seeing blank page.

please see the below URLs from 3.1 and 4.1

3.1 URL:

="<ahref=\"../../opendoc/openDocument.jsp?sDocName=B2B_ShpLoss_Smry&sType=wid&sInstance=Param&sRefresh=Y&lsSEnter%20Profile%20="+URLEncode(""+[B2B Access Profile of User])+"&sPath=[Public+Folder],[STC+OBI+Reports],[B2B+Reports]&sWindow=Same\" title=\"Click to view Shipment Losses Summary Report\" target=\"_self\" style=\"font-color:red\" nav=\"doc\">Shipment Losses Summary</a>"

4.1 url: in 4.1 instead of report path we have used CUID.

="<a href=\"../../opendoc/openDocument.jsp?iDocID=AT3zx9HyRYVGiTNxwoP_VHo&sIDType=CUID&sType=wid&sInstance=Param&sRefresh=N&lsSEnter%20Profile%20="+URLEncode(""+[B2B Access Profile of User])+"&sWindow=Same\" title=\"\" target=\"_self\" nav=\"doc\">Shipment Losses Summary</a>"

if we access the above URL from BI Launchpad and we are able to access and also we are able to pass parameters to the other reports.but if we access the same URL from Javaportal we are seeing blank page.

I have tried the below url also and its working from BO but not from java portal

="<a href=\"/BOE/OpenDocument/opendoc/openDocument.jsp?iDocID=AT3zx9HyRYVGiTNxwoP_VHo&sIDType=CUID&sType=wid&sInstance=Param&sRefresh=N&lsSEnter%20Profile%20="+URLEncode(""+[B2B Access Profile of User])+"&sWindow=Same\" title=\"\" target=\"_self\" nav=\"doc\">Shipment Losses Summary</a>"

Accepted Solutions (0)

Answers (1)

Answers (1)

denis_konovalov
Active Contributor
0 Kudos

If URL works in bilaunchpad , then your issue is not in BOE or URL syntax (even tho opendoc syntax has changes in 4.x vs. 3.x) - your issue is with your Java portal.

You need to trace HTTP calls and compare between working in bilaunchpad and not working in your portal.

0 Kudos

Hi Denis,

Thank you for your prompt response.

could you please help me how to track HTTP calls and how to resolve it.

Thank you

Prasad

denis_konovalov
Active Contributor
0 Kudos

you need to use HTTP trace tools, like fiddler or httpwatch and see which characters/url's etc your portal doesn't like.
Work with your portal admins.