Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxChangeMyUserBN(userName                 : STRING;
                           groupName                : STRING;
                           password                 : STRING;
                           VAR unavailableMessage   : STRING; 
                           VAR sessionUserKey       : INTEGER) 
                           status                   : INTEGER;

The xpxChangeMyUserBN function connects a new EDMuser/EDMgroup without disconnecting the existing connection.
The argument <userName> specifies

Arguments

...

TypeNameComment
STRINGuserName specifies the name of an existing EDMuser account in the actual EDMdatabase

...

. EDMuser account names are case insensitive.

...

STRINGgroupNamespecifies the name of an existing EDMgroup account in the actual EDMdatabase

...

. It is legal to connect to an EDMserver

...

with <groupName> = NULL (empty). In this case no check on "group access rights" will be performed in the actual session. Models created when the creating user is connected without an EDMgroup specification will not get any "group owner".The EDMuser specified by the

...

<userName> argument must be a member of the EDMgroup defined by the <groupName> argument.

...

STRINGpasswordspecifies the password for the EDMuser specified by the

...

<userName> argument. Initially an EDMuser is created without any password. A password can be changed by the xpxChangePassword function.

...

STRINGunavailableMessagespecifies the address to variable that will receive the address of a message that is returned when the edmiConnect fails, due to the fact that the EDMserver

...

has been set unavailable by the xpxSetUnavailable function. The string returned is the argument supplied in the last xpxSetUnavailable function.

...

INTEGERsessionUserKey 

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"