cancel
Showing results for 
Search instead for 
Did you mean: 

Help with #2170 error: tried suggested solutions, still not working

Former Member
0 Kudos

Hi,

I have a xcelsius movie which calls a web service that is located (in the same directory) on the same server as the movie. The web service makes a call to a remote database. I have tried following the suggested solutions of changing the flash security settings on the web server and placing a crossdomain.xml file in wwwroot directory of the web server. Both have not fixed the error. Does calling a remote database have anything to do with my inability to fix this problem? The web server is running windows server 2008 and the database server is running windows server 2003 with sql server 2000 as the database. The movie and web service are in a virtual directory of IIS. Any help would be much appreciated.

Thanks,

Jacob

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I did some more testing and seemed to have figured out my problem. In my movie I referenced my WSDL url using localhost. I changed this and the error went away.