Trouble with ReserveTicketsSpecifiedSeats and Seats Donated for Resale

Former Member
Former Member $organization

Hi, all!  I am having an issue where we have seats donated for resale in our Test system, but the ReserveTicketsSpecifiedSeats API call refuses to let me purchase them, giving the following error:

Tessitura.WebAPI.TessituraSeatServerErrorException: TESSITURA_SEATSERVER_EXCEPTION:Error 50000: {One or more of the selected seats is not available}

   at Tessitura.WebAPI.SeatServer.SeatServerConnectionImp.ReceiveResponse(String sessionKey, UInt32 requestId, StatelessCommand command, MessageHeader& header, Byte[]& messageData)

   at Tessitura.WebAPI.SeatServer.SeatServerConnectionImp.ExecuteSqlInternal(String sessionKey, Boolean forceEstablish, String command, SeatServerPool pool, Boolean preBroadcast)

   at Tessitura.WebAPI.SeatServer.SeatServerConnectionImp.ExecuteSql(String sessionKey, String command, SeatServerPool pool, Boolean preBroadcast)

   at Tessitura.WebAPI.SeatServer.SeatServerConnection.ExecuteSql(String sessionKey, String command, SeatServerPool pool, Boolean preBroadcast)

   at Tessitura.WebAPI.SeatServerTicketer.FindSeats(SeatRequest oSeatRequest)

   at Tessitura.WebAPI.Tessitura.FindSeats(SeatRequest oSeatRequest)

   at Tessitura.WebAPI.Tessitura.ProcessSeatRequest(SeatRequest seatRequest)

   at Tessitura.WebAPI.Tessitura.ReserveTicketsDirect(String sWebSessionID, String sPriceType, Int32 iPerformanceNumber, Int32 iNumberOfSeats, Int32 iZone, String sSpecialRequests, String RequestedSeats)

   at Tessitura.WebAPI.Tessitura.ReserveTicketsSpecifiedSeats(String sWebSessionID, String sPriceType, Int32 iPerformanceNumber, Int32 iNumberOfSeats, Int32 iZone, String sSpecialRequests, String RequestedSeats)

Any ideas on what I may be missing here?

Thanks in advance!

Parents Reply
  • Unknown said:
    Janelle - Did you ever get an answer to your question?  We're having the same issue with donated seats not showing up on our SYOS map.  We have a custom website.

    Christina,

    I found the solution here. 

    Because when you choose a seat that will leave an Orphan seat. That means you leave single seats parameter in either empty or N on ReserveTicketSpecifiedSeats method. Here how I set up on this parameter

    $var = array(...., 'SpecialRequests'=>"LeaveSingleSeats=Y", ...);

    I am using PHP to call this method. Now, you can select your own seats.

    http://www.tessituranetwork.com/Community/forums/t/4204.aspx

    Hope it helps.



    [edited by: Harry Hoang at 1:01 PM (GMT -6) on 22 Nov 2016]
Children
No Data