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


TypeNameComment
SdaiServerContextserverContextIdContext identification, from edmiDefineServerContext
SdaiString

serverContextPropertyName

Name of property to set

SdaiSelectserverContextPropertyValueNew 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.

Â