
In the Configuration Console Under DimensionValueProvider To Dimension Value the following error is coming up 8 times
SourceKey property cannot be null or empty
I have never seen this one - the customer is on CU 9
*This post is locked for comments
I have the same question (0)Just ran into this same issue. Below is how I resolved it..
Run these against the company database:
SELECT * FROM GL40200 WHERE SGMTNUMB NOT IN (SELECT SGMTNUMB FROM SY00300)
If any records are found then back up the DB and run the following
DELETE GL40200 WHERE SGMTNUMB NOT IN (SELECT SGMTNUMB FROM SY00300)