הצטרפו לקבוצות שלנו לקבלת עדכונים מרוכזים פעם בשבוע:

ווטסאפ:
http://wa.dwh.co.il
טלגרם:
http://telegram.dwh.co.il

תקלה בהרצת Xcelsius

More
15 years 5 months ago #6449 by Avner_ni
שלום רב.

BOXI 3.1.

בניתי דשבורד ב-XELSIUS והוא מקבל נתונים מה-UNIVERSE באמצעות QaaWS.

ישאת הודעת השגיאה הבאה שהמשתמשים ניגשים אל הדשבורד מה-INFIVIEW:

To access external data, add a cross-domain policy file to the external data web server.

For more information, on the Adobe website, see the article “Cross-domain Policy File Specification”.

If the problem persists, contact the file creator or your system administrator.

Error: Error #2170

Connection Type: Query as a Web Service

File URL: http://tamabiapp:8080/Xcelsius/opendoc/documentDownload?iDocID=215219&sKind=Flash&CELastModified=1294389482071

External Data URL: http://tamabidev:8080/dswsbobje/qaawsservices/queryasaservice?&cuid=AU9LAfSxfKtCqAv6Lvd6NO8&authType=secWinAD&locale=en_US&timeout=60&ConvertAnyType=false



תודה
אבנר

Please התחברות to join the conversation.

More
15 years 5 months ago #6452 by Yoav
1. Make sure that the end-users can resolve the host name of the BI server.
Quick test: from command prompt type ping <your_BI_server_name>. If the IP address of the server gets resolved then it is OK;

2. Make sure the end-users browse InfoView with server name and not IP address.
URL starting like this http://<your_BI_server_name>:8080/InfoViewApp

3. Place appropriate crossdomain.xml file in the ROOT directory of the web server. In case you are using Apache Tomcat this directory should be something like c:\Program Files\Business Objects\Tomcat55\webapps\ROOT\.

In my case the following crossdomain.xml did the job:
Code:
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM
" www.macromedia.com/xml/dtds/cross-domain-policy.dtd ">
<cross-domain-policy>
<site-control permitted-cross-domain-policies="all"/>
<allow-http-request-headers-from domain="*" headers="*" secure="false" />
<allow-access-from domain="*" secure="false" />
</cross-domain-policy>

Of course you should tighten the security replacing domain="*" with domain="<your_BI_server_name>".

Best Regards

Yoav Yahav

BI & DWH & SAP Business Objects

+972-52-3562982

bi.bobjects@gmail.com
thebobaba.blogspot.com/
www.bics.co.il/193657/sapbicoeeng
www.bo.dwh.co.il

Please התחברות to join the conversation.

More
15 years 5 months ago #6468 by אלון צוקלר
האם ה qaaws עבד אי פעם ומת לאחרונה, האם שינית את ה SN שלך לאחרונה ?

Please התחברות to join the conversation.

More
15 years 5 months ago #6472 by Avner_ni
ההודעת שגיאה הופיעה לאחר שהחלפתי את ה-QUAAS לשרת אחר (העברה לפרודקשיין.
משמה החלה להופיע הודעת השגיאה.

Please התחברות to join the conversation.

More
15 years 5 months ago #6477 by Yoav
ה-URL של ה-Quaas שלך הולך לסביבה הישנה ולא ל-prod ,תחליף ב-URL את שם המכונה.

Best Regards

Yoav Yahav

BI & DWH & SAP Business Objects

+972-52-3562982

bi.bobjects@gmail.com
thebobaba.blogspot.com/
www.bics.co.il/193657/sapbicoeeng
www.bo.dwh.co.il

Please התחברות to join the conversation.

Moderators: Yoav
Time to create page: 0.272 seconds