In HPCM, users access the “Job Status” task area to view the status of submitted jobs/task flows.In 11.1.2.2.x, the task flow information viewed on these screens within HPCM is cached in order to provide better performance.A refresh occurs after each configured interval and new entries are shown after this interval.
By default this interval is set to 1 minute in 11.1.2.2.x.However, this property is configurable and can be changed if required.
Check your refresh interval by generating the registry.html report:
1.Open a shell on the EPM Foundation Services Server
2.Change directory to %EPM_ORACLE_INSTANCE%/bin.Typically, this directory will be C:\Oracle\Middleware\user_projects\epmsystem1\bin
3.Run epmsys_registry.bat
4.Check the property
-workflowEngine.ces.refreshInterval available under
SHARED_SERVICES_PRODUCT.This will show
the interval in minutes.
Update the refresh interval to whatever value you want (in minutes) using epmsys_registry utility as follows:
1.Open a shell on the EPM Foundation Services Server
2.Change directory to %EPM_ORACLE_INSTANCE%/bin.Typically, this directory will be C:\Oracle\Middleware\user_projects\epmsystem1\bin
3.epmsys_registry.bat updateproperty SHARED_SERVICES_PRODUCT/@workflowEngine.ces.refreshInterval <time in minutes>
e.g. set <time in minutes> to 0.5 if you want to reduce this refresh interval from 1 minute to 30 seconds.