xpxSetUnavailable
FUNCTION xpxSetUnavailable(password : STRING; unavailableMessage : STRING) status : INTEGER;
The xpxSetUnavailable function sets the actual EDMdatabase unavailable for new connections. The actual EDMdatabase will be unavailable for new connections until the xpxSetAvailable function is performed, hence the unavailable state will remain during closing and opening of the actual EDMdatabase.
Clients trying to connect to an unavailable EDMdatabase will receive the message specified in the argument <unavailableMessage> in the last invocation of the xpxSetUnavailable function. This message should normally give the reason why the EDMdatabase is being unavailable. This function is protected by <password>, i.e. only legal for the privileged EDM user superuser.
Arguments
Type | Name | Comment |
STRING | password | super user password |
STRING | unavailableMessage | The given unavailable messing string |
Return Value
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â