We are trying to publish DesignStudio (version 1.5) content to our SAP NetWeaver Portal, but cannot do this successfully.
Option 1 : URL iView
- Create a URL iview in SAP Portal
- Use the base URL as "http://xxx.xxx.xxxxxx.co.za:8080/BOE/OpenDocument/opendoc/openDocument.jsp"
- Use the following 2 URL parameters:
- iDocID = < CUID of object as obtained from BO CMC>
- sIDType = CUID
- Change the iview property Launch in New Window to "Display in Seperate Headerless Portal Window"
Result:
- Internet Explorer (IE11) : new window opens (as expected), then javascript error message appears:
Debugging from that step yields the following additional information
- Chrome : 1st time I click on the iview, I get a generic BO error message "An error has occurred: Could not find the document."
2nd time I click on the link, it opens perfectly
Almost like it is not doing SSO properly the first time round
-------------------------------------------------------------------------------------------------------------------------------
Option 2 : DesignStudio Template
- Deploy the necessary content, and restart the Portal
- Create a new iview, this time from DesignStudio template
- Enter the technical name of the DesignStudio object
- I can only select Design Studio objects that have been saved to SAP NetWeaver (=SAP BW). Cannot select Design Studio content that has been saved to BO Platform
Result:
- IE : iview opens, in new window, but onClick() event does not fire for button. I assume there is some additional uploads into SAP BW I need to perform
- Chrome : same result. Design Studio opens, but no event fired on clicking the button
-------------------------------------------------------------------------------------------------------------------------------
So what am I doing wrong ?
I'd prefer to publish the Design Studio content to BO Platform, as that allows us to consume in SAP BO Mobile in the future, but then I'm limited to URL iview / OpenDocument, which doesn't seem to be working
If I have to go the DesignStudio template route, then I need to figure out all the additional files that have to be uploaded to the BW server. Plus, transports are much harder to apply in the SAP BW space, than they are in the BO space, so would prefer not to go down this route.
Any assistance ?
Regards,
Andrew