on 2016 Nov 23 9:34 AM
Hi Team,
we have a requirement to import impex files from the command line as a part DevOps automation.
we are executing below ant command for importing the impex files into the hybris system.
ant importImpex -Dresource=myLocalImport.impex
ant importImpex -Dresource=file:///Users/zeus/myLocalImport.impex
Though the ant command doesn't throw any error message, the impex changes are not reflecting the Hybris system.
If we try to import the impex files using HAC portal, then the changes are reflecting.
Please let me know if i need to run any other command after executing "ant importImpex"
Request clarification before answering.
Hi, , try
stop the server
ant clean all
ant importImpex....
restart the server
Reason behind is that when we do ant all then previous item type data is also persist in Database but when we do ant clean all then prevoius item type data is clean then it re-build.
hope it helps for you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 2 | |
| 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.