My Oracle Support Banner

LAST_RECALC_DATE Data Does Not Match What Is Shown In P6 (Doc ID 2862643.1)

Last updated on MARCH 12, 2024

Applies to:

Primavera P6 Enterprise Project Portfolio Management Cloud Service - Version 20.12.9.0 and later
Primavera P6 Enterprise Project Portfolio Management - Version 20.12.9.0 and later
Information in this document applies to any platform.

Symptoms

ACTUAL BEHAVIOR
---------------
In BIP, query admuser.project for last_recalc_date does not match the data date in p6.

EXPECTED BEHAVIOR
-----------------------
LAST_RECALC_DATE data does match what is shown in P6

STEPS
-----------------------
The issue can be reproduced at will with the following steps:
Run query:
SELECT
P.PROJ_ID
,P.PROJ_SHORT_NAME
,P.LAST_RECALC_DATE
,B.OBJECTID
,B.ID
,B.DATADATE
FROM ADMUSER.PROJECT P
INNER JOIN P6BLPROJECT B ON
P.PROJ_ID = B.OBJECTID
WHERE
P.PROJ_ID = 'xxxxx'

The results shows that admuser.project last_recalc_date does not match with data date value in P6

BUSINESS IMPACT
-----------------------
The issue has the following business impact:
Due to this issue, users cannot have correct LAST_RECALC_DATE data.

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.