I am loading a series of documents with major and minor versioning into CS 10.5. The existing versions in the source system start from major version 1, minor version 0. I am using the recommended process of first creating the document, then using the document context to add subsequent versions. The documents are being created with Advanced Versioning to support major and minor versions in CS.
The problem is this: the initial document is automatically created in CS as minor version 0.1, ignoring that I specify that it should be major version 1. If I add more versions, then the version numbers get incremented, depending on whether I specify a major or minor version. I suspect this is automatic behaviour due to the enabling of Advanced Versioning. If I turn off Advanced Versioning when creating a document, then I get a linear progression of major versions.
My requirement is to load the documents into Content Server, preserving the existing versioning numbering from the source system. In other words, on initial creation in Content Server, the version should be 1.0, a major version. Additional versions should be assigned the same major and minor versions as in the source system. Is this in fact possible using CWS, and if not, can it be done using Object Importer or OTIC?
thanks