On Thu, Mar 13, 2008 at 11:14 PM, rohit2006 <[EMAIL PROTECTED]> wrote:
> > Hi, > > i need some help with security/permissions in ofbiz. I had edited few of > security settings in ofbiz due to which i am no longer able to create new > user accounts using 'ecommerce' application. > > When i try to create a new account using 'ecommerce' application, i am > getting the following error: > " > Party with specified party ID exists and you do not have permission to > create a user login with this party ID. calling service createUserLogin in > createPersonAndUserLogin calling service createPersonAndUserLogin in > createCustomer > " I encountered a similar problem while working on a custom applications that creates a customer, but I am not sure about it, but it works by clearing the browser cache. > > Currently i cannot do ant run-install, because i want to retain customer > data and run-install may replace the entire database with new data. > Thats not true. You only loose your data if you explicitly drop your database or run ant clean-all in case of derby. Vikas > i will sincerely appriate if someone can suggest ways to tackle this > issue. > > Thanks, > > Rohit > -- > View this message in context: > http://www.nabble.com/Unable-to-create-a-user-account.-tp16033327p16033327.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > >
