Xcelsius 2008 Runtime Messages…

If you need to troubleshoot Xcelsius 2008 runtime messages here is another link you might want to check out. I recently ran across an error message “2170” but was not able to find it on my original list of error messages, but then I finally found it.

Click Here for the description of the runtime message.

The solution to the 2170 message when using Xcelsius was provided via YOUR posted comments to my blog.  Thank you!!

Most of the time, the issue has to do with the crossdomain.xml file.

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
 <allow-http-request-headers-from domain="*" headers="*" secure="false" />
 <allow-access-from domain="*" secure="false" />
</cross-domain-policy>

For more information about installing the crossdomain.xml file, read my previous article.  If you are STILL having problems check out these two posts.

Check out the answer on the BusinessObjects forums :
https://forums.sdn.sap.com/thread.jspa?messageID=5656068#56560685656068

There is also additional information in the BOB forums:
http://www.forumtopics.com/busobj/viewtopic.php?t=110827

7 replies on “Xcelsius 2008 Runtime Messages…”

  1. What did you do to fix the error? I’m finding some of my clients are getting this error trying to use web services in an Xcelsius dashboard.

  2. To be totally frank this is still an open question. As soon as we are able to determine the root cause of this message I will let you know. Thanks again for your comments!

  3. I googled 2170 + xcelsius and your page came up. . I’m also having issue with the exact same problem.

Comments are closed.