ERROR PipelineAbort:Catalog name MyCatalog is already in use.In between minion runs I had been running the following DevOps calls in postman to ensure a fresh start:
- {{OpsApiHost}}/{{OpsApi}}/CleanEnvironment() - Cleans the environment of all entities
- {{OpsApiHost}}/{{OpsApi}}/Bootstrap() - Bootstraps commerce, if this is not run you may not be able to add categories
- {{OpsApiHost}}/{{OpsApi}}/InitializeEnvironment(environment='MyEnvironment') - as above
However the error was still appearing, even though the catalog no longer existed. To solve this error one of the following will usually work:
- Restart IIS to clear any caches
- Run the cache clear using the devops postman call {{ServiceHost}}/{{OpsApi}}/ClearCacheStore()
Doing these, stopped the error and my catalog would successfully be created again.
No comments:
Post a Comment