Click here to Skip to main content
15,886,813 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,

I do have an eCommerce website in place and using Microsoft commerce server 2009 as a back end. Sometimes order no sequence is missing but I don't find any bugs or event logs. Please do let me know what I could do so that this problem should not occur again.

Regards,
Sriram

What I have tried:

not found anythign related to missing orders
Posted
Updated 9-Jun-16 2:34am

1 solution

Your question is anything but clear but seems to be questioning the behaviour of Microsoft Commerce Server 2009. In which case it would make sense to direct the question to the vendor - Microsoft Support[^]

In my own experience of similar systems the order number is allocated on selecting "New Order" but if the order is not progressed then that number is discarded (in the same way that IDENTITY columns in SQL server work), so you would expect gaps in the sequence.

It would be a simple case to put a specific test through to prove/disprove this theory.

Probably your best bet to prove this is to turn on tracing for this area - How to Trace Commerce Server Events[^]. Once you observe the behaviours you are concerned about then capture and examine the log. I also advise you to turn tracing off as soon as possible afterwards as it usually impacts on performance.
 
Share this answer
 
Comments
Member 9238923 14-Jun-16 7:36am    
Your comments means a lot. Thanks :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900