Question
Murex
LB
Last activity: 13 Jun 2019 3:56 EDT
Dedicated Index having an empty name
After the upgrade to PEGA 8.2, we faced a problem in the search landing page where there are 3 types of indexes: the Default Index, the Dedicated Index and the Custom one.
We clicked on refresh button, and faced a fail because we have an EMPTY dedicated index (Check the attached screenshot).
Can you please help on how to delete an empty dedicated index, or on how to call the api that deletes all the Indexes (Like the delete button that calls a local action pzDeleteIndex that deletes the Index by name calling the OOTB activity pzDeleteIndex:
1st Java Step Pega.getIndexAdminAPI().deleteIndex(indexName);)
Can you please provide us with the API that we can run to delete all the indexes.
Thanks,
Joseph
***Edited by Moderator Marissa to update platform capability tags****