When I have NPM email a chart via a web page, I am getting this error:
Error Detail -
EXCEPTION STACK: --> The content type was not valid in this context. For example, the root of an MHTML message must be an HTML document.
What's interesting is that this error only occurs when I use this URL:
http://Server/Netperfmon/Chart.aspx?ChartName=AVGUTIL&NetObject=I:488&ResourceID=135&NetObjectPrefix=I&Rows=&Title=&SubTitle=&SubTitle2=&Period=Today&CustomPollerID=&SampleSize=30M&ShowTrend=True&FontSize=1&PlotStyle=&SubsetColor=&RYSubsetColor=&Width=640&ReturnTo=aHR0cDovL213LW9yaW9uL09yaW9uL05QTS9JbnRlcmZhY2VEZXRhaWxzLmFzcHg_TmV0T2JqZWN0PUk6NDg4JnZpZXc9SW50ZXJmYWNlRGV0YWlscw==
When I use this URL, it works:
http://Server/NetPerfMon/CustomChart.aspx?ChartName=AVGUTIL&NetObject=I:488&ResourceID=135&NetObjectPrefix=I&Rows=&Title=&SubTitle=&SubTitle2=&Period=Today&CustomPollerID=&SampleSize=30M&ShowTrend=True&FontSize=1&PlotStyle=&SubsetColor=&RYSubsetColor=&Width=640&ReturnTo=aHR0cDovL213LW9yaW9uL09yaW9uL05QTS9JbnRlcmZhY2VEZXRhaWxzLmFzcHg_TmV0T2JqZWN0PUk6NDg4JnZpZXc9SW50ZXJmYWNlRGV0YWlscw==
The difference is the aspx file being used. Chart.aspx links to the chart only which is what I want to send in email. CustomChart.aspx includes all the other parts of the page that are unnecessary for the email I want to send.
The CDO version being used by Orion is from Windows 2000, it seems. Does anyone know how to update this version? Will that even fix this issue? Does anyone know of a fix for this issue?
Thanks,
Tzuriel