I have this strange case where I am trying to process a dimension, the data source is MSSQL and when I try to process this dimension I am getting this error
Errors in the OLAP storage engine: The attribute key cannot be found when processing: Table: 'application', Column: 'Full_Name', Value: 'Mr Peter McDonald'. The attribute is 'Applicant Full Name'.
Since I think I know what the problem is, I have set the case sensitive property for this column and I tried processing again and it's giving me the same result.
when I query for the column using like, I get two records
Peter McDonald
Peter Mcdonald
I would normally assume that setting the case sentivity would solve the problem, but it's not working in this case, so I was wondering if anyone knows how to resolve this.
Thanks a lot for the help in advance!