Hello,
I have a problem with opening vCAC Reports Web Site.
I installed all components of vCAC on single server without any errors, vCAC is working fine with vSphere connected as endpoint, provisioning tasks are also working fine.
But when i try to open Reports Web Site from activity pane, i receive error:
Server Error in '/vCACReports' Application.
--------------------------------------------------------------------------------
Input string was not in a correct format.
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.FormatException: Input string was not in a correct format.
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:
[FormatException: Input string was not in a correct format.]
System.Number.ParseSingle(String value, NumberStyles options, NumberFormatInfo numfmt) +542
DynamicOps.Web.Reports.ReportEngine.ReportBuilder.parseFont(String fontStr) +153
DynamicOps.Web.Reports.ReportEngine.ReportBuilder.getReportStyle(StyleDef style) +626
DynamicOps.Web.Reports.ReportEngine.ReportBuilder.InitializeComponent() +519
DynamicOps.Web.Reports.GetReport.CreateReport(String templateName) +306
DynamicOps.Web.Reports.GetReport.Page_Load(Object sender, EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +71
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178
How can i resolve this issue?
Best regards