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.
We have enabled anyone with rights to post batches (Finance or Ticket Office managers) with the ability to run a report that allows him/her to close the batch. We usually do one post a day, in the morning, pre-dating the post to 11:59 pm the night before. This is so that we can include our web batch in the post. (Prior to live web sales, we posted at the end of the work day.)
We’ve had the issue, a couple of times, where someone has not closed a controlled batch, and it is unable to be closed because it is out of balance. Our batch posters do not know enough about controlled batches to know what to do with them, so I’ve gotten called in to close the batch so that the posting can occur. That’s a training issue with new employees, so is pretty rare.
Lucie
From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Lee Schlosser Sent: Monday, December 07, 2009 4:12 PM To: Lucie Spieler Subject: [Tessitura Technical Forum] Open Batches at Post Time
This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!
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 = ****
-----Original Message-----From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Lee SchlosserSent: Tuesday, 8 December 2009 8:12 AMTo: Brenda FehlbergSubject: [Tessitura Technical Forum] Open Batches at Post Time 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. This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!
From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Lee SchlosserSent: Monday, December 07, 2009 4:12 PMTo: Lucie SpielerSubject: [Tessitura Technical Forum] Open Batches at Post Time
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=====