tbwork - Tuesday, December 6, 2011 9:00 AM:
Hi,
I have populated the process planner with control plan data and would like to create a report.
However, the report that pops up, only has the header format, but it is not populated nor does the body with information show up. When I look at the source code of that page, all the information seems to be there, but it is not posted to the page.
Please help.
Thomas
tbwork - Monday, December 26, 2011 7:44 AM:
Hello All,
after evaluating other test CP reports (which worked) and reviewing the report source in detail, I found the following solution:
All symbols used must be in "C:Program Files (x86)ArasInnovator93InnovatorClientimages", NOT imported from external locations.
The symbols I used for the process documents were new symbols that I had imported through 'External Files' in the symbol selection pop-up. This caused the report to have the following entry to find the symbol:
<symbol>192.168.3.50/.../vaultserver.aspx
After adding the file to the appropriate ARAS folder and selecting it from the choices then shown in the Symbol Selection pop-up, the following reference was used in the report source code:
<symbol>../images/PFDIcons/FlowChartSymbols-Preparation.gif</symbol>
In summary, make sure that the symbols you use are in this folder:
C:Program Files (x86)ArasInnovator93InnovatorClientimagesPFDIcons