My problem is resolved, thank you so much.

On Tue, Apr 17, 2018 at 9:21 AM, Agness Meena <[email protected]> wrote:

> Hellow
> Bernard MUNYANDAMUTSA
>
> When you create report(table) it create permission info automatically in
> m_permission table,
> this error occur because you deleted that permission info in the database,
> so it is impossible to delete that report in the system
> Or may be it is caused with another reason but the solution is to create
> that permission in the database in order to delete the report
> you may use this query
>
> INSERT INTO `mifostenant-default`.`m_permission`
>
>        (`grouping`, `code`, `entity_name`, `action_name`, `can_maker_checker`)
>
> VALUES ('report', 'READ_VUP_FS LIST OF BENEFICIARIES (Group &Cooperative)',
>
> 'VUP_FS LIST OF BENEFICIARIES (Group &Cooperative)', 'READ', '0');
>
>
> Thanks
> Regards
> Agness Meena
>
>
> ------------------------------
> *From: *"Bernard MUNYANDAMUTSA" <[email protected]>
> *To: *[email protected], [email protected]
> *Sent: *Friday, April 13, 2018 12:39:43 PM
> *Subject: *Ask for help
>
> Hello Dear Team, i am trying to delete useless report(created as a table,
> not pentaho report), but it can not be delete. can anyone help?
> I attach the error message for more info.
>
> Thx
>
>

Reply via email to