Search This Blog

Wednesday, July 13, 2011

DPC Error when Saving Schedule FDMgr.Schedule_Save

This is caused by null values in the sync_method field of the CONFIG_PKG table

Run the following query and check for nulls.

select sync_method from config_pkg

This field is require to be populated with the following values or DPC will choke:
  • Reload
  • Synchronize

See example of the error:

No comments:

Post a Comment