We recently deployed v11 in our DEV environment. I am going through the installation steps from SOAP_API_Deployment_Guide to confirm everything is intact. On step 6, Tessitura asks you to perform 3 API calls to confirm the installation was successful:
I am getting an error when testing all 3 calls: "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'"
In the WebApi web.config file, I am using the following connection string:
<
add key="CONNECTION_STRING" value="Data Source=IT-TessDEV;Initial Catalog=impresario;Integrated Security=SSPI"/>
Help, please? :) Thank you in advance.
Matthew
Try adding the username and password for the WebAPI user to the connection screen like:
add key="CONNECTION_STRING" value="Data Source=IT-TessDEV;Initial Catalog=impresario;User ID=youruserid;Password=yourpassword;Integrated Security=SSPI"/>
Fernando Margueirat Business Analyst The National Ballet of Canada 470 Queens Quay West Toronto, Ontario M5V 3K4 P: 416 345 9686 x453 F: 416 345 8323
From: Tessitura Web Forum [mailto:forums-tessitura-web@tessituranetwork.com] On Behalf Of Matthew Cohen Sent: January-29-13 8:33 PM To: Fernando Margueirat Subject: [Tessitura Web Forum] GetAPI Diagnostics Error
You were sent this email automatically because you subscribed to the Tessitura Web forum. You may reply to this message to post to the Web 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!
Yeah that did the trick. I figured this out earlier and forgot to update the post. Thank you.