Hello,
I'm moving this over to the dev side, please excuse if I shouldn't.
Setup: 3.1.2 on Solaris 2.6
I'm trying to merge 2 databases. I have successfully done this on a
different machine with smalled databases, so I know I am doing it right.
:)
I have 2 configs, big and far. I want to merge big into far. Searches for
both big and far work fine, but when I do htmerger with the -m options, no
URLs are merged.
big is about 260 MB, far is about 270 MB (all db files summed).
I've been stepping through the code in my muddled way and have come to
this point:
In htmerge/db.cc, mergeDB() is called to merge the second database.
However, the first call to urls->Get_Next() fails, basically causing
things to procede as if nothing was found to merge.
In looking, I noticed there doesn't seem to be any error checking on a
Start_Get, it seems to me that in my case the Start_Get is failing for
some reason and then things go on, resulting in nothing merged. I do know
the call to Open the docdb is sucessful.
Any ideas?
Bill Carlson
------------
Systems Programmer [EMAIL PROTECTED] | Opinions are mine,
Virtual Hospital http://www.vh.org/ | not my employer's.
University of Iowa Hospitals and Clinics |
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.