For those of you that use Terminal server, Have you found a way to use only one Tessitura ini file?
Currently, We create a file for each Terminal user with the host name set to their username and drop it into their app folder. We are moving to Terminal Server 2008 and would like to get it down to just one file.
Thanks,
Marty
Marty,
You can use system Variables in your INI file. For example try hostname=%USERNAME%
-Rich
Interesting. Marty, we have the same setup. Rich, what happens to user preferences in that case? (e.g. default ticket printer, frame height & width, etc.) Would you then only need one copy of the PBVM folder?
~Dan
Our Tessitura icon captures the username using the variable to point to a folder under each users profile.
"C:\Program Files\Impresario Test Client\tessitura.exe" c:\documents and settings\%username%\application data\tessitura\tessitura_test.ini"
Each user has their own Tessitura.ini and Tessitura_Test.ini file in their application folder where the hostname is hard coded with their username. These ini files then point to the System32 master ini file.
Do each of your users have their own ini files? If not, how is yours setup? Are your users able to store their preferences such as default printer?
If you want your users to keep all of their preferences than you would need separate ini files for each user. If you only care about default printers and you can get that down to different printers for different groups than you could create as many INI files as there are printer possibilities and create the shortcut to point to them by group policy. Hope that helps.
Sounds like we will need to keep doing it the way we are. I was hoping that I could find a easier way.
Thanks for the help.
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=====
Hi Marty
It is possible to have one ini file but you will not able to store each users preferences. When you update your preferences these are stored in the ini file.
Thanks
Nick
Nicholas Insell Rheolwr Cronfa Ddata Database Manager Canolfan Mileniwm Cymru Wales Millennium Centre
029 2063 4672 www.wmc.org.uk
nodwch rif ffôn NEWYDD y Swyddfa Docynnau please note NEW Ticket Office number 029 2063 6464
Cysylltwch yn Gymraeg neu'n Saesneg fel dymunwch Contact us in English or Welsh as you prefer
Meddyliwch am yr amgylchedd cyn printio / Please consider the environment before printing this email
From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Marty Jones Sent: 15 March 2010 17:52 To: Nick Insell Subject: [Tessitura Technical Forum] Terminal Server Logins
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!
Ken,
Would you be willing to share your VB Script? It would make life easier.
Would you be willing to share the script, it would be very useful to see.
David Armstrong
Information Technology Manager
Cincinnati Symphony and Pops Orchestras
Riverbend Music Center
May Festival
513-621-1919
|Cincinnati Symphony | Cincinnati Pops | Riverbend Music Center | May Festival |
From: Ken McSwain [mailto:bounce-kenmcswain5454@tessituranetwork.com] Sent: Monday, March 15, 2010 10:22 PM To: David Armstrong Subject: Re: [Tessitura Technical Forum] RE: Terminal Server Logins
Hi Marty We automate creating the individual ini file when the person opens Tess for the first time. We use a vbscript to start Tess instead of the bat file, and that has a section that checks if an ini aready exists for the user, and if not then it grabs a generic ini, modifies it for that person, and plonks it into their local app data folder. That works fine, and there's no manual setup work to do. That was the best we could come up with. Ken McSwain +61 (0)418 659 360 Sent from BlackBerry
From: Tessitura Technical Forum <forums-technical@tessituranetwork.com> To: Ken McSwain Sent: Tue Mar 16 06:52:17 2010 Subject: RE: [Tessitura Technical Forum] RE: Terminal Server Logins
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=====
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! 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!
Hi guys
I've put the vbscript in my files area
http://www.tessituranetwork.com/COMMUNITY/members/kenmcswain5454/files/default.aspx
It's called tessitura_start.txt, because tessweb wouldn't let me post a .vbs file (very sensible of it)
Ken
Thanks Ken!
Thanks Ken.
Dave