Posting Repair and Actual Cost Curve Regeneration
search cancel

Posting Repair and Actual Cost Curve Regeneration

book

Article ID: 262958

calendar_today

Updated On:

Products

Clarity PPM On Premise Clarity PPM SaaS

Issue/Introduction

How to run Posting Repair and Actual Cost Curve Regeneration when advised by Support?

This is a hidden job that should only be run on request from Broadcom Support

It is typically used to correct Actuals and Costs on project

Environment

Release : Any

Resolution

Note: This job must only be run by Broadcom Support request as it requires data inputs

Test the following solution on your lower environment first:

  1. Run the following:
    update cmn_sch_job_definitions
    set is_admin_visible =1 
    where job_code ='Repair_Actual_Units_or_Costs' 
    commit
  2. Once completed, go to Administration - Reports and Jobs - open the job Posting Repair and Actual Cost Curve Regeneration and set it to Active
  3. Go to Home - Reports and Job - Posting Repair and Actual Cost Curve Regeneration
  4. Set the request to Assignment Posting Repair or Sync Cost Curve - exactly as requested by Support
  5. In Configuration parameter, paste exactly the xml provided by Support. Make sure you do cut and paste and do not add any line breaks or spaces. It's going to use the internal IDs
  6. Click Submit
  7. Once the job completes, check the project and confirm it worked
  8. You can then reset the job to Inactive and run this to update is_admin_visible back to 0
    update cmn_sch_job_definitions 
    set is_admin_visible =0 
    where job_code ='Repair_Actual_Units_or_Costs' 
    commit