Data Section ContentsDescriptionTextReturn
Code
data (param <field
label>)
NONEThe specified version is not
known or not supported.
UNKNOWN_VERSION
1023
Disconnect
The Disconnect message is required to disconnect from the PDBA. The disconnect command
defines the Disconnect message.
Request
The Disconnect request message is issued by the client to request a disconnect from the PDBA. This
request tells the PDBA that the client has finished and allows the PDBA to clean up any
connection-related data. If the client has a transaction open, the transaction is automatically aborted
and any updates in the transaction are backed out. All Disconnectrequests result in the connection
being broken.
Note: The PDBA behavior is the same if the client neglects to send this request and just closes the
socket, or if the client abnormally terminates and the operating system closes the socket.
Request syntax :
disconnect([iid XXXXX])
Response
The Disconnect response message indicates either that the disconnect was successful without problems
or that the disconnect was achieved through aborting a still-active transaction. Aborting an active
transaction can occur because there were issues on the PDBA while cleaning up.
The return codes listed in Table 4: Disconnect Response Return Codes indicate the result of the Disconnect
request. See PDBI Message Error Codes for the recommended actions to help resolve the error related
return codes.
Table 4: Disconnect Response Return Codes
Data Section ContentsDescriptionTextReturn
Code
NONEEverything worked.SUCCESS
0
NONEThere was a transaction still active. It
was aborted.
ACTIVE_TXN
1010
56
910-6022-001 Revision A, March 2011
PDBI Request/Response MessagesProvisioning Database Interface Manual