The table does not exist in the target database
1. If the table truly does not exist on target, then add the table to the target database and restart post.
2. If the table exists but the table name is case sensitive not matching what post is looking for, then you need to use double quotes for the schema and table name in config file for lower case or upper case and reactivate config.
3. Disable the table so that post can skip this message and move on.
sp_ctrl> set param SP_OPX_DISABLE_OBJECT_NUM <source object_id for the table>
sp_ctrl> start post