cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ant updatesystem -DconfigFile not working

0 Likes
929

Hello,

I want to do exactly the same as in is now possible in HAC: Go to HAC->Update and select a set of checkboxes to apply project data for backoffice+my own specific extensions.

I read somewhere that I can do this with -DconfigFile, so I clicked "dump configuration"

ant updatesystem -Dtenant=master -DconfigFile=../../../urs-config.json > ../../../update_67_2.txt

But in the resulting log there is nothing indicating that project data was applied! It seams to apply only essential data, while if I go it through the UI in HAC, then project data is applied for the modules selected! Any ideas???

There is no error. It just doesn't apply the impexes from my project data of my extensions.

Here is an excerpt of my json file:

{ "init": "Go", "initmethod": "update", "clearhmc": "true", "essential": "true", "localizetypes": "true", "backofficesolrsearch_sample": "true", ........ "filteredPatches": "true" }

Accepted Solutions (1)

Accepted Solutions (1)

mpern
Product and Topic Expert
Product and Topic Expert
0 Likes

Unfortunately, the configFile mechanism has a bug at the moment and skips project data. https://jira.hybris.com/browse/ECP-3132

The fix is scheduled for the next patch release.

Answers (0)