TDXM Statistic Generator creates statistics from log file. Output format could be XML (for future processing) or HTML file. You can define name of log file, output file type and name of output file.
Usage:
tdxmstatgen [/f:x|h] <Input_XML> [<Output_File>]
/f:x|h – optional parameter, 'x' to generate XML output, 'h' to generate HTML, default value is 'h'
Input_XML - required parameter, path for input xml file
Output_File - optional parameter, path for output file, if not specified file will be saved into the Input_XML directory as statistics.xml or statistics.html
Examples:
tdxmstatgen /f:h c:\TDXM\out\log.xml c:\TDXM\out\stat.html
TDXMStatGen.exe will generate stat.html file from log.xml.
tdxmstatgen /f:x c:\TDXM\output\log.xml
TDXMStatGen.exe will generate statistic.xml file from log.xml.
tdxmstatgen c:\TDXM\output\log.xml
TDXMStatGen.exe will generate statistic.html file from log.xml.
Example of XML output file:
<Statistic Time="2004-05-10T15:59:29"> <Node Name="Tessel.TDXM.InputNode" Errors="0" Warnings="0"> </Node> <Node Name="Tessel.TDXM.DomainsNode" Errors="0" Warnings="1"> <Message Type="Warning" ID="miGuidDuplicated" Count="1" /> </Node> <Node Name="Tessel.TDXM.MiscNode" Errors="0" Warnings="0"> </Node> <Node Name="Tessel.TDXM.ValidateNode" Errors="0" Warnings="6"> <Message Type="Warning" ID="miGeometryProblem" Count="3" /> <Message Type="Warning" ID="miOrphanedSpots" Count="3" /> </Node> <Node Name="Tessel.TDXM.MatchingNode" Errors="1" Warnings="4"> <Message Type="Error" ID="ABORT" Count="1" /> <Message Type="Warning" ID="miMatchByFields" Count="3" /> <Message Type="Warning" ID="miObjectAlreadyMatched" Count="1"/> </Node> <Node Name="All Messages" Errors="1" Warnings="11" /> </Statistic>
TDXMSplit splits FI2002
or FI2
ver. 1.22 XML
on FASTIGHET
level and prepares batch file for created files to run TDXMPP.EXE
.
Usage:
TDXMSplit -c <Config_XML> -i <Input_XML> -o <Output_dir> -f FI2002 [-s <Dir_for_splited_files>] [-e <TDXMPP_Exe_name>] [-x] [-v] [-t]
c - required, specify configuration file to be used by TDXMPP,
i - required, specify XML file to be splitted,
o - required, specify directory where results of TDXMPP processing have to be stored,
f - required, version of XML, accepted values:
FI2002
,FI2v122
s - optional, directory for splitted input files (by default this is newly created subdirectory of directory where input XML is located),
e - optional, full path name of
TDXMPP.EXE
(required ifTDXMPP.EXE
cannot be found in standard search places),x - optional, omit error checking in generated batch file,
v - optional, validate input file before splitting
t - optional, don't create time-based folder in output directory).
TDXMCompounder creates report files from many TDXM output files (for example, create in result of operation TDXMSplitter).
Usage:
TDXMCompunder.wsf /TDXMOutputFolder:<TDXMOutputFolder> /TDXMConfigFile:<TDXMConfigFile> /OutFolder:<OutFolder> /OutputFormat::<OutputFormat>
TDXMOutputFolder - folder with TDXM output files
TDXMConfigFile - path to
TDXMXMLConfig.xml
fileOutFolder - folder for output files with compound reports
OutputFormat - format of output reports files (
csv
orhtml
)
TDXMEncrypt generates encrypted password for use in TDXM.
For more information about use please see section the section called “TDXMXMLConf.xml”.
Usage:
TDXMEncrypt <Password for encryption>