Sequence issue
Hello everyone !
I have a reccurent problem in my platform... I'm sending nearly 6 millions of email every day, so i'm generating much logs ! I'm monitoring my ID sequence to don't have problems with the loop at 2 billion, but I have a problem that I don't understand.
My sequence in the data table "XtkNewId" is named "XtkJobLogId" and it seems OK, currently at 1,800,000,000. I already cleaned the old logs for the next loop at 2 billions.
Here is my problem :
"10/08/2017 15:11:47 La génération des identifiants de la séquence 'XtkJobLogId' est incohérente. Erreur à la position 94 dans la chaîne 'INSERT INTO XtkJobLog (iJobLogId, iJobId, iLogType, tsLog, iError, sObject, sMessage) VALUES ($(id:XtkJobLogId), $(l), $(s), $(curdate), $(l), $(sz), $(sz[512]))'."
Translated in english :
"10/08/2017 15:11:47 ID generation of the sequence 'XtkJobLogId' is inconsistent. Error at position 94 in the 'INSERT INTO XtkJobLog (iJobLogId, iJobId, iLogType, tsLog, iError, sObject, sMessage) VALUES ($(id:XtkJobLogId), $(l), $(s), $(curdate), $(l), $(sz), $(sz[512]))'."
I do not understand the error message. What's meaning "inconsistent" about id sequence ?
Did someone had the same problem ? Do someone have a solution ?
Thanks a lot by advance,
Alexander