CM Matchpoint Manual Installation for IBM

CM Matchpoint Manual Installation for IBM

Java Server

CM Matchpoint backend is a java application that can be run on any platform that supports java, to run the CM MatchPoint server java in the IBM server download the JavaServer.zip, unzip and copy to an IFS location, the run a SMBJOB command like: 
  1. SBMJOB CMD(RUNJVA CLASS(ObRun.ObComms.ObService) PARM('Path=/cmmatchpoint' 2000) CLASSPATH('/cmmatchpoint/lib/obrun.jar:/cmmatchpoint/*')) JOB(CMMPJVA) 
replace /cmmatchpoin with the ifs location you copied the files to

IBM Components

1 - Create a backup of the libraries MPPGM, MPDTA, MPCOM if you have a previous version of CM MatchPoint
2 - Transfer the libraries MPPGM, MPDTA, MPCOM from the MPx_IBMComponents.zip to the IBM i Server (all servers) 
  1. C:\>ftp
  2. ftp> open YOURSYSTEM
  3. User (YOURSYSTEM:(none)): USER
  4. 331 Enter password.
  5. Password:
  6. 230 USER logged on.
  7. ftp> quote site namefmt 1
  8. ftp> bin
  9. ftp> cd qsys.lib
  10. ftp> cd qgpl.lib
  11. ftp> lcd c:\temp\MPInstall\Server
  12. ftp> put MPPGM.savf
  13. ftp> put MPDTA.savf
  14. ftp> put MPCOM.savf
  15. ftp> quit
3- Restore the libraries from the savefiles:
  1. RSTLIB SAVLIB(MPPGM) DEV(*SAVF) SAVF(QGPL/MPPGM)
  2. RSTLIB SAVLIB(MPDTA) DEV(*SAVF) SAVF(QGPL/MPDTA)
  3. RSTLIB SAVLIB(MPCOM) DEV(*SAVF) SAVF(QGPL/MPCOM)
 4 - Copy the data from backup to new release:
  1.  CALL PGM(MPPGM/COPYDATA) PARM(MPDTASAV MPDTA)  // MPDTASAV being the backup of previous release
 
5 - Modify dispatcher start program: MPCOM/STRTCP720
If this program is used to start the dispatcher job, set the portnumber accordingly. You can also copy the program STRTCP720 (AND the source in QCLSRC) from the backup to the new MPCOM library

    • Related Articles

    • CM MatchPoint Upgrade Guide

      Important: Before you start the installation, make a copy of the MatchPoint server libraries MPDTA, MPPGM, MPLNGEN, MPCOM. Upgrade Guide CM MatchPoint 6.1 to 6.5 1. INI-Settings With the Release 6.5 we are distributing new INI-Files for CM ...
    • MatchPoint Client Installation Process

      Installation Process 1 - Create the Next Folders: a. C:\MatchPoint\Client b. C:\MatchPoint\Docs 2 - Double Click MatchPoint Installer **  3- Select Install Client Components click forward 4 - Accept the License 5 - Select the Folder ...
    • How to Configure CM Matchpoint IBM Disptcher

      This scenario explains how you can configure CM MatchPoint TCP/IP protocol services according to the end users needs. TCP/IP does not use, or require, the QCMN subsystem. Therefore, these instructions are based on QCMN not being present. You must ...
    • Installation

      Prerequisites CM Meta Analytics should be installed on a dedicated Windows server sized appropriately for the expected work load. Operating System: Windows XP, 2003, 7, or better. 32 or 64 bit supported. VMWare host/guest supported. Java: Java 6 or ...
    • CM MatchPoint SQL Intallation

      Prerequisites 1 - CM Matchpoint support SQL Server version since Express edition 2012 ore higher 2 - The server must allow SQL Sever and Windoes Authentication Mode The installer contains the full DB and requires a folder to be place (we sugest to ...