Search found 3 matches

by CraigS
Mon Aug 21, 2023 10:43 am
Forum: Integration Development
Topic: Error opening an order
Replies: 4
Views: 4613

Re: Error opening an order

Yes, it's possible that multiple threads are trying to open the same order at the same time. Our server package implements an http listener that accepts incoming http requests to initiate the action of opening the order and saving the note. It's certainly possible that there are multiple http reques...
by CraigS
Thu Aug 17, 2023 2:21 pm
Forum: Integration Development
Topic: Error opening an order
Replies: 4
Views: 4613

Re: Error opening an order

Thank you for your reply. Here is the code that we use to open an order and add a note to the order using a method called AddNote. Below that are the GetOrderStore and OpenOrder methods that are called from AddNote. public APIResponse AddNote(string orderNumber, string note, string categories) { // ...
by CraigS
Wed Aug 16, 2023 1:59 pm
Forum: Integration Development
Topic: Error opening an order
Replies: 4
Views: 4613

Error opening an order

Hello, We are receiving this error sometimes when opening an order through the SoftPro SDK. Any ideas on what would cause this error and how to prevent it? This code is running inside a SoftPro Server Package. Thank you. NHibernate.Exceptions.GenericADOException: could not delete collection: [SoftPr...