Hi Eric,
I can create and delete the pending session manually via the GUI. Any ideas?
You can delete the pending session from Control room by right click --> Delete. This is our recommendation.
But if there is any reason, you may run sql script to delete the pending session.
(Please bear in mind that any modifications to the data is done by a Database Administrator. It is not normal practice to delete records from the tables, therefore it would be wise to have a DBA put the statements into a transaction in case you need to roll them back. Also, you should perform a backup of the data before performing the changes.)
There is a link between the Session and SessionLog tables via the Session Number value. To remove a specific session you will need to:
- Identify the "sessionnumber" number from the BPASession table based on your problem GUID. (for example, "1065").
- Delete the records in the BPASessionLog_NonUnicode table (or BPASessionLog_Unicode, if you are using unicode enabled logging) where the "sessionnumber" is the "sessionnumber" from BPASession (for example, all records where the session number is "1065").image
- Delete the record in the BPASession table where the "sessionnumber" identifies the specific record (for example, the one record with the session number "1065")/image
- Alternatively, you could archive the session logs to a point just after the failing session was initially run. Using this method would get the product to delete the session log record for you.
Please refer to the link below in our knowledge page.
http://portal.blueprism.com/customer-support/support-center#/path/1201067362
Cheers,
Nobu
------------------------------
Nobuhiro Tokushige
Product Specialist
Blue Prism
Australia/Sydney
------------------------------