Skip to main content
4-Participant
January 29, 2024
Question

The Windu task 'Validate EPM Family Tables' has been executing continuously

  • January 29, 2024
  • 1 reply
  • 554 views

The Windu task 'Validate EPM Family Tables' has been executing continuously, and the log is stuck in' COMMENT | Performing validation for wt. epm. Familytable. EPMParameterValue [EPMParameterValue] '

1 reply

17-Peridot
January 29, 2024

try create index

create index EPMParameterValue$LG_10930214 on EPMParameterValue(idA2A2,idA3A4,name) tablespace INDX online;
create index EPMSepFamilyTable$LG_10930214 on EPMSepFamilyTable(idA2A2,idA3masterReference) tablespace INDX online;
create index EPMParameterDef$LG_10930214 on EPMParameterDefinition(idA3A3,name) tablespace INDX online;