You need to sign in to do that
Don't have an account?

DBAmp Error: does not support the required transaction interface
I am trying to perform an update using SQL Express. When I execute the query, I get the following error:
Msg 7390, Level 16, State 2, Line 1
The requested operation could not be performed because OLE DB provider "DBAmp.DBAmp.1" for linked server "SALESFORCE" does not support the required transaction interface.
Any suggestions?
Thanks,
Melissa
Msg 7390, Level 16, State 2, Line 1
The requested operation could not be performed because OLE DB provider "DBAmp.DBAmp.1" for linked server "SALESFORCE" does not support the required transaction interface.
Any suggestions?
Thanks,
Melissa
This sometimes occurs when the 'NonTransactedUpdates' Registry key is either misspelled or missing. Remember in the doc when you added those three keys to the registry. Go back with regedit and make sure the 'NonTransactedUpdates' key is correct.
If it looks good, then ping back here for more debugging options.
Bill Emerson
Thanks,
Melissa
Bill
Perhaps you have not run the DBAmp config pgm from the Start Menu/Programs/DBAmp. Make sure you have entered your Salesforce userid and password using the Configuration Options menu item.
Bill
--- Starting SF_Replicate for Account
Drop Account it it exists.
Create Account with new structure.
Run the DBAmpReplicate program.
--- Ending SF_Replicate. Operation successful.
Bill