Re: Attention: Seattle Startups and VCs--Amazon Web Services

2007-04-15 Thread Shi Jinghai
Interesting. If I were in US, I would come. By soap? Could you give some more details? Regards, Shi Jinghai/Beijing Langhua Ltd. 在 2007-04-15日的 19:10 -0800,BJ Freeman写道: > Hope to make connection with VC. showing them my implementation of > Amazon Web Services in Apache Ofbiz > > Amazon Web Se

Re: Data Import

2007-04-15 Thread Jonathon -- Improov
Chris, > you have to be certain that you data is clean. Depending on how old your > data is in OFBiz, this may be unlikely. You just reminded me that my existing data can still get "unclean" simply because new OFBiz updates changes the data structure. Adding another item to my SOP for "Impor

Re: I would like to use MSSQL instrad of Derby DB in OFBiz.

2007-04-15 Thread Chris Howe
http://docs.ofbiz.org/x/j --- Gokul_IFS <[EMAIL PROTECTED]> wrote: > > Hi, > > I want to use MSSQL server instead of the default OFBiz > database. > > Provide me help in changing the default database of OFBiz to > MSSQL so > that the catalogs and product details could be stored in

I would like to use MSSQL instrad of Derby DB in OFBiz.

2007-04-15 Thread Gokul_IFS
Hi, I want to use MSSQL server instead of the default OFBiz database. Provide me help in changing the default database of OFBiz to MSSQL so that the catalogs and product details could be stored in the MSSQL database. Thankx in advance. -- View this message in context: http://www

Re: Data Import

2007-04-15 Thread David E. Jones
There is also a tool as I mentioned before to remove and re-add all foreign keys. It is on the Check/Update page in WebTools. -David On Apr 15, 2007, at 9:40 PM, Chris Howe wrote: Comments inline... --- Jonathon -- Improov <[EMAIL PROTECTED]> wrote: Chris, David, Wow, this is getting c

Re: Data Import

2007-04-15 Thread Chris Howe
Comments inline... --- Jonathon -- Improov <[EMAIL PROTECTED]> wrote: > Chris, David, > > Wow, this is getting complicated. > > 2 questions. > > This data import tool, can it do a data dump with foreign_key_checks > turned off? I'd like to do a > data import from XML, but not have to do the gr

Re: Data Import

2007-04-15 Thread Jonathon -- Improov
Chris, David, Wow, this is getting complicated. 2 questions. This data import tool, can it do a data dump with foreign_key_checks turned off? I'd like to do a data import from XML, but not have to do the graph walk. Anybody knows of any tools to dump MySQL data (verbatim, with only platform-

Software as a Service (SaaS)

2007-04-15 Thread BJ Freeman
I see this as a great opportunity for Apache Ofbiz For decades, companies ran their software on their own infrastructure. Software as a Service is a new delivery model where companies pay not for owning the software itself but for using it. In the SaaS scenario, a software provider is responsible

Attention: Seattle Startups and VCs--Amazon Web Services

2007-04-15 Thread BJ Freeman
Hope to make connection with VC. showing them my implementation of Amazon Web Services in Apache Ofbiz Amazon Web Services and Madrona Venture Group would like to invite you to an exclusive half-day event for tech start ups and VCs. Join us on Thursday, April 26th, 2-7pm in Seattle for this free e

Re: Data Import

2007-04-15 Thread Chris Howe
First, thank you very much for the feedback! Your comments have been extremely helpful in me wrapping my brain around this nut. Comments inline. --- "David E. Jones" <[EMAIL PROTECTED]> wrote: > > I'm not sure what you used to find loops in the graph but I know just > off the top of my head th

Re: Data Import

2007-04-15 Thread David E. Jones
I'm not sure what you used to find loops in the graph but I know just off the top of my head that there are others, and I'm guessing quite a few others. Actually a highly normalized data model that fulfills a large number of different requirements probably tends to cause more loops. Som

Re: Cannot add Shipping to a new created store

2007-04-15 Thread Jacques Le Roux
Did you carefully read the Apache OFBiz Business Setup Guide? Especially the Shipping settings http://tinyurl.com/yun9a3 Jacques De : "Michel Dielissen" <[EMAIL PROTECTED]> > > Hello, I can use some help with the following. > > I like to add a Shipping method to a new store I just created. > But

Cannot add Shipping to a new created store

2007-04-15 Thread Michel Dielissen
Hello, I can use some help with the following. I like to add a Shipping method to a new store I just created. But when I go to "Catalog\Store\Choose my new store\Shipping" then the "Carrier Shipment Method" drop-down is empty (besides "Select one"). Also when I go to "Catalog\Store\Choose my ne

Re: Data Import

2007-04-15 Thread Chris Howe
--- "David E. Jones" <[EMAIL PROTECTED]> wrote: > > Yeah, there are various loops: self-referencing entities (A -> A) and > mulit-entity loops (A->B->A; A->B->C->A; etc). > -David > So, I went ahead and wrote a script to walk and order the entities and it turns out there are only two loops whi