This is an odd one and there are no error's to show here.
I have noticed a problem where multiple people are making a change to an item at the exact same time.
This doesn't happen often (still too often), but when it does That content item just disappears.
There's no error's in the log, there's no errors in the sql logs, it just seems to vanish without a trace. I've even manually queried for the item in SSMS and nothing comes up.
After having looked around online and spoken to a few people, they're suggesting that while an item is being saved, its getting corrupted and dropping out when the second save occurs.
I've also been told that it's because SQL Express has no protections for SQL Collisions. But I currently don't have the resources available to get a standard license in this case.
Has anyone come across anything like this before and could perhaps shed any other insight on it?
Collisions on saving
This is an odd one and there are no error's to show here.
I have noticed a problem where multiple people are making a change to an item at the exact same time.
This doesn't happen often (still too often), but when it does That content item just disappears.
There's no error's in the log, there's no errors in the sql logs, it just seems to vanish without a trace. I've even manually queried for the item in SSMS and nothing comes up.
After having looked around online and spoken to a few people, they're suggesting that while an item is being saved, its getting corrupted and dropping out when the second save occurs.
I've also been told that it's because SQL Express has no protections for SQL Collisions. But I currently don't have the resources available to get a standard license in this case.
Has anyone come across anything like this before and could perhaps shed any other insight on it?
is working on a reply...