on 2018 Dec 17 3:02 PM
In our project we've created an impex file essentialdata_usergroups.impex. We'd been surpised when we started updatesystem and the impex has never been executed, however the logs showed us that the impex was processed successfully. After several hours of research and debugging I've found that the class ImpExSystemSetup has an issue. It tries to open InputStream for reading an impex and uses its relative path inside the extension. However in case when some other OOTB extension has its own impex with the same file name, it is processed instead of our file. In our case the impex with the same file name was found in commerceservices extension.
breakpoint inside importCSVFromResources():
Incorrect full path of impex file:
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.