Version 6.65.05This version of Theatre Manager contains a significant change - a new data bridge for those using the server version and a number of changes to address sites that were seeing record locking issues.There are some additional reports and minor enhancements. Version 6.65.02 is identical to version 6.64.14 except that it requires the new data bridge. If you are arealdy at version 6.64.14, you have all the functionality contained in this version except the lock solution and releasing of workstation licences. Released June 12, 2005 |
Key changes:
Note: Read prior release notes for any mandatory web pages changes. There are some suggested web page changes for this version. |
| Before upgrade |
|
|---|---|
| After upgrade |
|
| Optional Steps |
|
| Time Required |
|
The steps below are a guide to updating Theatre Manager to run Theatre Manager’s Data Bridge 1.4. Please read it first before starting and do not begin unless you have sufficient time to complete the tasks before the box office needs to open. If you would prefer, please contact support line and we’ll guide you through the setup process. The process differs for Macintosh and PC.
NOTE: Once you start this upgrade, you will not be able to log back into Theatre Manager until the entire process has been completed.
NOTE: If you are NOT licenced to use the databridge, do not do any of the following steps. Simply upgrade Theatre Manager as you normally would
Prior to upgrading:
| Windows 2000/2003 server or XP Pro Server | Macintosh | |
| Stop Databridge Services |
|
|
| Remove Databridge Services |
|
|
| Deleting the ODB Folder |
|
|
| Windows 2000/2003 server or XP Pro Server | Macintosh | |
| Installing the Databridge | Download the databridge for Windows and save it to the desktop (if you have not already done so)
|
Download the databridge for Macintosh and save it to the desktop (if you have not already done so)
|
| Install Databridge Services |
|
At the 'Install Theatre Manager Data Bridge' dialog, the actual installation will begin
|
| Customize the ODB Configuration File | NOTE: This step ONLY needs to be done if your C:\BoxOffice folder is located on a different drive
|
On the server, follow the steps for installing Theatre Manager 6.65 first (below). It is very important that you click the step 'Update Config File'. The steps are:
Note: the default configuration for OS-X is that the database reside in the BoxOffice folder. We know of no sites that have changed the default database location. If you have, please contact us for instructions. |
| Restart Server |
|
|
| Start Databridge Services |
|
The databridge will restart automatically if you clicked that option in the instructions during the install. |
| Windows 2000/2003 server or XP Pro | Macintosh | |
| Keep Theatre Manager's Serialization Files |
|
Note: If you have followed the instructions above, then at the server, you have already done Keep Theatre Manager's Serialization Files and Install Theatre Manager 6.65. Do not do them again at the server. Proceed to Upgrading Theatre Manager's Database.
|
Install Theatre Manager 6.65 |
Download Theatre Manager for Windows and save it to the desktop (if you have not done so).
|
Download Theatre Manager for Macintosh and save it to the desktop (if you have not done so).
|
| Upgrading Theatre Manager's Database |
|
|
| Install Theatre Manager on remaining workstations | On each of the workstations that are running Theatre Manager, repeat the steps above to upgrade the Theatre Manager program. Follow the steps to:
If you have both Macintosh and Windows computers at your venue, follow the appropriate process for each machine. |
|
If you have any questions about upgrading to version 6.65, please call the support line (403) 536-1211 (Monday through Friday, 8:00AM - 5:00PM MST) or email us at support @ artsman.com
You can update your pages to match the template pages by:
Back Button Solution
To fix the 'back button' issue by changing the time when cookies are loaded on the patrons web browser, find all lines in all web pages that contain the word 'onload=reloadNav()'. You will should only find them in the <body ...> tags. This change may need to be made in about 160 pages in the web folder, so a mass find and replace using a web editing tool (such as dreamweaver) will make things easier. If you are not comfortable making this change, you may contact us and we will do this for you for a nominal fee.
Find code that looks similar to
<body class="background" onload=reloadNav()>
and change it to
<body class="background">
<script language="JavaScript" type="text/JavaScript">
reloadNav();
</script>
Other pages that changed in the demo pages that you may wish to look at and change in yours - or ignore completely if things are working at your venue:
Replace With:
<TD class= "tablerowheader" align="right">Mail Notifications</TD>
<TD class= "tablerowdetail" align="left">
<input name="C_DO_NOT_MAILP" type="radio" id="C_DO_NOT_MAILP" value="NO" checked>
Please mail me periodic news and event updates
<BR>
<input name="C_DO_NOT_MAILP" type="radio" id="C_DO_NOT_MAILP" value="YES">
Please do not mail me updates
</TD>
</TR>
<TR>
<TD class= "tablerowheader" align="right">E-Mail Notifications</TD>
<TD class= "tablerowdetail" align="left">
<input name="C_DO_NOT_EMAIL" type="radio" id="C_DO_NOT_EMAIL" value="NO" checked>
Please E-Mail me periodic news and event updates<BR>
<input name="C_DO_NOT_EMAIL" type="radio" id="C_DO_NOT_EMAIL" value="YES">
Please do not E-Mail me updates
</TD>
</TR>