edmiSetAvailable

EdmiError edmiSetAvailable(void); 

Sets the current EDMserver available for other users (clients). This function is normally used to set an EDMserver available for new clients after the database has been set unavailable by the edmiSetUnavailable function. This function is protected, i.e. only legal for the EDMuser superuser.

Arguments


Return Value


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

Options


 

Example


 

EdmiError rstat;
 . . .
 if (rstat = edmiSetAvailable()) {
 /* Error in operation */ 
 printf("\nError: %s in edmiSetAvailable\n", 
 edmiGetErrorText(rstat)); 
 goto error; 
 }
 /* EDMserver is available */
 . . .

 

See also

Filter by label

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