Re: OfBiz NewBie User

2014-04-22 Thread MelonJaya
hi Eric,

if you want to have multi-tenant, try ant load-demo-multitenant and then
ant start.
then look to your DB to see the differences.

best regards,
Johnson Chandra



On Sat, Apr 12, 2014 at 7:04 PM, Jacques Le Roux 
jacques.le.r...@les7arts.com wrote:


 Le 08/04/2014 03:55, Eric Halim a écrit :

  Thank You for the links Rong Nguyen.

 But what I want to know is that any concern/impact if we choose only use 1
 schema for all instead separating those schema respectively?

 Do OLAP and Multi Tenant feature are automatically enabled when first
 installing OfBiz?


 It depends on what you mean by automatically enabled
 For BI as a demo you need to get to he BI component and populate the DB
 (else for instance reports generated by BIRT will not work)

 For multi tenant, refer to https://cwiki.apache.org/
 confluence/display/OFBIZ/Multitenancy+support (OK I see  now Rong gave
 you this one already)


  I mean when we only specify 1 schema for all 3 delegators, would OLAP and
 Multi Tenant also available?
 Or we must separate those 3 schemas to make OLAP and Multi Tenant works?


 There are good reasons to separate schemas.
 For multi tenant it must be to guarantee confidentiality (you even need to
 create new DB for each new tenant)
 For BI it's a matter of performance look for oltp and olap on same
 server on the net

 Jacques



 Sorry if I asked too many questions.

 Best Regards
 Eric Halim


 -Original Message-
 From: Rong Nguyen [mailto:rong.nguyenk...@olbius.com]
 Sent: Tuesday, April 08, 2014 7:50 AM
 To: user@ofbiz.apache.org
 Subject: RE: OfBiz NewBie User

 Hi Eric,
   1. Multi-tenancy is the ability to run separate data instances (tenants)
 from a single copy of OFBiz  2. OLAP: online analytic processing(see more
 details at BI component)

 *See also:*
 http://ofbiz.135035.n4.nabble.com/What-is-OLAP-database-td4639171.html
 https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+support



 -
 Rong Nguyen

 Olbius JSC
 Deliver highest business value
 http://www.olbius.com/
 --
 View this message in context:
 http://ofbiz.135035.n4.nabble.com/OfBiz-NewBie-User-
 tp4650234p4650257.html
 Sent from the OFBiz - User mailing list archive at Nabble.com.


 ---
 This email is free from viruses and malware because avast! Antivirus
 protection is active.
 http://www.avast.com



 --



RE: OfBiz NewBie User

2014-04-22 Thread Eric Halim
Thank you

Best Regards
Eric Halim

-Original Message-
From: MelonJaya [mailto:melonj...@gmail.com]
Sent: Tuesday, April 22, 2014 2:39 PM
To: user
Subject: Re: OfBiz NewBie User

hi Eric,

if you want to have multi-tenant, try ant load-demo-multitenant and then ant 
start.
then look to your DB to see the differences.

best regards,
Johnson Chandra



On Sat, Apr 12, 2014 at 7:04 PM, Jacques Le Roux  
jacques.le.r...@les7arts.com wrote:


 Le 08/04/2014 03:55, Eric Halim a écrit :

  Thank You for the links Rong Nguyen.

 But what I want to know is that any concern/impact if we choose only
 use 1 schema for all instead separating those schema respectively?

 Do OLAP and Multi Tenant feature are automatically enabled when first
 installing OfBiz?


 It depends on what you mean by automatically enabled
 For BI as a demo you need to get to he BI component and populate the
 DB (else for instance reports generated by BIRT will not work)

 For multi tenant, refer to https://cwiki.apache.org/
 confluence/display/OFBIZ/Multitenancy+support (OK I see  now Rong gave
 you this one already)


  I mean when we only specify 1 schema for all 3 delegators, would OLAP
 and
 Multi Tenant also available?
 Or we must separate those 3 schemas to make OLAP and Multi Tenant works?


 There are good reasons to separate schemas.
 For multi tenant it must be to guarantee confidentiality (you even
 need to create new DB for each new tenant) For BI it's a matter of
 performance look for oltp and olap on same server on the net

 Jacques



 Sorry if I asked too many questions.

 Best Regards
 Eric Halim


 -Original Message-
 From: Rong Nguyen [mailto:rong.nguyenk...@olbius.com]
 Sent: Tuesday, April 08, 2014 7:50 AM
 To: user@ofbiz.apache.org
 Subject: RE: OfBiz NewBie User

 Hi Eric,
   1. Multi-tenancy is the ability to run separate data instances
 (tenants) from a single copy of OFBiz  2. OLAP: online analytic
 processing(see more details at BI component)

 *See also:*
 http://ofbiz.135035.n4.nabble.com/What-is-OLAP-database-td4639171.htm
 l
 https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+suppor
 t



 -
 Rong Nguyen

 Olbius JSC
 Deliver highest business value
 http://www.olbius.com/
 --
 View this message in context:
 http://ofbiz.135035.n4.nabble.com/OfBiz-NewBie-User-
 tp4650234p4650257.html
 Sent from the OFBiz - User mailing list archive at Nabble.com.


 ---
 This email is free from viruses and malware because avast! Antivirus
 protection is active.
 http://www.avast.com



 --



---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



Re: OfBiz NewBie User

2014-04-22 Thread Vijay Krishnamurthy

Hello All Users/Developers,

Can any one suggest me does this application suits for my Transport 
business?

I have few vehicles and I gives the renting and leased...
I need to track the vehicles, Staff and Drivers, invoices...

Please help me out this... Thanking You All..

Regards,
Vijay
On 4/22/2014 1:09 PM, MelonJaya wrote:

hi Eric,

if you want to have multi-tenant, try ant load-demo-multitenant and then
ant start.
then look to your DB to see the differences.

best regards,
Johnson Chandra



On Sat, Apr 12, 2014 at 7:04 PM, Jacques Le Roux 
jacques.le.r...@les7arts.com wrote:


Le 08/04/2014 03:55, Eric Halim a écrit :

  Thank You for the links Rong Nguyen.

But what I want to know is that any concern/impact if we choose only use 1
schema for all instead separating those schema respectively?

Do OLAP and Multi Tenant feature are automatically enabled when first
installing OfBiz?


It depends on what you mean by automatically enabled
For BI as a demo you need to get to he BI component and populate the DB
(else for instance reports generated by BIRT will not work)

For multi tenant, refer to https://cwiki.apache.org/
confluence/display/OFBIZ/Multitenancy+support (OK I see  now Rong gave
you this one already)


  I mean when we only specify 1 schema for all 3 delegators, would OLAP and

Multi Tenant also available?
Or we must separate those 3 schemas to make OLAP and Multi Tenant works?


There are good reasons to separate schemas.
For multi tenant it must be to guarantee confidentiality (you even need to
create new DB for each new tenant)
For BI it's a matter of performance look for oltp and olap on same
server on the net

Jacques




Sorry if I asked too many questions.

Best Regards
Eric Halim


-Original Message-
From: Rong Nguyen [mailto:rong.nguyenk...@olbius.com]
Sent: Tuesday, April 08, 2014 7:50 AM
To: user@ofbiz.apache.org
Subject: RE: OfBiz NewBie User

Hi Eric,
   1. Multi-tenancy is the ability to run separate data instances (tenants)
from a single copy of OFBiz  2. OLAP: online analytic processing(see more
details at BI component)

*See also:*
http://ofbiz.135035.n4.nabble.com/What-is-OLAP-database-td4639171.html
https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+support



-
Rong Nguyen

Olbius JSC
Deliver highest business value
http://www.olbius.com/
--
View this message in context:
http://ofbiz.135035.n4.nabble.com/OfBiz-NewBie-User-
tp4650234p4650257.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


---
This email is free from viruses and malware because avast! Antivirus
protection is active.
http://www.avast.com




--





Re: OfBiz NewBie User

2014-04-22 Thread Brajesh Patel
Hi Vijay,

Following conversion will help you:


http://mail-archives.apache.org/mod_mbox/ofbiz-user/200912.mbox/%3cf287893d-8260-415f-a563-fcae15473...@hotwaxmedia.com%3E


On Tue, Apr 22, 2014 at 2:49 PM, Vijay Krishnamurthy 
vijaykrishnamurthy...@gmail.com wrote:

 Hello All Users/Developers,

 Can any one suggest me does this application suits for my Transport
 business?
 I have few vehicles and I gives the renting and leased...
 I need to track the vehicles, Staff and Drivers, invoices...

 Please help me out this... Thanking You All..

 Regards,
 Vijay

 On 4/22/2014 1:09 PM, MelonJaya wrote:

 hi Eric,

 if you want to have multi-tenant, try ant load-demo-multitenant and then
 ant start.
 then look to your DB to see the differences.

 best regards,
 Johnson Chandra



 On Sat, Apr 12, 2014 at 7:04 PM, Jacques Le Roux 
 jacques.le.r...@les7arts.com wrote:

  Le 08/04/2014 03:55, Eric Halim a écrit :

   Thank You for the links Rong Nguyen.

 But what I want to know is that any concern/impact if we choose only
 use 1
 schema for all instead separating those schema respectively?

 Do OLAP and Multi Tenant feature are automatically enabled when first
 installing OfBiz?

  It depends on what you mean by automatically enabled
 For BI as a demo you need to get to he BI component and populate the DB
 (else for instance reports generated by BIRT will not work)

 For multi tenant, refer to https://cwiki.apache.org/
 confluence/display/OFBIZ/Multitenancy+support (OK I see  now Rong gave
 you this one already)


   I mean when we only specify 1 schema for all 3 delegators, would OLAP
 and

 Multi Tenant also available?
 Or we must separate those 3 schemas to make OLAP and Multi Tenant works?

  There are good reasons to separate schemas.
 For multi tenant it must be to guarantee confidentiality (you even need
 to
 create new DB for each new tenant)
 For BI it's a matter of performance look for oltp and olap on same
 server on the net

 Jacques



  Sorry if I asked too many questions.

 Best Regards
 Eric Halim


 -Original Message-
 From: Rong Nguyen [mailto:rong.nguyenk...@olbius.com]
 Sent: Tuesday, April 08, 2014 7:50 AM
 To: user@ofbiz.apache.org
 Subject: RE: OfBiz NewBie User

 Hi Eric,
1. Multi-tenancy is the ability to run separate data instances
 (tenants)
 from a single copy of OFBiz  2. OLAP: online analytic processing(see
 more
 details at BI component)

 *See also:*
 http://ofbiz.135035.n4.nabble.com/What-is-OLAP-database-td4639171.html
 https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+support



 -
 Rong Nguyen

 Olbius JSC
 Deliver highest business value
 http://www.olbius.com/
 --
 View this message in context:
 http://ofbiz.135035.n4.nabble.com/OfBiz-NewBie-User-
 tp4650234p4650257.html
 Sent from the OFBiz - User mailing list archive at Nabble.com.


 ---
 This email is free from viruses and malware because avast! Antivirus
 protection is active.
 http://www.avast.com



  --





-- 
Thanks
Brajesh Patel
Salmonllc.com
http://bigfish.salmonllc.com/bfDemo.html

skype: brajesh.patel11
Cell:- +91 8750709907


Re: OfBiz NewBie User

2014-04-22 Thread Brajesh Patel
Also look into DemoRentalProduct.xml file of specialpurpose/ecommerce/data/
directory.


On Tue, Apr 22, 2014 at 4:07 PM, Brajesh Patel brajeshpate...@gmail.comwrote:

 Hi Vijay,

 Following conversion will help you:



 http://mail-archives.apache.org/mod_mbox/ofbiz-user/200912.mbox/%3cf287893d-8260-415f-a563-fcae15473...@hotwaxmedia.com%3E


 On Tue, Apr 22, 2014 at 2:49 PM, Vijay Krishnamurthy 
 vijaykrishnamurthy...@gmail.com wrote:

 Hello All Users/Developers,

 Can any one suggest me does this application suits for my Transport
 business?
 I have few vehicles and I gives the renting and leased...
 I need to track the vehicles, Staff and Drivers, invoices...

 Please help me out this... Thanking You All..

 Regards,
 Vijay

 On 4/22/2014 1:09 PM, MelonJaya wrote:

 hi Eric,

 if you want to have multi-tenant, try ant load-demo-multitenant and then
 ant start.
 then look to your DB to see the differences.

 best regards,
 Johnson Chandra



 On Sat, Apr 12, 2014 at 7:04 PM, Jacques Le Roux 
 jacques.le.r...@les7arts.com wrote:

  Le 08/04/2014 03:55, Eric Halim a écrit :

   Thank You for the links Rong Nguyen.

 But what I want to know is that any concern/impact if we choose only
 use 1
 schema for all instead separating those schema respectively?

 Do OLAP and Multi Tenant feature are automatically enabled when first
 installing OfBiz?

  It depends on what you mean by automatically enabled
 For BI as a demo you need to get to he BI component and populate the DB
 (else for instance reports generated by BIRT will not work)

 For multi tenant, refer to https://cwiki.apache.org/
 confluence/display/OFBIZ/Multitenancy+support (OK I see  now Rong gave
 you this one already)


   I mean when we only specify 1 schema for all 3 delegators, would OLAP
 and

 Multi Tenant also available?
 Or we must separate those 3 schemas to make OLAP and Multi Tenant
 works?

  There are good reasons to separate schemas.
 For multi tenant it must be to guarantee confidentiality (you even need
 to
 create new DB for each new tenant)
 For BI it's a matter of performance look for oltp and olap on same
 server on the net

 Jacques



  Sorry if I asked too many questions.

 Best Regards
 Eric Halim


 -Original Message-
 From: Rong Nguyen [mailto:rong.nguyenk...@olbius.com]
 Sent: Tuesday, April 08, 2014 7:50 AM
 To: user@ofbiz.apache.org
 Subject: RE: OfBiz NewBie User

 Hi Eric,
1. Multi-tenancy is the ability to run separate data instances
 (tenants)
 from a single copy of OFBiz  2. OLAP: online analytic processing(see
 more
 details at BI component)

 *See also:*
 http://ofbiz.135035.n4.nabble.com/What-is-OLAP-database-td4639171.html
 https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+support



 -
 Rong Nguyen

 Olbius JSC
 Deliver highest business value
 http://www.olbius.com/
 --
 View this message in context:
 http://ofbiz.135035.n4.nabble.com/OfBiz-NewBie-User-
 tp4650234p4650257.html
 Sent from the OFBiz - User mailing list archive at Nabble.com.


 ---
 This email is free from viruses and malware because avast! Antivirus
 protection is active.
 http://www.avast.com



  --





 --
 Thanks
 Brajesh Patel
 Salmonllc.com
 http://bigfish.salmonllc.com/bfDemo.html

 skype: brajesh.patel11
 Cell:- +91 8750709907




-- 
Thanks
Brajesh Patel
Salmonllc.com
http://bigfish.salmonllc.com/bfDemo.html

skype: brajesh.patel11
Cell:- +91 8750709907


Re: OfBiz NewBie User

2014-04-22 Thread Vijay Krishnamurthy

Thanks for your info.
But, that link doesn't gives me much info..

I am looking the DRIVER, Staff, Customers and Vehicles information with 
reports and Payments, Invocie...etc
There is a Sugar CRM and https://www.openerp.com/ and some other Open 
Source providing the same kind of application called Fleet Maintenance CRM.
or ELSE PLEASE check the following URL for the AddON products for the 
Fleet Management, Fleet HR Management, Fleet Invoice..etc


https://www.openerp.com/apps?category=version=search=fLEET

Regards,
Vijay
On 4/22/2014 4:09 PM, Brajesh Patel wrote:
Also look into DemoRentalProduct.xml file of 
specialpurpose/ecommerce/data/ directory.



On Tue, Apr 22, 2014 at 4:07 PM, Brajesh Patel 
brajeshpate...@gmail.com mailto:brajeshpate...@gmail.com wrote:


Hi Vijay,

Following conversion will help you:



http://mail-archives.apache.org/mod_mbox/ofbiz-user/200912.mbox/%3cf287893d-8260-415f-a563-fcae15473...@hotwaxmedia.com%3E


On Tue, Apr 22, 2014 at 2:49 PM, Vijay Krishnamurthy
vijaykrishnamurthy...@gmail.com
mailto:vijaykrishnamurthy...@gmail.com wrote:

Hello All Users/Developers,

Can any one suggest me does this application suits for my
Transport business?
I have few vehicles and I gives the renting and leased...
I need to track the vehicles, Staff and Drivers, invoices...

Please help me out this... Thanking You All..

Regards,
Vijay

On 4/22/2014 1:09 PM, MelonJaya wrote:

hi Eric,

if you want to have multi-tenant, try ant
load-demo-multitenant and then
ant start.
then look to your DB to see the differences.

best regards,
Johnson Chandra



On Sat, Apr 12, 2014 at 7:04 PM, Jacques Le Roux 
jacques.le.r...@les7arts.com
mailto:jacques.le.r...@les7arts.com wrote:

Le 08/04/2014 03:55, Eric Halim a écrit :

  Thank You for the links Rong Nguyen.

But what I want to know is that any concern/impact
if we choose only use 1
schema for all instead separating those schema
respectively?

Do OLAP and Multi Tenant feature are automatically
enabled when first
installing OfBiz?

It depends on what you mean by automatically enabled
For BI as a demo you need to get to he BI component
and populate the DB
(else for instance reports generated by BIRT will not
work)

For multi tenant, refer to https://cwiki.apache.org/
confluence/display/OFBIZ/Multitenancy+support (OK I
see  now Rong gave
you this one already)


  I mean when we only specify 1 schema for all 3
delegators, would OLAP and

Multi Tenant also available?
Or we must separate those 3 schemas to make OLAP
and Multi Tenant works?

There are good reasons to separate schemas.
For multi tenant it must be to guarantee
confidentiality (you even need to
create new DB for each new tenant)
For BI it's a matter of performance look for oltp and
olap on same
server on the net

Jacques



Sorry if I asked too many questions.

Best Regards
Eric Halim


-Original Message-
From: Rong Nguyen
[mailto:rong.nguyenk...@olbius.com
mailto:rong.nguyenk...@olbius.com]
Sent: Tuesday, April 08, 2014 7:50 AM
To: user@ofbiz.apache.org
mailto:user@ofbiz.apache.org
Subject: RE: OfBiz NewBie User

Hi Eric,
   1. Multi-tenancy is the ability to run separate
data instances (tenants)
from a single copy of OFBiz  2. OLAP: online
analytic processing(see more
details at BI component)

*See also:*

http://ofbiz.135035.n4.nabble.com/What-is-OLAP-database-td4639171.html

https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+support



-
Rong Nguyen

Olbius JSC
Deliver highest business value
http://www.olbius.com/
--
View this message in context:
http://ofbiz.135035.n4.nabble.com/OfBiz-NewBie-User-
tp4650234p4650257.html
Sent from the OFBiz

Re: OfBiz NewBie User

2014-04-12 Thread Jacques Le Roux


Le 08/04/2014 03:55, Eric Halim a écrit :

Thank You for the links Rong Nguyen.

But what I want to know is that any concern/impact if we choose only use 1
schema for all instead separating those schema respectively?

Do OLAP and Multi Tenant feature are automatically enabled when first
installing OfBiz?


It depends on what you mean by automatically enabled
For BI as a demo you need to get to he BI component and populate the DB (else 
for instance reports generated by BIRT will not work)

For multi tenant, refer to 
https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+support (OK I 
see  now Rong gave you this one already)


I mean when we only specify 1 schema for all 3 delegators, would OLAP and
Multi Tenant also available?
Or we must separate those 3 schemas to make OLAP and Multi Tenant works?


There are good reasons to separate schemas.
For multi tenant it must be to guarantee confidentiality (you even need to 
create new DB for each new tenant)
For BI it's a matter of performance look for oltp and olap on same server on 
the net

Jacques



Sorry if I asked too many questions.

Best Regards
Eric Halim


-Original Message-
From: Rong Nguyen [mailto:rong.nguyenk...@olbius.com]
Sent: Tuesday, April 08, 2014 7:50 AM
To: user@ofbiz.apache.org
Subject: RE: OfBiz NewBie User

Hi Eric,
  1. Multi-tenancy is the ability to run separate data instances (tenants)
from a single copy of OFBiz  2. OLAP: online analytic processing(see more
details at BI component)

*See also:*
http://ofbiz.135035.n4.nabble.com/What-is-OLAP-database-td4639171.html
https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+support



-
Rong Nguyen

Olbius JSC
Deliver highest business value
http://www.olbius.com/
--
View this message in context:
http://ofbiz.135035.n4.nabble.com/OfBiz-NewBie-User-tp4650234p4650257.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com




--


Re: OfBiz NewBie User

2014-04-07 Thread Rong Nguyen
Hi Eric,
 -  You can not delete them. If you really want to delete, try with sql(you
can search the previous topic). With current implement of OFBiz, you just
disable them by changing ThruDate or don't assign product(category or
catalog).
 -  In Oracle DB, you just create 3 users(3 default schemas will be
created), don't need 3 Oracle instances.



-
Rong Nguyen

Olbius JSC
Deliver highest business value
http://www.olbius.com/
--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/OfBiz-NewBie-User-tp4650234p4650236.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


RE: OfBiz NewBie User

2014-04-07 Thread Eric Halim
Dear Rong Nguyen,

Thanks. What are those 3 users in Oracle? Currently, I just using 1 schema.

Best Regards
Eric Halim

-Original Message-
From: Rong Nguyen [mailto:rong.nguyenk...@olbius.com] 
Sent: Monday, April 07, 2014 4:14 PM
To: user@ofbiz.apache.org
Subject: Re: OfBiz NewBie User

Hi Eric,
 -  You can not delete them. If you really want to delete, try with sql(you
can search the previous topic). With current implement of OFBiz, you just
disable them by changing ThruDate or don't assign product(category or
catalog).
 -  In Oracle DB, you just create 3 users(3 default schemas will be
created), don't need 3 Oracle instances.



-
Rong Nguyen

Olbius JSC
Deliver highest business value
http://www.olbius.com/
--
View this message in context:
http://ofbiz.135035.n4.nabble.com/OfBiz-NewBie-User-tp4650234p4650236.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com



RE: OfBiz NewBie User

2014-04-07 Thread Eric Halim
Hi Rong Nguyen,

What are plus and minus having separate schema for olap, tenant and standard 
compared to whole into 1 schema?

Thanks.

Best Regards
Eric Halim

On Apr 7, 2014 5:25 PM, Rong Nguyen rong.nguyenk...@olbius.com wrote:

 hi Eric, 
 In Oracle: 
 - URI to connect to instance. 
 - User will define schema. 




 - 
 Rong Nguyen 

 Olbius JSC 
 Deliver highest business value 
 http://www.olbius.com/ 
 -- 
 View this message in context: 
 http://ofbiz.135035.n4.nabble.com/OfBiz-NewBie-User-tp4650234p4650244.html 
 Sent from the OFBiz - User mailing list archive at Nabble.com. 


RE: OfBiz NewBie User

2014-04-07 Thread Rong Nguyen
Hi Eric,
 1. Multi-tenancy is the ability to run separate data instances (tenants)
from a single copy of OFBiz
 2. OLAP: online analytic processing(see more details at BI component)

*See also:*
http://ofbiz.135035.n4.nabble.com/What-is-OLAP-database-td4639171.html
https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+support



-
Rong Nguyen

Olbius JSC
Deliver highest business value
http://www.olbius.com/
--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/OfBiz-NewBie-User-tp4650234p4650257.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


RE: OfBiz NewBie User

2014-04-07 Thread Eric Halim
Thank You for the links Rong Nguyen.

But what I want to know is that any concern/impact if we choose only use 1
schema for all instead separating those schema respectively?

Do OLAP and Multi Tenant feature are automatically enabled when first
installing OfBiz?
I mean when we only specify 1 schema for all 3 delegators, would OLAP and
Multi Tenant also available?
Or we must separate those 3 schemas to make OLAP and Multi Tenant works?

Sorry if I asked too many questions.

Best Regards
Eric Halim


-Original Message-
From: Rong Nguyen [mailto:rong.nguyenk...@olbius.com] 
Sent: Tuesday, April 08, 2014 7:50 AM
To: user@ofbiz.apache.org
Subject: RE: OfBiz NewBie User

Hi Eric,
 1. Multi-tenancy is the ability to run separate data instances (tenants)
from a single copy of OFBiz  2. OLAP: online analytic processing(see more
details at BI component)

*See also:*
http://ofbiz.135035.n4.nabble.com/What-is-OLAP-database-td4639171.html
https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+support



-
Rong Nguyen

Olbius JSC
Deliver highest business value
http://www.olbius.com/
--
View this message in context:
http://ofbiz.135035.n4.nabble.com/OfBiz-NewBie-User-tp4650234p4650257.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com