point upgrade from 15.0.x to 15.1.x

Hi everyone,

We're going to be doing our upgrade from 15.0.3 to the latest version of 15.1 this month, and I was wondering if there are any 'gotchas' we should be on the lookout for?  I would assume there's minimal technical issues as it's not a major release, but, well, assumptions are bad!  

Thanks,
Kathleen

Parents Reply Children
  • I will be honest, I do not do the the primary web coding for our website (though I do some of it).  So in this particular instance, since it was one of the more complex things involving transactional data, I do not have all the details, as our web developers took care of this change.  Here is what they told me at the time:  "Tessitura changed a datatype in the shopping cart which broke the contract between our code and their API. We’ve updated our code to comply with this and [it is working again]".

    We were going from 15.1.1 to 15.1.5 at the time.  I will see if I can find out more from them.  Sorry if that is not extremely helpful.

  • How about that, I got a quick response.

    Okay, so here is what I got back when asking about what calls/datatypes were affected in this change:  "Any call related to getting cart details (GetCart, GetCartBrief, GetOrderDetails) failed due to the Contribution table of the returned dataset changing its ‘db_status’ property from a 16bit to a 32bit integer (‘short’ to ‘int’)."

    Looks like this is SOAP API stuff only, and our developers promised that these issues would lessen once we were fully on REST, so depending upon where you are in that transition might tell the tale of how this does or does not impact you.  But it does sound like it is an easy enough fix if you know to look for it.

  • Thanks so much, John. I've passed this along to our developers!