EntireX Version 9.7
 —  Error Messages and Codes  —

Message Class 0196 - EntireX ACI - Disconnected due to new Location

This message class need only be handled when working with the TOKEN parameter in the ACI, that is, users are identified by USER-ID/TOKEN instead of USER-ID/internal ID. When the user changes the physical location while issuing EntireX Broker operations (a new session from another terminal) the old session retrieves this message class. The new session takes over all conversations from the old session.

Overview of Messages

01960196

01960196 Disconnected Due To New Location
Explanation

This situation occurs whenever a user calls the Broker even though a request of this user is already active.

A user is identified by USER-ID and TOKEN, or if TOKEN was omitted, identified by USER-ID and an internal ID.

This situation may occur when working with the TOKEN parameter in the API. If the user changes the physical location between EntireX Broker calls (e.g., a new session from another terminal), the old session retrieves this response. The new session takes all conversations of the old session.

The situation may also occur with or without the TOKEN parameter if a Broker request was stopped by transport timeout (see ETB_TIMEOUT) and the old request was still active in Broker.

Action

The program has to be ended.


Top of page