The Tools After Module Generation is a sub task that is optional and will only run when configured in the snapshot process.
It is run after module generation and update of system views.
It only allows for sql queries to be run.
It is triggered to run when the user adds the specific action in the Tools After Module Generation section in the Module tab of the application.
A separate log will be generated for the action of the SQL queries execution.
Please see the below documentation and example screenshots for more information on this step and an example of where it is located in the CAST Management Studio.
8.0.X Documentation: CMS - Modules tab
Example screenshot showing how the Tools after Module Generation is configured in CAST-MS:
The Loglines generated by this task is shown below
CAST-MS log file
Example screenshot showing the Tools after Module Generation being executed:
Section of CAST-MS log file dealing with SQL Tool step as shown in the log above.
Run SQL Tool Generation
INF: 2016-09-09 17:03:32: Script successfully completed
INF: 2016-09-09 17:03:32: Task message: No Task message
INF: 2016-09-09 17:03:32: Log file: C:\Users\JMC~1.CAS\AppData\Local\Temp\CAST\CAST\8.0\b1ff1ab4e50b43eaa746137ec399b0d7\SqlTool-20160909170322.log.txt
INF: 2016-09-09 17:03:32: ending Task Mod gen query
End Tools Before Analysis
INF: 2016-09-09 17:03:32: Task message: No Task message
INF: 2016-09-09 17:03:32: No associated log file
INF: 2016-09-09 17:03:32: ending Task Tools after module generation
SQLTool-<DateTime>.log.txt log file
Sample results of a SQL Tool log (results will vary depending on the contents of the SQL being run):
Run SQL Tool Results
INF: 2016-09-09 17:03:32: [SQL] select count(*) from dss_snapshots;