Skip Headers
Oracle® Application Integration Architecture Installation and Upgrade Guide for Pre-Built Integrations
Release 11.4

Part Number E37608-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

36 Upgrading Pre-Built Integrations

This chapter provides an overview of the Application Integration Architecture (AIA) upgrade process for the Pre-Built Integrations included in this release.

This chapter includes the following sections:

Note:

If you have AIA 2.4 or 2.5 installed, you cannot migrate or upgrade to AIA 11.1. You must install AIA 11.4 following the steps included in Chapter 3, "Installing Pre-Built Integrations"

To migrate customizations made to OOTB 2.4 or 2.5 artifacts, see the Oracle Fusion Middleware Developer's Guide for Oracle Application Integration Architecture Foundation Pack

To migrate the 2.4 or 2.5 xref data to AIA 11.4, you must use the SOA xref utility. For more information, see the Oracle Fusion Middleware Developer's Guide for Oracle SOA Suite.

If you have modified or created custom services, custom DVMs and Xrefs, you must migrate these to AIA 11.4. For more information on migrating custom services, custom DVMs and Xrefs from AIA 2.4 or 2.5 to AIA 11.4, see the Oracle Fusion Middleware Developer's Guide for Oracle Application Integration Architecture Foundation Pack

36.1 Understanding AIA Upgrade

The AIA upgrade process consists of three phases:

  1. Upgrade newer AIA Release: the file-system (under $AIA_HOME) is updated with the latest content.

  2. Redeploy previously deployed PIPs or DIs: update the server to the latest content by redeploying new PIPs or DIs from the new release.

  3. Merge customizations and extensions: if you have customized services, you must merge the customizations.

After these three tasks are completed, you can configure and deploy new PIPs or DIs from the new release.

36.1.1 Upgrading the AIA Release

You must run the AIA Pre-Built Integrations Installer and point to the existing $AIA_HOME where the previous AIA version is installed. The AIA Pre-Built Integrations Installer:

  1. Warns you when there is a previous release of AIA Pre-Built Integrations installed in $AIA_HOME.

  2. Updates the PIP and DI content in $AIA_HOME with the latest version, after you back up AIA_HOME.

36.1.2 Redeploying previously deployed PIPs and DIs

After upgrading the release and merging your customizations, the previously deployed PIPs and DIs may be redeployed. FOR OOTB PIPs or DIs that require redeployment, see Section 36.2, "Upgrading Pre-Built Integrations", Section 36.3, "Upgrading AIA 11.3 Integrations" and Section 36.4, "Upgrading AIA 3.1 PIPs and DIs". The required upgrade scripts are included by the PIPs or DIs in this release.

For custom PIPs or DIs, you must identify the artifacts that require redeployment by rerunning the deployment plan of the specific PIP or DI or by redeploying the specific artifacts using a custom deployment plan.

36.1.3 Merging Customizations and Extensions

This applies if you have customized or extended the OOTB services or the PIPs or DIs. You must review the changes in this release and restore your customization and extensions after upgrading.

36.2 Upgrading Pre-Built Integrations

This section lists the tasks that you must perform to upgrade pre-built integrations.

36.2.1 AIA Upgrade Requirements

AIA Pre-Built Integrations Installer upgrades your 11.1 version PIPs and DIs to RV 11.4.

Note:

Before upgrading Pre-Built Integrations 11.1 or AIA RV 3.1.1 PIPs or DIs, you must upgrade Foundation Pack to version 11.1.1.6.0, RUP patch 16301959 or later. For more information and instructions, see the Oracle Fusion Middleware Installation and Upgrade Guide for Oracle Application Integration Architecture Foundation Pack. If you are using an AIA Foundation Pack release that is earlier than 11.1.1.5.0, first upgrade to release 11.1.1.5.0 using the respective upgrade guides and then upgrade to version 11.1.1.6.0, RUP patch 16301959 or later..

To upgrade from Foundation Pack 11.1.1.5.0 to version 11.1.1.6.0, RUP patch 16301959 or later, you must manually run the upgrade scripts found in the Oracle Fusion Middleware Installation and Upgrade Guide for Oracle Application Integration Architecture Foundation Pack. To upgrade individual PIPs or DIs, you must manually run the upgrade scripts after you upgrade Foundation Pack.

AIA Pre-Built Integrations Installer does not republish AIA content to the service registry when you upgrade from Foundation Pack 11.1.1.5.0 to 11.1.1.6.0. To upgrade the registry with AIA 11.1.1.6.0 content, you must manually republish.

AIA Foundation Pack 11.1.1.6.0 contains bug fixes in Core Infrastructure areas (CAVS, BSR, and so on). When you upgrade from 11.1.1.5.0 to 11.1.1.6.0, RUP patch 16301959 or later, these applications get redeployed. However, the upgrade does not have any impact because your data is preserved and all fixes are backward compatible.

Note:

The upgrade of individual components is not supported in this release.

36.2.1.1 Software and Hardware Requirements

The system requirements for the upgrade (CPU/memory/disk space) are the same as those discussed under Hardware Requirements.

For more details on the software requirements for your specific PIPs or DIs, see Chapter 2, "Software Requirements".

36.2.2 Performing Preupgrade Tasks for Pre-Built Integrations

Before running the AIA Pre-Built Integrations Installer, you must:

  1. Navigate a command prompt to the <AIA_HOME> parent directory: For example: "cd $AIA_HOME/..." (Go to the <AIA_HOME> directory and move up one directory higher).

  2. Change the file permissions for the <AIA_HOME> directory and all subdirectories recursively to Read/Write/Execute for User/Group/Other owners. For example: chmod -R 777 <AIA_HOME>.

  3. Back up your existing AIA_HOME before you start the 11.4 AIA Pre-Built Integrations Installer.

Note:

These steps must be performed to upgrade every PIP or DI in Section 36.3, "Upgrading AIA 11.3 Integrations" and Section 36.4, "Upgrading AIA 3.1 PIPs and DIs".

Back up extended solution artifacts

Following the AIA extensibility model, as documented in the extensibility sections of the Oracle Application Integration Architecture - Foundation Pack: Concepts and Technologies Guide and the Oracle Application Integration Architecture - Foundation Pack: Integration Developer's Guide, you created or updated one or more of the following artifacts:

  • Custom EBOs:

    These are AIA schema extensions performed on EBOs. Though the AIA Foundation Pack Installer automatically preserves these schema extensions, it is advisable to back up the custom directory. For example, all custom xsd files for core EBOs are accessed as http://hostname:port/AIAComponents/EnterpriseObjectLibrary/Core/Custom/EBO/

    If you are using the oracle application server, you can access this folder from SOA_HOME/Apache/Apache/htdocs/AIAComponents/EnterpriseObjectLibrary/Core/Custom/EBO/

  • Custom XSLTs:

    These are the extensions performed on the AIA Transformation style sheet. Foundation Pack does not contain any Extensible Stylesheet Language Transformations (XSLTs) for its components and utilities. Because the process content is delivered only in PIPs or DIs, you must manually back up the XSLTs if you have developed any for the custom integrations, and reapply them as a postupgrade step.

  • Custom EBS WSDL:

    If you have customized any EBS WSDL that is delivered or shipped with AIA Foundation Pack, you must back it up and restore it manually as a postupgrade step

36.2.2.1 Performing Preupgrade Tasks for Product MDM 11.1

Before you upgrade the Product MDM pre-built integration from PIP version 11.1 to 11.2, you must apply the patch 16367095 on Product MDM PIP 11.1 if not applied.

36.2.2.2 Performing Preupgrade Tasks for Design to Release: Agile - EBS 11.1

Before you upgrade the Design to Release: Agile - EBS pre-built integration from PIP version 11.1 to 11.2, you must apply the patch 13944235 (or later) on Design to Release: Agile - EBS PIP 11.1 if not applied.

36.2.2.3 Performing Preupgrade tasks for the Design to Release: Agile - EBS 3.1

Before you upgrade the Design to Release: Agile - EBS pre-built integration from PIP version 3.1 to 11.2, you must apply the patch 12543953 (or later) on Design to Release: Agile - EBS PIP 3.1 if not applied.

36.2.3 Performing Upgrade Process for Pre-Built Integrations

Launching the AIA Pre-Built Integrations Installer

  • To launch AIA Pre-Built Integrations Installer:

  1. Navigate to aiapip/Disk1.

  2. Follow the launch instructions for your platform.

    Table 36-1 Launch Instructions for AIA Pre-Built Integrations Installer

    Platform To launch the AIA Pre-Built Integrations Installer

    Linux x86

    Solaris SPARC (64-bit)

    IBM AIX Based Systems (64-bit)

    HP-UX 11i (64 bit)

    At the command line prompt, enter:

    ./runInstaller -invPtrLoc <AIA_HOME>/oraInst.loc -jreLoc <location of the jre specific to your operating system. This directory should have /bin/java>
    

    Microsoft Windows (32-bit)

    Double-click setup.exe


  3. Click Next.

36.2.4 Choosing the Existing Home Directory

  • To choose the home directory where the existing version of Pre-Built Integrations is installed:

  1. Specify the home directory of your existing AIA implementation.

    Note:

    Provide the directory where Foundation Pack 11.1.1.6.0, RUP patch 16301959 or later was installed. The path should be available in the list. When you select the current home directory, AIA Pre-Built Integrations Installer disables the rest of the options in the screen and displays the information related to AIA (product name and version number) that is in the directory.

  2. Click Next.

36.2.5 Running the Directory Selection and Upgrade Process

  • To run the directory selection and upgrade process:

  1. On the Summary screen, review the summary of upgrade information.

    The summary screen provides information about the existing AIA Pre-Built Integrations installation.

  2. Click Install. This upgrades the Pre-Built Integrations version.

    PIP- and DI-related files get copied to the specified location. You must manually execute the PIP or DI upgrade scripts to complete the upgrade.

36.3 Upgrading AIA 11.3 Integrations

Note:

The integrations that are not listed in this section do not require updates because the contents have not changed.

This section discusses the upgrade process for AIA 11.3 integrations.

36.3.1 Upgrading Product MDM: Base Pack

To upgrade the Product MDM: Base Pack pre-built integration from PIP version 11.1 to 11.2, perform the following task discussed below:

36.3.1.1 Running Upgrade Scripts for Product MDM: Base Pack

  1. Navigate to <AIA_Instance>/bin and run the command source aiaenv.sh for Linux based systems and aiaenv.bat for Microsoft Windows to configure the environment.

  2. Navigate to <AIAHOME>/pips/MDMProductPIM/upgrade/11.2 and run the deployment commands for your platform.

    Table 36-2 Deployment Commands for Product MDM: Base Pack

    Platform Deployment Command

    Linux

    Solaris SPARC

    IBM AIX Based Systems

    HP-UX

    sh deployPIM.sh

    Microsoft Windows

    deployPIM.bat


36.3.1.2 Performing Postupgrade Tasks for Product MDM: Base Pack

Configure the endpoint URLs for Oracle PIM web services as described in Section 15.5.1, "Configuring Endpoint URLs for Oracle PIM Web Services" of this guide.

36.3.2 Upgrading Product MDM: E-Business Suite

To upgrade the Product MDM: E-Business Suite pre-built integration from PIP version 11.1 to 11.2, perform the following task discussed below:

36.3.2.1 Running Upgrade Scripts for Product MDM: E-Business Suite

  1. Navigate to <AIA_Instance>/bin and run the command source aiaenv.sh for Linux based systems and aiaenv.bat for Microsoft Windows to configure the environment.

  2. Navigate to <AIAHOME>/pips/MDMProductEbiz/upgrade/11.2 and run the deployment commands for your platform.

    Table 36-3 Deployment Commands for Product MDM: E-Business Suite

    Platform Deployment Command

    Linux

    Solaris SPARC

    IBM AIX Based Systems

    HP-UX

    sh deployEbiz.sh

    Microsoft Windows

    deployEbiz.bat


36.3.3 Upgrading Product MDM: Siebel CRM

To upgrade the Product MDM: Siebel CRM pre-built integration from PIP version 11.1 to 11.2, perform the following task discussed below:

36.3.3.1 Running Upgrade Scripts for Product MDM: Siebel CRM

  1. Navigate to <AIA_Instance>/bin and run the command source aiaenv.sh for Linux based systems and aiaenv.bat for Microsoft Windows to configure the environment.

  2. Navigate to <AIAHOME>/pips/MDMProductSiebel/upgrade/11.2 and run the deployment commands for your platform.

    Table 36-4 Deployment Commands for Product MDM: Siebel CRM

    Platform Deployment Command

    Linux

    Solaris SPARC

    IBM AIX Based Systems

    HP-UX

    sh deploySiebel.sh

    Microsoft Windows

    deploySiebel.bat


36.3.3.2 Performing Postupgrade Tasks for Product MDM: Siebel CRM

In item sync with pricelists scenario, SyncItemListPIMReqABCS service waits for a response. The response from the ProductOptimizedSyncPriceListListSiebelCommsProvABCSImpl service is sent to the requester through CommunicationsPriceListResponseEBSV2. Therefore, after you deploy the Siebel CRM services, you must update the following integration services:

  • ProductOptimizedSyncPriceListListSiebelCommsProvABCSImpl

  • SyncItemCompositionListSiebelCommsProvABCSImpl

To update the ProductOptimizedSyncPriceListListSiebelCommsProvABCSImpl service:

  1. Edit the AIAConfigurationProperties.xml file that is located in <AIA_INSTANCE>/AIAMetaData/config.

  2. Ensure that the following properties are listed in the AIAConfigurationProperties.xml file:

    • <Property name="EBSOverride.CommunicationsPriceListResponseEBS.SyncPriceListListResponse.Address">http://HOST_NAME:PORT_NAME/soa-infra/services/default/CommunicationsPriceListResponseEBSV2/CommunicationsPriceListResponseEBSV2_ep</Property>

    • <Property name="EBSOverride.CommunicationsPriceListResponseEBS.SyncPriceListListResponse.PortType">{http://xmlns.oracle.com/EnterpriseServices/Core/PriceList/V2}CommunicationsPriceListResponse</Property>

    • <Property name="EBSOverride.CommunicationsPriceListResponseEBS.SyncPriceListListResponse.ServiceName">{http://xmlns.oracle.com/EnterpriseServices/Core/PriceList/V2}CommunicationsPriceListResponse</Property>

To update the SyncItemCompositionListSiebelCommsProvABCSImpl service:

  1. Edit the AIAConfigurationProperties.xml file that is located in <AIA_INSTANCE>/AIAMetaData/config.

  2. Ensure that the following properties are listed in the AIAConfigurationProperties.xml file:

    • <Property name="EBSOverride.CommunicationsItemCompositionResponseEBSV1.SyncItemCompositionListResponse.Address">http://HOST_NAME:PORT_NAME/soa-infra/services/default/ProductOptimizedSyncPriceListListSiebelCommsProvABCSImpl/ProductOptimizedSyncPriceListListSiebelCommsProvABCSImpl</Property>

    • <Property name="EBSOverride.CommunicationsItemCompositionResponseEBSV1.SyncItemCompositionListResponse.PortType">{http://xmlns.oracle.com/ABCSImpl/Siebel/Industry/Comms/ProductOptimizedSyncPriceListListSiebelCommsProvABCSImpl/V1}ProductOptimizedSyncPriceListListSiebelCommsProvABCSImpl</Property>

    • <Property name="EBSOverride.CommunicationsItemCompositionResponseEBSV1.SyncItemCompositionListResponse.ServiceName">{http://xmlns.oracle.com/ABCSImpl/Siebel/Industry/Comms/ProductOptimizedSyncPriceListListSiebelCommsProvABCSImpl/V1}ProductOptimizedSyncPriceListListSiebelCommsProvABCSImpl</Property>

36.3.4 Upgrading Product MDM: Routing Rules

To upgrade the Product MDM: Routing Rules pre-built integration from PIP version 11.1 to 11.2, perform the following task discussed below:

36.3.4.1 Running Upgrade Scripts for Product MDM: Routing Rules

  1. Navigate to <AIA_Instance>/bin and run the command source aiaenv.sh for Linux based systems and aiaenv.bat for Microsoft Windows to configure the environment.

  2. Navigate to <AIAHOME>/pips/MDMProduct/upgrade/11.2 and run the deployment commands for your platform.

    Table 36-5 Deployment Commands for Product MDM: Routing Rules

    Platform Deployment Command

    Linux

    Solaris SPARC

    IBM AIX Based Systems

    HP-UX

    sh deployEBS.sh

    Microsoft Windows

    deployEBS.bat


36.3.5 Upgrading Design to Release: Agile - EBS

Upgrade the Design to Release: Agile - EBS pre-built integrations by followingthe tasks discussed below:

36.3.5.1 Running Upgrade Scripts for Design to Release: Agile - EBS

  1. Navigate to <AIA_Instance>/bin and run the command source aiaenv.sh for Linux based systems and aiaenv.bat for Microsoft Windows to configure the environment.

  2. Configure the PIP by following the steps listed in Section 21.3, "Configuring and Deploying Design to Release: Agile - EBS Pre-Built Integration".

  3. Apply the patch 15847182.

  4. Navigate to <AIAHOME>/pips/AgileToEbiz/upgrade/11.2 and run the deployment commands for your platform.

    Table 36-6 Deployment Commands for Design to Release: Agile - EBS

    Platform Deployment Command

    Linux

    Solaris SPARC

    IBM AIX Based Systems

    HP-UX

    % sh AgileToEbizUpgradeDP111_To_112.sh

    Microsoft Windows

    AgileToEbizUpgradeDP111_To_112.bat


36.3.5.2 Performing Postupgrade Tasks for Design to Release: Agile - EBS

To perform postupgrade tasks:

  1. Navigate to the folder $AIA_HOME/aia_instances/<INSTANCE_NAME>/AIAMetaData/config.

  2. Open AIAConfigurationProperties.xml and change the following property values listed below from your backup:

    <ModuleConfiguration moduleName="Agile">

    <Property name="LANG_LOCALE">English</Property>

    <Property name="MULTISITE_ENABLED">TRUE</Property>

    <Property> name="Item.UnitCostAttribute">Site.Numeric01</Property>

    <Property>

    name="Item.AvailableQuantityAttribute">Site.Numeric02</Property>

    <Property> name="Item.OnHandQuantityAttribute">Site.Numeric03</Property

    <Property> name="Item.ReservedQuantityAttribute">Site.Numeric04</Property>

    <Property> name="Change.TransferStatusAttribute">PageTwo.Text02</Property>

    <Property> name="Change.TransferStatusDetailedMessageAttribute">PageTwo.Multitext35 </Property>

    <Property name="REPLICATE_BOM_ENABLED">FALSE</Property>

    <Property> name="COMMON_BOM ENABLED">FALSE</Property>

    </ModuleConfiguration>

  3. Update MDS with the above AIAConfigurationProperties.xml changes and any other custom changes present in the AIAConfigurationProperties.xml backup file from preupgrade.

    To update AIAConfigurationProperties.xml with custom serviceconfiguration elements:

    1. Open the $AIA_HOME/aia_instances/$INSTANCE_NAME/config folder.

      Open the AIAConfigurationProperties.xml and add the customelements under respective service configurations.

      Open the deployment plan file, UpdateMetaDataDP.xml. Update the UpdateMetaDataDP.xml by inserting the include tags for AIAConfigurationProperties.xml, which you may want to add to the MDS:


      <fileset dir="${AIA_HOME}/aia_instances/${INSTANCE_NAME}"><include name ="config/AIAConfigurationProperties.xml"/></fileset>
    2. Open the $AIA_HOME/aia_instances/$INSTANCE_NAME/bin folder.

    3. Execute the following command: source aiaenv.sh

    4. Access the file path, $AIA_ HOME/Infrastructure/Install/scripts. Execute the script, UpdateMetaData.xml by using the following command: ant -f $AIA_ HOME/Infrastructure/Install/scripts/UpdateMetaData.xml

    5. Any custom modifications/customizations must be reapplied.

36.3.6 Upgrading Design to Release: Agile - SAP

Upgrade the Design to Release: Agile - SAP pre-built integrations by following the tasks discussed below:

36.3.6.1 Performing Preupgrade Tasks for Design to Release: Agile - SAP

To upgrade the Design to Release: Agile - SAP pre-built integrations from PIP version 11.1 to 11.2, you must manually execute the upgrade scripts. Before you upgrade Design to Release: Agile - SAP PIP, you must download the SAP JCO 3.0 from the SAP market place and copy the JCO.jar file in the lib directory of adapters.

36.3.6.2 Running Upgrade Scripts for Design to Release: Agile - SAP

  1. Navigate to <AIA_Instance>/bin and run the command source aiaenv.sh for Linux based systems and aiaenv.bat for Microsoft Windows to configure the environment.

  2. Apply the patch 15835701.

  3. Navigate to <AIAHOME>/pips/AgileToSAP/upgrade/11.2 and run the deployment commands for your platform.

    Table 36-7 Deployment Commands for Design to Release: Agile - SAP

    Platform Deployment Command

    Linux

    Solaris SPARC

    IBM AIX Based Systems

    HP-UX

    % sh AgileToSAPUpgradeDP111_To_112.sh

    Microsoft Windows

    AgileToSAPUpgradeDP111_To_112.bat


36.3.6.3 Performing Postupgrade Tasks for Design to Release: Agile - SAP

To perform postupgrade tasks:

  1. Any custom modifications/customizations must be reapplied.

  2. Ensure that the DVM entries in all the DVMs are added. If the DVM entries do not exist, then you must add the entries.

36.3.7 Upgrading Comms Agent Assisted Billing Care: Siebel CRM - BRM

Upgrade Foundation Pack first and then upgrade the Comms Agent Assisted Billing Care: Siebel CRM - BRM Pre-Built Integrations following the tasks discussed below.

36.3.7.1 Performing Preupgrade Tasks for Comms Agent Assisted Billing Care: Siebel CRM - BRM

To upgrade the Comms Agent Assisted Billing Care: Siebel CRM - BRM Pre-Built Integrations from PIP version 11.2 to 11.3, you must manually execute the upgrade scripts. You must upgrade Foundation Pack to 11.1.1.6.0, RUP patch 16301959 or later from your existing version before you can upgrade Comms Agent Assisted Billing Care: Siebel CRM - BRM.

36.3.7.2 Running Upgrade Scripts for Comms Agent Assisted Billing Care: Siebel CRM - BRM

To upgrade the integration on the Fusion Middleware server, run the command specific to your platform:

  1. Navigate to <AIA_Instance>/bin and run the command source aiaenv.sh for Linux based systems and aiaenv.bat for Microsoft Windows to configure the environment.

  2. Navigate to <AIAHOME>/pips/Communications/AABC/Upgrade and run the command for your platform.

    Table 36-8 Deployment Commands for Comms Agent Assisted Billing Care: Siebel CRM - BRM

    Platform Deployment Command

    Linux

    Solaris SPARC

    IBM AIX Based Systems

    HP-UX

    ./UpgradeAABC11_2_To_11_3.sh

    Microsoft Windows

    UpgradeAABC11_2_To_11_3.bat


  3. Review the log at location <AIA_INSTANCE>/<INSTANCE_NAME>/logs/AABC-Upgrade-11_2_To_11_3-DD-MM-YYYY_HH-HH-SS.log.

36.3.7.3 Performing Postupgrade Tasks for Comms Agent Assisted Billing Care: Siebel CRM - BRM

You must perform the following postupgrade tasks:

  1. Reconfigure MultiBRM setup in AIA Configuration file and update the MDS.

    This step is required because the upgrade script forcemerges the AIA service configurations into <AIA_INSTANCE>/<INSTANCE_NAME>/AIAMetaData/config/AIAConfigurationProperties.xml.

  2. Perform additional post upgrade tasks as described in Section 36.5, "Performing Postupgrade Tasks for Pre-Built Integrations" and Section 36.6, "Performing Postupgrade Tasks for AIA".

36.3.8 Upgrading Comms Order to Cash: Siebel CRM, OSM and BRM

Upgrade Foundation Pack first and then upgrade the Comms Order to Cash: Siebel CRM, OSM and BRM Pre-Built Integrations following the tasks discussed below.

36.3.8.1 Performing Preupgrade Tasks for Comms Order to Cash: Siebel CRM, OSM and BRM

To upgrade the Comms Order to Cash: Siebel CRM, OSM and BRM Pre-Built Integrations from PIP version 11.2 to 11.3, you must manually execute the upgrade scripts. You must upgrade Foundation Pack to 11.1.1.6.0, RUP patch 16301959 or later from your existing version before you can upgrade Comms Order to Cash: Siebel CRM, OSM and BRM.

36.3.8.2 Running Upgrade Scripts for Comms Order to Cash: Siebel CRM, OSM and BRM

To upgrade the integration on the Fusion Middleware server, run the command specific to your platform:

  1. Navigate to <AIA_Instance>/bin and run the command source aiaenv.sh for Linux based systems and aiaenv.bat for Microsoft Windows to configure the environment.

  2. Navigate to <AIAHOME>/pips/Communications/O2C/Upgrade and run the command for your platform.

    Table 36-9 Deployment Commands for Comms Order to Cash: Siebel CRM, OSM and BRM

    Platform Deployment Command

    Linux

    Solaris SPARC

    IBM AIX Based Systems

    HP-UX

    ./UpgradeO2C11_2_To_11_3.sh

    Microsoft Windows

    UpgradeO2C11_2_To_11_3.bat


  3. Review the log at location <AIA_INSTANCE>/<INSTANCE_NAME>/logs/O2C-Upgrade-11_2_To_11_3-DD-MM-YYYY_HH-HH-SS.log.

36.3.8.3 Performing Postupgrade Tasks for Comms Order to Cash: Siebel CRM, OSM and BRM

You must perform the following postupgrade tasks:

  1. Reconfigure MultiBRM setup in AIA Configuration file and update the MDS.

    This step is required because the upgrade script forcemerges the AIA service configurations into <AIA_INSTANCE>/<INSTANCE_NAME>/AIAMetaData/config/AIAConfigurationProperties.xml.

  2. Perform additional post upgrade tasks as described in Section 36.5, "Performing Postupgrade Tasks for Pre-Built Integrations" and Section 36.6, "Performing Postupgrade Tasks for AIA".

36.3.9 Upgrading Comms Order to Cash: Siebel CRM and BRM

Upgrade Foundation Pack first and then upgrade the Comms Order to Cash: Siebel CRM and BRM Pre-Built Integrations following the tasks discussed below.

36.3.9.1 Performing Preupgrade Tasks for Comms Order to Cash: Siebel CRM and BRM

To upgrade the Comms Order to Cash: Siebel CRM and BRM Pre-Built Integrations from PIP version 11.2 to 11.3, you must manually execute the upgrade scripts. You must upgrade Foundation Pack to 11.1.1.6.0, RUP patch 16301959 or later from your existing version before you can upgrade Comms Order to Cash: Siebel CRM and BRM.

36.3.9.2 Running Upgrade Scripts for Comms Order to Cash: Siebel CRM and BRM

To upgrade the integration on the Fusion Middleware server, run the command specific to your platform:

  1. Navigate to <AIA_Instance>/bin and run the command source aiaenv.sh for Linux based systems and aiaenv.bat for Microsoft Windows to configure the environment.

  2. Navigate to <AIAHOME>/pips/Communications/O2B/Upgrade and run the command for your platform.

    Table 36-10 Deployment Commands for Comms Order to Cash: Siebel CRM and BRM

    Platform Deployment Command

    Linux

    Solaris SPARC

    IBM AIX Based Systems

    HP-UX

    ./UpgradeO2B11_2_To_11_3.sh

    Microsoft Windows

    UpgradeO2B11_2_To_11_3.bat


  3. Review the log at location <AIA_INSTANCE>/<INSTANCE_NAME>/logs/O2B-Upgrade-11_2_To_11_3-DD-MM-YYYY_HH-HH-SS.log.

36.3.9.3 Performing Postupgrade Tasks for Comms Order to Cash: Siebel CRM and BRM

  1. Reconfigure MultiBRM setup in AIA Configuration file and update the MDS.

    This step is required because the upgrade script forcemerges the AIA service configurations into <AIA_INSTANCE>/<INSTANCE_NAME>/AIAMetaData/config/AIAConfigurationProperties.xml.

  2. Perform additional post upgrade tasks as described in Section 36.5, "Performing Postupgrade Tasks for Pre-Built Integrations" and Section 36.6, "Performing Postupgrade Tasks for AIA".

36.3.10 Upgrading Comms Order to Cash: Siebel CRM and OSM

Upgrade Foundation Pack first and then upgrade the Comms Order to Cash: Siebel CRM and OSM Pre-Built Integrations following the tasks discussed below.

36.3.10.1 Performing Preupgrade Tasks for Comms Order to Cash: Siebel CRM and OSM

To upgrade the Comms Order to Cash: Siebel CRM and OSM Pre-Built Integrations from PIP version 11.2 to 11.3 you must manually execute the upgrade scripts. You must upgrade Foundation Pack to 11.1.1.5.0 from your existing version before you can upgrade Comms Order to Cash: Siebel CRM and OSM.

36.3.10.2 Running Upgrade Scripts for Comms Order to Cash: Siebel CRM and OSM

To upgrade the integration on the Fusion Middleware server, run the command specific to your platform:

  1. Navigate to <AIA_Instance>/bin and run the command source aiaenv.sh for Linux based systems and aiaenv.bat for Microsoft Windows to configure the environment.

  2. Navigate to <AIAHOME>/pips/Communications/O2A/Upgrade and run the command for your platform.

    Table 36-11 Deployment Commands for Comms Order to Cash: Siebel CRM and OSM

    Platform Deployment Command

    Linux

    Solaris SPARC

    IBM AIX Based Systems

    HP-UX

    ./UpgradeO2A11_2_To_11_3.sh

    Microsoft Windows

    UpgradeO2A11_2_To_11_3.bat


  3. Review the log at location <AIA_INSTANCE>/<INSTANCE_NAME>/logs/O2A-Upgrade-11_2_To_11_3-DD-MM-YYYY_HH-HH-SS.log.

36.3.10.3 Performing Postupgrade Tasks for Comms Order to Cash: Siebel CRM and OSM

  1. Perform additional post upgrade tasks as described in Section 36.5, "Performing Postupgrade Tasks for Pre-Built Integrations" and Section 36.6, "Performing Postupgrade Tasks for AIA".

36.4 Upgrading AIA 3.1 PIPs and DIs

Note:

The PIPs or DIs that are not listed in this section do not require updates because the contents have not changed.

This section discusses the upgrade process for AIA 3.1 PIPs and DIs. The PIPs and DIs included in this section are upgraded from version 3.1 to 3.1.1 and from 3.1 to 11.2.

36.4.1 Upgrading the Design to Release: Agile - EBS

Upgrade the Design to Release: Agile - EBS pre-built integrations by followingthe tasks discussed below:

36.4.1.1 Running Upgrade Scripts for the Design to Release: Agile - EBS

  1. Navigate to <AIA_Instance>/bin and run the command source aiaenv.sh for Linux based systems and aiaenv.bat for Microsoft Windows to configure the environment.

  2. Configure the PIP by following the steps listed in Section 21.3, "Configuring and Deploying Design to Release: Agile - EBS Pre-Built Integration".

  3. Apply the patch 15847182.

  4. Navigate to <AIAHOME>/pips/AgileToEbiz/upgrade/11.2 and run the deployment commands for your platform.

    Table 36-12 Deployment Commands for Design to Release: Agile - EBS

    Platform Deployment Command

    Linux

    Solaris SPARC

    IBM AIX Based Systems

    HP-UX

    % sh AgileToEbizUpgradeDP31_To_112.sh

    Microsoft Windows

    AgileToEbizUpgradeDP31_To_112.bat


36.4.1.2 Performing Postupgrade Tasks for Design to Release: Agile - EBS

To perform postupgrade tasks:

  1. Navigate to the folder $AIA_HOME/aia_instances/<INSTANCE_NAME>/AIAMetaData/config.

  2. Open AIAConfigurationProperties.xml and change the following property values listed below from your backup:

    <ModuleConfiguration moduleName="Agile">

    <Property name="LANG_LOCALE">English</Property>

    <Property name="MULTISITE_ENABLED">TRUE</Property>

    <Property> name="Item.UnitCostAttribute">Site.Numeric01</Property>

    <Property>

    name="Item.AvailableQuantityAttribute">Site.Numeric02</Property>

    <Property> name="Item.OnHandQuantityAttribute">Site.Numeric03</Property

    <Property> name="Item.ReservedQuantityAttribute">Site.Numeric04</Property>

    <Property> name="Change.TransferStatusAttribute">PageTwo.Text02</Property>

    <Property> name="Change.TransferStatusDetailedMessageAttribute">PageTwo.Multitext35 </Property>

    <Property name="REPLICATE_BOM_ENABLED">FALSE</Property>

    <Property> name="COMMON_BOM ENABLED">FALSE</Property>

    </ModuleConfiguration>

  3. Update MDS with the above AIAConfigurationProperties.xml changes and any other custom changes present in the AIAConfigurationProperties.xml backup file from preupgrade.

    To update AIAConfigurationProperties.xml with custom serviceconfiguration elements:

    1. Open the $AIA_HOME/aia_instances/$INSTANCE_NAME/config folder.

      Open the AIAConfigurationProperties.xml and add the customelements under respective service configurations.

      Open the deployment plan file, UpdateMetaDataDP.xml. Update the UpdateMetaDataDP.xml by inserting the include tags for AIAConfigurationProperties.xml, which you may want to add to the MDS:


      <fileset dir="${AIA_HOME}/aia_instances/${INSTANCE_NAME}"><include name ="config/AIAConfigurationProperties.xml"/></fileset>
    2. Open the $AIA_HOME/aia_instances/$INSTANCE_NAME/bin folder.

    3. Execute the following command: source aiaenv.sh

    4. Access the file path, $AIA_ HOME/Infrastructure/Install/scripts. Execute the script, UpdateMetaData.xml by using the following command: ant -f $AIA_ HOME/Infrastructure/Install/scripts/UpdateMetaData.xml

    5. Any custom modifications/customizations must be reapplied.

36.4.2 Upgrading the Design to Release: Agile PLM for Process - OPM PIP

Upgrade Foundation Pack first and then upgrade the Design to Release: Agile PLM for Process - OPM PIP following the tasks discussed below.

Note:

Existing patches for the Design to Release: Agile PLM for Process - OPM 3.1.1 PIP are still applicable in the 11.4 release and are not included as part of the upgrade process. After upgrading you must reapply any patches installed for the RV 3.1.

36.4.2.1 Performing Preupgrade Tasks for the Design to Release: Agile PLM for Process - OPM PIP

To upgrade the Design to Release: Agile PLM for Process - OPM PIP from version 3.1 to 3.1.1, you must manually execute the upgrade scripts. You must upgrade Foundation Pack to 11.1.1.6.0, RUP patch 16301959 or later from your existing version before you can upgrade Design to Release: Agile PLM for Process - OPM PIP.

36.4.2.2 Running Upgrade Scripts for the Design to Release: Agile PLM for Process - OPM PIP

To upgrade the PIP on the Fusion Middleware server, run the command specific to your platform:

  1. Navigate to <AIA_Instance>/bin and run the command source aiaenv.sh for Linux based systems and aiaenv.bat for Microsoft Windows to configure the environment.

  2. Run the command for your platform

    Note:

    When you copy and paste the command in the command line, ensure that there is space between.xml and -. The same is true when running the undeployment command.

    Table 36-13 Deployment Commands for the Design to Release: Agile PLM for Process - OPM PIP

    Platform Deployment Command

    Linux

    Solaris SPARC

    IBM AIX Based Systems

    HP-UX

    ant -f <AIA_HOME>/Infrastructure/Install/AID/AIAInstallDriver.xml  
    -DDeploymentPlan=<AIA_HOME>/pips/PLM4PEbizOPM/upgrade/11.1/PLM4PEbizOPMUpgrade31_To_111DP.xml  
    -DPropertiesFile=<AIA_HOME>/aia_instances/<aia_instance>/config/AIAInstallProperties.xml  
    -l <AIA_HOME>/pips/PLM4PEbizOPM/upgrade/11.1/PLM4PEbizOPMUpgrade31_To_111.log
    

    Microsoft Windows

    ant -f <AIA_HOME>\Infrastructure\Install\AID\AIAInstallDriver.xml  
    -DDeploymentPlan=<AIA_HOME>\pips\PLM4PEbizOPM\upgrade\11.1\PLM4PEbizOPMUpgrade31_To_111DP.xml  
    -DPropertiesFile=<AIA_HOME>\aia_instances\<aia_instance>\config\AIAInstallProperties.xml  
    -l <AIA_HOME>\pips\PLM4PEbizOPM\upgrade\11.1\PLM4PEbizOPMUpgrade31_To_111.log
    

  3. Review the log file in the location specified in the command to verify successful deployment.

36.4.2.3 Performing Postupgrade Tasks for the Design to Release: Agile PLM for Process - OPM PIP

36.4.3 Upgrading the Lead to Order: CRM OD - EBS PIP

Upgrade Foundation Pack first and then upgrade the Lead to Order: CRM OD -EBS PIP following the tasks discussed below.

Note:

Existing patches for the Lead to Order: CRM OD -EBS 3.1.1 PIP are still applicable in the 11.4 release and are not included as part of the upgrade process. After upgrading you must reapply any patches installed for the RV 3.1.

36.4.3.1 Performing Preupgrade Tasks for the Lead to Order: CRMOD - EBS PIP

To upgrade Lead to Order: CRM OD - EBS PIP from version 3.1 to 3.1.1, you must manually execute the upgrade scripts. You must upgrade Foundation Pack to 11.1.1.6.0, RUP patch 16301959 or later from your existing version before you can upgrade Lead to Order: CRM OD - EBS PIP.

36.4.3.2 Running Upgrade Scripts for the Lead to Order: CRM OD - EBS PIP

To upgrade the PIP on the Fusion Middleware server, run the command specific to your platform:

  1. Navigate to <AIA_Instance>/bin and run the command source aiaenv.sh for Linux based systems and aiaenv.bat for Microsoft Windows to configure the environment.

  2. Navigate to <AIA_HOME>pips/CRMODtoEbizLeadToOrder/upgrade/11.1 and run the command for your platform.

    Table 36-14 Deployment Commands for the Lead to Order: CRM OD - EBS PIP

    Platform Deployment Command

    Linux

    Solaris SPARC

    IBM AIX Based Systems

    HP-UX

    ./CRMODtoEbizLeadToOrderUpgradeDP31_TO_111.sh

    Microsoft Windows

    CRMODtoEbizLeadToOrderUpgradeDP31_TO_111.bat


  3. Review the log file in the location specified in the command to verify successful deployment.

36.4.3.3 Performing Postupgrade Tasks for the Lead to Order: CRM OD - EBS PIP

Perform additional post upgrade tasks as described in Section 36.5, "Performing Postupgrade Tasks for Pre-Built Integrations" and Section 36.6, "Performing Postupgrade Tasks for AIA".

36.4.4 Upgrading the Order to Cash: Siebel CRM - EBS PIP

Upgrade Foundation Pack first and then upgrade the Order to Cash: Siebel CRM - EBS PIP following the tasks discussed below.

Note:

Existing patches for the Order to Cash: Siebel CRM - EBS 3.1.1 PIP are still applicable in the 11.4 release and are not included as part of the upgrade process. After upgrading you must reapply any patches installed for the RV 3.1.

36.4.4.1 Performing Preupgrade Tasks for the Order to Cash: Siebel CRM - EBS PIP

To upgrade the Order to Cash: Siebel CRM - EBS PIP from version 3.1 to 3.1.1, you must manually execute the upgrade scripts. You must upgrade Foundation Pack to 11.1.1.6.0, RUP patch 16301959 or later from your existing version before you can upgrade Order to Cash: Siebel CRM - EBS PIP.

36.4.4.2 Running Upgrade Scripts for the Order to Cash: Siebel CRM - EBS PIP

To upgrade the PIP on the Fusion Middleware server, run the command specific to your platform:

  1. Navigate to <AIA_Instance>/bin and run the command source aiaenv.sh for Linux based systems and aiaenv.bat for Microsoft Windows to configure the environment.

  2. Run the command for your platform:

    Note:

    When you copy and paste the command in the command line, ensure that there is space between.xml and -. Ensure that there is space between these two when you run undeployment command too.

    Table 36-15 Deployment Commands for the Order to Cash: Siebel CRM - EBS PIP

    Platform Deployment Command

    Linux

    Solaris SPARC

    IBM AIX Based Systems

    HP-UX

    ant -f <AIA_HOME>/Infrastructure/Install/AID/AIAInstallDriver.xml  
    -DDeploymentPlan=<AIA_HOME>/pips/OrderToCash/upgrade/11.1/OrderToCashUpgrade31_To_111DP.xml  
    -DPropertiesFile=<AIA_HOME>/aia_instances/<aia_instance>/config/AIAInstallProperties.xml  
    -l <AIA_HOME>/pips/OrderToCash/upgrade/11.1/OrderToCashUpgrade31_To_111.log
    

    Microsoft Windows

    ant -f <AIA_HOME>\Infrastructure\Install\AID\AIAInstallDriver.xml  
    -DDeploymentPlan=<AIA_HOME>\pips\OrderToCash\upgrade\11.1\OrderToCashUpgrade31_To_111DP.xml  
    -DPropertiesFile=<AIA_HOME>\aia_instances\<aia_instance>\config\AIAInstallProperties.xml  
    -l <AIA_HOME>\pips\OrderToCash\upgrade\11.1\OrderToCashUpgrade31_To_111.log
    

  3. Review the log file in the location specified in the command to verify successful deployment.

36.4.4.3 Performing Postupgrade Tasks for the Order to Cash: Siebel CRM - EBS PIP

Perform additional post upgrade tasks as described in Section 36.5, "Performing Postupgrade Tasks for Pre-Built Integrations" and Section 36.6, "Performing Postupgrade Tasks for AIA".

36.4.5 Upgrading the LSP Order Mgmt: OTM - EBS - Siebel CRM PIP

Upgrade Foundation Pack first and then upgrade the LSP Order Mgmt: OTM - EBS - Siebel CRM PIP following the tasks discussed below.

The steps to upgrade the LSP Order Mgmt: OTM - EBS - Siebel CRM PIP from version 3.1 to version 3.1.1 are the same if upgrading from the AIA 3.1 release to the AIA 11.4 release or the AIA 11.3 release to the AIA 11.4 release.

Note:

Existing patches for the LSP Order Mgmt: OTM - EBS - Siebel CRM 3.1.1 PIP are still applicable in the 11.4 release and are not included as part of the upgrade process. After upgrading you must reapply any patches installed for the RV 3.1.

36.4.5.1 Performing Preupgrade Tasks for the LSP Order Mgmt: OTM - EBS - Siebel CRM PIP

To upgrade the LSP Order Mgmt: OTM - EBS - Siebel CRM PIP from version 3.1 to version 3.1.1, you must manually execute the upgrade scripts. You must upgrade Foundation Pack to 11.1.1.6.0, RUP patch 16301959 or later from your existing version before you can upgrade the Order to Cash: Siebel CRM - EBS PIP.

Note:

If you have not installed the 11.4 AIA release, run the AIA 11.4 installer on your existing AIAHOME to get the latest version of the files.

36.4.5.2 Running Upgrade Scripts for the LSP Order Mgmt: OTM - EBS - Siebel CRM PIP

To upgrade the LSP Order Mgmt: OTM - EBS - Siebel CRM PIP on the Fusion Middleware server, run the command specific to your platform:

  1. Navigate to <AIA_Instance>/bin and run the command source aiaenv.sh for Linux based systems and aiaenv.bat for Microsoft Windows to configure the environment.

  2. Navigate to $AIA_HOME/pips/FleetOrderManagement/upgrade and run the command from your platform.

    Table 36-16 Deployment Commands for the LSP Order Mgmt: OTM - EBS - Siebel CRM PIP

    Platform Deployment Command

    Linux

    Solaris SPARC

    IBM AIX Based Systems

    HP-UX

    ./UpgradeFleetOrderManagement.sh
    

    Microsoft Windows

    UpgradeFleetOrderManagement.bat
    

  3. Review the log file in the location specified in the command to verify successful deployment.

36.4.5.3 Performing Postupgrade Tasks for the LSP Order Mgmt: OTM - EBS - Siebel CRM PIP

Perform additional postupgrade tasks as described in Section 36.5, "Performing Postupgrade Tasks for Pre-Built Integrations" and Section 36.6, "Performing Postupgrade Tasks for AIA".

36.5 Performing Postupgrade Tasks for Pre-Built Integrations

You must perform the following key tasks after you successfully upgrade to pre-built integrations 11.4:

36.6 Performing Postupgrade Tasks for AIA

Evaluate the upgrade log file for any exceptions or warnings:

The following warning message describes the EOL content:

runCustomExtTracer:

[java] java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.

[java] /slot/ems1846/oracle/FP_Upgrade_9June_1/patchset/AIAComponents/EnterpriseObjectLibrary/Core/Custom/EBO/InstalledProduct/V2/CustomInstalledProductEBO.xsd

[java] :[Element: <xsd:sequence [Namespace: http://www.w3.org/2001/XMLSchema]/>]element updated

undeployAIAUI:

[echo] - Undeploying the Ear AIAApplication.ear

[java] 08/08/09 16:12:33 Notification ==>Application UnDeployer for AIAApplication STARTS.

DeployAIAUI:

[echo] - Deploying the Ear AIAApplication.ear

[oracle:deploy] Deploying application AIAApplication.

[oracle:deploy] Application deployer for AIAApplication COMPLETES.

[echo] - Deployment of AIAApplication.ear completed

From the backups that you performed, compare the following files and manually merge the configuration settings, as required:

You should consider restoring files from the backups of the <aia_instance>/AIAMetaData/config folder.

For more information about how to perform implementation-related configurations, see Oracle Fusion Middleware Developer's Guide for Oracle Application Integration Architecture Foundation Pack.