Page 1 of 1

Wrong *.tee file format error

Posted: Tue Dec 14, 2004 10:17 pm
by 9079098
I receive the following error when I call TChart1.Import.LoadFromURL("http://www.myweb.com/mychart.tee") from an IE browser running vbscript client side code, on a terminal server session only.

Can you help me??

Posted: Wed Dec 15, 2004 12:25 am
by Pep
Hi,

if this only happens on Terminal Server Session the problem could be related with the permissions. Do other examples like the included in the TeeChart Pro ActiveX installation work fine ?

Posted: Wed Dec 15, 2004 5:05 pm
by 9079098
Always with an TeeChart Pro ActiveX inan IE browser running vbscript client side code,

I can access a XML in the same folder by
<xml src="http://www.myweb.com/mychart.xml" />

If I fill the chart in the script client with this data, no problem.

If I use the method LoadFromUrl to download the chart from a server side asp page or from a .tee file, I have this error on terminal server session, but never on normal computer.

And I have full access on the folder.

Sophie