Has anyone had an issue where they have tasks associated to an instance that no longer exists? When I deleted an instance of my process, the tasks still exist. There are currently no instances at all, yet tasks exist and list an associated instance.
Question
Question
Replies
Did you get any error when delete the instance? Do you still have the database backup before delete the instance? Can you work with your VAR to open a support case by providing us with your database backup?
No errors. I believe we have the database backed up. What is a VAR?
I took a look at the bp_main_instances table and the instances are actually in that table, but they do not display for the admin user. The tasks do. Thoughts?
VAR is short term for Value Added Reseller. It should related to the instances are not correctly deleted. After you delete the instance, there should be no data for it in the cf_bp_main_instances table. Is the value of the status for the problem instance "99"? If the value is "99", you can run "exec Forms_MigrationDeleteMainInstances " directly on your database to delete these instances.