Security Permissions Problem

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Security Permissions Problem

Nathan C Hampton
Hello!  I'm trying to pack an order, and I keep getting an error when  
I click "Complete".  The error message is in German, but Google says  
the translation is as follows:

Security error: To createAcctgTransAndEntries
computer, you need one of the following permissions
have: ACCTG_ATX_CREATE, ACCTG_ATX_ADMIN

Since I had logged in as "admin", I thought I had all the permissions,  
but I went to check, and didn't see those two, but I did see  
ACCOUNTING_ATX_CREATE and ACCOUNTING_ADMIN in both the list of  
permissions for SecurityGroup FULLADMIN and the "Add Permission" menu.

(It might also be relevant that I just upgraded from the 4.0 release  
to trunk revision 678902 because we needed some of the improved  
accounting functions.)

Thanks!

--NCH
Reply | Threaded
Open this post in threaded view
|

Re: Security Permissions Problem

Adrian Crum
It sounds like you might be running the newer version OFBiz on the
Release 4 database. That will cause problems. Run ant install-seed to
get your database updated.

The German translation problem was fixed in rev 679159.

-Adrian

Nathan C Hampton wrote:

> Hello!  I'm trying to pack an order, and I keep getting an error when I
> click "Complete".  The error message is in German, but Google says the
> translation is as follows:
>
> Security error: To createAcctgTransAndEntries
> computer, you need one of the following permissions
> have: ACCTG_ATX_CREATE, ACCTG_ATX_ADMIN
>
> Since I had logged in as "admin", I thought I had all the permissions,
> but I went to check, and didn't see those two, but I did see
> ACCOUNTING_ATX_CREATE and ACCOUNTING_ADMIN in both the list of
> permissions for SecurityGroup FULLADMIN and the "Add Permission" menu.
>
> (It might also be relevant that I just upgraded from the 4.0 release to
> trunk revision 678902 because we needed some of the improved accounting
> functions.)
>
> Thanks!
>
> --NCH
>