The Magic xpi License Structure (Magic xpi 3.x)
This technical note provides information about the various parts of the Magic xpi license.
The parts of the Magic xpi license are:
| 
 IBNPSTD 
 | 
 The license for the Studio. 
 | 
| 
 IBMON 
 | 
 The license for the Monitor. You cannot open the Studio using the Monitor license. 
 | 
| 
 IBNPSRV 
 | 
 The license for the non-production Server. With this license, the project will shut down after 24 hours. 
 | 
| 
 IBPRSRVI 
 | 
 The production license for the Server in an Intel environment. 
 | 
| 
 IBPRSRVN 
 | 
 The production license for the Server in a non-Intel environment. 
 | 
 
The license names should be set in the [MAGIC_ENV]LicenseName section of the respective ini files, as follows:
| 
 In the Server’s ifs.ini file: 
 | 
 [MAGIC_ENV]LicenseName = IBPRSRVI 
 | 
| 
 In the Studio’s ife.ini file: 
 | 
 [MAGIC_ENV]LicenseName = IBNPSTD 
 | 
| 
 In the Monitor’s ifm.ini file: 
 | 
 [MAGIC_ENV]LicenseName = IBMON 
 | 
If the license name in the ini file is not identical to the license name in the license, the following error will appear in the relevant log file (studio_error.log, <project_name>_error.log, or monitor_error.log):“Failed to set the license file parameters”
The following license features are optional. You can purchase them separately and add them to the existing license file.
| 
 IBA1 
 | 
 The license for the SAP A1 environment. 
 | 
| 
 IBDYCRM 
 | 
 The license for the Dynamics CRM environment. 
 | 
| 
 IBHL7 
 | 
 The license for the HL7 environment. 
 | 
| 
 IBJDE 
 | 
 The license for the JD Edwards Enterprise One environment. 
 | 
| 
 IBNotes 
 | 
 The license for the Lotus Notes environment. This feature grants access to Notes databases using the Notes DB connector. 
 | 
| 
 IBR3 
 | 
 The license for the SAP R/3 environment. 
 | 
| 
 IBSBO 
 | 
 The license for the SAP Business One environment. 
 | 
| 
 IBSFDC 
 | 
 The license for the Salesforce environment. 
 | 
| 
 IBSystemi 
 | 
 The license for the IBM i environment. The Data Mapper can access DB2/400 on IBM i regardless of this keyword. 
 | 
| 
 IBSHAREP 
 | 
 The license for the SharePoint environment. 
 | 
| 
 IBEXCHANGE 
 | 
 The license for the Exchange 2007 environment. 
 | 
| 
 IBJDEWRLD 
 | 
 The license for the JD Edwards World environment. 
 | 
| 
 SUGCRM 
 | 
 The license for the SugarCRM environment. 
 | 
| 
   
 | 
 The license for the Dynamics AX environment. 
 | 
| 
 Note: 
 | 
 License feature checks are not enforced in the Debug session or when a non-production license is used. 
 |   
 | 
You can run MGSTATIONS.exe from the Magic xpi directory to verify the license count of a specified license on a network.
| 
 Syntax: 
 | 
 MGSTATIONS <license name> <license file> 
 | 
| 
 Parameters: 
 | 
 <license name> - A string including the license name. 
 | 
|   | 
 <license file> - The license file path name. If the license file is not provided, Magic xpi searches for the license name in the license.dat file of the current working directory. 
 | 
| 
 Returns: 
 | 
 The number of users or instances for the requested license as specified by the license file. 
 | 
| 
 Example: 
 | 
 MGSTATIONS IBNPSTD license.dat 
 | 
| 
 Note: 
 | 
 The MGSTATIONS utility can only be executed on a machine that is not running a Magic xpi Server at the time. Otherwise, the results will not be accurate. 
 |   
 |