Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
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 _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

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

 

Options

...

  

 

Example

...

 

Code Block
languagecpp
 <missing code>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "model" and parent = "6062220"