Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

FUNCTION xpxGetLicenseInfo (VAR productName                : STRING; 
                            VAR version                    : STRING;
                            VAR licenseId                  : INTEGER;
                            VAR licenseType                : STRING;
                            VAR expiryYear                 : INTEGER;
                            VAR expiryMonth                : INTEGER;
                            VAR expiryDay                  : INTEGER;
                            VAR operatingSystem            : STRING;
                            VAR licenseOptions             : INTEGER;
                            VAR numberOfApplicationServers : INTEGER;
                            VAR numberOfNamedUsers         : INTEGER)
                            status                         : INTEGER;

This function retrieves the server license information; may have between 1 and 11 arguments.

Arguments


1TypeNameComment
2STRINGproductNameOptional  - The product name
3STRINGversionOptional - EDMserver version number
4INTEGERlicenseIdOptional - license ID
5STRINGlicenseTypeOptional - license type
6INTEGERexpiryYearOptional - license year of expiration 
7INTEGERexpiryMonthOptional - license month of expiration 
8INTEGERexpiryDayOptional  - license day of expiration
9STRINGoperatingSystemOptional - OS that the system is installed on
10INTEGERlicenseOptionsOptional - license options
11INTEGERnumberOfApplicationServersOptional - number of EDMappServer allowed by the license
12INTEGERnumberOfNamedUsersOptional - number of EDMusers allowed by the license

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

 

  • No labels