This page provides the information about the various steps that are processed during the analysis of TIBCO code using the TIBCO extension. This extension is done through the Universal Analyzer framework.
A sample log is provided below and shows the steps taking place during the analysis process.
In this page, the different logs lines corresponding to the TIBCO extension are listed with functional and technical explanation of the logs that it generates.
Refer the official documentation of TIBCO Extension for more details: For TIBCO
For information on Universal Analyzer, refer to this document: What is the CAST Universal Analyzer and Framework
CAST-MS-[Date]-[Time].log.txt
Since the TIBCO extension uses the Universal Analyzer Framework, the job in the CAST-MS log is a Universal Analyzer job
INF: 2018-06-18 13:50:40: starting Task Run Universal Analyzer "tibco_Tibco_218547"
INF: 2018-06-18 13:50:40: C:\Program Files\CAST\8.3/anarun.exe -CONNECT_PROFILE('localhost:2282 on CastStorageService.test830_local') -RUN_AU(525451,525452,'C:\ProgramData\CAST\CAST\CASTMS\LISA\9043779306ee47628e00fd36dca10d2c\Scrb30767e7e5c64efda8843f48cf25746d\JobSettings.xml') -MANAGED(525451) -SESSION_ID(525452) -LOG('C:\ProgramData\CAST\CAST\Logs\tibco2\Take_a_snapshot_of_1640\tibco_Tibco_218547-20180618-135027.castlog',TRUNCATE) -LARGESTORAGE('C:\ProgramData\CAST\CAST\CASTMS','C:\ProgramData\CAST\CAST\CASTMS','9043779306ee47628e00fd36dca10d2c/Scrb30767e7e5c64efda8843f48cf25746d') -LOGIN(,CASTCORP\JMC,) -APP(-NOGUI) -FINAL_UPDATE -NOPROGRESS -EXIT
INF: 2018-06-18 13:50:49: #PMC#About to run JOB_UNIVERSAL_ANALYZER job 'tibco_Tibco_218547'.
INF: 2018-06-18 13:50:49: About to run JOB_UNIVERSAL_ANALYZER job 'tibco_Tibco_218547'.
INF: 2018-06-18 13:51:50: Adding new Project: tibco_Tibco_218547
INF: 2018-06-18 13:51:50: Guid set
INF: 2018-06-18 13:51:50: persistence posted
INF: 2018-06-18 13:51:50: identification set
INF: 2018-06-18 13:51:50: description set
INF: 2018-06-18 13:51:50: fullname set
INF: 2018-06-18 13:51:50: identification posted
INF: 2018-06-18 13:51:50: project posted
INF: 2018-06-18 13:51:50: UnivProject id = #4
INF: 2018-06-18 13:51:50: IsInProjectLink added
INF: 2018-06-18 13:51:59: #PMC# Execution date=2018/06/18 20:51
INF: 2018-06-18 13:51:59: Execution date=2018/06/18 20:51
INF: 2018-06-18 13:51:59: #PMC# Execution duration=0 days, 00 hours, 01 mins, 11 secs
INF: 2018-06-18 13:51:59: Execution duration=0 days, 00 hours, 01 mins, 11 secs
INF: 2018-06-18 13:51:59: #PMC# Execution result=success
INF: 2018-06-18 13:51:59: Execution result=success
INF: 2018-06-18 13:52:00: Loading ini file: C:\Users\JMC~1.CAS\AppData\Local\Temp\CAST\CAST\8.3\AMRunResult525452.INI
INF: 2018-06-18 13:52:00: Task message: No Task message
INF: 2018-06-18 13:52:00: Log file: C:\ProgramData\CAST\CAST\Logs\tibco2\Take_a_snapshot_of_1640\tibco_Tibco_218547-20180618-135027.castlog
INF: 2018-06-18 13:52:00: ending Task Run Universal Analyzer "tibco_Tibco_218547"
My_Universal_Analysis-[Date]-[Time].castlog
This log starts with environmental information such as the CAST version and LISA/LTSA locations among others. It also shows the version and the presence of the TIBCO analyzer extensions that will be run.
Environment Information
2018-06-18 14:21:11.068096 Information MODULMSG ; Job execution 64-bit environment
2018-06-18 14:21:11.069097 Information MODULMSG ; Job execution CAIP Version: CAST 8.3.3 ( Build 1591 )
2018-06-18 14:21:11.069097 Information MODULMSG ; Job execution LISA folder: C:\ProgramData\CAST\CAST\CASTMS
2018-06-18 14:21:11.069097 Information MODULMSG ; Job execution LTSA folder: C:\ProgramData\CAST\CAST\CASTMS
2018-06-18 14:21:11.070097 Information MODULMSG ; Job execution LSA relative folder: 9043779306ee47628e00fd36dca10d2c\Scrb30767e7e5c64efda8843f48cf25746d
2018-06-18 14:21:11.342709 Information MODULMSG ; Job execution Using Knowledge Base on schema test830_local.
2018-06-18 14:21:13.496014 Information MODULMSG ; Job execution Registering extension com.castsoftware.JEE-MavenHttp 1.4.0-funcrel.
2018-06-18 14:21:13.496014 Information MODULMSG ; Job execution Registering extension com.castsoftware.angularjs 1.5.0-funcrel.
2018-06-18 14:21:13.496014 Information MODULMSG ; Job execution Registering extension com.castsoftware.businessobject 1.0.0-funcrel.
2018-06-18 14:21:13.496014 Information MODULMSG ; Job execution Registering extension com.castsoftware.dmtboextractiondiscoverer 1.0.0-funcrel.
2018-06-18 14:21:13.496014 Information MODULMSG ; Job execution Registering extension com.castsoftware.dmtxmlscanner 1.0.0-funcrel.
2018-06-18 14:21:13.496014 Information MODULMSG ; Job execution Registering extension com.castsoftware.dotnet 1.0.0.
2018-06-18 14:21:13.496014 Information MODULMSG ; Job execution Registering extension com.castsoftware.html5 1.7.1-funcrel.
2018-06-18 14:21:13.496014 Information MODULMSG ; Job execution Registering extension com.castsoftware.php 1.3.0.
The below line shows that the TIBCO extension is present as well as the specific version used
2018-06-18 14:21:13.496014 Information MODULMSG ; Job execution Registering extension com.castsoftware.tibco 1.2.1.
2018-06-18 14:21:13.496014 Information MODULMSG ; Job execution Registering extension com.castsoftware.webfilesdiscoverer 1.1.0-funcrel.
2018-06-18 14:21:13.496014 Information MODULMSG ; Job execution Registering extension com.castsoftware.internal.platform 0.3.0-funcrel.
2018-06-18 14:21:13.496014 Information MODULMSG ; Job execution Registering extension com.castsoftware.jaxrs 1.3.0-funcrel.
2018-06-18 14:21:13.496014 Information MODULMSG ; Job execution Registering extension com.castsoftware.jee 1.0.0-funcrel.
2018-06-18 14:21:13.496014 Information MODULMSG ; Job execution Registering extension com.castsoftware.jquery 1.5.0-funcrel.
2018-06-18 14:21:13.496014 Information MODULMSG ; Job execution Registering extension com.castsoftware.nodejs 1.5.0-funcrel.
2018-06-18 14:21:13.496014 Information MODULMSG ; Job execution Registering extension com.castsoftware.springmvc 1.3.0-funcrel.
2018-06-18 14:21:13.496014 Information MODULMSG ; Job execution Registering extension com.castsoftware.sqlanalyzer 2.3.1.
2018-06-18 14:21:13.496014 Information MODULMSG ; Job execution Registering extension com.castsoftware.wbslinker 1.5.0.
The log next has a section for the metamodel loading and start of the run analysis step
Metamodel loading and start of Run analysis
2018-06-18 14:21:13.754431 Information MODULMSG ; Job execution Loading meta model from repository . . .
2018-06-18 14:21:14.610079 Information MODULMSG ; Job execution Meta model loaded.
2018-06-18 14:21:14.836257 Information MODULMSG ; Job execution RunAnalysis started
The log then has a section for the analysis configuration settings. This includes the extensions that will be analyzed. If different extensions may be required if the files do not follow the default extension naming used by CAST.
File Extension information and other configuration information used by the analyzer
2018-06-18 14:21:14.843263 Information MODULMSG ; Job execution Analysis Unit description :
2018-06-18 14:21:14.843263 Information MODULMSG ; Job execution Name : tibco_Tibco
2018-06-18 14:21:14.843263 Information MODULMSG ; Job execution Universal language
2018-06-18 14:21:14.843263 Information MODULMSG ; Job execution Extensions used in jobSettings : *.aeschema;*.sharedjdbc;*.javaschema;*.sharedhttp;*.sharedjmscon;*.process;*.sharedjmsapp;*.bwp;*.MF;*.substvar;*.httpclientresource;*.httpconnresource;*.jmsconnresource;*.jdbcresource;*.mf;*.xsd
2018-06-18 14:21:14.843263 Information MODULMSG ; Job execution Name : Tibco
2018-06-18 14:21:14.843263 Information MODULMSG ; Job execution Description : Tibco
2018-06-18 14:21:14.843263 Information MODULMSG ; Job execution Sources
2018-06-18 14:21:14.844264 Information MODULMSG ; Job execution File Path : C:\CASTMS\test830_css3\Deploy\tibco2\tibco
2018-06-18 14:21:14.844264 Information MODULMSG ; Job execution Permission : Include
2018-06-18 14:21:14.844264 Information MODULMSG ; Job execution Universal language
2018-06-18 14:21:14.844264 Information MODULMSG ; Job execution Extensions used in jobSettings : *.aeschema;*.sharedjdbc;*.javaschema;*.sharedhttp;*.sharedjmscon;*.process;*.sharedjmsapp;*.bwp;*.MF;*.substvar;*.httpclientresource;*.httpconnresource;*.jmsconnresource;*.jdbcresource;*.mf;*.xsd
2018-06-18 14:21:14.844264 Information MODULMSG ; Job execution Name : Tibco
2018-06-18 14:21:14.844264 Information MODULMSG ; Job execution Description : Tibco
2018-06-18 14:21:14.844264 Information MODULMSG ; Job execution Extensions used in jobSettings : *.sql;*.sqltablesize;*.uaxdirectory;*.src
2018-06-18 14:21:14.844264 Information MODULMSG ; Job execution Name : SQLScript
2018-06-18 14:21:14.844264 Information MODULMSG ; Job execution Description : SQL
2018-06-18 14:21:14.844264 Information MODULMSG ; Job execution Extensions used in jobSettings : *.php;*.php4;*.php5;*.php6;*.inc;*.phtml;*.yml;*.yaml
2018-06-18 14:21:14.844264 Information MODULMSG ; Job execution Name : PHP
2018-06-18 14:21:14.844264 Information MODULMSG ; Job execution Description : PHP
2018-06-18 14:21:14.844264 Information MODULMSG ; Job execution Extensions used in jobSettings : *.js;*.ts;*.jsx;*.tsx;*.html;*.htm;*.xhtml;*.jsp;*.xml;*.json;*.css;*.asp;*.aspx;*.htc;*.cshtml
2018-06-18 14:21:14.844264 Information MODULMSG ; Job execution Name : HTML5
2018-06-18 14:21:14.844264 Information MODULMSG ; Job execution Description : HTML5/Javascript
2018-06-18 14:21:14.844264 Information MODULMSG ; Job execution Number of Instances : 200000
Next, the log has a section for the universal analyzer job initialization. This application only had TIBCO code, so no external links were found, but normally if other code is present in the application and the dependencies have been set then external links will be found.
Universal Analyzer Job Initialization
2018-06-18 14:21:14.844264 Information MODULMSG ; Job execution SESSION CONTEXT details: 527151 ; 527152 = "tibco2"."tibco_Tibco_218547"
2018-06-18 14:21:14.845264 Information MODULMSG ; Job execution About to run JOB_UNIVERSAL_ANALYZER job 'tibco_Tibco_218547'.
2018-06-18 14:21:14.901074 Information MODULMSG ; Job execution Total physical memory: 8095 MB.
2018-06-18 14:21:15.092448 Information MODULMSG ; Job execution External link component has loaded 0 objects
2018-06-18 14:21:15.147986 Information MODULMSG ; Job execution External link component has loaded 0 objects
2018-06-18 14:21:15.901109 Information MODULMSG ; Job execution PreProcessing Started...
2018-06-18 14:21:17.494097 Information MODULMSG ; Job execution PreProcessing Finished
2018-06-18 14:21:57.497517 Information MODULMSG ; Job execution External link component has loaded 0 objects
The next log section deals with the processing of the files by the analyzer as well as the link creation.
File Processing and Link Creation
2018-06-18 14:21:57.782726 Information MODULMSG ; Job execution Starting processing of file 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\defaultVars\WOF\Transcoding\defaultVars.substvar'
2018-06-18 14:21:57.795737 Information MODULMSG ; Job execution File processed : 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\defaultVars\WOF\Transcoding\defaultVars.substvar'
2018-06-18 14:21:57.800739 Information MODULMSG ; Job execution External link component has loaded 0 objects
2018-06-18 14:21:57.803743 Information MODULMSG ; Job execution External link component has loaded 0 objects
2018-06-18 14:21:57.806245 Information MODULMSG ; Job execution External link component has loaded 0 objects
2018-06-18 14:21:57.807763 Information MODULMSG ; Job execution External link component has loaded 0 objects
2018-06-18 14:21:57.809746 Information MODULMSG ; Job execution External link component has loaded 0 objects
2018-06-18 14:21:57.811749 Information MODULMSG ; Job execution Starting processing of file 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\defaultVars\WOF\defaultVars.substvar'
2018-06-18 14:21:57.817252 Information MODULMSG ; Job execution File processed : 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\defaultVars\WOF\defaultVars.substvar'
2018-06-18 14:21:57.818253 Information MODULMSG ; Job execution Starting processing of file 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\defaultVars\Common\TechLib\DataCache\defaultVars.substvar'
2018-06-18 14:21:57.822755 Information MODULMSG ; Job execution File processed : 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\defaultVars\Common\TechLib\DataCache\defaultVars.substvar'
2018-06-18 14:21:57.823758 Information MODULMSG ; Job execution Starting processing of file 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\defaultVars\Common\TechLib\AutoTests\defaultVars.substvar'
2018-06-18 14:21:57.826260 Information MODULMSG ; Job execution File processed : 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\defaultVars\Common\TechLib\AutoTests\defaultVars.substvar'
2018-06-18 14:21:57.827259 Information MODULMSG ; Job execution Starting processing of file 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\defaultVars\Common\Monitoring\defaultVars.substvar'
2018-06-18 14:21:57.828760 Information MODULMSG ; Job execution File processed : 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\defaultVars\Common\Monitoring\defaultVars.substvar'
2018-06-18 14:21:57.829761 Information MODULMSG ; Job execution Starting processing of file 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\defaultVars\Common\Directories\defaultVars.substvar'
2018-06-18 14:21:57.831263 Information MODULMSG ; Job execution File processed : 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\defaultVars\Common\Directories\defaultVars.substvar'
2018-06-18 14:21:57.831764 Information MODULMSG ; Job execution Starting processing of file 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\defaultVars\Common\Conf\defaultVars.substvar'
2018-06-18 14:21:57.833765 Information MODULMSG ; Job execution File processed : 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\defaultVars\Common\Conf\defaultVars.substvar'
2018-06-18 14:21:57.834266 Information MODULMSG ; Job execution Starting processing of file 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\defaultVars\defaultVars.substvar'
2018-06-18 14:21:57.836765 Information MODULMSG ; Job execution File processed : 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\defaultVars\defaultVars.substvar'
2018-06-18 14:21:57.837766 Information MODULMSG ; Job execution Starting processing of file 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\Common\Schema\Technical\EFields_1.0.xsd'
2018-06-18 14:21:57.839088 Information MODULMSG ; Job execution File processed : 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\Common\Schema\Technical\EFields_1.0.xsd'
2018-06-18 14:21:57.839588 Information MODULMSG ; Job execution Starting processing of file 'C:\ProgramData\CAST\CAST\CASTMS\LISA\9043779306ee47628e00fd36dca10d2c\Scrb30767e7e5c64efda8843f48cf25746d\tibco_Tibco_218547\1271444268_Tibco\Common\Process\Functional\MC\R3.process'
2018-06-18 14:21:57.934767 Information MODULMSG ; Job execution File processed : 'C:\ProgramData\CAST\CAST\CASTMS\LISA\9043779306ee47628e00fd36dca10d2c\Scrb30767e7e5c64efda8843f48cf25746d\tibco_Tibco_218547\1271444268_Tibco\Common\Process\Functional\MC\R3.process'
2018-06-18 14:21:57.952101 Information MODULMSG ; Job execution Starting processing of file 'C:\ProgramData\CAST\CAST\CASTMS\LISA\9043779306ee47628e00fd36dca10d2c\Scrb30767e7e5c64efda8843f48cf25746d\tibco_Tibco_218547\1271444268_Tibco\Common\Process\Functional\MC\R2.process'
2018-06-18 14:21:58.008128 Information MODULMSG ; Job execution File processed : 'C:\ProgramData\CAST\CAST\CASTMS\LISA\9043779306ee47628e00fd36dca10d2c\Scrb30767e7e5c64efda8843f48cf25746d\tibco_Tibco_218547\1271444268_Tibco\Common\Process\Functional\MC\R2.process'
2018-06-18 14:21:58.010629 Information MODULMSG ; Job execution Starting processing of file 'C:\ProgramData\CAST\CAST\CASTMS\LISA\9043779306ee47628e00fd36dca10d2c\Scrb30767e7e5c64efda8843f48cf25746d\tibco_Tibco_218547\1271444268_Tibco\Common\Process\Functional\MC\R1.process'
2018-06-18 14:21:58.067949 Information MODULMSG ; Job execution File processed : 'C:\ProgramData\CAST\CAST\CASTMS\LISA\9043779306ee47628e00fd36dca10d2c\Scrb30767e7e5c64efda8843f48cf25746d\tibco_Tibco_218547\1271444268_Tibco\Common\Process\Functional\MC\R1.process'
2018-06-18 14:21:58.071952 Information MODULMSG ; Job execution Starting processing of file 'C:\ProgramData\CAST\CAST\CASTMS\LISA\9043779306ee47628e00fd36dca10d2c\Scrb30767e7e5c64efda8843f48cf25746d\tibco_Tibco_218547\1271444268_Tibco\Common\Process\Functional\MC\c1.process'
2018-06-18 14:21:58.129494 Information MODULMSG ; Job execution File processed : 'C:\ProgramData\CAST\CAST\CASTMS\LISA\9043779306ee47628e00fd36dca10d2c\Scrb30767e7e5c64efda8843f48cf25746d\tibco_Tibco_218547\1271444268_Tibco\Common\Process\Functional\MC\c1.process'
2018-06-18 14:21:58.131497 Information MODULMSG ; Job execution Starting processing of file 'C:\ProgramData\CAST\CAST\CASTMS\LISA\9043779306ee47628e00fd36dca10d2c\Scrb30767e7e5c64efda8843f48cf25746d\tibco_Tibco_218547\1271444268_Tibco\BusinessServices\Svc_1\Testers\C_svc_1.process'
2018-06-18 14:21:58.146008 Information MODULMSG ; Job execution File processed : 'C:\ProgramData\CAST\CAST\CASTMS\LISA\9043779306ee47628e00fd36dca10d2c\Scrb30767e7e5c64efda8843f48cf25746d\tibco_Tibco_218547\1271444268_Tibco\BusinessServices\Svc_1\Testers\C_svc_1.process'
2018-06-18 14:21:58.146508 Information MODULMSG ; Job execution Starting processing of file 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\BusinessServices\Svc_1\Schemas\Svc_1.xsd'
2018-06-18 14:21:58.148508 Information MODULMSG ; Job execution File processed : 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\BusinessServices\Svc_1\Schemas\Svc_1.xsd'
2018-06-18 14:21:58.149008 Information MODULMSG ; Job execution Starting processing of file 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\BusinessServices\Svc_1\Schemas\r_1.xsd'
2018-06-18 14:21:58.152512 Information MODULMSG ; Job execution File processed : 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\BusinessServices\Svc_1\Schemas\r_1.xsd'
2018-06-18 14:21:58.153512 Information MODULMSG ; Job execution Starting processing of file 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\BusinessServices\Svc_1\Schemas\c_1.xsd'
2018-06-18 14:21:58.161068 Information MODULMSG ; Job execution File processed : 'C:\CASTMS\test830_css3\Deploy\tibco2\tibco\BusinessServices\Svc_1\Schemas\c_1.xsd'
2018-06-18 14:21:58.162053 Information MODULMSG ; Job execution Starting processing of file 'C:\ProgramData\CAST\CAST\CASTMS\LISA\9043779306ee47628e00fd36dca10d2c\Scrb30767e7e5c64efda8843f48cf25746d\tibco_Tibco_218547\1271444268_Tibco\AESchemas\ae\baseDocument.aeschema'
2018-06-18 14:21:58.177064 Information MODULMSG ; Job execution File processed : 'C:\ProgramData\CAST\CAST\CASTMS\LISA\9043779306ee47628e00fd36dca10d2c\Scrb30767e7e5c64efda8843f48cf25746d\tibco_Tibco_218547\1271444268_Tibco\AESchemas\ae\baseDocument.aeschema'
2018-06-18 14:21:58.181583 Information MODULMSG ; Job execution Starting processing of file 'C:\ProgramData\CAST\CAST\CASTMS\LISA\9043779306ee47628e00fd36dca10d2c\Scrb30767e7e5c64efda8843f48cf25746d\tibco_Tibco_218547\1271444268_Tibco\AESchemas\sql.aeschema'
2018-06-18 14:21:58.186068 Information MODULMSG ; Job execution File processed : 'C:\ProgramData\CAST\CAST\CASTMS\LISA\9043779306ee47628e00fd36dca10d2c\Scrb30767e7e5c64efda8843f48cf25746d\tibco_Tibco_218547\1271444268_Tibco\AESchemas\sql.aeschema'
2018-06-18 14:21:58.186569 Information MODULMSG ; Job execution Starting processing of file 'C:\ProgramData\CAST\CAST\CASTMS\LISA\9043779306ee47628e00fd36dca10d2c\Scrb30767e7e5c64efda8843f48cf25746d\tibco_Tibco_218547\1271444268_Tibco\AESchemas\java.aeschema'
2018-06-18 14:21:58.189916 Information MODULMSG ; Job execution File processed : 'C:\ProgramData\CAST\CAST\CASTMS\LISA\9043779306ee47628e00fd36dca10d2c\Scrb30767e7e5c64efda8843f48cf25746d\tibco_Tibco_218547\1271444268_Tibco\AESchemas\java.aeschema'
2018-06-18 14:21:58.190416 Information MODULMSG ; Job execution Starting processing of file 'C:\ProgramData\CAST\CAST\CASTMS\LISA\9043779306ee47628e00fd36dca10d2c\Scrb30767e7e5c64efda8843f48cf25746d\tibco_Tibco_218547\1271444268_Tibco\AESchemas\corba.aeschema'
2018-06-18 14:21:58.193917 Information MODULMSG ; Job execution File processed : 'C:\ProgramData\CAST\CAST\CASTMS\LISA\9043779306ee47628e00fd36dca10d2c\Scrb30767e7e5c64efda8843f48cf25746d\tibco_Tibco_218547\1271444268_Tibco\AESchemas\corba.aeschema'
2018-06-18 14:21:58.194417 Information MODULMSG ; Job execution Starting processing of file 'C:\ProgramData\CAST\CAST\CASTMS\LISA\9043779306ee47628e00fd36dca10d2c\Scrb30767e7e5c64efda8843f48cf25746d\tibco_Tibco_218547\1271444268_Tibco\AESchemas\ae.aeschema'
2018-06-18 14:21:58.198087 Information MODULMSG ; Job execution File processed : 'C:\ProgramData\CAST\CAST\CASTMS\LISA\9043779306ee47628e00fd36dca10d2c\Scrb30767e7e5c64efda8843f48cf25746d\tibco_Tibco_218547\1271444268_Tibco\AESchemas\ae.aeschema'
2018-06-18 14:21:58.198588 Information MODULMSG ; Job execution [com.castsoftware.tibco] End Analysis
2018-06-18 14:21:58.198588 Information MODULMSG ; Job execution [com.castsoftware.tibco] finalize_configuration
Checksum processing and UA resolution
2018-06-18 14:21:58.458446 Information MODULMSG ; Job execution Starting checksum processing
2018-06-18 14:21:58.765500 Information MODULMSG ; Job execution Checksum computing : 100 objects have a crc
2018-06-18 14:21:58.786464 Information MODULMSG ; Job execution End checksum processing
2018-06-18 14:22:00.267362 Information MODULMSG ; Job execution Starting UA resolution
2018-06-18 14:22:00.267362 Information MODULMSG ; Job execution End UA resolution
2018-06-18 14:22:00.430226 Information MODULMSG ; Job execution Ending External Link processing
Next, the log has a section for comparison and merging of objects.
Comparison and Merge
2018-06-18 14:22:00.926936 MODULMSG ; Job execution Comparing objects on server . . .
2018-06-18 14:22:04.339297 MODULMSG ; Job execution Comparison completed.
2018-06-18 14:22:04.339297 MODULMSG ; Job execution Merging objects on server . . .
2018-06-18 14:22:07.434374 MODULMSG ; Job execution Merge completed.
Finally, the log has a section for the summary of the analysis.
Execution Summary
2018-06-18 14:22:08.543744 Information MODULMSG ; Job execution New Job status
2018-06-18 14:22:08.544746 Information MODULMSG ; Job execution Execution date=2018/06/18 21:22
2018-06-18 14:22:08.547747 Information MODULMSG ; Job execution Execution duration=0 days, 00 hours, 00 mins, 54 secs
2018-06-18 14:22:08.548749 Information MODULMSG ; Job execution Execution result=success
2018-06-18 14:22:08.548749 Information MODULMSG ; Job execution Analysis completed
2018-06-18 14:22:08.738403 Information MODULMSG ; Job execution 0 fatal error(s); 0 error(s); 0 warning(s); 125 information message(s).
CAST_MainTask_SummaryLog-[Date]-[Time].txt
Summary of the analysis task that has been done.
Status: Execution succeeded
Start: Mon Jun 18 14:20:58 CDT 2018
OS Version: Windows 8.1 (version 6.3)
Machine name: jmce7440w7
Software Version: CAST 8.3.3 ( Build 1591 )
Task: Take a snapshot of the application
Total duration: 6m55s
Nb of Computed Quality Rules: 47
-- Statistics for application tibco2 --
Analysis duration: 2m15s
Nb of modules: 1
Nb of active analysis units: 1
Nb of inactive analysis units: 0
Total nb of analysis units: 1
Nb of saved objects: 196
Summary is saved at C:\ProgramData\CAST\CAST\Logs\tibco2\Take_a_snapshot_of_1752\CAST_MainTask_SummaryLog-20180618-142753.txt