Server 2003 Lockup - ASP Page - TeeChart V7 ActiveX
Server 2003 Lockup - ASP Page - TeeChart V7 ActiveX
When we try to create the teechart control on a 2003 server the object cannot initialize and seems to lock up the IIS process. As this is working on other similar servers (2003 included). Is there some setting anyone is aware of that causes this ?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Farsider,
Can you run the "ASP Server Examples" provided with the TeeChart installer that can be found at the TeeChart program group?
Can you run the "ASP Server Examples" provided with the TeeChart installer that can be found at the TeeChart program group?
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Server 2003 Lockups
We have the same issue with running the serverside asp samples
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Farsider,
Could you please open your server IIS and check if at "Web Service Extensions" you have "Active Server Pages" allowed by default?
Could you please open your server IIS and check if at "Web Service Extensions" you have "Active Server Pages" allowed by default?
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Other asp pages are running just fine. Our application (asp based) runs until we try to generate a chart. I downloaded your simples .asp sample script (ChartTypes) tested them on my server here then moved to the production server having the issue. It appears that the object simply will not instantiate.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Farsider,
You should compare the security settings between your test server and your production server.
Please check there's no other aspects of the scripts you run than creating the chart object. For example, if you are writting in a session variable and it is not enabled on your production machine it won't work.
You should also make sure that the TeeChart .ocx file on your production server is not corrupted.
You should compare the security settings between your test server and your production server.
Please check there's no other aspects of the scripts you run than creating the chart object. For example, if you are writting in a session variable and it is not enabled on your production machine it won't work.
You should also make sure that the TeeChart .ocx file on your production server is not corrupted.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |