Using the IFS Settings Interface (Magic xpi 3.x)
You can configure selected ifs.ini (Server) flags through the Magic xpi Studio and the Magic xpi Monitor by accessing the IFS Settings interface.
Note:
|
When you update a setting here, the corresponding ifs.ini entry is also updated.
|
|
The IFS Settings interface contains the following configurable information:
|
|
Proxy Server
|
The host:port.
The project's ifs.ini file entry is: HTTPProxyAddress
|
HTTP Timeout (seconds)
|
The retrieval phase of the HTTP component (Post and Get) can be stopped after a set time period (in seconds) has elapsed. The default value is 0, which means that the HTTP Timeout period is two minutes.
The project's ifs.ini file entry is: HTTPTimeout
|
SoapSpy Address
|
The SoapSpy address. The default is port 4242.
The project's ifs.ini file entry is: SoapSpyAddress
|
Assigned License Threads
|
The maximum number of threads that the Server is permitted to consume. If you do not define this value, only the first project that you are running will work. Any additional projects will shut down.
Note:
|
The project's total number of workers, defined in the start.xml file for each server, must be equal to the project’s MaxConcurrentRequests definition.
|
|
The ifs.ini entry is: MaxConcurrentRequests
|
Disable Activity Log
|
Disables the log where messages are written. Select one of the following from the drop-down list:
The project's ifs.ini file entry is: DisableActivityLog
|
License Feature Name
|
The name of the license feature that you want to use with the Server.
|
Debug Log DataMapper
|
Activates the Data Mapper log that is created under the Magic xpi logs folder. Select one of the following from the drop-down list:
Note:
|
To see the SQL statement containing the data that the Data Mapper sends to the database, you should select Yes.
|
|
The project's ifs.ini file entry is DebugMapper
|
Debug Log SFDC
|
Activates the Salesforce component log that is created under the Magic xpi logs folder. Select one of the following from the drop-down list:
Note:
|
When working with the Salesforce connector's Replicate Last Update Method, the sfdc_logs folder is created under the logs folder to show the specific IDs that were created.
|
|
The project's ifs.ini file entry is DebugSFDCComponent
|
Debug Log Dynamics CRM
|
Activates the Dynamics CRM component log that is created under the Magic xpi logs folder. Select one of the following from the drop-down list:
The project's ifs.ini file entry is DebugMDCRMComponent
|
Debug Log SharePoint
|
Activates the SharePoint component log that is created under the Magic xpi logs folder. Select one of the following from the drop-down list:
The project's ifs.ini file entry is: DebugSharepointComponent
Since version: V3.2 SP3
|
Debug Log Exchange
|
Activates the Exchange 2007 component log that is created under the Magic xpi logs folder. In Trigger mode, Exchange 2007 trace files are created in addition to the component log. Select one of the following from the drop-down list:
The project's ifs.ini file entry is: DebugExchangeComponent
Since version: V3.2 SP3
|
Once you have made the required changes, click OK to update the ifs.ini file.
To access the IFS Settings interface from the Magic xpi Studio:
-
If a project is currently open in the Magic xpi Studio: On the Project menu, click IFS Settings to open the IFS Settings dialog box. If the project already has an ifs.ini file, the flags' values are read from and written to this specific ifs.ini file. If the project's ifs.ini does not yet exist, the ifs.ini values are read from the ifs.ini template that is located in the Magic xpi root folder. When clicking OK, a new ifs.ini file is created in the project folder, containing the values that you set in the IFS Settings interface.
-
If there is no project currently open in the Magic xpi Studio: On the Tools menu, click IFS Settings to open the IFS Settings dialog box. When accessed from here, the IFS Settings interface modifies the ifs.ini file, contained in the Magic xpi root folder, that serves as a template for new projects. The flags' values are read from and written to this template.
To access the IFS Settings interface from the Magic xpi Monitor:
-
From Multi Project view: On the Environment menu, click IFS Settings to open the IFS Settings dialog box. This enables you to edit the ifs.ini file, contained in the Magic xpi root folder, that serves as a template for new projects.
-
From Project view: On the Environment menu, click IFS Settings to open the IFS Settings dialog box.
Note:
|
-
IFS settings accessed from the Magic xpi Monitor are applicable only to local machines.
-
If the ifs.ini file does not exist, an error message is displayed.
|
|
|
Since version:
|
V3.2
|