Hello together,
we'using FPN to integrate a BI Portal (producer, SPS 15) with an EP (consumer, SPS 15).
To access Bex Web, we've created a remote delta link in the consumer portal which points to the producer portals iview Bex Web. This constellations worked fine with SPS 15 Patch 01.
Now we updated BIBASE and BIWEBAPP to SPS 15 Patch 04 (implementing note 1162554). After the patch, the Bex Web RDL isn't working anymore. We've some other RDLs (e.x. My Portfolio) which are working as usual.
If I call (or even preview) the Bex Web RDL, I get a NullPointerException:
#1.#001A4BEBAF7E007000000156000042BE0004543E4ED0077F#1218526493804#com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService#sap.com/irj#com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService#mnospers#6063##n/a##ff4c2980684011ddc011001a4bebaf7e#SAPEngine_Application_Thread[impl:3]_16##0#0#Error#1#/Applications/BI#Plain###Exception caught: java.lang.NullPointerException
java.lang.NullPointerException
at java.net.URLDecoder.decode(URLDecoder.java:139)
at java.net.URLDecoder.decode(URLDecoder.java:103)
at com.sap.portal.fpnprovider.fpn.GenericContext.lookup(GenericContext.java:49)
at javax.naming.InitialContext.lookup(InitialContext.java:361)
at javax.naming.InitialContext.lookup(InitialContext.java:361)
at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService.getCurrentNavigationContextPage(BIRuntimeService.java:578)
at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService._createRequestParameters(BIRuntimeService.java:507)
at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService.createRequestParameters(BIRuntimeService.java:405)
at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService._handleRequest(BIRuntimeService.java:329)
...
Even successfully creating a new Bex Web RDL creates the same error.
Any suggestions?
Thanks
Markus