Versions Compared

Key

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

...

 

Creates an EDMdatabase  

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

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

 

Options

...

  

 

Example

...

 

Code Block
languagecpp
 

 

See also

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