I am getting the following error on a non-admin client. Everything seems to be working just fine for admins but the for the first non-admin client I tried I get this. Note that the user is able to login just fine but the error shows up after that.
The following services do not have endpoints properly configured:
Constituent Service
ReferenceData Service
Transaction Service
WebReports Service
Thanks for the help!
Marty
Remembering the hoops we jumped through to get the clients working- Do you have .NET 3.5 and 4.0 Full installed on the machine in question?
Hi Marty,
Good day.
I think it could be something wrong with the IIS web site setup.
you can check server_preparation_for_v11.docx, the IIS part. (Anonymous Authentication).
thank you for your time.
have fun
Ben
Boann and Ben,
Thanks for the help, I checked both of your suggestions and both seemed fine. I did however find the issue. Us here in IT were pulling from the Tessitura_test_Master file located in the startup folder of our Test server where everybody else pulls from the Tessitura_test_master file located on the T: drive which is the production box. When I did the upgrade, you are supposed to add this to the master file
[Services]
ConstituentService=https://website/ConstituentService/
ReferenceDataService=https:// website /ReferenceDataService/
WebReportsService=https:// website /WebReports/
TransactionService=https:// website /TransactionService/
I only did this on the master file in the test server and not where everybody else pulls from.
Thanks again for the help.
From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Ben Gu Sent: Thursday, June 07, 2012 7:53 PM To: Martin A. Jones Subject: Re: [Tessitura Technical Forum] V11 Client Error
From: Marty Jones <bounce-martyjones7649@tessituranetwork.com> Sent: 6/7/2012 3:57:45 PM
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!
Getting a similar error at the same point. Logon is fine and client works fine after acknowledging the error. ( The services are connecting to the correct database server). Endpoints are correct and the ini file is correct (per instructions). Support has not been able to determine the cause at this point. Anyone else see this?
-------------------------
The following services are configured for the incorrect database server:
This is caused by differences between the db.instance.name in the TIM config file and the master INI file value for [sqlca] servername. (i.e. FQDN and non-FQDN).
Error disappears when they are synchronized.
thanks, that is all.
dave
These are purely textual values used for comparison as a warning to admins when a client application might be pointing towards, for instance, the TEST system for the DB connection while using the LIVE Services.
This error also commonly appears when the IP was used during the services install and the Servername/FQDN is used in the application config (master INI).
+Ryan Creps
+Tessitura Network
From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of David GrimmerSent: Friday, June 15, 2012 2:34 PMTo: Ryan CrepsSubject: Re: [Tessitura Technical Forum] V11 Client Error
From: David Grimmer <bounce-davidgrimmer7887@tessituranetwork.com>Sent: 6/15/2012 12:09:07 PM
--------------------------------------