IBM Control Desk, Version 7.6.0

Uninstalling IBM Maximo Adapter for Primavera before you upgrade

The IBM Maximo Adapter for Primavera adapter is not compatible with Control Desk version 7.6. If your current Control Desk version 7.5.x deployment includes the IBM Maximo Adapter for Primavera adapter, you must remove its data from the database before you can upgrade to Control Desk version 7.6.

Before you begin

Before you begin, shutdown the Control Desk version 7.5.x application server. Ensure that no database configuration changes are pending, and then create a backup of your database. Create a backup of the Control Desk installation directory on your administrative workstation.

About this task

You can automatically remove IBM Maximo Adapter for Primavera adapter information from the Control Desk version 7.5.x database using scripts developed by IBM that are provided on the Fix Central web site.

You can edit the script before you run it to remove additional components. For example, if you would also like to remove Control Desk applications that contain Primavera data, such as Work Order Tracking (PV) and Job Plans (PV), you can uncomment the removal statements in the script. When you run the script, all statements that are not commented out are executed.

Procedure

  1. Log in to your Control Desk version 7.5.x administrative workstation and download the IBM Maximo Adapter for Primavera adapter removal script, UNINSTALL_PrimaveraAdapter_7X.zip, from Fix Central.
  2. Extract the contents of the UNINSTALL_PrimaveraAdapter_7X.zip file into install_home/maximo folder, selecting the Overwrite existing files and the Use folder names options.
  3. Delete the primavera.xml file from install_home\maximo\applications\maximo\properties\product folder.
  4. Optional: Edit the UNIST_PA_7X.dbc script before you run it to remove additional components. For example, if you would also like to remove Control Desk applications that contain Primavera data.
    <!-- Uncomment lines below to drop Maximo Applications 
    that contains Primavera data, such as Work Order Tracking (PV) 
    and Job Plans (PV) -->
    	<drop_app app="PLUSVJP"/>	
    	<drop_app app="PLUSVWO"/> 	
    <!-- END OF Dropping Primavera applications -->
  5. Change directory to install_home\maximo\tools\maximo\internal and run the UNIST_PA_7X.dbc script using the runscriptfile utility.
    runscriptfile -cprimavera -fUNIST_PA_7X
  6. Change directory to install_home\maximo\tools\maximo and run the updatedb command.
    updatedb
  7. Change directory to install_home\bin and run the solutioninstaller command to view a list of all running applications.
    solutioninstaller.bat -action showinstalled -type all
  8. Note the Unique Identifier value shown for the IBM Maximo Adapter for Primavera.
  9. Change directory to install_home\CTG_DE\acsi\bin\ and run the deleteRootIU command.
    deleteRootIU.cmd Primavera_Unique_identifier PSI
  10. Change directory to install_home\bin and rerun the solutioninstaller command to ensure IBM Maximo Adapter for Primavera has been removed.
    solutioninstaller.bat -action showinstalled -type all


Feedback