ACDC is right BAS_idgen is one unique number covering ALL BSV's not just BO's so every record in every BO in every BSV has a unique ID (not sure if this still applies if you have specified to create a your BSV in it's own container)
So if you are able, you really need to find out what the last number was in the original installation and set this as the start number in the new installation.
I assume you've moved one of your BSV's onto a new server or imported the data into a testing server.
What happens is - when you do a fresh install of AwareIM, BAS_idgen is set to 0 and anything new that you enter will count from 0. If you import some data that you have previously exported - they will already have unique ID's generated from the old system. So if you have a record with an ID of 10, when BAS_idgen in the new system reaches 10 .... Whoops, duplicate key error.
You could try exporting without the ID keys and then importing to a new installation and let AwareIM assign new ID's but if you have a lot of related BO's this won't work because the relationship keys won't match the new keys.
You could just guestimate a very high number and set this into bas_idgen on the new installation