Description

This page will guide you to deal with the error Error INTERNAL : Job execution SQL Error: ERROR:  D_Acc : Object to delete not found. Link 

Observed in CAST AIP
Release
Yes/No
8.3.x(question)
8.2.x(question)
8.1.x(question)
8.0.x(question)
7.3.x(question)
7.2.x(tick)
7.0.x(question)
Observed on RDBMS
RDBMS
Yes/No
Oracle Server(question)
Microsoft SQL Server(question)
CSS3(question)
CSS2(tick)
CSS1(question)
Step by Step Scenario
  1. Discover the source
  2. Run the analysis
  3. Create another version and run the analysis on the new version.
Action Plan
  1. Use the below query to delete the corrupted links and the links will be created by the default process

    delete from AccRaw
    where IdAcc not in (select IdAcc from Acc)

    This error might come in the analysis of the first version also.

Impact on Analysis Results and Dashboard

TBD

Notes/comments

 

Related Pages