Langlois, Geri
2006-07-14T18:17:00Z
Hi,

My installation of GeniusConnect writes to a sql 2005 database. Everything syncs fine as long as we let the sync run automatically at set intervals. If anyone clicks on Store All, all of the outlook contacts are written to the database instead of being updated. This results in duplicate values with new keys.

To set the linking field I set a mandatory key using this command:
select (max(repID) + 1) from repFirms.

We really need some help with this becasue this data is tied to other applications.

Thanks,
--Geri
Sponsor
GeniusConnect documentation search (User Manual Downloads...)
Administrator
2006-07-15T13:15:00Z
Hi,

can you send us an email to info@geniusconnect.com,
we will send you a special version with debug info.
Administrator
2006-07-18T00:20:00Z
"To set the linking field I set a mandatory key using this command:
select (max(repID) + 1) from repFirms."

This must be a primary key, not mandatory?!