Messages
The messages described in this section are defined by commands and their parameters defined in the
PDBI.
Connect
After a client has established a socket connection with the PDBA on its well- known port (5873), the
client must issue a Connect request message. The PDBA returns a response message that indicates
whether it is capable of accepting a new connection. There is a limit to the number of PDBI connections;
the default is 16 clients. The connect command defines the Connect message.
If an attempt is made to connect more than the current client limit, a response is returned to the client:
PDBI_TOO_MANY_CONNECTIONS. After the response is returned, the socket is automatically
closed.
Note: Although the default limit is 16 PDBI connections, Tekelec is able to configure and support up
to 128 connections. If more than 16 concurrent client connections are required, contact the Customer
Care Center for more information.
Request
The Connect request message is issued by the client to request a connection to the PDBA.
Parameters :
(Optional) Informs the PDBA of the API version this client application knows. This
parameter decides whether or not the client application can successfully communicate
with the PDBA.
version
1.0
Values:
(Optional) Allows the client to specify the maximum size in Kilobytes of responses
that the PDBA sends back. This parameter ensures that retrieve requests that result in
rspsize
a large number of instances being returned come back in manageable-sized responses
to the client.
1 – 32 (default = 4)
Values:
(Optional) Allows the client to specify what action is to be taken if the Active or Standby
status of the PDBA changes as the result of a Switchover request.
switchactn
none – No action taken (default)
Values:
close– Terminate this connection by closing the socket
53
910-6022-001 Revision A, March 2011
PDBI Request/Response MessagesProvisioning Database Interface Manual