Creating the MISocket Service for M3 Application Data Access

Use this procedure to create a service for MISocket, to identify the MI database to Landmark.

To complete this procedure, you will use the values for the following secadm parameters:

Parameter Description
M3ServerHost The fully qualified name of the server that hosts the M3 application.
M3ServerPort The port of the server that hosts the M3 application.
Note: 

Only required parameters for MISocket setup are shown in this procedure. You can use the default settings for other parameters on the commands.

To create an MISocket service

  1. Create a service for MISocket. At a Landmark command prompt, type

    secadm service add MISOCKET --description MISocketConnection --servicetype MISocket --version 2.0 --loginscheme SSOPV2

  2. Add a property to identify the M3 server host for the MISocket service. At a Landmark command prompt, type

    secadm service property add MISOCKET HostName --propertyvalue M3ServerHost

  3. Add a property to identify the M3 server port for the MISocket service. At a Landmark command prompt, type

    secadm service property add MISOCKET Port --propertyvalue M3ServerPort