Zero Copy Connector for ERP system properties
Review the system properties for Zero Copy Connector for ERP.
| Property | Type | Description |
|---|---|---|
|
com.snc.uib.sn_erp_integration.debug.level |
integer |
Debug log level.
Logging is done in class ERPIntegrationLog. |
|
glide.ui.sn_erp_integration_etl_extraction_source_activity.fields |
string | Extraction tables activity fields. |
|
glide.ui.sn_erp_integration_model_activity.fields |
string | ERP Model activity formatter fields. |
|
glide.ui.sn_erp_integration_remote_table_activity.fields |
string | Remote table activity formatter fields. |
|
glide.ui.sn_erp_integration_scheduled_extraction_activity.fields |
string | ETL Scheduled Extraction formatter fields. |
| sn_erp_integration.catalog_service_path (this property must be created manually) | string | After the hostname and port, this path is used to connect with any SAP catalog service. The default is: /sap/opu/odata/iwfnd/CATALOGSERVICE;v=2/ServiceCollection. After creating the property and setting it to true, a
list of all services is retrieved from SAP. The information is stored in an XML file and attached to the system record. The XML can be used later. For example, parse the XML while offline with no connection to SAP.
Remarque : If there's an update in the catalog service and you want to update the table catalog information, first remove the attachment displayed on the ERP Systems page. Then, run the retrieval process again to refresh the
list. |
|
sn_erp_integration.db_memory_limit_mb |
integer | Database memory limit in megabyte per request. When limit is reached, data is written to disc. |
|
sn_erp_integration.debug.sapresponse.size |
integer | Number of bytes of the reply from SAP probe to output from step that calls SAP. |
|
sn_erp_integration.enableModelModification |
true | false | Allows cloning and changes of models in Zero Copy Connector for ERP application. |
|
sn_erp_integration.heartbeat_enabled |
true | false | Turns heartbeat feature on/off. |
|
sn_erp_integration.keep_pages_on_mid_on_error |
true | false | Do not delete data on mid server when errors occur. |
|
sn_erp_integration.max_in_loaded_state |
integer | Maximum pages in loaded state per process. When more pages are in loaded state, ETl process waits until less pages are in loaded state before sending next batch. |
| sn_erp_integration.odata_max_record_fetch_limit | integer | Limits the number of records fetched for GET calls by adding the $top parameter to the OData calls. This reduces the number of records read from the Odata endpoint. |
| sn_erp_integration.odata_service_path (this property must be created manually) | string | After the hostname and port, this path is used to connect with any SAP OData service. Add a URL in Value to specify the OData service. The default is: /sap/opu/odata/sap. |
|
sn_erp_integration.probe.paging.tech |
choice list | Paging technology. |
| sn_erp_integration.response_timeout | integer | Specifies the timeout value for OData response. If OData calls are timed out frequently, increase the timeout value. Specify the value in seconds. The default is 100 seconds. This value is used for responses both from external web and from a MID Server. |
| sn_erp_integration.result_page_size | integer | Number of records to retrieve from the external system. The default global property for all extractions is set to 50. To override the global property, specify an extraction source specific page size with the sn_erp_integration_result_page_size system property. |
|
sn_erp_integration.sap_output_pagesize |
integer | Page size of output from MID Server. |
|
sn_erp_integration.sap_pagesize |
integer | Page size for database requests from MID Server to SAP. |
|
sn_erp_integration.save_erp_attachment |
true | false |
Set this property to true to save the latest response from your ERP system as an attachment on the ERP remote table. Updating the attachment setting on the ERP remote table to "use attachment" skips the request to the ERP system and shows the data stored in attachment. Requires the sn_erp_integration.erp_admin role to change. |
|
sn_erp_integration.storage_pagesize |
integer | Size of each batch insert to storage after response from SAP. |
| sn_erp_integration.use_cookies | true | false | Specifies if cookies must be used for OData connection. |
| sn_erp_integration.use_csrf_token | true | false | Indicates if CSRF token should be sent for OData calls in Zero Copy Connector for ERP operations. |