Hello,
Is it possible to run an instance of both the LIVE and TEST clients simultaneously? If so, how would I go about setting that up? I already have them installed on separate directories locally.
Thanks, Michael J
I am currently trying to accomplish this and I took the steps listed below: created a dummy machine name in TX_MACHINE_LOCATION in the TEST client then added a line to the Tessitura_Test.ini file that said HOSTNAME=<the dummy machine name>. I am still getting the error "Tessitura is already running for this hostname. It cannot be started more than once per hostname. [impresario.af_register_application_instance.13]"
Can anyone tell me what I am missing?
Thanks,
Ashley
YOu have to point the target of the shortcut for the test instance to that ini file so something like - I:\Startup\Impresario\Tessitura_Start.bat C:\Users\lxxx\WINDOWS\tessitura2.ini (location of the second ini file)
It appears to be point to the file I edited
T:\Startup\Tessitura_Test_start.bat "c:\tessitura_test.ini"
I didn't create a new tessitura_test.ini file - I just added the host name to that one that was there. Do you think that is my problem here? Is creating a new one the key?
For us, the file that I edited lives at the root of C:
I didn't make any changes to the master. I am looking to make this change for myself and one other coworker and not organization wide.
Thanks for your help!
Are you using quotes in the target? If so, try removing them as we work without quotes..
Thanks. I just tried removing the quotes with no success.
The first lines of my local Tessitura_test.ini file are:
[sqlca]MasterIniFilePath="\\fst\Tessitura\startup\tessitura_test_master.ini"
hostname = Tessitura1
Lol! Totally didn't see this until after I posted my resolution. That was it ^^^ I had the host name line in the wrong spot.
Thank you!