edmiRemoteCreateDatabase


 

EdmiError edmiRemoteCreateDatabase(SdaiServerContext serverContextId,
                                     SdaiString        location, 
                                     SdaiString        databaseName, 
                                     SdaiString        password); 
  

Creates an EDMdatabase from a thin EDMclient. Note that this function will fail if the EDMserver specified in the server context, is already connected to an open EDMdatabase. When an EDMdatabase is created by this function, the factory setting includes the two EDMusers named superuser and sdai-user, and the EDMgroup named sdai-group. The superuser is a privileged user of the EDMdatabase  By default, the superuser password will be the same as that of the EDMdatabase  The password may be changed by a later call to the function edmiRemoteDefinePassword. Note that the EDMdatabase password will be set at creation time and may not be changed.

Arguments


1TypeNameComment
2SdaiServerContext  

serverContextId

Context identification, from edmiDefineServerContext

3 SdaiString

location

The full path to the directory on the remote file system where the database files will be located. The remote file system is the file system of the EDMserver.

4 SdaiString

databaseName

The name to assign to the EDMdatabase. EDMdatabase names are case sensitive on Unix platforms and case insensitive on Windows platforms.

5 SdaiString

password

The password to apply to the EDMdatabase. Note that this password will be a fixed property of the database and may never be changed.

Return Value


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

 

Options


  

 

Example


 

 

 

See also

Filter by label

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

Â