Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
UCA - An internal error occurred after upgrading UCA
설명
This issue is mentioned in the release notes for UCA 8.8.3 as a known issue under Table 10. Installation Known Issues
해결 방안
To solve this issue, an adjustment needs to be done in the UC.Analytics.Insights.DataEngine.AuxiliaryRepository.TestHarness.
Open the UC.Analytics.Insights.DataEngine.AuxiliaryRepository.TestHarness (C:\Program Files\Quest\UC Analytics\Data Engine)
Select Table: T_Tenants and click on Query. A column with name Classification settings will appear.
Copy the data of the column.
Replace InternalDomains query to below: "internalDomains":[{"domainName":"yourDomain.com","endDate":null,"startDate":null}]
NOTE: If you have more than a single domain, they will have to be added independently as specified in the example below: "internalDomains":[{"domainName":"yourDomain1.com","endDate":null,"startDate":null},{"domainName":"yourDomain2.com","endDate":null,"startDate":null}]