We are getting the following error when we run SF_Refresh proc
--- Starting SF_Refresh for ICP__c V3.8.8
11:33:42: Using Schema Error Action of yes
Msg 208, Level 16, State 1, Procedure dbo.SF_Refresh, Line 217 [Batch Start Line 0]
Invalid object name 'DBAmpProcOptions'.
This started happening all of a sudden. Please help.
DBAmp Version 3.8.8.0
Help get this topic noticed by sharing it on
Twitter,
Facebook, or email.


-
Is there a table with that name in the database ?
If not, there should be. It was created when you created the procs.
Maybe someone deleted it.
Run the /Program Files/DBAmp/SQL/Create DBAMP SPROCS.sql. to recreate the table and the DBAmp stored procs. -
-
Great thanks, it worked. Looks like it was accidentally deleted.
-