Since: edmcore v602.131.32
EdmiError _CDECL edmiDefineServerContextPropertyBN (SdaiServerContext serverContextId, SdaiString serverContextPropertyName, SdaiSelect serverContextPropertyValue);
Set / update a server context property.
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
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.
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.