Page tree
Skip to end of metadata
Go to start of metadata
Purpose

In this page, the different logs lines corresponding to the Transfer Sources Positions and Bookmarks into Dashboard Service is listed with functional and technical explanation of the logs that it generates.

During this step the data is synchronized in the Central Database for component investigation in Engineering Dashboard.

Synchronize data for viewing in portals populate SQL tables with sources positions and bookmarks that are needed to see the component browser information in Engineering Dashboard portal.

If data is not synchronized, this module will display no data in the portal. These data are historized for each snapshot.

Please refer to the page Upload sources for viewing violations in source code viewer of ED  for more details.

The Loglines generated by this task is shown below

Excerpt Macro - Logs - Full Analysis Image for 83

CAST-MS-<date>-<time>.log.txt log file

The below lines are taken from the file CAST-MS-<date>-<time>.log.txt

The uploadsrc option in the command line which is Upload sources does not only upload the source code of objects from Local schema to Central schema, but it also uploads the positions and bookmarks found by diagnostics.

The upload source take only the latest snapshot of the application. Sources are not historized. If sources have not been uploaded, source code for violations will not be available in ED portal.


INF: 2018-04-20 16:46:38: starting Task Transfer sources, positions and bookmarks into dashboard service.
INF: 2018-04-20 16:46:38: C:\Program Files\CAST\8.3/AED/CLI/AedConsolidation.exe -uploadsrc -local_driver org.postgresql.Driver -local_url jdbc:postgresql://localhost:2282/postgres -local_schema test830_local -local_user operator -local_password ***** -driver org.postgresql.Driver -url jdbc:postgresql://localhost:2282/postgres -schema test830_central -user operator -password ***** -snapshot_id 3 -log_file C:\ProgramData\CAST\CAST\Logs\webgoat\Take_a_snapshot_of_705\AedCli-20180420-163920.TXT
INF: 2018-04-20 16:46:39: AedConsolidation
INF: 2018-04-20 16:46:42: Done!
INF: 2018-04-20 16:46:42: Task message: No Task message
INF: 2018-04-20 16:46:42: Log file: C:\ProgramData\CAST\CAST\Logs\webgoat\Take_a_snapshot_of_705\AedCli-20180420-163920.TXT
INF: 2018-04-20 16:46:42: ending Task Transfer sources, positions and bookmarks into dashboard service.

AedCli- <Date>-<Time>.TXT

Version 2.0

Central Service version: 8.3.3.1
The objects source code and information will be uploaded in central schema.
Processing objects source code and information upload for snapshot 3.
Upload source texts
Upload source positions
Upload code bookmarks
Upload code paths
Upload code groups
Run Procedure updatestats
Run Procedure createIndex
Upload object properties into central schema
Run Procedure dropIndex
Upload artifacts properties into central schema
Upload classes properties into central schema
Run Procedure dropIndex
Run Procedure UpdateObjectStatistics
Run Procedure AED_INSERT_OBJPROPERTIES
Run Procedure AED_UPD_ARTIFACTS_PROP
Run Procedure AED_UPD_CLASSES_PROP
Run Procedure createIndex
Run Procedure UpdateObjectStatistics
Objects source code and information uploaded for snapshot 3.

  • No labels