MX Dynamic Charts Forum :: Other Problem a non 200 Status page error???
This thread was displayed: 370 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
Steve Brown
07-29-2006 08:27:20 GMT +2
|
Dragos
I am having the same problem with a bar chart. I have W2003 Server, II6.0 with ASP.net 1.1, Parent Path turned on.
|
|
|
Florin CARLIG[InterAKT]
08-03-2006 14:22:52 GMT +2
|
Hello Steve,
Have you tried the fix that we gave before to the other user?
If that does not solve the problem, can you give us FTP access to your site so we can investigate this? If yes, please post the FTP connection details private, and an URL to the page with the problem.
Regards,
Florin
|
|
|
Steve Brown
08-10-2006 01:41:22 GMT +2
|
Florin;
The server this is on is on a university intranet, so I can't get you access. Can you send me the link to the Knowledgebase article so I can review. Also, will this fix work for a bar chart?
Thanks,
Steve Brown
|
|
|
Florin CARLIG[InterAKT]
08-15-2006 15:27:08 GMT +2
|
Hello,
Unfortunately, without FTP access there is not much we can do about this issue.
The fix that worked before for the other users was this:
open the file /includes/MXCharts/MX_PieChart.class.aspx and go to line 127-128 and
Change:
Dim startAngle As Double = -90.0
Dim sweepAngle As Double
To:
Dim startAngle As Single = -90.0
Dim sweepAngle As Single
Upload it to the test server and give it a test.
If this does not work, try to call this page in browser:
<your site root>/includes/MXCharts/MX_GenerateChartImage.aspx
and tell us the output you get.
Regards,
Florin
|
|
|
Steve Brown
08-17-2006 01:06:08 GMT +2
|
Florin:
I tried the changes to lines 127-128 in the MX_PieChart.class.aspx file. I still get this error message:
MX Dynamic Charts Error: A non 200 Status page have been received when calling for image component ('http://localhost/includes/MXCharts/MX_GenerateChartImage.aspx') Status=500
Here is the output from running
http://localhost/includes/MXCharts/MX_GenerateChartImage.aspx
Server Error in '/' Application.
Access denied to 'C:\Inetpub\wwwroot\Tracking\includes\MXCharts\web.config'. Failed to start monitoring file changes.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Access denied to 'C:\Inetpub\wwwroot\Tracking\includes\MXCharts\web.config'. Failed to start monitoring file changes.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace:
[HttpException (0x80070005): Access denied to 'C:\Inetpub\wwwroot\Tracking\includes\MXCharts\web.config'. Failed to start monitoring file changes.]
System.Web.DirectoryMonitor.AddFileMonitor(String file) +381
System.Web.DirectoryMonitor.StartMonitoringFile(String file, FileChangeEventHandler callback, String alias) +76
System.Web.FileChangesMonitor.StartMonitoringFile(String alias, FileChangeEventHandler callback) +322
System.Web.Configuration.HttpConfigurationSystem.AddFileDependency(String file) +139
System.Web.Configuration.HttpConfigurationSystem.ComposeConfig(String reqPath, IHttpMapPath configmap) +560
System.Web.HttpContext.GetCompleteConfigRecord(String reqpath, IHttpMapPath configmap) +434
System.Web.HttpContext.GetCompleteConfig() +49
System.Web.HttpContext.GetConfig(String name) +195
System.Web.CustomErrors.GetSettings(HttpContext context, Boolean canThrow) +20
System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow) +39
System.Web.HttpRuntime.FinishRequest(HttpWorkerRequest wr, HttpContext context, Exception e) +486
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
Regards,
Steve Brown
|
|
|
Florin CARLIG[InterAKT]
08-21-2006 15:06:24 GMT +2
|
Hello,
It seems that you don't have permissions to access/execute this file. Please try to give permissions to the NETWORK_SERVICE user to this file, and make another test.
Can you duplicate this issue on a server where you can give us FTP access? I think that could speed up the debug process.
Regards,
Florin
|
|
|
Steve Brown
08-24-2006 06:06:41 GMT +2
|
Florin;
Thanks, that did it. A question, though.
What users (ie, NETWORK_SERVICE, NETWORK, IUSR_MACHINENAME, IWAM_MACHINENAME, USERS, etc) should have what type of permission (READ, WRITE, EXECUTE, FULL CONTROL) for the page.
And, the same question applies for the includes/MXCHART and the includes/MXCHART/ChartImages folders?
Thanks
|
|
|
Florin CARLIG[InterAKT]
08-28-2006 18:23:29 GMT +2
|
Hello,
I think IUSR_macchinename and IWAM_machinename are included in NETWORK_SERVICE account. So you should grant permissions (read/write/execute) for NETWORK_SERVICE and then make some tests.
Regards,
Florin
|
|
|
Steve Brown
08-28-2006 18:29:30 GMT +2
|
Florin;
Cool. Thanks for your help.
Steve
|
|
|
|
|