When I click on the report wizard in Management Reporter, I get "The operation could not be completed due to a problem in the data provider framework." I also get this error when I try to create a row.
Any suggestions?
When I click on the report wizard in Management Reporter, I get "The operation could not be completed due to a problem in the data provider framework." I also get this error when I try to create a row.
Any suggestions?
Cause
This error can be caused if you do not have any accounts created in the general ledger or you have not posted anything yet.
Resolution
Make sure accounts have been created in the general ledger and that there is at least one transaction posted.
Thanks for the quick response, but after running the query it returned 0 rows. And im still having same problems with the Management Reporter 2012 CU 12
Thanks
You need to run a query against the company db:
select * from GL00200 where budgetid=''
if there are results, then do
delete GL00200 where budgetid=''
Im having same issues with Management Reporter CU12. I can find the table GL002000 but the Budget ID is a primary key how do i delete it ?
Thanks
Hi Karlie:
You would need to connect to SQL Server Management Studio and then log into the correct Database server. Expand the 'Databases' >Expand your 'company' > double click the 'Tables' > find 'GL00200'. Find the offending Line and delete it.
***Warning***Working directly within SQL always poses a danger that you might accidentally damage your system beyond repair. If you are not comfortable working with SQL, please have someone knowledgeable help you.
Hi everyone, I'm having the same issue and I'm wondering how can I get to the GL00200 table of my GP company - the one David mentioned? Thanks in advance!
Some times there is some problem in the dimensions. In my case there was '0' and ' 0' in one dimension.
I am not sure if it is different in v2.0 and v2.1 CU10 - but the solution that worked for me was the Multicurrency setting. Once this was set and configured correctly the MR worked as expected.
Server reboot fixed it for me.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,252 Super User 2024 Season 2
Martin Dráb 228,089 Super User 2024 Season 2
nmaenpaa 101,148