During conversion of a 2.X repository to 3.X, if any problems are noted during conversion of sorted collections you will find the following warning message in the log file:
postconv[INFO]: However, XXX SortedCollections could not be converted.
postconv[INFO]: Object IDs for these were stored in the file $upgradeLogDir/AllFailedSortedCollections.bm
postconv[INFO]: You may use the method System>>readHiddenSet: 41 fromSortedFile: $upgradeLogDir/AllFailedSortedCollections.bm
postconv[INFO]: to examine these objects and convert them manually.
However, using System>>readHiddenSet:fromSortedFile: to read AllFailedSortedCollections.bm, will trigger the following error:
ERROR 2389 , a RepositoryError occurred (error 2389), The file '$upgradeLogDir/AllFailedSortedCollections.bm' is corrupt, 'invalid file signature' (RepositoryError)
The correct method to use to read the file AllFailedSortedCollections.bm is System>>readHiddenSet:fromFile:
Last updated: 7/28/14