Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Creates a set of HTML pages documenting the PTC Integrity Lifecycle Manager configuration.
12.2: Created for Integrity 10.9/11.x/12.x and with full support of latest Firefox / Chrome / IE
IntegrityDocs exports the current Integrity Server configuration from W&D, and creates HTML pages. Each section under Workflows&Documents will become one node within the report tree. Each section starts with an "Overview" page, and then each element can be reviewed in more detail by drilling down.
In IntegrityClient folder
Put the "IntegrityDocs.jar" into your <IntegrityClient>/lib folder
Put the "IntegrityDocs.bat" directly into your <IntegrityClient> folder
Check and update the IntegrityDocs.bat file with the correct Integrity Client installation location, for example:
SET IC_HOME=C:\Program Files\ILMClient11
--noIMProjects: disable Workflows & Documents Main Projects scan and output
--noSIProjects: disable Config Management Main Projects scan and output
--noTypes: disable Types scan and output
--noQueries: disable Queries scan and output
--noTriggers: disable Triggers scan and output
--noCharts: disable Charts scan and output
--noViewsets: disable Viewsets scan and output
--noGroups: disable Groups scan and output
--noDynGroups: disable DynGroups scan and output
--noStates: disable States scan and output
--noReports: disable Reports scan and output
--noFields: disable Fields scan and output
--noTestVerdicts: disable TestVerdict scan and output
--noTestResultFields: disable TestResultFields scan and output
... ityDocs.jar" com.ptc.services.utilities.docgen.IntegrityDocs --noFields --noGroups
... ityDocs.jar" com.ptc.services.utilities.docgen.IntegrityDocs Defect Project
Related Tools