cancel
Showing results for 
Search instead for 
Did you mean: 

crossdomain.xml & upgrade issue

Former Member
0 Kudos

Dear All,

I've got an Abode flex application working off the back of SAP BI calling the queryview / XMLA web service using the crossdomain.xml at the root of the web server (implemented as per various different posts on SDN).

The ICM runs on port 8000

This has been operating without no issues for 18 months.

Last week, we upgrade the BI system to 7.02, support package 9.

Since then the adobe flex application has stopped working with the following error.

faultCode:Channel.Security.Error faultString:'Security error accessing url' faultDetail:'Destination: DefaultHTTP'

I've restore'd a copy of the BI server before the upgrade and compared both systems using an HTTP Debugger.

It appears since the upgrade, http code 307 appears in the debugger for the crossdomain.xml call.

I've checked the notes contained in sp10 to see if there's a mention of this to no avail.

Has anybody had the same issue/fix they can share with me.

Thank You

Mark

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Just to note to the previous message... that when it uses the re-direct 307, it's trying to use port 8100....

The issue seems to be with the parameter

ms/server_port_0 = PROT=HTTP,PORT=81$$, HOST=<servername - Full qualified name)

Taking this out the profile file resolves the issue.

Therefore could somebody please explain any implications - if any - of taking this out & it's relationship with the ICM / ICF

We are using BI reporting through an independent Portal - port 50200 - and two flex applications using port 8000 attached to the queryview & xmla services.

Thanks

Mark

Edited by: Mark Johnson on Feb 24, 2012 2:35 PM