Hello~ I have a plan which have 3 subplans. one of it has problem ~and have the following error:
EXECUTE msdb..sp..." failed with the following error: "
"The INSERT statement conflicted with the FOREIGN KEY constraint "FK_sysmaintplan_log_subplan_id". The conflict occurred in database "msdb", table "dbo.sysmaintplan_subplans", column 'subplan_id'.
I have checked some forum and ask me to check dbo.sysmaintplan_subplans,sysjobs,sysmaintplan_log
and nothing special
and I know this problem is come from sp_maintplan_open_logentry, how can I know what parameter is passing to this SP ?
when the job is run ?