Thanks for the info! I guess that's the only way out. Swapna
-----Original Message----- From: CORMIER Mario [mailto:[EMAIL PROTECTED] Sent: Thursday, December 02, 2004 4:03 PM To: xindice-users@xml.apache.org Subject: RE: using .tbl files If I remember correctly, the binary file format is incompatible between 1.0 and 1.1. You might have to install 1.0 somewhere, export the collections as XML files, and re-import in 1.1. Hope this helps! Mario -----Original Message----- From: Swapna Gupta [mailto:[EMAIL PROTECTED] Sent: Thursday, December 02, 2004 4:59 PM To: Eno Thereska; xindice-users@xml.apache.org Subject: RE: using .tbl files Hey Eno, I checked System.xml . The path is correct and I have placed the collection directory in the right folder. I can see folders of other collections (that were created using the newly installed version of xindice)there. But still this manually added collection doesn't get recognized. Thanks for your suggestion. Swapna (Help!) -----Original Message----- From: Eno Thereska [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 8:37 PM To: xindice-users@xml.apache.org; Swapna Gupta Subject: Re: using .tbl files Swapna Gupta wrote: > > If I copy the folder corresponding to the collection I want to import > (located in xindice\current\xml-xindice-1.0\ in the older version) to > the xindice\WEB-INF\db folder, will it get recognized? I tried, but it > didn't show up while browsing the database. > > What do I need to do? > One thing that you probably want to look at is the file system.xml in your xindice\WEB-INF. There is one line there that specifies the location Xindice looks at to find your .tbl files. For example, for me the line is: <root-collection dbroot="/tmp/xindice_db/" name="db" use-metadata="on"> which means that Xindice looks at /tmp/xindice_db to find the db collections, in which the .tbl files reside. So if you have collection COLLECTION1 in directory /foo/bar the line in your system.xml should look like : <root-collection dbroot="/foo/bar/COLLECTION1/" name="db" use-metadata="on"> Inside COLLECTION1 you should have the .tbl files. Hope this helps Eno > Thanks in advance. I am sure I'll get great help here! > > Swapna >