Hi @Srikanth1,
This is Bhushan from PTC Technical Support.
The IDA2A2 field uses a sequence that generated a new sequence number every time.
However, the same sequence is used by all tables having the IDA2A2 field.
Hence you can see inconsistencies in the IDA2A2 field of the WTDocument and the IDA2A2 is supposed to be used internally.
For customer use, we have a Number field that can be the next sequence number for a specific object type.
Also, when the database application is restarted, all cached sequence numbers get skipped hence PTC does not guarantee order and continuous sequence.
Only the uniqueness of the sequence number is guaranteed.
Check the article: CS113612 - Auto-numbering of objects not incrementing correctly in Windchill PDMLink
For Oracle, the cached number is 20 whereas for SQL Server it is 1000.
There are ways to block the caching however it may result in a performance impact on the database level.
If my response helps, please mark it as the solution to help other members. Thanks for using the Community!