Error saving EmaiLink record on 7.2 web service

Hi,

We are trying to create a record in the Email table (and of course, the EmailLink table) on a newly upgraded 7.2 (upgraded from 7.0 to 7.1SP2 to 7.2g).

We identified the bug where the 'EmailLink' table does not have the 'Bord_WebServicesTable' set to 'Y'. We have done this and rebooted the server.

It creates the email record correctly, but when trying to write the EmailLink, we get this error:

Failed to add emaillink 0 successfully. Failed to add entityid 0 succesfully. Unexpected event.


When we check the SQL logs, we see this:

Mar 3 2015 8:13:07.728 3508 7112 1 SQL Error : Incorrect syntax near 'INTO' (INSERT INTO
)
Mar 3 2015 8:13:07.743 3508 7112 1 UnexpectedEvent : SQL Error<BR>INSERT INTO

I have run the SQL profiler and it just shows the 'INSERT INTO' command with nothing else in the command. So that implies it doesn't know what table to write to?

Any suggestions?