Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0019588Openbravo ERPA. Platformpublic2012-01-27 15:302012-01-30 11:57
marvintm 
alostale 
normalmajorhave not tried
closedduplicate 
5
 
 
No
Core
No
0019588: Initial Organization Setup will not work with an automatic role
The Initial Organization Setup process will not work with an automatic role. This process currently relies on having access to the Tree entity. However, this can only happen when the role has access to a window implemented over the Ad_Tree table, and a manual role will likely not have access to the "Tree and Node Image" window.

Therefore, the line:

log4j.debug("createAccounting() - Starting the creation of accounting for client "
        + client.getName() + ", with account tree " + treeAccount.getName() + "("
        + treeAccount.getDescription() + ")");

in the COAUtility.java class will fail.
-Execute the Initial Organization Setup in a role which doesn't have access to the "Tree and Node Image" window.

It will fail.
The usage of the DAL System Admin mode should be considered.
No tags attached.
duplicate of defect 00195803.0MP8 closed jecharri Initial Org setup fails with dal permission check error 
Issue History
2012-01-27 15:30marvintmNew Issue
2012-01-27 15:30marvintmAssigned To => alostale
2012-01-27 15:30marvintmModules => Core
2012-01-27 15:30marvintmOBNetwork customer => No
2012-01-27 16:37marvintmNote Added: 0044647
2012-01-30 11:57marvintmRelationship addedduplicate of 0019580
2012-01-30 11:57marvintmStatusnew => closed
2012-01-30 11:57marvintmResolutionopen => duplicate

Notes
(0044647)
marvintm   
2012-01-27 16:37   
There is also a related problem with the "AdImage" entity. The same problem, and possibly the same solution apply.