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:
- 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)
- C:\>ftp
- ftp> open YOURSYSTEM
- User (YOURSYSTEM:(none)): USER
- 331 Enter password.
- Password:
- 230 USER logged on.
- ftp> quote site namefmt 1
- ftp> bin
- ftp> cd qsys.lib
- ftp> cd qgpl.lib
- ftp> lcd c:\temp\MPInstall\Server
- ftp> put MPPGM.savf
- ftp> put MPDTA.savf
- ftp> put MPCOM.savf
- ftp> quit
3- Restore the libraries from the savefiles:
- RSTLIB SAVLIB(MPPGM) DEV(*SAVF) SAVF(QGPL/MPPGM)
- RSTLIB SAVLIB(MPDTA) DEV(*SAVF) SAVF(QGPL/MPDTA)
- RSTLIB SAVLIB(MPCOM) DEV(*SAVF) SAVF(QGPL/MPCOM)
4 - Copy the data from backup to new release:
- 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 ...
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 evolveIT Administrator Manual
Please look at the attached file(s)
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 ...