<div dir="ltr">Hy,<div><br></div><div>Yesterday I found a very strange situation in one of my clients vtiger 5.4 systems.</div><div>The System ~250k records contains Leads with a leadid, which isn't a "setype LEAD" in vtiger_crmentity.</div>
<div>Some are Contacts, other Accounts, Tickets, ...</div><div>Also the ID exist correctly in the respective tables of contacts, accounts, ...</div><div><br></div><div>I create the following problem situation:</div><div>Two records are created in absolutely the same moment. (The createdtime column is completely equal)</div>
<div>Because ADODB don't lock the sequence table, there could be a chance of duplicate crmid's, I suspect.</div><div>I'm not fully sure how safe the used "LAST_INSERT_ID(id+1)" is. </div><div>The normal "LAST_INSERT_ID()" is per connection, but only get back a auto increment.</div>
<div><br></div><div>Anyone other with this problem?</div><div><br></div><div>Stefan</div></div>