Skip to Main Content

PeopleSoft Enterprise

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Request expert opinion on upgrade path approaches on PeopleSoft FSCM9.1 to 9.2

User_R7XBIAug 21 2017 — edited Aug 22 2017

Hi Carla, Other PS Upgrade Experts,

Request expert opinion on upgrade path approaches on PeopleSoft FSCM9.1 to 9.2. We need to upgrade from Source (PT8.54, Fin 9.1, DB Oracle 12.1) to Target (PT8.56, Fin9.2, DB Oracle 12.2).

Approach1:

  1. Perform Apps-ONLY Upgrade from Fin9.1 to 9.2, keeping existing PT 8.54 (as FSCM 9.2 is certified with min PT8.53)
  2. Perform Tools-ONLY Upgrade from PT8.54 to PT 8.56.01 (or higher available “minor” patch).
  3. Upgrade Oracle DB from 12.1 to 12.2

Current FSCM Upgrade Home Page certifies PT8.55.05 (or higher “minor” patch) for FSCM 9.1 to 9.2 PI 19 Upgrade path. If that means, FSCM 9.1 to 9.2 Upgrade has to necessarily have PT8.55.05 (and cannot work with PT8.54), we need to consider Approach2.

Approach2:

2 step PS Upgrade:

  1. Tools + Apps Upgrade: Upgrade from PT8.54 to PT8.55.05 (or higher “minor” patch) and thereafter Fin9.1 to 9.2 PI 19. DB version stays on existing Oracle 12.1  for both source and target during this Tools + Apps Upgrade.
  2. Tools-ONLY Upgrade: Upgrade from PT8.55.05 (or higher “minor” patch) to PT 8.56.01 (or higher available “minor” patch).
  3. Upgrade Oracle DB from 12.1 to 12.2

As Approach2 is 2 step Upgrade, request your inputs on our preferred Approach3 (one step Upgrade)

Approach3:

As we plan to initiate this Upgrade pursuit in end of Oct 2017, is Oracle planning to certify PT8.56.xx with FSCM 9.1 to 9.2 (certified PI) by Oct 2017? If yes, we can follow one step upgrade of PT8.54 to  PT8.56.xx, followed by Fin9.1 to 9.2 (certified PI). Thereafter, Upgrade Oracle DB from 12.1 to 12.2. Your views please.

Thanks in advance.

Comments

Timo Hahn

User, tell us your exact jdev version, please!
How do you compile?
What kind of application do you compile?
Which idk do you use?

Timo

rgouw

@timo-hahn1 @richardvanmaaren

We see the same errors during compilation.
JDev 12.2.1.4.0 - Build JDEVADF_PT.12.2.1.4.0_GENERIC_190911.2248.S

We compile with ojdeploy in a batch file:
ojdeploy -buildfile build.xml > build.log 2> build.err

Snippet of the build.xml

<?xml version="1.0" encoding="US-ASCII" ?>
<ojdeploy-build>
 <defaults>
   <parameter name="clean"/>
 </defaults>
 <deploy command="deployToArchive">
   <parameter name="workspace" value="app1/app1.jws"/>
   <parameter name="project" value="App1Model"/>
   <parameter name="profile" value="adflibApp1Model"/>
 </deploy>
</ojdeploy-build>
Console output:
Jul 27, 2023 3:52:15 PM oracle.security.jps.util.JpsUtil disableAudit
INFO: JpsUtil: isAuditDisabled set to true
Jul 27, 2023 3:52:39 PM oracle.adf.share.config.ADFConfigFactory findOrCreateADFConfig
INFO: Resource META-INF/adf-config.xml not found on the classpath.
Jul 27, 2023 3:52:39 PM oracle.adf.share.config.ADFConfigFactory findOrCreateADFConfig
INFO: A default implementation of ADFConfig is being created for application. This can lead to unexpected results in some cases. Please add a basic META-INF/adf-config.xml to your classpath to avoid functional errors.
c:\git\Common\CommonViewController\src\nl\common\view\bean\CollectionBean.java
Warning(420,34): getValue() in oracle.jbo.ViewCriteriaItem has been deprecated
c:\git\Common\CommonViewController\src\nl\common\view\bean\BaseAutosuggestBean.java
Warning(187,61): toStringFormat() in oracle.jbo.Key has been deprecated
Warning(312,31): Key(java.lang.String) in oracle.jbo.Key has been deprecated
java.lang.NullPointerException
    at oracle.adfdtinternal.model.ide.xmled.editors.common.debugger.BreakpointMediator.deleteObsolteCefBreakpoints(BreakpointMediator.java:973)
    at oracle.adfdtinternal.model.ide.xmled.editors.common.debugger.BreakpointMediator.deleteObsoleteBreakpoints(BreakpointMediator.java:1010)
    at oracle.adfdtinternal.model.ide.xmled.editors.common.debugger.hooks.BreakPointMediatorHelperHookImpl.cleanupBreakpoints(BreakPointMediatorHelperHookImpl.java:37)
    at oracle.adfdtinternal.model.ide.listeners.BindingContainerNodeListener$1.run(BindingContainerNodeListener.java:44)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:709)
    at java.awt.EventQueue$3.run(EventQueue.java:703)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
    at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
    at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
(error repeated 184 times)
  Master_MasterViewController_webapp:MasterViewController.jpr
Jul 27, 2023 3:53:37 PM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Manifest-Version.
Ensure that the manifest does not have duplicate entries, and
that blank lines separate individual sections in both your
manifest and in the META-INF/MANIFEST.MF entry in the jar file.
 file:/c:/git/Tester/TesterViewController/TesterViewController.jpr
Tester_TesterViewController_webapp:TesterViewController.jpr

It seems like an arbitrary error, during cleanup / deletion of breakpoints, but I'm quite sure we don't have 184 breakpoints in the application.

Kind regards,

Rob

Timo Hahn

@rob-de-gouw2 please don't hijack another thread for your question.

The error you get is different from the one of the op.

Timo

dvohra21

Is a CausedBy message included? Seems like a debugger is getting a null.

1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 19 2017
Added on Aug 21 2017
2 comments
206 views