We are beginning to run into problems of users not holding or closing their batches at the end of the workday, then, having to hold the post until the offending batch can be held/closed. We were wondering how others deal with this problem.
You can run a script to put the batch on hold and then close it (if you don't know the users password you can change it via security, log in and close the batch)....
--- run this query first and then again after the update --- statement to check the batch status (asterisks will be the batch no) select
--- run this query first and then again after the update
--- statement to check the batch status (asterisks will be the batch no)
select
* from t_batch where batch_no = ****
The above will show you the status of the batch before and after you run the update below... --- run this to put the batch on hold
--- run this to put the batch on hold
update
t_batch set status = 'H' where batch_no = ****
From: Lee Schlosser <bounce-leeschlosser6477@tessituranetwork.com>Sent: 12/7/2009 3:10:24 PM
Please consider the environment before printing this email. =====This message is intended for the addressee(s) named and may contain confidential information. If you are not the intended recipient, please delete it and notify the sender. Views expressed in this email are those of the individual sender and are not necessarily the views of the Sydney Opera House Trust=====