Symptom
You are using SAP Commerce 2205 patch 2 and you are trying to run an update from the Administration Console (HAC), checking one or more project extensions.
It fails during the Creating project data step, with logs similar to:
################ Creating project data
FINISHED. The initialization took: 0d 00h:01m:07s:514ms
Instead of:
################ Creating project data
Creating project data for scripting ...
Creating project data for processing ...
Creating project data for impex ...
...
FINISHED. The initialization took: 0d 00h:01m:24s:965ms
The checkbox element in HTML file looks like
<div class="extensionBox active">
<input type="checkbox" disabled="">
<label for="impex_sample">impex</label><br>
</div>
But should look like
<div class="extensionBox active">
<input type="checkbox" id="impex_sample" checked="checked" disabled="">
<label for="impex_sample">impex</label><br>
</div>
Read more...
Environment
SAP Commerce OnPrem, release 2205.2
Product
SAP Commerce 2205
Keywords
KBA , CEC-SCC-PLA-PL , Platform , Known Error
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.