Page 1 of 1

export a profile

Posted: Tue Jul 11, 2006 7:11 am
by rajesh11
How can i transfer data & it's setting of Profile to another server. Suppose server has been changed, how could we transfer crawled data to another server keeping existing data & settings

export a profile

Posted: Mon Jul 17, 2006 12:30 pm
by mark
Assuming the same platform you can copy over the testdb directory and all of it's contents and the dataspace directory and it's contents.

Otherwise, if you have full texis, you can use cpdb to copy those databases over.

Otherwise you'll need to recreate the walk profile and do a new walk.

export a profile

Posted: Wed Aug 23, 2006 10:37 am
by rajesh11
cpdb not working:
i have run 2 command and it have following output respectively
cpdb -d /data/morph3/texis/newstestd -h 81.22.242.34 -r /mnt/mylocal/morph3/texis/newstestd
002 can't open /data/morph3/texis/newstestd/: no SYSTABLES in the function ddopen
100 Could not open local database

cpdb -d /data/morph3/texis/newstestd/db1 -h 81.22.242.34 -r /mnt/mylocal/morph3/texis/newstestd/db1
000 connect: Connection refused in the function ezclientsock
100 Could not connect

could you suggest what problem may be?

export a profile

Posted: Wed Aug 23, 2006 11:30 am
by John
You need to run cpdb on the remote server as well to listen for the connection.

export a profile

Posted: Thu Aug 24, 2006 1:33 am
by rajesh11
i run at source: (81.22.242.35)
cpdb
000 bind: Address already in use in the function ezserversock
200 cpdb server pid 3338 started. This should be stopped when no longer needed
and destination :(81.22.242.31)

cpdb -d /mnt/mylocal/morph3/texis/newstestd/db1 -h 81.22.242.35 -r /data/morph3/texis/newstestd/db1
176 Table vortex already exists in data dictionary
in the function createdbtb
000 cpdb (3126) ABEND: signal 6 (SIGABRT); exiting

Please suggest what's the prob.

export a profile

Posted: Thu Aug 24, 2006 1:42 am
by rajesh11
/mnt/mylocal/morph3/texis/newstestd/db1 is blank profile i ahve created via webinator

export a profile

Posted: Thu Aug 24, 2006 2:45 pm
by John
If the tables already exist then cpdb can't create them, which is the error you are getting. You need to start with an empty database, just the system tables.