Hi,
I am coming across a serious issue when exporting and importing a BCM database (I need to be able to do this to deploy it on the client's server).
The error happens with a brand new database as well:
Create a new database and add two custom Relationship fields to the Accounts record that link to Business Contacts, let's call them Relationship 1 and Relationship 2. I then create two business contacts and enter each in the custom account relationship fields, e.g. Joe Bloggs in Relationship 1 and Adam Smith in Relationship 2. I now export the database to a file, create a new database and import the file. Now Joe Bloggs appears in both Relationship 1 and Relationship 2. Adam Smith is only in the Relationship 2 field.
The database I am creating is a lot more complicated with a few relationship fields and the pattern is the same, the linked records in the form get copied down to subsequent relationship fields.
Here is the error log from the import of the above test db:
*************************************Message-1************************************
[Error]FieldDisplayFormatIndex '0' is not supported for fieldType 'Reference', Default display format was used.
*************************************Message-2************************************
[Error]FieldDisplayFormatIndex '0' is not supported for fieldType 'Reference', Default display format was used.
*************************************Message-3************************************
[Error]FieldDisplayFormatIndex '0' is not supported for fieldType 'Reference', Default display format was used.
*************************************Message-4************************************
[Error]FieldDisplayFormatIndex '0' is not supported for fieldType 'Reference', Default display format was used.
Please let me know if you can replicate this error and any suggestions to fix it. Many Thanks