Publish Report Objects
Many of the dashboards shows data from a published Report Objects. To reflect the latest data from your source system, the corresponding Report Objects need to be published periodically. These are the general rules for publishing Report Objects:
The required published Report Objects for PAI Foundation dashboards should be published after the Servigistics AutoPilot process completes.
The required published Report Objects for PAI Advanced dashboards should be published after the archival process completes.
The following tables describe the scripts and report names that are available:
PAI Foundation Scripts
Script Name
Report Name
When to Run
For Linux:
RunFdnForecastReportPublish.sh
For Windows:
RunFdnForecastReportPublish.bat
Bias By Demand Category
Demand Forecast by Demand Category
Demand Forecast Summary
Forecast Accuracy
Forecast Adjustment
Forecast Method Count
Outlier Count
SKU Stream by Categories
SKUStream Count
Tracking Signal By Demand Category
Composite Forecast Method Count
After the Synchronize Database AutoPilot process completes in Servigistics.
For Linux:
RunFdnPlanningReportPublish.sh
For Windows:
RunFdnPlanningReportPublish.bat
Performance360_CounterInventoryByLocation
Performance360_CounterBackorderCategories
Performance360_CounterExcessByLocation
Performance360_CounterTopReviewReasons
Performance360_InventoryByLocation
Performance360_BackorderCategories
Performance360_ExcessByLocation
Performance360_TopReviewReasons
Performance360_ForecastCategory
Performance360_SpendHistoryAndProjection
Performance360_DemandForecastCompare
Performance360_VendorDeliveryStatus
Performance360_OptimizationSummary
After the Generate Order Plan and Review Process AutoPilot process completes in Servigistics.
PAI Advanced Scripts
Script Name
Report Names
When to Run
For Linux:
RunAdvForecastReportPublish.sh
For Windows:
RunAdvForecastReportPublish.bat
Forecast Accuracy Bias and Bias Value Over
Forecast Accuracy Bias and Bias Value Under
Bias By Demand Category - Advanced
Forecast Method Count - Advanced
Forecast Adjustment - Advanced
Demand Forecast By Demand Category - Advanced
Sku Stream By Demand Category
Under Forecasted Part
Over Forecasted Part
Composite Forecast Method Count - Advanced
After the archival process completes.
You can publish Report Objects by using specific report names or by using the scripts that were extracted during the installation process. The commands can be run on the WebUI server or the AutoPilot Server.
Publish a single Report Object
Use these instructions to publish a single Report Object.
1. Sign in to the server as the administrative user.
2. Open a command tool.
3. Navigate to the Servigistics/bin directory.
4. Run the following command:
For Linux: runICP.sh publish-reports report-by-name <REPORT_NAME> end-period week
For Windows: runICP.bat publish-reports report-by-name <REPORT_NAME> end-period week
* 
The default end-period is week. This can be updated to day or month or year.
Publish multiple Report Objects using scripts
Use these instructions to run scripts to publish Report Objects:
1. Sign in to the server as the administrative user.
2. Open a command tool.
3. Navigate to the script directory.
4. Verify that the scripts were extracted from the PAI distribution.
5. Run the script using the following command format:
For Linux: <SCRIPT_NAME>.sh
For Windows: <SCRIPT_NAME>.bat
Was this helpful?