Here is a problem we are seeing since our recent upgrade from 14 to 15.1.
This is a custom web site, and we send order confirmations from here. The rendering of the confirmation email is done on the Tessitura side.
We are now sporadically getting a 400 response code on the /Templates/{templateId}/Order/{orderId}/Confirmation call. The error message is "Specified LoginName already exists for this WebLogin."
Without going too deep into the web code, I can confirm that:
More mysterious behavior:
BTW the template has no strange code. It's essentially the example template that ships with Tessitura, with extra markup.
Maybe a minor bug in the rendering call?
Tushar Samant
Chicago Architecture Center
Do you have any indication about the kinds or computers/clients software that are associated with these errors?
Last week we were chasing done an error that may be related to Android devices. I'm wondering if you have seen something like that in this case?
Hi, Tom,
The whole web app runs on a single platform: LAMP, aka Mysql and PHP. We don't have a separate mobile app. The API calls are technically hand-coded but essentially just PHP's built-in facilities.I would still be interested in the details of what you found. I had to put in at least one workaround for a quirk that seems .NET specific. Maybe another is needed. Thanks!
Tushar