Run rollup - SmartPlant Foundation - IM Update 46 - Help - Hexagon

SmartPlant Foundation Help

Language
English
Product
SmartPlant Foundation
Search by Category
Help
SmartPlant Foundation / SDx Version
10
SmartPlant Markup Plus Version
10.0 (2019)
Smart Review Version
2020 (15.0)
  • Click Progress > Run Rollup in the Desktop Client.

  • Only one progress rollup process can be invoked for a given configuration at a time.

  • Progress is calculated at every level of the hierarchy, including every deliverable associated with every workpack, so for larger sets of data, this process may take some time.

The progress rollup process is designed to be invoked for a specific configuration using the SPFProgress command line routine, or from the scheduler. A Server API called ProgressRollup is called for a specified configuration object (such as a project) and will invoke the ISPFConfiguration.ProgressRollup method definition.

The progress rollup process writes error, warning, and information messages to an output file to log all stages of its progression through the routine.

The error log is called ProgressRollup_<date>.log where date is the date the rollup was run. The path for file is configurable depending on the SmartPlant Foundation configuration settings, (such as C:\temp).

The progress rollup process raises events at key stages. If required, event definitions and corresponding subscription definitions can be created that will automatically notify an administrator when certain events have been raised. For example, it would be possible to notify the administrator on failure or completion of the process.

See Also

Run Rollup command