on 2021 Aug 05 7:22 AM
Hi Experts,
After migrating from 6.7 to 1905 hybris version the Backoffice script generator suddenly stopped working.
When trying to generate scripts in Backoffice through script generator then a popup is displayed with the error message "contact system administrator".
Attaching the log trace for the above error!
Any leads or help would be appreciated?
Request clarification before answering.
And you can create a support ticket to SAP for help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ahmed,
I don't have 1905 package and thus checked it in 2105. generateColumnDescription method calls generateColumnTypeDescription if attribute is of ComposedType and generateColumnTypeDescription calls generateColumnDescription for each attribute.
Now it could be that you have really complex data model and the memory allocated is not sufficient for the script to be generated.
Second, and more likely is that there could be a cyclic dependency in your data model (not sure if hybris allows that or not) but it could be that datatype A is having B and B is having C and C is having A, so A->B->C->A is cyclic. To find out the issue, you can extend AbstractScriptGenerator to create your own version that logs the attribute name it is working on. Then once the StackOverflow error happens, from the log you will get to know which attribute is causing the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
16 | |
2 | |
2 | |
2 | |
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.