I currently have several hung transfer status notifications happening. I have attempted to clear, restart server, sql modification but no luck.
You can cancell this under the NCM_TransferQueue Launch Orion DB manager>expand Orion DB Locate and query for this table NCM_TransferQueue You can delete the entry which is hanging from the webconsole. Hit Enable editing, > >select the row>delete row You can run the query below to remove all records. It will be populated once more once you have run the job again. Truncate table NCM_TransferQueue Regards