Trying to "view build metrics" for a project, I get the message "Error in Data File" text instead of a graph for build info. How can I further diagnose the problem?
- Oliver
Hi Oliver,
Open the page in Internet Explorer, right click and select ‘View Source’. Scroll down to the section which contains the flash object, it’ll look something like this:
[ script type=‘text/javascript’ ]
var so = new SWFObject(‘amChart/amline.swf’, ‘Graph_Compiler’, ‘100%’, ‘400’, ‘8’, ‘#FFFFFF’);
so.addVariable(‘path’, ‘amChart/’);
…
[ /script ]
Copy the ‘data_file’ path and paste it into the address bar so that it reads similiar to:
http://build_machine/fbserver6/amChart/Data/Load.ashx?Name=Metrics&ProjectName=FinalBuilder+6&Category=Compiler&From=633461472000000000&To=633606624000000000&IncludeFailed=True’
This will load the data as XML in the browser, if you could save that (File -> Save As) and send it into support [at] finalbuilder.com, I’ll have a look to see why its not valid.
Regards,
Paul.
Done, and welcome back.