PDBI connections status elements

Use the EAGLE XG Database > Maintenance > PDBI > Connections page to view the status of PDBI connections. This table describes fields on this page.

PDBI External Connections Status Elements
Field Definition Data Notes
Timestamp Time the connection was established Format: Year-Month-Day Hour-Minute-Second
CID Connection ID N/A
Remote IP IP address for the remote client Format: Valid IP address
Remote Port Port used for the remote client connection Format: Valid port number
Version Version of PDBI API this client application is using. This determines the applications ability to successfully communicate with the PDBA Default: 1.0
Mode Database transaction mode Range:
  • normal: All updates must be sent inside a transaction explicitly begun and ended by begin_txn and end_txn/abort_txn requests respectively.
  • single: Transactions are implicitly begun and ended for individual update requests

Default: normal

Idle Timeout Number of minutes the connection can be idle before it is automatically terminated by PDBA Range:
  • 0 (the connection is never terminated)
  • 1 - 44640 minutes

Default: 0

Resp Max Size The maximum size (in K bytes) of responses that the PDBA will send back. This ensures that retrieve requests resulting in a large number of returned instances come back in manageable sized responses. Range: 1 - 32

Default: 4

Resp End Character Character that PDBA uses to terminate responses Range:
  • null: Terminate responses with a NULL (or \0) character
  • newline: Terminate responses with a newline (or \n) character

Default: null

Async Report If set to Yes the client is sent asynchronous database report messages Range: Yes, No

Default: No

Async Report Freq How often (in seconds) to send the client asynchronous database report messages. This overrides the system wide, configurable default database report frequency value for a connection. If Async Report is set to No, then the value in this field is irrelevant. Range: 1 - 86400 seconds
Async Report % Percentage to use in the database report. This will override the system wide, configurable default for database report percent value for the specified connection. If Async Report is set to No, then the value in this field is irrelevant. Range: 1 - 100 percent