Dear to whom it may concern (We have a serious problem)

TeeChart for ActiveX, COM and ASP
Post Reply
SEC
Newbie
Newbie
Posts: 3
Joined: Wed Apr 03, 2002 5:00 am
Contact:

Dear to whom it may concern (We have a serious problem)

Post by SEC » Wed Jan 25, 2006 9:01 am

Dear to whom it may concern

We have a license for Teechart 5.

Recently, we have upgraded operating system of web server from Windows 2000 Server(IIS 5) to Windows 2003 Server(IIS 6).

When we used Windows 2000 Server, there was no problem with Tchart 5 with our web site.

However, after the upgrade from 2000 Server to 2000 Server, a severe problem is found with Tchart 5.

There is no change in our 2003 Server's source code in comparison woth that of 2000 Server.

When a user call the following code in server's program, the other users are restricted to use the code and site.

The source code inducing the above problem : Response.BinaryWrite (Chart1.Export.asNative.SaveToStream(True))


Question : Let us know the compatible OS version with Tchart 5.
On top of that, if you give the solution to the above mentioned
problem, it will be very helpful for my team.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Jan 25, 2006 9:25 am

Hi SEC,

Have you tried running the ASP Server Examples available at TeeChart's program group. There's one concrete example which uses the statement which causes you those problems. The example is Return template Chart Example. The source code for those examples is also available at TeeChart's examples folder. Could you please try running this example on the server to see if it works?

By the way, TeeChart Pro v5 ActiveX works fine with Microsoft Windows 2000 and 2003 versions.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

SEC
Newbie
Newbie
Posts: 3
Joined: Wed Apr 03, 2002 5:00 am
Contact:

Post by SEC » Wed Feb 01, 2006 2:15 am

I'm sorry that I still have this catastrophe.
Last week, I applied the example to my server.
However, it was still hanging at the code, "Response.Binarywrite."
The symptom is that nobody can connect this web server after this
problem.
According to a Server2003 technician in my team, it is certain that the code cause this problem.

Please let me know how to solve this problem.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Feb 01, 2006 1:27 pm

Hi SEC,

Can you run any ASP or ASP.NET application without TeeChart on it on that server?
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

SEC
Newbie
Newbie
Posts: 3
Joined: Wed Apr 03, 2002 5:00 am
Contact:

Post by SEC » Thu Feb 02, 2006 12:38 am

Sure.

Any other ASP page is running well.
But, only a few ASP pages with teeChart are causing the problem.
As below, no one can connect all the pages after a huge data is executed
at the "Response.Binarywrite(Chart1.Export.asNative.SaveToStream(True))."
Also, request-queue in my server increases and does not return the resource.

Could you need the more information?
My team members and I have taken more effort to solve this.
Please help us.

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Feb 03, 2006 5:26 pm

Hi,

yes please, could you please tell me the complete error that you receive ?
This could be relative to IIS permissions or folder permissions Have you verified the permissions ?

Post Reply