While importing data, I was getting an SQL Internal Error when trying to import error,
There are few plugin registered on records created, and when I debuged them while importing data, the code executed fine.
The reason for the error was the length of the identifier/name of the record was defined 100 character, and the concatenation was exceeding the length of identifier/name.
There are few plugin registered on records created, and when I debuged them while importing data, the code executed fine.
The reason for the error was the length of the identifier/name of the record was defined 100 character, and the concatenation was exceeding the length of identifier/name.