edmiRemoteGetUnavailableMessage

EdmiError edmiRemoteGetUnavailableMessage(SdaiServerContext serverContextId, 
                                           SdaiString        *unavailableMessage,
                                           SdaiInvocationId  *edmiInvocationId);


When trying to connect from a thick EDMclient to a remote EDMserver, one may experience that the connection is refused due to ongoing mainteneance on the server. An EDMserver  may be set unavailable by the system administrator with a call to the function edmiRemoteSetUnavailable. The unavailable-message is given as an input argument to this call.

Arguments


TypeNameComment
SdaiServerContext

serverContextId

Context identification, from edmiDefineServerContext

SdaiString

unavailableMessage

If the system administrator has set the remote  EDMserver unavailable with a call to the function edmiRemoteSetUnavailable, this variable will receive the message given to explain why.
The string is supplied by the system administrator in his call to the edmiRemoteSetUnavailable function and is located in a fixed internal buffer. Do not use edmiFree to release this buffer!

SdaiInvocationId

edmiInvocationId

Currently not used.

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.

 

Options


  

 

Example


 

 <missing code>

 

See also

Filter by label

There are no items with the selected labels at this time.

Â