Seed Data Only

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

Seed Data Only

Wicus
Hi,

When installing ofbiz with only seed data, what admin username / password should be used?

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: Seed Data Only

Hans Bakker

I just updated the production setup guide, please check:
http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production
+Setup+Guide

On Thu, 2008-06-19 at 04:29 -0700, Wicus wrote:
>
> Hi,
>
> When installing ofbiz with only seed data, what admin username / password
> should be used?
>
> Thanks

Reply | Threaded
Open this post in threaded view
|

Re: Seed Data Only

Wicus
Running:-

$./ant run-install-seed

doesn't allow me to login regardless of username (admin) password (ofbiz) - Error:

The following error occurred during login: The account for user login id "admin" has been disabled.since 2008-06-19 13:57:26.998.It will be re-enabled 2008-06-19 14:02:26.998.

After running:-

$./ant run-install-extseed

I can login with admin / ofbiz

Thanks Hans


Hans Bakker wrote
I just updated the production setup guide, please check:
http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production
+Setup+Guide

On Thu, 2008-06-19 at 04:29 -0700, Wicus wrote:
>
> Hi,
>
> When installing ofbiz with only seed data, what admin username / password
> should be used?
>
> Thanks
Reply | Threaded
Open this post in threaded view
|

Re: Seed Data Only

Bruno Busco
Has you can read in the build.xml file...

    <target name="run-install-seed" depends="build"
        description="This loads ONLY the seed data (not seed-initial, demo,
ext* or anything else); meant for use after an update of the code to reload
the seed data as it is generally maintained along with the code and needs to
be in sync for operation">

    <target name="run-install-extseed" depends="build"
        description="This loads seed, seed-initial and ext data; meant for
manual/generic testing, development, or going into production with a derived
system based on stock OFBiz where the ext data basically replaces the demo
data">

-Bruno

2008/6/19 Wicus <[hidden email]>:

>
> Running:-
>
> $./ant run-install-seed
>
> doesn't allow me to login regardless of username (admin) password (ofbiz) -
> Error:
>
> The following error occurred during login: The account for user login id
> "admin" has been disabled.since 2008-06-19 13:57:26.998.It will be
> re-enabled 2008-06-19 14:02:26.998.
>
> After running:-
>
> $./ant run-install-extseed
>
> I can login with admin / ofbiz
>
> Thanks Hans
>
>
>
> Hans Bakker wrote:
> >
> >
> > I just updated the production setup guide, please check:
> > http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production
> > +Setup+Guide
> >
> > On Thu, 2008-06-19 at 04:29 -0700, Wicus wrote:
> >>
> >> Hi,
> >>
> >> When installing ofbiz with only seed data, what admin username /
> password
> >> should be used?
> >>
> >> Thanks
> >
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Seed-Data-Only-tp18006120p18007901.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Seed Data Only

Wicus
Thanks, the picture is starting to make sense .  ;)

Bruno Busco wrote
Has you can read in the build.xml file...

    <target name="run-install-seed" depends="build"
        description="This loads ONLY the seed data (not seed-initial, demo,
ext* or anything else); meant for use after an update of the code to reload
the seed data as it is generally maintained along with the code and needs to
be in sync for operation">

    <target name="run-install-extseed" depends="build"
        description="This loads seed, seed-initial and ext data; meant for
manual/generic testing, development, or going into production with a derived
system based on stock OFBiz where the ext data basically replaces the demo
data">

-Bruno

2008/6/19 Wicus <wicus001@webmail.co.za>:

>
> Running:-
>
> $./ant run-install-seed
>
> doesn't allow me to login regardless of username (admin) password (ofbiz) -
> Error:
>
> The following error occurred during login: The account for user login id
> "admin" has been disabled.since 2008-06-19 13:57:26.998.It will be
> re-enabled 2008-06-19 14:02:26.998.
>
> After running:-
>
> $./ant run-install-extseed
>
> I can login with admin / ofbiz
>
> Thanks Hans
>
>
>
> Hans Bakker wrote:
> >
> >
> > I just updated the production setup guide, please check:
> > http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production
> > +Setup+Guide
> >
> > On Thu, 2008-06-19 at 04:29 -0700, Wicus wrote:
> >>
> >> Hi,
> >>
> >> When installing ofbiz with only seed data, what admin username /
> password
> >> should be used?
> >>
> >> Thanks
> >
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Seed-Data-Only-tp18006120p18007901.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>