Deletion of Favorite list using pqdMgr utility
Hi,
We are trying to delete the favorite list using pdqMgr utility. As per mentioned in the guide we are deleting favorite list by supplying an xml to the utility.
pqdMgr -d path_of_the_domain -delete path_of_the_xml
Now the problem is that we are trying to delete more than one favorite list using this utility in the global domain the supplied xml works fine but the same xml supplied to delete favorite lists in the local domains it does not work and give me the below error:
The xml file looks like as mentioned below:
<? xml version="1.0" encoding="UTF-8" ?> <pqdlists> <pqdlist name="2015 WK40" hier="prod" operation="delete"> <access level="world"> </access> </pqdlist> <pqdlist name="2015 WK34" hier="prod" operation="delete"> <access level="world"> </access> </pqdlist> </pqdlists>