To troubleshoot product synchronization ,the following loggers with “trace” level can be turned on to see more information.
• FetchCharacteristics.java
• FetchCharacteristic.java
• FetchClasses.java
• FetchClass.java
• FetchProducts.java
• FetchProduct.java
• FetchProductClass.java
• ProductDataSync.java
• ChangeMarkerBasedSync.java
If no knowledgebase snapshot for classified product is created, check the setting for SettingProductSyncDownloadClassification. Classified knowledge is generated only if that setting is true.
The following settings play an important role in Product Sync Job.
- SettingProductSyncBatchSize
- SettingProductSyncDownloadProducts
- SettingProductSyncHierarchy
- SettingProductSyncDownloadClassification
- SettingUseDisplayMatNoFromBAPIForObjectName
- SettingProductSyncBatchMarkAsExportToCRM
- SettingProductSyncBatchSyncInactive
- SettingProductSyncDownloadProductSalesText
In characteristic sync, all the characteristics to be synced to MX can be seen in the ERP view “Z_ISS_CHARAC”, a similar table is created in the MX side, called “ISS_CHARAC”. The same concept is applied to classes (known as knowledge base in MX) and material (known as a product in MX). For classes, ERP view “Z_ISS_CLASSES” with table “ISS_CLASSES” is used. For products, ERP view “Z_ISS_MAT” with table “ISS_MAT” is used. All these tables have last changed date in ERP,
“LAEDA” in “ISS_MAT” and “VDATU” in “ISS_CHARAC” and “ISS_CLASSES”. The delta sync is done based on the difference of the last updated date.
For characteristic sync, you can type and search the new characteristics/dynamic attribute coming in “Model → Attributes Management”. You have to know that sorting is not supported.
For class synchronization, you can type and check the new class/knowledge base coming in “Model → Classes Management”. You have to know that sorting is not supported.
For material/product synchronization, you can check the new products coming in Product overview screen and sort by last updated in descending order and check whether new products are coming into the system or not.
Comments
0 comments
Article is closed for comments.