My Oracle Support Banner

Loading Activity Code Values Using P6 Integration API Takes Longer after Upgrade from Version 19 (Doc ID 2980468.1)

Last updated on OCTOBER 12, 2023

Applies to:

Primavera P6 Professional Project Management - Version 19.12.16.0 and later
Primavera P6 Enterprise Project Portfolio Management - Version 19.12.16.0 and later
Information in this document applies to any platform.

Symptoms

After upgrading the P6 Integration API from version 19 to 22, the performance of the client application is degraded.
 

STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1.Invoke code to load the Activity Code values. For example,
  BOIterator<ActivityCode> boiActCode =elm.loadActivityCodes(ActivityCode.getAllFields(), "CodeTypeName='CodeType1'", null);
          while (boiActCode.hasNext()) {
               ActivityCode actCode1 = boiActCode.next();
               System.out.println("Code Type Name: " + actCode1.getCodeTypeName() + "Code Value: " + actCode1.getCodeValue());
               System.out.println(actCode1.getParentObjectId());
           }


 

Changes

 

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
Changes
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.