User (Legacy) Posted January 4, 2006 Author Report Share Posted January 4, 2006 Hi All, I am getting this error when I run stress tests on ChartFX 6.2 Internet. Here is my setup - I get the same results on two different test servers: - Two different Windows 2003 Server boxes - IIS 6.0 - ASP application that creates the chart object, populates it with data from SQL Server (SQL Server 2000 on one box, SQL Server 2005 on the other box) using objChart.DataSource = rst, and uses GetHTMLTag() to build a PNG. - ChartFX 6.2 Internet Trial on one box, ChartFX 6.2 Internet from Developer Studio. - I believe both copies of ChartFX are the latest available build (version on ChartFX.asp.core.dll is 6.2.2089.25183). When testing: - 20 IE Windows, started separately from the Start menu. - Each IE window open to an ASP page that builds 20 copies of the same chart, in sequence. Failures: 1) After about 800 charts are generated successfully, I start getting occasional errors of this type: ChartFX.ASP.Server.62 error '80020009' Win32Exception: 80 --> The line number it identifies is the call to GETHTMLTag. 2) After about 4000 charts are generated, I get errors of this type on the first chart on every page: ChartFX.ASP.Server.62 error '80020009' Win32Exception: 123 --> The line number it identifies is the call to GETHTMLTag. Any suggestions... has anyone seen this error before? Does the Win32Exception number (80, 132), signify anything in particular? Thanks! -Frank. Link to comment Share on other sites More sharing options...
User (Legacy) Posted January 4, 2006 Report Share Posted January 4, 2006 Hi All, I am getting this error when I run stress tests on ChartFX 6.2 Internet. Here is my setup - I get the same results on two different test servers: - Two different Windows 2003 Server boxes - IIS 6.0 - ASP application that creates the chart object, populates it with data from SQL Server (SQL Server 2000 on one box, SQL Server 2005 on the other box) using objChart.DataSource = rst, and uses GetHTMLTag() to build a PNG. - ChartFX 6.2 Internet Trial on one box, ChartFX 6.2 Internet from Developer Studio. - I believe both copies of ChartFX are the latest available build (version on ChartFX.asp.core.dll is 6.2.2089.25183). When testing: - 20 IE Windows, started separately from the Start menu. - Each IE window open to an ASP page that builds 20 copies of the same chart, in sequence. Failures: 1) After about 800 charts are generated successfully, I start getting occasional errors of this type: ChartFX.ASP.Server.62 error '80020009' Win32Exception: 80 --> The line number it identifies is the call to GETHTMLTag. 2) After about 4000 charts are generated, I get errors of this type on the first chart on every page: ChartFX.ASP.Server.62 error '80020009' Win32Exception: 123 --> The line number it identifies is the call to GETHTMLTag. Any suggestions... has anyone seen this error before? Does the Win32Exception number (80, 132), signify anything in particular? Thanks! -Frank. Link to comment Share on other sites More sharing options...
Software FX Posted January 11, 2006 Report Share Posted January 11, 2006 We are uploading a new service pack (2202) that fixes the Win32Exception: 80 issue, we have been unable to duplicate the 123 issue. If you experience this when executing specific chart settings please include any additional details. I apologize for the inconvenience and our delay getting back to you. -- JC Software FX Support "Frank" <fdc2005@gmail.com> wrote in message news:kDr$q4VEGHA.3808@webserver3.softwarefx.com... > Hi All, > > I am getting this error when I run stress tests on ChartFX 6.2 Internet. > > Here is my setup - I get the same results on two different test servers: > - Two different Windows 2003 Server boxes > - IIS 6.0 > - ASP application that creates the chart object, populates it with data > from SQL Server (SQL Server 2000 on one box, SQL Server 2005 on the other > box) using objChart.DataSource = rst, and uses GetHTMLTag() to build a > PNG. > - ChartFX 6.2 Internet Trial on one box, ChartFX 6.2 Internet from > Developer Studio. > - I believe both copies of ChartFX are the latest available build (version > on ChartFX.asp.core.dll is 6.2.2089.25183). > > When testing: > - 20 IE Windows, started separately from the Start menu. > - Each IE window open to an ASP page that builds 20 copies of the same > chart, in sequence. > > Failures: > 1) After about 800 charts are generated successfully, I start getting > occasional errors of this type: > ChartFX.ASP.Server.62 error '80020009' > > Win32Exception: 80 > > --> The line number it identifies is the call to GETHTMLTag. > > > > 2) After about 4000 charts are generated, I get errors of this type on the > first chart on every page: > > ChartFX.ASP.Server.62 error '80020009' > > Win32Exception: 123 > > --> The line number it identifies is the call to GETHTMLTag. > > > > Any suggestions... has anyone seen this error before? Does the > Win32Exception number (80, 132), signify anything in particular? > > > > Thanks! > > -Frank. > > Link to comment Share on other sites More sharing options...
Software FX Posted January 11, 2006 Report Share Posted January 11, 2006 We are uploading a new service pack (2202) that fixes the Win32Exception: 80 issue, we have been unable to duplicate the 123 issue. If you experience this when executing specific chart settings please include any additional details. I apologize for the inconvenience and our delay getting back to you. -- JC Software FX Support "Frank" <fdc2005@gmail.com> wrote in message news:kDr$q4VEGHA.3808@webserver3.softwarefx.com... > Hi All, > > I am getting this error when I run stress tests on ChartFX 6.2 Internet. > > Here is my setup - I get the same results on two different test servers: > - Two different Windows 2003 Server boxes > - IIS 6.0 > - ASP application that creates the chart object, populates it with data > from SQL Server (SQL Server 2000 on one box, SQL Server 2005 on the other > box) using objChart.DataSource = rst, and uses GetHTMLTag() to build a > PNG. > - ChartFX 6.2 Internet Trial on one box, ChartFX 6.2 Internet from > Developer Studio. > - I believe both copies of ChartFX are the latest available build (version > on ChartFX.asp.core.dll is 6.2.2089.25183). > > When testing: > - 20 IE Windows, started separately from the Start menu. > - Each IE window open to an ASP page that builds 20 copies of the same > chart, in sequence. > > Failures: > 1) After about 800 charts are generated successfully, I start getting > occasional errors of this type: > ChartFX.ASP.Server.62 error '80020009' > > Win32Exception: 80 > > --> The line number it identifies is the call to GETHTMLTag. > > > > 2) After about 4000 charts are generated, I get errors of this type on the > first chart on every page: > > ChartFX.ASP.Server.62 error '80020009' > > Win32Exception: 123 > > --> The line number it identifies is the call to GETHTMLTag. > > > > Any suggestions... has anyone seen this error before? Does the > Win32Exception number (80, 132), signify anything in particular? > > > > Thanks! > > -Frank. > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.