cancel
Showing results for 
Search instead for 
Did you mean: 

XML Data connection #Error 2032

Former Member
0 Kudos

!Hello dear gurus!

I'm implementing a solution which you can find in this post:

BOBJ Tricks: Saving Scenarios in Xcelsius

While I'm already able to Save/Update (Step1) and Retreive a list of aviable scenarios (Step 3), I'm still finding myself unable to retrevie XML data from an XML file in the server.

Cell C4 has a formula that takes the name of the file from Cell C10 and adds the HTTP route to the file.

If I type it manualy in a web browser it retreives the file I'm looking for.

But refreshing the conection only throws a message error like this:

Using Fiddler reveals that apache throws error 502.

I'va also tried some other tests creating new Dashboards trying to retreive XML files and also had the same error.

I'll be really thankful for all your feedbacks,

See you,

Accepted Solutions (1)

Accepted Solutions (1)

former_member194862
Active Contributor
0 Kudos

error 502 is somewhat related with bad gateway or proxy.Try to test the same xml file on a tomcat web apps and check if you get the same issue.If that works fine then it could be with the network.

Also check in fiddler if you get the http 502 for which entry

Former Member
0 Kudos

Somewhat this was not the answer, but it came very close.

All I had to do is to call the js file and somehow the tomcat stopped rejecting the address of the app.

I used Fiddler to know this and all I could see was that it started working anfter I tried to acces and push data to the js file.

Answers (0)