17-11-22 04:39 PM
14-07-23 07:28 PM
Thanks @Eric Wilson,
I was able to follow an online guide to get the list of dependencies by
In addition, I have also logged a support ticket as advised.
Thanks
03-08-23 12:36 PM
Thanks @Eric Wilson and everyone else.
I logged it as a support ticket, and it turned out a particular VBO had two instances, which created the error.
This VBO was identified by this script provided by the Support Team.
SELECT name, COUNT(*)
FROM BPAProcess
GROUP BY name
HAVING COUNT(*) > 1
On deletion of the duplicate instance of that VBO, I was able to tick the "Export Dependencies" option and obtain successful exports.
Thanks again.