Skip to main content

MSGIN File

What is it?

MSGIN.ini provides the parameters the XP2 Connector uses to create OpCon events. Scripts that trigger events — such as SMAFetchControlNumber.pl, SMACheckConsoleLog.pl, and SMACaptureDatestamp.pl — read this file to determine where to place event files and which credentials to use.

  • Configure this file before using any script that triggers OpCon events
  • Update the MSGINDirectory path if the OpCon agent is installed in a non-default location

Parameters

ArgumentDescription
MSGINDirectoryThe path to the MSGIN directory. Event files created by the connector are placed here for the OpCon agent to process.
OpConUserThe OpCon user name to associate with the event.
UserPasswordThe external event password for the specified OpCon user.

Configuration options

SettingWhat It DoesDefaultNotes
MSGINDirectoryPath to the MSGIN directory/usr/local/lsam/MSGIN/3100Must match the MSGIN path configured in the OpCon agent
OpConUserOpCon user name for submitted eventsNoneThe user must have permission to submit the events used in your workflows
UserPasswordExternal event passwordNoneUse the external event password, not the OpCon login password

Example configuration

# ======================================================================
# These are the parameters necessary for event creation.
# ======================================================================

[MSGIN Parameters]
MSGINDirectory=/usr/local/lsam/MSGIN/3100
OpConUser=ocadm
UserPassword=********************

Glossary

MSGIN directory — A directory monitored by the OpCon agent. Files placed here by the connector are read by the agent and processed as OpCon events.

External event password — A separate credential from the OpCon login password, used specifically for submitting events through MSGIN or the API. Configured in OpCon user settings.