the problem, from my experience, is that there are relationships PFK that do not get resolved. the only way I have found to import is to make these all part of the intial import through the build file, ofbiz-component.xml using the seed reader, so you explicitly state which files get imported in what sequence. then do an ant run-install-seed
Todd Burdeinei sent the following on 10/16/2008 2:40 AM: > Hello All, > I hit a snag on importing the XML from an ofbiz install. I used the webtools > to both generate the XML and attempt the import (import was called from > webtools/control/EntityImportDir). On the destination machine I uploaded the > exported files to a directory called xmlfiles. I used this as the path for > the import. > > This is what the screen said: > > Results: > > Failed /home/user/xmldata/ReturnReason.xml adding to retry list for next > pass > <snip- lots of files listed here> > > Failed /home/user/xmldata/ProdCatalogCategoryType.xml adding to retry list > for next pass > > Pass 2 complete > > --------------------------------------- > > Succeeded: 7 of 367 > > Failed: 360 of 367 > > --------------------------------------- > > Failed Files: > > /home/user/xmldata/ReturnReason.xml > <snip- lots of files listed here> > > > Any ideas? I tried markmail and the docs website. I appreciate any help > Many thanks
