You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by pmacdee <pa...@hrl.com> on 2008/01/21 18:03:45 UTC

ACCTG_ATX_CREATE

After updating my system to 613216 I found that I was getting errors related
to not having the permission ACCTG_ATX_CREATE set.  When I looked for it in
Party Manager to add it, it wasn't in the list.  When I loaded 
applications/accounting/data/AccountingSecurityData.xml, it appeared in the
list and I didn't get that error any more.   When I updated my system, I did
a make clean and a make clean-xtra.  Can someone tell me why
AccountingSecurityData.xml didn't load without doing it manually?

Thanks

Perry
-- 
View this message in context: http://www.nabble.com/ACCTG_ATX_CREATE-tp15001708p15001708.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: ACCTG_ATX_CREATE

Posted by Jacopo Cappellato <ti...@sastau.it>.
Hi Perry,

you have to load seed data:

ant run-install-seed

Jacopo

pmacdee wrote:
> After updating my system to 613216 I found that I was getting errors related
> to not having the permission ACCTG_ATX_CREATE set.  When I looked for it in
> Party Manager to add it, it wasn't in the list.  When I loaded 
> applications/accounting/data/AccountingSecurityData.xml, it appeared in the
> list and I didn't get that error any more.   When I updated my system, I did
> a make clean and a make clean-xtra.  Can someone tell me why
> AccountingSecurityData.xml didn't load without doing it manually?
> 
> Thanks
> 
> Perry