Hi,
Am writing a new website that connects to our tessitura installation. When I try reserve seats using "ReserveTicketsSpecifiedSeats" it works fine if a user is signed in but if I try to reserve seats using the default constituent then seats are locked in the system but then I get an error saying
"Default Solicitor value not present in T_DEFAULTS table"
If I look at the table we a number of rows for Default Solicitor for various organisations we run through our system. Only one has a value of null that is for parent_table "Tessitura Web".
Is there a way I can tell the Tessitura, which row to look at depending on the organisation?
Thanks
Hi, Am writing a new website that connects to our tessitura installation. When I try reserve seats using "ReserveTicketsSpecifiedSeats" it works fine if a user is signed in but if I try to reserve seats using the default constituent then seats are locked in the system but then I get an error saying "Default Solicitor value not present in T_DEFAULTS table" If I look at the table we a number of rows for Default Solicitor for various organisations we run through our system. Only one has a value of null that is for parent_table "Tessitura Web". Is there a way I can tell the Tessitura, which row to look at depending on the organisation? Thanks This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Development Forum. You may reply to this message to post to the Development 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 Ken,
Thanks for your reply. Have set the session variable in the page_load using:
Session["organization_name"] = "Mayflower";
Have checked the value persists when the reserveseats function is called but still get the same error. There is definitely a value for this organisation set in the database.
Any ideas?