Quantcast
Viewing all articles
Browse latest Browse all 38722

Forum Post: RE: Management Reporter regional option error

This is a known issue with CU13 and lower (3647752). To prevent the issue from occurring, upgrade to CU14: mbs.microsoft.com/.../MROverview To correct any bad settings which occurred prior to upgrading to CU14: 1. Run this script against the ManagementReporter SQL database: select * from ControlCompany --If you are using CU13, the table name needs to be Reporting.ControlCompany. 2. Note the CultureName field which is 2nd from last. You may see settings such as "chr-Cher-US'. You will need to correct the CultureName to a valid setting: update ControlCompany set CultureName = ‘en-US’ where Code = 'ABC' --If you are using CU13, the table name needs to be Reporting.ControlCompany. 3. Restart Report Designer if it was open and try the reports again. The actual issue (3647752) flips the CultureName when making changes to the settings under Company -> Companies in MR. Upgrading to CU14+ should prevent it from changing again.

Viewing all articles
Browse latest Browse all 38722

Trending Articles