PDBI Options Elements

describes the fields on the EAGLE XG Database > Configuration > PDBI > Options pages.

PDBI Options Configuration Elements
Element Description Data Input Notes
Display PDBI Output Whether or not to display PDBI commands and responses ont he GUI when provisioning PDB data.

Format: Check box

Default: Unchecked

TCP Listening Port TCP (unsecure) Listening Port. The TCP listening port can be disabled by setting it to 0.
Note: Changes to the TCP listening do not take effect until pdba process is restarted.

Format: Text box

Default: 5873

Range: 0-65535

TLS Listening Port TLS (Transport Layer Security) Listening Port. The TLS listening port can be disabled by setting it to 0.
Note: Changes to the TLS listening do not take effect until pdba process is restarted.

Format: Text box

Default: 5874

Range: 0-65535

Allow Connections Whether or not to allow incoming connection.

Format: Check box

Default: Checked

Max Connections Maximum number of simultaneous client connections.

Format: Text box

Default: 16

Range: 1-128

Connection Init Timeout The maximum time (in seconds) a client may take to send a PDBI Connect request message after establishing a network connection.

Format: Text box

Default: 5

Range: 0-60

Message Receive Timeout The maximum time (in seconds) a client may take to send a PDBI request message terminated by a NUL (NULL, 0x00), CR (Carriage Return, 0x0d), LF (Line Feed, 0x0a) or CR followed by LF (CR+LF, 0x0d 0x0a)control character. If the 'Message Receive Timer' expires, the characters received will be considered complete for the incoming message and processed. Setting 'Message Receive Timeout' to zero disables the processing of incorrectly terminated messages.

Format: Text box

Default: 0

Range: 0-59

Max Response Message Size Maximum size (in K bytes) of response messages sent to clients. If response data is greater than this size, multiple responses for the same request is returned. The first through (N-1)th response will have a return code of PARTIAL_SUCCESS(1016) to indicate that there are more responses. The Nth response will have the return code SUCCESS(0) to indicate that it is the final response.

Format: Text box

Default: 4

Range: 1-32

Max Transactions Size Maximum number of database manipulation commands per transaction

Format: Text box

Default: 50

Range: 1-100

IMSI Prefix IMSI Prefix is automatically pre-appended to the IMSI of incoming PDBI requests and removed in outgoing PDBI responses.

Format: Text box

0-15 digits

DN Prefix DN Prefix is automatically pre-appended to the DN(s) of incoming PDBI requests and removed in outgoing PDBI responses.

Format: Text box

0-15 digits

Asynchronous Database Report Frequency The amount of time (in seconds) between each asynchronous Database Report (dbrpt) message sent to the client.

Format: Text box

Default: 10

Range: 1-86400

Database Report Percentage The percentage of MP servers that meet or exceed the reported level.

Format: Text box

Default: 100

Range: 1-86400

Log PDBI Messages Whether or not to log all incoming and outgoing PDBI messages in the command log.

Format: Check box

Default: Checked

Transaction Durability Timeout The amount of time (in seconds) allowed between a transaction being committed and it becoming durable. If Transaction Durability Timeout lapse, DURABILITY_TIMEOUT (1024) response is sent to the originating client. The associated request should be resent to ensure that the request was committed.

Format: Text box

Default: 5

Range: 2-3600

Remote Import Enabled Whether or not PDBI import files are imported from a Remote Host.

Format: Check box

Default: Unchecked

Remote Import Mode Whether updates are allowed (Non-Blocking) or not allowed (Blocking) on all PDBI connections while the remote import operation is in progress.  
Remote Import Host IP Address The IP address (either an IPv4 dot-decimal or IPv6 colon-hexadecimal) of the Remote Import Host from which to periodically query for PDBI import file.

Format: Text box

0-39 characters

Remote Import User The user on the Remote Import Host.

Format: Text box

0-255 characters

Remote Import Password Password to exchange ssh keys with the remote import host. It is cleared from this table once the keys have been exchanged.

Format: Text box

0-255 characters

Remote Import Directory The directory in which PDBI import files exist on the Remote Import Host.

Format: Text box

0-255 characters

Export Mode Whether updates are allowed (Non-Blocking) or not allowed(Blocking) on all PDBI connections while the export operation is in progress.  
Remote Export Transfers Enabled Whether or not to allow PDBI export files to be copied to the Remote Export Host.

Format: Check box

Default: Unchecked

Remote Export Host IP Address The IP address (either an IPv4 dot-decimal or IPv6 colon-hexadecimal) of the Remote Export Host to which export files may be configured to be automatically transferred.

Format: Text box

0-39 characters

Remote Export User The user on the Remote Export Host.

Format: Text box

0-255 characters

Remote Export Password Password to exchange ssh keys with the remote export host. It is cleared from this table once the keys have been exchanged.

Format: Text box

0-255 characters

Remote Export Directory The directory in the Remote Export Host to which PDBI export files are transferred if configured

Format: Text box

0-255 characters