Order processing of external messages - Perceptive Content Database Install Guide - Foundation 24.1 - Foundation 24.1 - Ready - Perceptive Content - external - Perceptive-Content/Perceptive-Content-Database-Install-Guide/Foundation-24.1/Perceptive-Content-Database-Install-Guide/Perceptive-Content-Database-prerequisites/Database-access-through-INEMUSER/Order-processing-of-external-messages - 2024-04-02

Perceptive Content Database Install Guide

Platform
Perceptive Content
Product
Perceptive Content Database Install Guide
Release
Foundation 24.1
License

Messages with the same group process in first-in-first-out (FIFO) order. To group messages, complete the following steps.

  1. In the IN_EXTERN_MSG_GROUP table, insert the EXTERN_MSG_ID and an EXTERN_MSG_GROUP_ID.
  2. In the IN_EXTERN_MSG_SEQ table, insert the EXTERN_MSG_ID.
    Note:
    • The EXTERN_MSG_ID is the same ID you used in the IN_EXTERN_MSG table.
    • You can add more than one group to a message by inserting additional records into the IN_EXTERN_MSG_GROUP table.
    • The EXTERN_MSG_ID and EXTERN_MSG_GROUP_ID columns have a limit of 64 characters.
    • To create a new message, insert a record into the IN_EXTERN_MSG table with a unique value for the EXTERN_MSG_ID column.