SlideShare a Scribd company logo
1 of 47
OPPD PeopleSoft Tools Upgrade
         PeopleTools 8.51.12
     Financials, HCM, and Portal
             Presenters:
             Jodie Hahn
             Collins Love
            Lillian Dawes
Agenda
•   OPPD Tools Upgraded
•   Change Assistant
•   Portal Pack
•   Security
•   Automation
•   Challenges
•   New Functionality
OPPD Tools Upgraded
• Peopletools Version
   – Portal – 8.51.12
      • Prior to go-live weekend 8.51.08

   – HCM – 8.51.12
      • Prior to go-live weekend 8.50.08

   – Financials – 8.51.12
       • Prior to go-live weekend 8.49.18

• Application Release
   – Portal – 9.1
   – HCM – 9.1
   – Financials – 9.0
OPPD Tools Upgraded - Current
• Server Operating System
  – HP-UX B.11.31 U ia64 (Itanium Server)
     • One Server for ALL of test regions
       (HCM, Financials, Portal)
     • One Server for Production HCM and Portal
     • One Server for Production Financials
OPPD Tools Upgraded – Current
• RDBMS
   – Oracle 11.2.0.2

• Web Server
  – WebLogic 10.3.3

• Application Server
   – Tuxedo Version 10.3.0.0, 64-bit, Patch Level 072

• Verity (Search tool)
   – 6.5.1.1
OPPD Tools Upgraded – Current
• Browser
   – Internet Explorer 8
      • 8.51.12 Also supported by
          –Firefox 3.6
          –Safari 4
      • Not supported anymore
          –Firefox 3.5
• COBOL – had to upgrade with new tools
   – Server Express 5.1
Peopletools Timeline
                     Production                                   Test                              Production

Tools Release 11/13/2010   8/1/2011   8/24/2011        9/9/2011   9/26/2011        11/3/2011        11/19/2011


8.49.18        FIN


8.50.08        PORTAL/HCM HCM


8.51.08                    PORTAL     PORTAL/HCM/FIN


8.51.12                                                PORTAL/HCM PORTAL/HCM/FIN


POC                                                                                PORTAL/HCM/FIN


8.51.12 +POC                                                                                        PORTAL/HCM/FIN
OPPD Tools Upgraded - Prep
• Run SYSAUDIT and DDDAUDIT from current production –
   – clean up any issues prior to running upgrade or at least capture scripts.
• Additional CONVERSION database region needed
   – Ran multiple tests for timings.
• Need dedicated laptop/computer that will not have to share
  resources.
   – DO NOT PUT ON SHARED SERVER!!!
• Installed Change Assistant on 3 dedicated laptops, one each for
  HCM, Portal, and Financials.
OPPD Tools Upgraded - Prep
• Upgraded database to Oracle 11g
   – Oracle Client on upgrade laptops needed upgraded with new client to
     build timestamp conversion scripts.


• Set up Configuration Manager for each region
  (Portal, HCM, Financials) on each laptop

• Output and Staging directories wrote to a single directory
  with each MTP (move to production) test, i.e.
Change Assistant
• Used Change Assistant (CA) to do the upgrade
  – Little to no hiccups with CA
  – HCM did small upgrade from 8.50.08 to 8.51.12
  – Financials was VERY SIGNIFICANT upgrade, 8.49.18
    to 8.51.12 (skipping 8.50)
• Portal
  – Used delivered “PeopleTools Only Upgrade” template
• HCM and Financials
  – Used modified versions of the “PeopleTools Only
    Upgrade” template.
Change Assistant – HCM Template
CA – HCM Customizations to Template

• Created automatic steps
  – SQL scripts (Every Test Region)
     • Run SYSAUDIT and DDAUDIT cleanup scripts against conversion
       region
  – DOS commands
     • Clear PS Cache from windows
     del c:pscache /Q /S
     • Copy SQL scripts from BATCH folder to MTP folder for each Test
       run
CA – HCM Customizations to Template

• Created automatic steps
  – SQL script
     • Truncate the SJT tables inside HCM.
     • During HCM 9.1 upgrade our “Create Views” step was
       taking 14 hrs to complete
     • Until we truncated these tables and then ran Stats,
     • Now it runs all HCM views in 46 minutes
CA – HCM Customizations to Template

• Created automatic step
  – Changed DMS script to SQL
     • Clean up the Pagelet Wizard tables and IB Message
       Queue.
     • They had manual step to stop and launch old release
       data mover and run 2 DMS scripts
     • We took the SQL from those DMS scripts and put them
       into automatic step to run inside CA
CA – HCM Customizations to Template

• Due to new tools upgrade, the Report Nodes
  for process scheduler were removed each
  time you converted a region.
     • Set it up once in our Conversion region for all our
       Report Nodes
     • Ran DMS script to capture it
     • Used CA to run the import DMS and migrate the
       changes to each of the regions
CA – HCM Customizations to Template

  Export DMS Script:
  -- Copy report distribution nodes from 8.51.12 region
  forward
  -- oppd jeh 9/7/2011
  SET LOG F:SQROPPD_CDMDISTNODE.LOG;
  SET OUTPUT F:JODIEOPPD_CDMDISTNODE.DAT;

  --IMPORT after setup of report nodes in HR91CONV region
  first time
  EXPORT PS_CDM_DIST_NODE;
CA – HCM Customizations to Template

   Import DMS Script:
   -- Copy report distribution nodes from 8.51.12 region forward
   -- oppd jeh 9/7/2011
   SET LOG
   C:upgradeMTPoutputPeopleTools_Only_Upgrade_HR91DE
   V-TOOLS_MoveToProductionoppd_imp_cdmdistnode.log;
   SET INPUT OPPD_CDMDISTNODE.DAT;

   --IMPORT after setup of report nodes in HR91CONV region first
   time
   DELETE FROM PS_CDM_DIST_NODE;
   IMPORT PS_CDM_DIST_NODE;
CA – HCM Customizations to Template

• Created automatic step
  – Copy certain projects from a file into the
    converted region.
     • Tools overlaid some projects we had for a few
       customizations
  – Tried to manually create a step to do “Copy
    Project”… it kept failing during the test run.
     • Opened the xml from the template and compared their
       delivered “Copy Project” xml with the one we created
       and they were NOT identical
CA – HCM Customizations to Template

• Copy Project definitions worked AFTER:
  – Copied their “Copy Project Step” and renamed the
    step thru change assistant.
  – Made some small changes in XML.
  – Make sure the Script/Procedure has the word
     • “copyProjectName” as one word
Financials Template for Upgrade

• Financials – Larger upgrade going from
  8.49.18 to 8.51.12
  – Template very intense due to skip 8.50
Change Assistant – Financials Template
Change Assistant – Financials Template
Financials Customizations to Template
• Same as HCM
• Automated existing manual step to purge the
  message queues
• Created automatic step to run statistics
• Note: Once the production run of the
  Financials CA Template was started we didn’t
  need to touch it until we had to boot the
  servers
Portal Pack
• Prior to this upgrade Financials was not integrated with Portal
• Modify security roles in Financials
   – HCM and Financials had roles named the same
   – This would cause a problem when migrated to Portal
   – Renamed same named roles to OPPF with an Update
      statement
• Created a portal pack in Financials and migrated it to Portal
   – Portal Registry Definitions, Roles, and Permission Lists
• Security inserts/updates in Portal
   – Inserted into PSROLEUSER
   – Reset the portal node name to ERP from LOCAL_NODE in
      Portal
Security Audit
• Determined delivered changes
  – Weblibs
  – Pages
• Existing
  – Are still valid?
  – Are still working?
Integration Broker
• PSFT_HR node was corrupt – had to rebuild it
• secureFileKeystore – Integration between
  Financials and third party apps did not work
• Batch jobs
• PS_AMM_FILTER
• Due to skipping 8.50 a POC was required for IB
  missing application package
Automated Testing
• Regression Testing
  – Functional Test Scripts executed in Quick Test Pro
     • Core business processes reviewed/validated
        – Payroll, HR NewHire/Job Change, T&L TimeSheet/Reports

• Performance Testing
  – Scripting with LoadRunner did not work in Portal
  – Found Portal/Pia inconsitencies with ICSID and
    validated with the POC prior to upgrade to 8.51.12
Automated Documentation
      Technical Specifications
• Overview
  – Business requirements
  – Benefits
  – Risk
• Summary
  – All objects required for customization
  – Object description
  – Object type
Technical Specifications Continued
• Details
  – Long description
  – Details needed to rebuild
• XML based
  – PL/SQL generates
  – Project save to file for PeopleCode
  – Stylesheet renders in browser
  – Copy and Paste to Word
Automated Customization
           Identification
• Needs
  – Verify customization application in upgrade
  – Find customization in non-tools upgrade
  – Speed
  – Electronic
• Delivered method: Project Compares
Automate Compares
• Query based on project
  – Delivered upgrade projects (or)
  – Custom projects
• PL/SQL generates Windows batch file
• Batch file executes PeopleTools compares
  – Output to file
  – Browser viewable
Quick Find
Challenges – PT Install

– When installing PeopleTools on UNIX, had
  to start with empty folder

– Could not do project compare due to
  missing release label between HCM and
  Portal
  • This updates a physical table from app designer
Challenges - Performance
• We upgraded Oracle from 11.1 to 11.2
  – Had Performance hits again like we had going into
    9.1
  – Removed /*+Rule*/ hints in our Reports and
    Views
  – Restored all but 8 Function-based indexes that
    were removed in HCM 9.1 upgrade
Challenges – Kick Outs
• Portal 9.1
  • Upgraded Tools from 8.50.08 to 8.51.08 (Spring 2011)
      – Due to branding issue Portal bundle 1-4 required
   • HCM was still on 8.50.08
      – 8/1/2011 Kick Out issue began in production for both internal and
        external users
• Kick outs started, roughly 115 – 200 times a day
   – Oracle said “it is fixed in 8.51.05”…
   – We quickly upgraded HCM PeopleTools to match Portal, at
     8.51.08 which is > 8.51.05…
   – Still broke….
Challenges –Kick Outs
– ITToolbox clients said, “we fixed it with
  8.51.12, been live for 3 weeks, no problems”
– Stopped testing of 8.51.08 and upgraded to
  8.51.12 on all Applications
   • Set back for Financials that had been thru testing on
     8.51.08, they were ready to go.
– Performance Testing proved otherwise, still
  broken with 8.51.12… kick outs still existed!!!
Challenges – Kick Outs
– Now stuck in TEST waiting for Oracle solution
– Oracle finally was able to duplicate and released
  Proof of Concept (POC ) for 8.51.12.
   • Identified as session id (ICSID) issue between regions
– POC contained small project and changes to
  classes directory
– Oracle added the POC fix to 8.51.13
– Waited from 9/9 until 11/3 for Oracle to replicate
  and provide solution
Challenges
• Attachments – Was not able to use the attachment
  functionality after upgrading
  – JAR files
  – Modified psconfig.sh to include the following line:
     PS_FILEDIR=/tmp/PSFTP;export PS_FILEDIR
Challenges
• 11.2 version of Oracle Client on the Upgrade
  Laptop
  – Due to upgrade from 10g to 11g
• Security between Portal, HCM, and Financials
• nVision – Minimum 10.1 SQLPlus needed
New Functionality
• Type ahead feature
  – Type window appears showing prompt values
    while you are typing
New Functionality
      To Disable type ahead
From “Home” page, all the
way to the bottom….




Click “My Personalizations”
                              Click “Personalize Navigation Personalizations”
New Functionality
New Functionality
• Navigation thru menu
  – 8.5 supported hover-over menu
  – 8.51 no longer uses hover-over, you have to click
New Functionality
• Embedded help on Grids
Nice to know feature
• Any Date field can default to “Today’s Date” by
  entering “t” into the date field:
Q&A?
     Thank you for attending.

Email:
     jehahn@oppd.com
     mclove@oppd.com
     ladawes@oppd.com

More Related Content

What's hot

Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Solution Manager 7.2 SAP Monitoring - Part 2 - ConfigurationSolution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Solution Manager 7.2 SAP Monitoring - Part 2 - ConfigurationLinh Nguyen
 
Mainframes and Cobol Migration - Tools based - Arkin Software
Mainframes and Cobol Migration - Tools based - Arkin SoftwareMainframes and Cobol Migration - Tools based - Arkin Software
Mainframes and Cobol Migration - Tools based - Arkin Softwarearkinsoftware
 
What is Retrofit in Solution Manager 7.2
What is Retrofit in Solution Manager 7.2What is Retrofit in Solution Manager 7.2
What is Retrofit in Solution Manager 7.2Aditya Shivhare
 
S/4HANA Installation Quickstart Guide and Monitoring S/4HANA
S/4HANA Installation Quickstart Guide and Monitoring S/4HANAS/4HANA Installation Quickstart Guide and Monitoring S/4HANA
S/4HANA Installation Quickstart Guide and Monitoring S/4HANALinh Nguyen
 
Tips For A Successful SOLIDWORKS Upgrade - 2017
Tips For A Successful SOLIDWORKS Upgrade - 2017Tips For A Successful SOLIDWORKS Upgrade - 2017
Tips For A Successful SOLIDWORKS Upgrade - 2017CAPINC
 
Multi-site WinCC 7 Development with Centralized Process Historian & Informati...
Multi-site WinCC 7 Development with Centralized Process Historian & Informati...Multi-site WinCC 7 Development with Centralized Process Historian & Informati...
Multi-site WinCC 7 Development with Centralized Process Historian & Informati...DMC, Inc.
 
Blasting Out of the Past with OSGi - Keith McFarlane
Blasting Out of the Past with OSGi - Keith McFarlaneBlasting Out of the Past with OSGi - Keith McFarlane
Blasting Out of the Past with OSGi - Keith McFarlanemfrancis
 
Best Practices For A Successful SOLIDWORKS 2016 Upgrade
Best Practices For A Successful SOLIDWORKS 2016 UpgradeBest Practices For A Successful SOLIDWORKS 2016 Upgrade
Best Practices For A Successful SOLIDWORKS 2016 UpgradeCAPINC
 
IBM Performance Optimizaiton Toolkit for Rational Application Developer
IBM Performance Optimizaiton Toolkit for Rational Application DeveloperIBM Performance Optimizaiton Toolkit for Rational Application Developer
IBM Performance Optimizaiton Toolkit for Rational Application DeveloperAshish Patel
 
Integrated Requirements Management with Serena Dimensions RM 02-2016
Integrated Requirements Management with Serena Dimensions RM 02-2016Integrated Requirements Management with Serena Dimensions RM 02-2016
Integrated Requirements Management with Serena Dimensions RM 02-2016Serena Software
 
Interconnect session 1888: Rational Team Concert Process Customization: What ...
Interconnect session 1888: Rational Team Concert Process Customization: What ...Interconnect session 1888: Rational Team Concert Process Customization: What ...
Interconnect session 1888: Rational Team Concert Process Customization: What ...Rosa Naranjo
 
1ResumeDEC2016Phillip Lopez
1ResumeDEC2016Phillip Lopez1ResumeDEC2016Phillip Lopez
1ResumeDEC2016Phillip Lopezphillip Lopez
 
Interconnect session 3498: Deployment Topologies for Jazz Reporting Service
Interconnect session 3498: Deployment Topologies for Jazz Reporting ServiceInterconnect session 3498: Deployment Topologies for Jazz Reporting Service
Interconnect session 3498: Deployment Topologies for Jazz Reporting ServiceRosa Naranjo
 
Mastering SAP Monitoring - SAP HANA Monitoring, Management & Automation
Mastering SAP Monitoring - SAP HANA Monitoring, Management & AutomationMastering SAP Monitoring - SAP HANA Monitoring, Management & Automation
Mastering SAP Monitoring - SAP HANA Monitoring, Management & AutomationLinh Nguyen
 
6.18.2013 System Development - Change/Configuration and Collaboration - RTC
6.18.2013 System Development - Change/Configuration and Collaboration - RTC6.18.2013 System Development - Change/Configuration and Collaboration - RTC
6.18.2013 System Development - Change/Configuration and Collaboration - RTCIBM Rational
 
Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...
Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...
Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...Linh Nguyen
 

What's hot (19)

Application Testing Suite 9.2
Application Testing Suite 9.2Application Testing Suite 9.2
Application Testing Suite 9.2
 
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Solution Manager 7.2 SAP Monitoring - Part 2 - ConfigurationSolution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
 
Mainframes and Cobol Migration - Tools based - Arkin Software
Mainframes and Cobol Migration - Tools based - Arkin SoftwareMainframes and Cobol Migration - Tools based - Arkin Software
Mainframes and Cobol Migration - Tools based - Arkin Software
 
What is Retrofit in Solution Manager 7.2
What is Retrofit in Solution Manager 7.2What is Retrofit in Solution Manager 7.2
What is Retrofit in Solution Manager 7.2
 
S/4HANA Installation Quickstart Guide and Monitoring S/4HANA
S/4HANA Installation Quickstart Guide and Monitoring S/4HANAS/4HANA Installation Quickstart Guide and Monitoring S/4HANA
S/4HANA Installation Quickstart Guide and Monitoring S/4HANA
 
2015 product java
2015 product java2015 product java
2015 product java
 
Tips For A Successful SOLIDWORKS Upgrade - 2017
Tips For A Successful SOLIDWORKS Upgrade - 2017Tips For A Successful SOLIDWORKS Upgrade - 2017
Tips For A Successful SOLIDWORKS Upgrade - 2017
 
Multi-site WinCC 7 Development with Centralized Process Historian & Informati...
Multi-site WinCC 7 Development with Centralized Process Historian & Informati...Multi-site WinCC 7 Development with Centralized Process Historian & Informati...
Multi-site WinCC 7 Development with Centralized Process Historian & Informati...
 
Blasting Out of the Past with OSGi - Keith McFarlane
Blasting Out of the Past with OSGi - Keith McFarlaneBlasting Out of the Past with OSGi - Keith McFarlane
Blasting Out of the Past with OSGi - Keith McFarlane
 
Best Practices For A Successful SOLIDWORKS 2016 Upgrade
Best Practices For A Successful SOLIDWORKS 2016 UpgradeBest Practices For A Successful SOLIDWORKS 2016 Upgrade
Best Practices For A Successful SOLIDWORKS 2016 Upgrade
 
IBM Performance Optimizaiton Toolkit for Rational Application Developer
IBM Performance Optimizaiton Toolkit for Rational Application DeveloperIBM Performance Optimizaiton Toolkit for Rational Application Developer
IBM Performance Optimizaiton Toolkit for Rational Application Developer
 
Integrated Requirements Management with Serena Dimensions RM 02-2016
Integrated Requirements Management with Serena Dimensions RM 02-2016Integrated Requirements Management with Serena Dimensions RM 02-2016
Integrated Requirements Management with Serena Dimensions RM 02-2016
 
EXPERIENCE
EXPERIENCEEXPERIENCE
EXPERIENCE
 
Interconnect session 1888: Rational Team Concert Process Customization: What ...
Interconnect session 1888: Rational Team Concert Process Customization: What ...Interconnect session 1888: Rational Team Concert Process Customization: What ...
Interconnect session 1888: Rational Team Concert Process Customization: What ...
 
1ResumeDEC2016Phillip Lopez
1ResumeDEC2016Phillip Lopez1ResumeDEC2016Phillip Lopez
1ResumeDEC2016Phillip Lopez
 
Interconnect session 3498: Deployment Topologies for Jazz Reporting Service
Interconnect session 3498: Deployment Topologies for Jazz Reporting ServiceInterconnect session 3498: Deployment Topologies for Jazz Reporting Service
Interconnect session 3498: Deployment Topologies for Jazz Reporting Service
 
Mastering SAP Monitoring - SAP HANA Monitoring, Management & Automation
Mastering SAP Monitoring - SAP HANA Monitoring, Management & AutomationMastering SAP Monitoring - SAP HANA Monitoring, Management & Automation
Mastering SAP Monitoring - SAP HANA Monitoring, Management & Automation
 
6.18.2013 System Development - Change/Configuration and Collaboration - RTC
6.18.2013 System Development - Change/Configuration and Collaboration - RTC6.18.2013 System Development - Change/Configuration and Collaboration - RTC
6.18.2013 System Development - Change/Configuration and Collaboration - RTC
 
Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...
Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...
Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...
 

Viewers also liked

C.A ArtcleShip Training Guide
C.A ArtcleShip Training GuideC.A ArtcleShip Training Guide
C.A ArtcleShip Training GuideSameer Verma
 
40521371 tally-project
40521371 tally-project40521371 tally-project
40521371 tally-projectlokeshhotmail
 
CA Articleship Training Guide
CA Articleship Training GuideCA Articleship Training Guide
CA Articleship Training GuideSameer Verma
 
Tally erp 9 notes and practice book
Tally erp 9 notes and practice bookTally erp 9 notes and practice book
Tally erp 9 notes and practice bookAasim Mushtaq
 
Advanced voucher entry tutorial in Tally ERP 9
Advanced voucher entry tutorial in Tally ERP 9Advanced voucher entry tutorial in Tally ERP 9
Advanced voucher entry tutorial in Tally ERP 9Accounts Arabia
 
Tally assingment book
Tally assingment bookTally assingment book
Tally assingment bookbatle18
 
Tally 9-voucher-entry-questions
Tally 9-voucher-entry-questionsTally 9-voucher-entry-questions
Tally 9-voucher-entry-questionsSahub
 
Speech recognition project report
Speech recognition project reportSpeech recognition project report
Speech recognition project reportSarang Afle
 

Viewers also liked (10)

C.A ArtcleShip Training Guide
C.A ArtcleShip Training GuideC.A ArtcleShip Training Guide
C.A ArtcleShip Training Guide
 
40521371 tally-project
40521371 tally-project40521371 tally-project
40521371 tally-project
 
Fundamental Analysis
Fundamental Analysis Fundamental Analysis
Fundamental Analysis
 
CA Articleship Training Guide
CA Articleship Training GuideCA Articleship Training Guide
CA Articleship Training Guide
 
Tally erp 9 notes and practice book
Tally erp 9 notes and practice bookTally erp 9 notes and practice book
Tally erp 9 notes and practice book
 
Tally shortcut keys
Tally shortcut keysTally shortcut keys
Tally shortcut keys
 
Advanced voucher entry tutorial in Tally ERP 9
Advanced voucher entry tutorial in Tally ERP 9Advanced voucher entry tutorial in Tally ERP 9
Advanced voucher entry tutorial in Tally ERP 9
 
Tally assingment book
Tally assingment bookTally assingment book
Tally assingment book
 
Tally 9-voucher-entry-questions
Tally 9-voucher-entry-questionsTally 9-voucher-entry-questions
Tally 9-voucher-entry-questions
 
Speech recognition project report
Speech recognition project reportSpeech recognition project report
Speech recognition project report
 

Similar to Oppd Rug 2012

10 Tips for Successful 12.2 Upgrade
10 Tips for Successful 12.2 Upgrade10 Tips for Successful 12.2 Upgrade
10 Tips for Successful 12.2 UpgradeOAUGNJ
 
An introduction to the office devpnp community initiative
An introduction to the office devpnp community initiativeAn introduction to the office devpnp community initiative
An introduction to the office devpnp community initiativeNigel Price
 
OpenERP R&D
OpenERP R&DOpenERP R&D
OpenERP R&DOdoo
 
Case Study: Upgrade Strategies for PeopleSoft Financials and Supply Chain 9.1
Case Study: Upgrade Strategies for PeopleSoft Financials and Supply Chain 9.1Case Study: Upgrade Strategies for PeopleSoft Financials and Supply Chain 9.1
Case Study: Upgrade Strategies for PeopleSoft Financials and Supply Chain 9.1Smart ERP Solutions, Inc.
 
Cincom Smalltalk News
Cincom Smalltalk NewsCincom Smalltalk News
Cincom Smalltalk NewsESUG
 
Migration 101 Webinar: FDM to FDMEE
Migration 101 Webinar: FDM to FDMEEMigration 101 Webinar: FDM to FDMEE
Migration 101 Webinar: FDM to FDMEESaturn Infotech Inc
 
XWBI_Migrating to BusinessObjects 4.2
XWBI_Migrating to BusinessObjects 4.2XWBI_Migrating to BusinessObjects 4.2
XWBI_Migrating to BusinessObjects 4.2Nicolas Henry
 
InterConnect2016_4932
InterConnect2016_4932InterConnect2016_4932
InterConnect2016_4932Clare Carty
 
What's New in IBM BPM and Business Monitor 8.5.6
What's New in IBM BPM and Business Monitor 8.5.6What's New in IBM BPM and Business Monitor 8.5.6
What's New in IBM BPM and Business Monitor 8.5.6Dennis Parrott
 
How to Scale Operations for a Multi-Cloud Platform using PCF
How to Scale Operations for a Multi-Cloud Platform using PCFHow to Scale Operations for a Multi-Cloud Platform using PCF
How to Scale Operations for a Multi-Cloud Platform using PCFVMware Tanzu
 
ICON UK '13 - 15 minutes Upgrades and Other Things
ICON UK '13 - 15 minutes Upgrades and Other ThingsICON UK '13 - 15 minutes Upgrades and Other Things
ICON UK '13 - 15 minutes Upgrades and Other Thingspanagenda
 
dachnug49 - Command & Conquer HCL Notes Client Upgrades
dachnug49 - Command & Conquer HCL Notes Client Upgradesdachnug49 - Command & Conquer HCL Notes Client Upgrades
dachnug49 - Command & Conquer HCL Notes Client UpgradesChristoph Adler
 
Modern Web-site Development Pipeline
Modern Web-site Development PipelineModern Web-site Development Pipeline
Modern Web-site Development PipelineGlobalLogic Ukraine
 
Oracle EBS Upgrade to 12.2.5.1
Oracle EBS Upgrade to 12.2.5.1Oracle EBS Upgrade to 12.2.5.1
Oracle EBS Upgrade to 12.2.5.1Amit Sharma
 
FlexDeploy Product Technical Overview
FlexDeploy Product Technical OverviewFlexDeploy Product Technical Overview
FlexDeploy Product Technical OverviewDalibor Blazevic
 
Humana digitally transforming health and well-being with Pivotal cloud foundr...
Humana digitally transforming health and well-being with Pivotal cloud foundr...Humana digitally transforming health and well-being with Pivotal cloud foundr...
Humana digitally transforming health and well-being with Pivotal cloud foundr...Dynatrace
 

Similar to Oppd Rug 2012 (20)

10 Tips for Successful 12.2 Upgrade
10 Tips for Successful 12.2 Upgrade10 Tips for Successful 12.2 Upgrade
10 Tips for Successful 12.2 Upgrade
 
FDMEE Custom Reports
FDMEE Custom ReportsFDMEE Custom Reports
FDMEE Custom Reports
 
An introduction to the office devpnp community initiative
An introduction to the office devpnp community initiativeAn introduction to the office devpnp community initiative
An introduction to the office devpnp community initiative
 
GouthamLaveti
GouthamLavetiGouthamLaveti
GouthamLaveti
 
OpenERP R&D
OpenERP R&DOpenERP R&D
OpenERP R&D
 
Case Study: Upgrade Strategies for PeopleSoft Financials and Supply Chain 9.1
Case Study: Upgrade Strategies for PeopleSoft Financials and Supply Chain 9.1Case Study: Upgrade Strategies for PeopleSoft Financials and Supply Chain 9.1
Case Study: Upgrade Strategies for PeopleSoft Financials and Supply Chain 9.1
 
Cincom Smalltalk News
Cincom Smalltalk NewsCincom Smalltalk News
Cincom Smalltalk News
 
Migration 101 Webinar: FDM to FDMEE
Migration 101 Webinar: FDM to FDMEEMigration 101 Webinar: FDM to FDMEE
Migration 101 Webinar: FDM to FDMEE
 
XWBI_Migrating to BusinessObjects 4.2
XWBI_Migrating to BusinessObjects 4.2XWBI_Migrating to BusinessObjects 4.2
XWBI_Migrating to BusinessObjects 4.2
 
InterConnect2016_4932
InterConnect2016_4932InterConnect2016_4932
InterConnect2016_4932
 
What's New in IBM BPM and Business Monitor 8.5.6
What's New in IBM BPM and Business Monitor 8.5.6What's New in IBM BPM and Business Monitor 8.5.6
What's New in IBM BPM and Business Monitor 8.5.6
 
How to Scale Operations for a Multi-Cloud Platform using PCF
How to Scale Operations for a Multi-Cloud Platform using PCFHow to Scale Operations for a Multi-Cloud Platform using PCF
How to Scale Operations for a Multi-Cloud Platform using PCF
 
ICON UK '13 - 15 minutes Upgrades and Other Things
ICON UK '13 - 15 minutes Upgrades and Other ThingsICON UK '13 - 15 minutes Upgrades and Other Things
ICON UK '13 - 15 minutes Upgrades and Other Things
 
dachnug49 - Command & Conquer HCL Notes Client Upgrades
dachnug49 - Command & Conquer HCL Notes Client Upgradesdachnug49 - Command & Conquer HCL Notes Client Upgrades
dachnug49 - Command & Conquer HCL Notes Client Upgrades
 
Modern Web-site Development Pipeline
Modern Web-site Development PipelineModern Web-site Development Pipeline
Modern Web-site Development Pipeline
 
Oracle EBS Upgrade to 12.2.5.1
Oracle EBS Upgrade to 12.2.5.1Oracle EBS Upgrade to 12.2.5.1
Oracle EBS Upgrade to 12.2.5.1
 
FlexDeploy Product Technical Overview
FlexDeploy Product Technical OverviewFlexDeploy Product Technical Overview
FlexDeploy Product Technical Overview
 
Humana digitally transforming health and well-being with Pivotal cloud foundr...
Humana digitally transforming health and well-being with Pivotal cloud foundr...Humana digitally transforming health and well-being with Pivotal cloud foundr...
Humana digitally transforming health and well-being with Pivotal cloud foundr...
 
ResumeDilipKumarPanchali (1)
ResumeDilipKumarPanchali (1)ResumeDilipKumarPanchali (1)
ResumeDilipKumarPanchali (1)
 
NaliniProfile
NaliniProfileNaliniProfile
NaliniProfile
 

More from tecrecruiter

Omaha rug customer 2 cloud customer facing hcm ppt aug 2014
Omaha rug customer 2 cloud customer facing hcm ppt aug 2014Omaha rug customer 2 cloud customer facing hcm ppt aug 2014
Omaha rug customer 2 cloud customer facing hcm ppt aug 2014tecrecruiter
 
2014 CIO FORUM GOLF INVITATIONAL
2014 CIO FORUM GOLF INVITATIONAL2014 CIO FORUM GOLF INVITATIONAL
2014 CIO FORUM GOLF INVITATIONALtecrecruiter
 
Upgrade time savers rug 201312
Upgrade time savers   rug 201312Upgrade time savers   rug 201312
Upgrade time savers rug 201312tecrecruiter
 
Rug Presentation Conagra
Rug Presentation ConagraRug Presentation Conagra
Rug Presentation Conagratecrecruiter
 
CIO Forum Golf Event2012
CIO Forum Golf Event2012CIO Forum Golf Event2012
CIO Forum Golf Event2012tecrecruiter
 
Omaha Rug2012 People Soft Fms 9 1 Overview Apr2012
Omaha Rug2012 People Soft Fms 9 1 Overview Apr2012Omaha Rug2012 People Soft Fms 9 1 Overview Apr2012
Omaha Rug2012 People Soft Fms 9 1 Overview Apr2012tecrecruiter
 

More from tecrecruiter (10)

Omaha rug mobile
Omaha rug mobileOmaha rug mobile
Omaha rug mobile
 
Omaha rug customer 2 cloud customer facing hcm ppt aug 2014
Omaha rug customer 2 cloud customer facing hcm ppt aug 2014Omaha rug customer 2 cloud customer facing hcm ppt aug 2014
Omaha rug customer 2 cloud customer facing hcm ppt aug 2014
 
2014 CIO FORUM GOLF INVITATIONAL
2014 CIO FORUM GOLF INVITATIONAL2014 CIO FORUM GOLF INVITATIONAL
2014 CIO FORUM GOLF INVITATIONAL
 
2014 ne rug neit
2014 ne rug neit2014 ne rug neit
2014 ne rug neit
 
Upgrade time savers rug 201312
Upgrade time savers   rug 201312Upgrade time savers   rug 201312
Upgrade time savers rug 201312
 
Cio golf outing
Cio golf outingCio golf outing
Cio golf outing
 
Qtr 3 2012 Ppt
Qtr 3 2012 PptQtr 3 2012 Ppt
Qtr 3 2012 Ppt
 
Rug Presentation Conagra
Rug Presentation ConagraRug Presentation Conagra
Rug Presentation Conagra
 
CIO Forum Golf Event2012
CIO Forum Golf Event2012CIO Forum Golf Event2012
CIO Forum Golf Event2012
 
Omaha Rug2012 People Soft Fms 9 1 Overview Apr2012
Omaha Rug2012 People Soft Fms 9 1 Overview Apr2012Omaha Rug2012 People Soft Fms 9 1 Overview Apr2012
Omaha Rug2012 People Soft Fms 9 1 Overview Apr2012
 

Oppd Rug 2012

  • 1. OPPD PeopleSoft Tools Upgrade PeopleTools 8.51.12 Financials, HCM, and Portal Presenters: Jodie Hahn Collins Love Lillian Dawes
  • 2. Agenda • OPPD Tools Upgraded • Change Assistant • Portal Pack • Security • Automation • Challenges • New Functionality
  • 3. OPPD Tools Upgraded • Peopletools Version – Portal – 8.51.12 • Prior to go-live weekend 8.51.08 – HCM – 8.51.12 • Prior to go-live weekend 8.50.08 – Financials – 8.51.12 • Prior to go-live weekend 8.49.18 • Application Release – Portal – 9.1 – HCM – 9.1 – Financials – 9.0
  • 4. OPPD Tools Upgraded - Current • Server Operating System – HP-UX B.11.31 U ia64 (Itanium Server) • One Server for ALL of test regions (HCM, Financials, Portal) • One Server for Production HCM and Portal • One Server for Production Financials
  • 5. OPPD Tools Upgraded – Current • RDBMS – Oracle 11.2.0.2 • Web Server – WebLogic 10.3.3 • Application Server – Tuxedo Version 10.3.0.0, 64-bit, Patch Level 072 • Verity (Search tool) – 6.5.1.1
  • 6. OPPD Tools Upgraded – Current • Browser – Internet Explorer 8 • 8.51.12 Also supported by –Firefox 3.6 –Safari 4 • Not supported anymore –Firefox 3.5 • COBOL – had to upgrade with new tools – Server Express 5.1
  • 7. Peopletools Timeline Production Test Production Tools Release 11/13/2010 8/1/2011 8/24/2011 9/9/2011 9/26/2011 11/3/2011 11/19/2011 8.49.18 FIN 8.50.08 PORTAL/HCM HCM 8.51.08 PORTAL PORTAL/HCM/FIN 8.51.12 PORTAL/HCM PORTAL/HCM/FIN POC PORTAL/HCM/FIN 8.51.12 +POC PORTAL/HCM/FIN
  • 8. OPPD Tools Upgraded - Prep • Run SYSAUDIT and DDDAUDIT from current production – – clean up any issues prior to running upgrade or at least capture scripts. • Additional CONVERSION database region needed – Ran multiple tests for timings. • Need dedicated laptop/computer that will not have to share resources. – DO NOT PUT ON SHARED SERVER!!! • Installed Change Assistant on 3 dedicated laptops, one each for HCM, Portal, and Financials.
  • 9. OPPD Tools Upgraded - Prep • Upgraded database to Oracle 11g – Oracle Client on upgrade laptops needed upgraded with new client to build timestamp conversion scripts. • Set up Configuration Manager for each region (Portal, HCM, Financials) on each laptop • Output and Staging directories wrote to a single directory with each MTP (move to production) test, i.e.
  • 10. Change Assistant • Used Change Assistant (CA) to do the upgrade – Little to no hiccups with CA – HCM did small upgrade from 8.50.08 to 8.51.12 – Financials was VERY SIGNIFICANT upgrade, 8.49.18 to 8.51.12 (skipping 8.50) • Portal – Used delivered “PeopleTools Only Upgrade” template • HCM and Financials – Used modified versions of the “PeopleTools Only Upgrade” template.
  • 11. Change Assistant – HCM Template
  • 12. CA – HCM Customizations to Template • Created automatic steps – SQL scripts (Every Test Region) • Run SYSAUDIT and DDAUDIT cleanup scripts against conversion region – DOS commands • Clear PS Cache from windows del c:pscache /Q /S • Copy SQL scripts from BATCH folder to MTP folder for each Test run
  • 13. CA – HCM Customizations to Template • Created automatic steps – SQL script • Truncate the SJT tables inside HCM. • During HCM 9.1 upgrade our “Create Views” step was taking 14 hrs to complete • Until we truncated these tables and then ran Stats, • Now it runs all HCM views in 46 minutes
  • 14. CA – HCM Customizations to Template • Created automatic step – Changed DMS script to SQL • Clean up the Pagelet Wizard tables and IB Message Queue. • They had manual step to stop and launch old release data mover and run 2 DMS scripts • We took the SQL from those DMS scripts and put them into automatic step to run inside CA
  • 15. CA – HCM Customizations to Template • Due to new tools upgrade, the Report Nodes for process scheduler were removed each time you converted a region. • Set it up once in our Conversion region for all our Report Nodes • Ran DMS script to capture it • Used CA to run the import DMS and migrate the changes to each of the regions
  • 16. CA – HCM Customizations to Template Export DMS Script: -- Copy report distribution nodes from 8.51.12 region forward -- oppd jeh 9/7/2011 SET LOG F:SQROPPD_CDMDISTNODE.LOG; SET OUTPUT F:JODIEOPPD_CDMDISTNODE.DAT; --IMPORT after setup of report nodes in HR91CONV region first time EXPORT PS_CDM_DIST_NODE;
  • 17. CA – HCM Customizations to Template Import DMS Script: -- Copy report distribution nodes from 8.51.12 region forward -- oppd jeh 9/7/2011 SET LOG C:upgradeMTPoutputPeopleTools_Only_Upgrade_HR91DE V-TOOLS_MoveToProductionoppd_imp_cdmdistnode.log; SET INPUT OPPD_CDMDISTNODE.DAT; --IMPORT after setup of report nodes in HR91CONV region first time DELETE FROM PS_CDM_DIST_NODE; IMPORT PS_CDM_DIST_NODE;
  • 18. CA – HCM Customizations to Template • Created automatic step – Copy certain projects from a file into the converted region. • Tools overlaid some projects we had for a few customizations – Tried to manually create a step to do “Copy Project”… it kept failing during the test run. • Opened the xml from the template and compared their delivered “Copy Project” xml with the one we created and they were NOT identical
  • 19.
  • 20. CA – HCM Customizations to Template • Copy Project definitions worked AFTER: – Copied their “Copy Project Step” and renamed the step thru change assistant. – Made some small changes in XML. – Make sure the Script/Procedure has the word • “copyProjectName” as one word
  • 21. Financials Template for Upgrade • Financials – Larger upgrade going from 8.49.18 to 8.51.12 – Template very intense due to skip 8.50
  • 22. Change Assistant – Financials Template
  • 23. Change Assistant – Financials Template
  • 24. Financials Customizations to Template • Same as HCM • Automated existing manual step to purge the message queues • Created automatic step to run statistics • Note: Once the production run of the Financials CA Template was started we didn’t need to touch it until we had to boot the servers
  • 25. Portal Pack • Prior to this upgrade Financials was not integrated with Portal • Modify security roles in Financials – HCM and Financials had roles named the same – This would cause a problem when migrated to Portal – Renamed same named roles to OPPF with an Update statement • Created a portal pack in Financials and migrated it to Portal – Portal Registry Definitions, Roles, and Permission Lists • Security inserts/updates in Portal – Inserted into PSROLEUSER – Reset the portal node name to ERP from LOCAL_NODE in Portal
  • 26. Security Audit • Determined delivered changes – Weblibs – Pages • Existing – Are still valid? – Are still working?
  • 27. Integration Broker • PSFT_HR node was corrupt – had to rebuild it • secureFileKeystore – Integration between Financials and third party apps did not work • Batch jobs • PS_AMM_FILTER • Due to skipping 8.50 a POC was required for IB missing application package
  • 28. Automated Testing • Regression Testing – Functional Test Scripts executed in Quick Test Pro • Core business processes reviewed/validated – Payroll, HR NewHire/Job Change, T&L TimeSheet/Reports • Performance Testing – Scripting with LoadRunner did not work in Portal – Found Portal/Pia inconsitencies with ICSID and validated with the POC prior to upgrade to 8.51.12
  • 29. Automated Documentation Technical Specifications • Overview – Business requirements – Benefits – Risk • Summary – All objects required for customization – Object description – Object type
  • 30. Technical Specifications Continued • Details – Long description – Details needed to rebuild • XML based – PL/SQL generates – Project save to file for PeopleCode – Stylesheet renders in browser – Copy and Paste to Word
  • 31. Automated Customization Identification • Needs – Verify customization application in upgrade – Find customization in non-tools upgrade – Speed – Electronic • Delivered method: Project Compares
  • 32. Automate Compares • Query based on project – Delivered upgrade projects (or) – Custom projects • PL/SQL generates Windows batch file • Batch file executes PeopleTools compares – Output to file – Browser viewable
  • 34. Challenges – PT Install – When installing PeopleTools on UNIX, had to start with empty folder – Could not do project compare due to missing release label between HCM and Portal • This updates a physical table from app designer
  • 35. Challenges - Performance • We upgraded Oracle from 11.1 to 11.2 – Had Performance hits again like we had going into 9.1 – Removed /*+Rule*/ hints in our Reports and Views – Restored all but 8 Function-based indexes that were removed in HCM 9.1 upgrade
  • 36. Challenges – Kick Outs • Portal 9.1 • Upgraded Tools from 8.50.08 to 8.51.08 (Spring 2011) – Due to branding issue Portal bundle 1-4 required • HCM was still on 8.50.08 – 8/1/2011 Kick Out issue began in production for both internal and external users • Kick outs started, roughly 115 – 200 times a day – Oracle said “it is fixed in 8.51.05”… – We quickly upgraded HCM PeopleTools to match Portal, at 8.51.08 which is > 8.51.05… – Still broke….
  • 37. Challenges –Kick Outs – ITToolbox clients said, “we fixed it with 8.51.12, been live for 3 weeks, no problems” – Stopped testing of 8.51.08 and upgraded to 8.51.12 on all Applications • Set back for Financials that had been thru testing on 8.51.08, they were ready to go. – Performance Testing proved otherwise, still broken with 8.51.12… kick outs still existed!!!
  • 38. Challenges – Kick Outs – Now stuck in TEST waiting for Oracle solution – Oracle finally was able to duplicate and released Proof of Concept (POC ) for 8.51.12. • Identified as session id (ICSID) issue between regions – POC contained small project and changes to classes directory – Oracle added the POC fix to 8.51.13 – Waited from 9/9 until 11/3 for Oracle to replicate and provide solution
  • 39. Challenges • Attachments – Was not able to use the attachment functionality after upgrading – JAR files – Modified psconfig.sh to include the following line: PS_FILEDIR=/tmp/PSFTP;export PS_FILEDIR
  • 40. Challenges • 11.2 version of Oracle Client on the Upgrade Laptop – Due to upgrade from 10g to 11g • Security between Portal, HCM, and Financials • nVision – Minimum 10.1 SQLPlus needed
  • 41. New Functionality • Type ahead feature – Type window appears showing prompt values while you are typing
  • 42. New Functionality To Disable type ahead From “Home” page, all the way to the bottom…. Click “My Personalizations” Click “Personalize Navigation Personalizations”
  • 44. New Functionality • Navigation thru menu – 8.5 supported hover-over menu – 8.51 no longer uses hover-over, you have to click
  • 46. Nice to know feature • Any Date field can default to “Today’s Date” by entering “t” into the date field:
  • 47. Q&A? Thank you for attending. Email: jehahn@oppd.com mclove@oppd.com ladawes@oppd.com

Editor's Notes

  1. Poll Audience to find out how many use Portal PacksPortal is a front end that gives you access to the PeopleSoft ApplicationsUsers logged in through portal and then had to click on the PeopleSoft Menu and then PS Financials Link which took them into FinancialsNow they access their GL, PC, etc. menus directly from the Portal page.Once Portal pack was created and cleaned in Financials it was migrated to PortalRoles can only migrate across the same tools versionsSecurity –To give them access to these new components in Portal the security in financials had to be duplicated in Portal.Financials and HR had roles named the same but with different content (PL’s) in them. I discovered that there were 4 roles that had the same names. We renamed them with an OPPF prefix instead of an OPP prefix. This was all done in Financials prior to the Portal pack being created so the new roles migrated to Portal.Did an insert into PSROLEUSER to tie the user with the role and thenReset the portal node name to ERP from LOCAL_NODE in Portal so when clicked on it took the user to Financials.
  2. update PSIBRTNGDEFN, PSRTNGDFNPARM to reset the sendernodename and receivernodenameApp Package missing prevented IB sending from financialssecurFileKeystoreFix for IB between Financials and Asset Suite – 8.50 tools and upGo to the Gateway Properties file and find the secureFileKeystorePasswd.Copy it into the password encryption file below the properties file.Press encrypt.Copy the new encrypted password and replace the “password” with the new encrypted password.Press OK.batch jobs did not work initially after go live. We had some issues during test but had the profile for our production ID modified. Rebuilding the process scheduler fixed our issue after several hours of troubleshooting.PS_AMM_FILTER – We received an error when trying to access the Asynchronous Services page unless this table was truncated. Fix was found on Oracle Support.
  3. 43 indexes to nine…
  4. Reason for ICSID Kickouts: Kept losing the PSSESSIONID, so when ICSID was trying to validate, it couldn’t so it kicked users out of system.At login you are assigned what is called PSJSESSIONID –specifically PORTAL-PSJSESSIONID—example: 1327228690 , then to maintain ‘active secured pages’ each page request passes ICStateNum and ICSID generated from the server to the client.
  5. We were missing new environment variables on the server.JAR files were missing for HCM.