issues teechart <--> windows 2003 server
issues teechart <--> windows 2003 server
does anybody know about problems when using teechart on a windows 2003 server?
Hi Chris,
which problems ?
We've used it here under Win2003 Server and works fine.
which problems ?
We've used it here under Win2003 Server and works fine.
Pep Jorge
http://support.steema.com
http://support.steema.com
Teechart and Windows 2003 Server
I know we are running into an issue. We just loaded our web application on a 2003 server for the first time and teechart files are being generated by the server but the teechart.ocx file is not being downloaded to the client machine through the cab file.
I'm sure its an issue with some permissions in win 2003 that we need to enable I just need to find out what and where. Other than that everything with teecharts works fine.
Patrick
I'm sure its an issue with some permissions in win 2003 that we need to enable I just need to find out what and where. Other than that everything with teecharts works fine.
Patrick
Is there anything that needs to be done with adding the .tee extension to IIS 6.0 to get the files to download?
I've tried playing with all the settings and I have 2 issues under IIS 6.0:
1) the cab file does not download or install the teechart control
2) if I go to another site and get the cab to download the control on my machine then go back to the iis 6.0 site the tee files don't download.
I just get either "wrong .tee format" or "index out of bounds error"
Any ideas?
I've tried playing with all the settings and I have 2 issues under IIS 6.0:
1) the cab file does not download or install the teechart control
2) if I go to another site and get the cab to download the control on my machine then go back to the iis 6.0 site the tee files don't download.
I just get either "wrong .tee format" or "index out of bounds error"
Any ideas?
-
- Site Admin
- Posts: 1349
- Joined: Thu Jan 01, 1970 12:00 am
- Location: Riudellots de la Selva, Catalonia
- Contact:
Hi --
C:\Program Files\Steema Software\TeeChart Pro v6 ActiveX Control\Cab files
Simply allowing IE to download ActiveX objects should be sufficient for a successful installation.
There is a test HTML page you can use for CAB files under:Is there anything that needs to be done with adding the .tee extension to IIS 6.0 to get the files to download?
C:\Program Files\Steema Software\TeeChart Pro v6 ActiveX Control\Cab files
Simply allowing IE to download ActiveX objects should be sufficient for a successful installation.
Thank you!
Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/
Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/
Unfortunately it doesn't work. If I hit our site under IIS 5.0 it downloads the cab because my activex settings allow it. I then delete the activeX file that is downloaded, reboot the machine and make sure there are no other teechart referrences. When I hit the same site running under IIS 6.0 the cab is not downloaded. I imediately go back to the IIS5.0 site and it is downloaded.
Once the activeX control is downloaded I go back to the IIS6.0 site to view the charts and the .tee files are not downloaded. I figured there is something that I need to do with web extensions in IIS 6.0 to allow for cab and .tee files to download but cant figure out what I need to do.
Once the activeX control is downloaded I go back to the IIS6.0 site to view the charts and the .tee files are not downloaded. I figured there is something that I need to do with web extensions in IIS 6.0 to allow for cab and .tee files to download but cant figure out what I need to do.
-
- Site Admin
- Posts: 1349
- Joined: Thu Jan 01, 1970 12:00 am
- Location: Riudellots de la Selva, Catalonia
- Contact:
Hi -
Do you have the Internet Explorer Enhanced Security Configuration activated?
I've just run a test with a fresh, default installation of Win2003. The only change I have made to this installation is the deactivation and removal of the Internet Explorer Enhanced Security Configuration. Using this new installation I then accessed the teechart6cab.htm which was deployed on the localhost of an older IIS6.0 and the teechart.cab file downloaded without a problem, with the chart appearing correctly when I clicked the "Add a Series and fill values" button.Unfortunately it doesn't work. If I hit our site under IIS 5.0 it downloads the cab because my activex settings allow it. I then delete the activeX file that is downloaded, reboot the machine and make sure there are no other teechart referrences. When I hit the same site running under IIS 6.0 the cab is not downloaded. I imediately go back to the IIS5.0 site and it is downloaded.
Do you have the Internet Explorer Enhanced Security Configuration activated?
Thank you!
Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/
Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/
The cab example and teechart work fine. I can see the graph and play with the four buttons on the example.
The problem I'm running into is in our application when our page loads (has multiple charts on it) and I call:
objChartLoad.Import.LoadFromURL(sChartVal)
I get a javascript error "Wrong *.tee file format". sChartVal is set to a path such as http://servername/website/charts/radXXXX.tee on 2000 Server I can type in that path and get a request to download or save the file, however on 2003 it doesn't find the file at all.
My guess is the issue is something with permissions or settings within IIS 6.0 in recognizing the .tee format, but I've been unable to figure it out. Opening the example cab html it is not going through IIS where as our application is.
I was just hoping someone else had run into this issue already.
The problem I'm running into is in our application when our page loads (has multiple charts on it) and I call:
objChartLoad.Import.LoadFromURL(sChartVal)
I get a javascript error "Wrong *.tee file format". sChartVal is set to a path such as http://servername/website/charts/radXXXX.tee on 2000 Server I can type in that path and get a request to download or save the file, however on 2003 it doesn't find the file at all.
My guess is the issue is something with permissions or settings within IIS 6.0 in recognizing the .tee format, but I've been unable to figure it out. Opening the example cab html it is not going through IIS where as our application is.
I was just hoping someone else had run into this issue already.
I still have a problem
Using Teechart Activex5 with IIS6, and defining the Mime types as above
.tee - application/oleobject - all I get is an empty teechart (using LoadFromUrl).
When I try with Eval version 7 - I don't even get the empty teechart - just a rectangle where teeChart was supposed to be.
.tee - application/oleobject - all I get is an empty teechart (using LoadFromUrl).
When I try with Eval version 7 - I don't even get the empty teechart - just a rectangle where teeChart was supposed to be.
Hi Andrés,
do the TeeChart ASP examples included into the installation work fine for you ?
do the TeeChart ASP examples included into the installation work fine for you ?
Pep Jorge
http://support.steema.com
http://support.steema.com
Hi Andrés,
when I say "TeeChart ASP examples", I mean without changing anything of its code, if so, which error are you getting ? Also, do other ASP pages work fine ?
when I say "TeeChart ASP examples", I mean without changing anything of its code, if so, which error are you getting ? Also, do other ASP pages work fine ?
Pep Jorge
http://support.steema.com
http://support.steema.com