Versions Compared

Key

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

...

 

Code Block
languagecpp
themeConfluence
EdmiError   edmiStopServer(SdaiString              password,
                           SdaiClientId            clientId,
                           SdaiOptions             options);

Terminates the actual EDMserver process. The EDMserver process will not terminate before all connected clients have disconnected. No new connections from the clients are accepted after the edmiStopServer function is executed.

...

The EDMdatabase used by the actual EDMserver will be closed before the EDMserver is terminated.

...

This function is protected by the superuser password, i.e. this function can be performed by the superuser and any other users that can supply the password of the superuser.

...

EdmiError   edmiStopServer(SdaiString              password,

                           SdaiClientId            clientId,

                           SdaiOptions             options);

...

Arguments

...

TypeNameComment
SdaiString

password

The password of the EDMuser superuser. If the calling user is already connected as EDMuser superuser, the <password> argument is dummy.

SdaiClientIdclientId 
SdaiOptionsoptions 

...

Return Value

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

Options

...

 

OptionComment
FORCE_TO_TERMINATE 
CLOSE_SERVER_OUTPUT_WINDOW 
ALL_SERVERS 

Example

...

 

Code Block
languagecpp
EdmiError rstat;
 ...
 if (rstat = edmiStopServer ("x@dkh-a")) {

...


 /* Error in operation */

...

  
 printf("\nError in edmiStopServer: %s",

...

 
 edmiGetErrorText(rstat));

...

 
 goto error;

...

 
 }
 . . .

 

See also

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