cancel
Showing results for 
Search instead for 
Did you mean: 

Error: Error #2032 Connection Type: Web Service Connection

Former Member
0 Kudos

There is a problem in Crystal Report under, when entered into a Contribution,

but when they put in a brand contribution, a warning appears

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 #2032
Connection Type: Web Service Connection
File URL: *****
External Data URL: *****

how to fix this error ? need advice

Thanks

Joko

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

Hello ,

You can check the solution mentioned in the following KBA:

http://service.sap.com/sap/support/notes/2251191

I hope this can help you resolve the issue .

Best regards

Amani

0 Kudos

Hello Joko Lau,

I don't know whether this thread is still active or not. But My issue got resolved by trying below format.

1.  Check Cross-domain.xml file is available in Installation folder of business Objects.

find for C:\Program Files (x86)\SAP BusinessObjects\tomcat\webapps\ROOT folder in the server and check whether cross-domain.xml file is available if not please add it. attached the file.

2. Please add your server details in hosts file located under C:\Windows\System32\drivers\etc where you are trying to access this.

just below all the comments. it should just look like (172.X.X.X yourserver(CMS Name))

3. add/hardcode C:/ by edit location Adobe - Flash Player : Settings Manager - Global Security Settings panel (please click on this link)

This should solve your issue.

Thanks,

Sukumar.

Former Member
0 Kudos

I had the same problem making changes in the crossdomain file of the web  app didnot work for me. but i tried another thing after this. goto the link below and click on GLobal security settings and than clink on Always allow.

I was able to run my dashboards after i did this whihc were using QAAWS.

http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html

Regards

Former Member
0 Kudos

Hi Joko,

First check if the crossdomain.xml file is present.
through URL http://<servername>:<portno>/crossdomain.xml.


If its present check if it is updated one.
Content of updated crossdomain.xml is

<?xml version="1.0"?>

<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
-<cross-domain-policy> <site-control permitted-cross-domain-policies="all"/> <allow-http-request-headers-from secure="false" headers="*" domain="*"/> <allow-access-from secure="false" domain="*"/> </cross-domain-policy>

If not present add the crossdomain.xml file to the location:

1. Tomcat installation folder-> webapps->ROOT

2. Restart the Tomcat server .

If above steps does not help add the Adobe Security settings with the help of SAP NOTE 1767433 - Opening a Dashboard files exported from Dashboard Design to SWF, PDF, PowerPoint, or html format stuck on "Initializing" phase when queries are used in the .XLF source file. .

You can go through the following SAP Note:

1272685 - "Error 2170" when trying to preview a dashboard in Infoview

regards,

Noopur

sapanesh_agnihotri
Contributor
0 Kudos

Also look for SAP NOTE # 1767433 for adobe setting

sapanesh_agnihotri
Contributor
0 Kudos

Also look for SAP NOTE # 1767433 for adobe setting

former_member192430
Active Participant
0 Kudos

Hi,

There is a cross domain policy file[usually identified as crossdomain.xml] which you need to place in the root folder of the web-app to make it accessible.

refer SAP Notes: 1730523, 1201632 for this.

Also refer these links for filetype and path details:

http://scn.sap.com/message/10221740

http://scn.sap.com/thread/1107927

Regards,

Abhishek