I'm using a demo license to evaluate. I've gone through the setup, then tried to Store all. It stores one record, and generates the following warning and errors:
[fullname] Items has empty primary key(s)!Without primary keys it is not possible to find the item in the database.
MAPI Error: Component Microsoft Exchange Server Information Store Error The client operation failed. LowLevelError 0 Context 1281
User properties could not be created to store primary keys in.
I'm using a custom contact form in a public folder, Outlook 2003, Exchange, and Access 2003. The primary key is set up with
select max(ID)+1 from [My-Contacts];
No mandatory keys.
If I try Store all again, I get a duplicate of the one contact (out of over 7000) in the database, nothing more, and the same errors.
I suspect I'm missing something obvious. I haven't mapped the primary key "ID" database field to an Outlook field, but you didn't in the example case either. So, how is the Store All function supposed to know not to create dups? What might I be doing wrong?