View Full Version : Dynamic chart connection problem because my website is using different port than 80
erickhp287770
09-06-2010, 05:03 PM
I am trying to publish a webpage with dynamic web charts on a server that use the port 8081 (i.e http://myserver:8081/mywebsite/mychartspage.asp). The problem is when the chart is trying to get the dynamic data from the query, it shows an error with the connection to the datasource. It seems to be a problem with the URL. I ran the same webpage in the same server changing the port to the default port (80) and it works fine.
I wonder if somebody could tell me what parameters I must change to fix this issue. Thank you.
Erick
Jason Byrnes
09-08-2010, 11:13 AM
can you post a link where I could see the problem, the port should not effect the chart, I will need to see the issue in a browser to see what may be going wrong
erickhp287770
09-11-2010, 11:02 AM
Here is the link: http://www.funeza.com:8081/cashmanagementethernuss/charttest.asp
The same page works fine if i test it in the same server with the default port 80. I have this problem once i set the port as 8081.
Thanks
erickhp287770
09-11-2010, 11:19 AM
I forgot to mention this link:
http://www.funeza.com:8081/cashmanagementethernuss/DynamicWebCharts/Data/ReporteEjecutivo_dataparser5.asp?
It is supposed to bring back the parameters to generate the chart. This is why I guess it is a connection problem due the port number. The error returned by the server is:
"A connection with the server could not be established
/cashmanagementethernuss/DynamicWebCharts/Data/wa_dfc_xmlVB.asp, line 37"
If I go to this page with the server por set as 80, It shows the chart parameters ok.
Jason Byrnes
09-13-2010, 08:31 AM
it sounds like the server is configured to not allow access to the msxml3.dll service when the request is coming from the 8081 port.
Contact your host to see if they can configure the msxml3.dll service to allow port 8081 to connect.
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.