You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Rajesh Mallah <ma...@gmail.com> on 2017/08/22 21:07:23 UTC

loading / not-loading of demo data

Hi ,

I am trying for a production setup of ofbiz after playing around with
the various applications and demo data.

I have edited the "Company" partyID to reflect my company. However
there are too many transactional data in the demo data set across
various inter-related applications.

My question is how do I / should I remove the demo data.

If i attempt to load the data with only seed,seed-initial as described
in ofbiz technical production setup guide  i do not get a working
login to get into the system . (namely admin/ofbiz )

Its good to see such a *great *product but definitely it deserves much more
hype and good on-boarding guides ( which i do feel would happen sooner! )


regds
mallah.

Re: loading / not-loading of demo data

Posted by Deepak Dixit <de...@hotwaxsystems.com>.
Hi Rajesh,

You can load data using readers

gradlew "ofbiz --load-data readers=seed,seed-initial,ext,ext-demo"

There are some pre-define readers, but you can define your own data readers.

you can refer set custom data readers in ofbiz-component.xml

<entity-resource type="data" reader-name="demo" loader="main"
location="data/FinAccountDemoData.xml"/>

You can set define any reader, and then can use those reader while data load.



Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

On Wed, Aug 23, 2017 at 2:37 AM, Rajesh Mallah <ma...@gmail.com>
wrote:

> Hi ,
>
> I am trying for a production setup of ofbiz after playing around with
> the various applications and demo data.
>
> I have edited the "Company" partyID to reflect my company. However
> there are too many transactional data in the demo data set across
> various inter-related applications.
>
> My question is how do I / should I remove the demo data.
>
> If i attempt to load the data with only seed,seed-initial as described
> in ofbiz technical production setup guide  i do not get a working
> login to get into the system . (namely admin/ofbiz )
>
> Its good to see such a *great *product but definitely it deserves much more
> hype and good on-boarding guides ( which i do feel would happen sooner! )
>
>
> regds
> mallah.
>