The DELETE statement conflicted with the REFERENCE constraint
技術的な記事 ID:
KB87648
最終更新: 3/16/2020
最終更新: 3/16/2020
影響を受ける製品
言語:
この記事は、次の言語で表示可能です:
English United StatesSpanish Spain
French
Italian
Japanese
Portuguese Brasileiro
The DELETE statement conflicted with the REFERENCE constraint
技術的な記事 ID:
KB87648
最終更新: 3/16/2020 環境McAfee Application and Change Control (MACC) 7.0.x, 6.x
ePolicy Orchestrator 5.x 問題
The following error appears in the Orion.log file when you try to purge Application and Change Control events from the ePO database: The conflict occurred in database "", table "dbo.SCOR_EVENTS", column 'EPO_EVENT_AUTO_ID'. 原因The
解決策To drop the constraint and re-create the constrained AUTO_IDs, run the following command against the ePO database:
alter table [dbo].[SCOR_EVENTS] add constraint SCOR_EVENTS_EPO_EVENTS foreign key (EPO_EVENT_AUTO_ID) references [dbo].[EpoEvents] ON DELETE CASCADE ON UPDATE CASCADE; 影響を受ける製品言語:この記事は、次の言語で表示可能です: English United StatesSpanish Spain French Italian Japanese Portuguese Brasileiro 技術用語集 |
|