
carolai asked a question.
SLM 9.22.1 is in a pre release and I installed that last week.
Since that time DUJ daily tells me, it failed in procedure MainStream.dbo.RefreshExclusionView due to Invalid column name 'DccName'
I created a ticket, but did not get feedback yet.
Do anybody notice the same error? Otherwise I will try to reinstall SM 9.22.1
Today support helped to solve that issue.
DUJ Procedure dbo.RefreshExclusionView is used for checking Compliance Exclusions.
I have some active Compliance Exclusions. One of them refers to a Clustername.
In Criteria this internally was referred as dcc.dccname until 9.22.0
But with SLM 9.22.1 this naming was changed to dcc.Name. I needed to open and save the compliance exclusion again. After that the criteria was saved dcc.Name
From then on that procedure in DUJ did not create an error anymore.