edmiDefineServerContextPropertyBN
Since:Â edmcore v602.131.32
EdmiError _CDECL edmiDefineServerContextPropertyBN (SdaiServerContext serverContextId, SdaiString serverContextPropertyName, SdaiSelect serverContextPropertyValue);
Set / update a server context property.
Available server context property names in the edmiUpdateServerContextPropertyBN() functions are:
SessionToken, PersonName, UserName, and Password.
The server context property names are case insensitive
The PersonName property defines the person logged on the EDMserver with actual SessionToken.
The PersonName may consist of a string with several fields. Example: "John Smith, CEO, EPMT"
The PersonName property will be used in the various logging function in EDMserver & EDMappServer.Â
This property is only valid when the actual server context has a SessionToken defined.
Arguments
Type | Name | Comment |
SdaiServerContext | serverContextId | Context identification, from edmiDefineServerContext |
SdaiString | serverContextPropertyName | Name of property to set |
SdaiSelect | serverContextPropertyValue | New property value |
Return Value
Â
Options
 Â
Â
Example
Â
 EdmiError rstat; if (rstat = edmiDefineServerContextPropertyBN(. . . ) { printf("\nError %d in edmiDefineServerContextPropertyBN", rstat); goto err; } . . .
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â