Database related

2010-04-28 Thread Selvakumar Ganesan
Hai, I wanted to retain only the seed data in my database.For that I ran the command ant clean-all succeeded by ant run-install-seed.After this I used the command startofbiz.bat.But when I entered username as admin and password ofbiz It showed thatuser not found.What should I do further?.

Re: Database related

2010-04-28 Thread Scott Gray
UserLogin data is part of seed-initial data which can be loaded using: ant run-install-extseed or if you don't want the ext data to be loaded (there isn't any by default): ant run-install-readers -Ddata-readers=seed,seed-initial Regards Scott HotWax Media http://www.hotwaxmedia.com On

Re: Database related

2010-04-28 Thread BJ Freeman
you can also use ant run-install-seed then create your own admin login ant load-admin-user-login Creates a user login with admin privileges and a temporary password equal to 'ofbiz'; after a succesful login the user will be prompted for a new password. Example command for the userLogin 'admin':

Re: Database related

2010-04-28 Thread Jacopo Cappellato
After run-install-seed you should also run the following ant target to load an admin user: ant create-admin-user-login When prompted, enter the user login name (e.g. admin). Then you will be able to login using the newly created user with password ofbiz (you will be asked to change the

Re: Database related

2010-04-28 Thread Jacques Le Roux
And finally, to know more about ant targets use ant -p Jacques From: Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com After run-install-seed you should also run the following ant target to load an admin user: ant create-admin-user-login When prompted, enter the user login name (e.g.