Missing intermidiate records in CDO tables #96
Unanswered
IvanSeregin
asked this question in
Q&A
Replies: 1 comment
-
|
Hi Ivan, So v3.x is 15 years ago! We've always tried to stay compatible or implement required migrations. It's possible that we've overlooked something, but without even seeing the exception stack trace of the problem, I'm not able to suggest anything ;-( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm migrating data from CDO v.3 to CDO v.2024.06 and found some tables with missing records. It causes the problem with CDOObjectHistoryImpl.loadCommitInfos(int loadCount, List addedCommitInfos) function as it throws NPE when trying to load missing records with cdo_version between 2-38.
So I have two questions.
Please see the screenshot attached.
Beta Was this translation helpful? Give feedback.
All reactions