I started with a new database with no tables in it. I then ran 'timport -s books.sch data.txt'
This then loaded 16 million records, all verified unique. I then ran 'tsql "create unique index xbooknum on books(BOOKNUM)"'
Texis reported back that there were duplicate values.
178 Trying to insert duplicate value (8011153038) in index (temp RAM DBF)
100 Creating Unique index on Non-unique data
178 Trying to insert duplicate value (8011153040) in index (temp RAM DBF)
178 Trying to insert duplicate value (8011153041) in index (temp RAM DBF)
178 Trying to insert duplicate value (8011153042) in index (temp RAM DBF)
178 Trying to insert duplicate value (8011153043) in index (temp RAM DBF)
178 Trying to insert duplicate value (8011153035) in index (temp RAM DBF)
178 Trying to insert duplicate value (8011153037) in index (temp RAM DBF)
178 Trying to insert duplicate value (8011153039) in index (temp RAM DBF)
178 Trying to insert duplicate value (7291973774) in index (temp RAM DBF)
178 Trying to insert duplicate value (7291973775) in index (temp RAM DBF)
178 Trying to insert duplicate value (7291973836) in index (temp RAM DBF)
178 Trying to insert duplicate value (7294037185) in index (temp RAM DBF)
178 Trying to insert duplicate value (8000750220) in index (temp RAM DBF)
178 Trying to insert duplicate value (7291972829) in index (temp RAM DBF)
there were 924 instances like these, however there are no duplicates of these values in the original text data. What could have caused this??
This then loaded 16 million records, all verified unique. I then ran 'tsql "create unique index xbooknum on books(BOOKNUM)"'
Texis reported back that there were duplicate values.
178 Trying to insert duplicate value (8011153038) in index (temp RAM DBF)
100 Creating Unique index on Non-unique data
178 Trying to insert duplicate value (8011153040) in index (temp RAM DBF)
178 Trying to insert duplicate value (8011153041) in index (temp RAM DBF)
178 Trying to insert duplicate value (8011153042) in index (temp RAM DBF)
178 Trying to insert duplicate value (8011153043) in index (temp RAM DBF)
178 Trying to insert duplicate value (8011153035) in index (temp RAM DBF)
178 Trying to insert duplicate value (8011153037) in index (temp RAM DBF)
178 Trying to insert duplicate value (8011153039) in index (temp RAM DBF)
178 Trying to insert duplicate value (7291973774) in index (temp RAM DBF)
178 Trying to insert duplicate value (7291973775) in index (temp RAM DBF)
178 Trying to insert duplicate value (7291973836) in index (temp RAM DBF)
178 Trying to insert duplicate value (7294037185) in index (temp RAM DBF)
178 Trying to insert duplicate value (8000750220) in index (temp RAM DBF)
178 Trying to insert duplicate value (7291972829) in index (temp RAM DBF)
there were 924 instances like these, however there are no duplicates of these values in the original text data. What could have caused this??