- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi ankitkochar,
The instanceName is an internal personalisation code that is inbuilt into product.
Also the cleanup module is all a blackbox, you cannot tab into the code. If you wish to have a read of the SQLs it is firing dedicated to your instance, please go to command line of the server and type following command
nlserver cleanup -instance:instanceName -tracefilter:wdbc
It will present the cleanup workflow to run from command line but then you have to go to folder /var/<instanceName>/log and you will see a cleanup.log file.
It will contain all SQL commands fired.
There is also an official documentation page which explains what all tasks are performed by this workflow
https://docs.campaign.adobe.com/doc/AC/en/PRO_Data_processing_Database_cleanup_workflow.html
Regards,
Vipul