Cannot combine profiles

Post Reply
edev
Posts: 127
Joined: Wed Sep 14, 2005 5:10 pm

Cannot combine profiles

Post by edev »

Hi,

I'm trying to combine two profiles together, by adding one HTML table to another, then doing a reindex on the final profile. All database merge went well, but I always get the following error:

002 dowalk(applydbsettings2) 1109: can't open C:\db2: No such file or directory in the function ddopen

I did use update options string to set SS_db and SS_name to the correct dataspace, so I have no idea where the "C:\db2" came from. Help?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Cannot combine profiles

Post by mark »

Please describe your procedure from the time the database works to when it doesn't in more detail.

What are you doing when you get that error?

What's on line 1109 of your dowalk script?
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Cannot combine profiles

Post by John »

Did you set SS_dataspace?
John Turnbull
Thunderstone Software
edev
Posts: 127
Joined: Wed Sep 14, 2005 5:10 pm

Cannot combine profiles

Post by edev »

Yep I did both SS_dataspace and SS_db.
The 1109th line in dowalk is:

<SQL DB=$dblive "select NAME from SYSTABLES where NAME = 'html'">
edev
Posts: 127
Joined: Wed Sep 14, 2005 5:10 pm

Cannot combine profiles

Post by edev »

Actually, now that I startd a few new walks, and none of them would index after. Reindex doesn't work, it seems like the same err 000 dowalk(updatemmindex) 2123: Could not connect to /db2 in the function openntexis

000 dowalk(updatemmindex) 2125: Could not connect to /db2 in the function openntexis

000 dowalk(tblexists) 2236: Could not connect to /db2 in the function openntexis

000 dowalk(updatemmindex) 2142: Could not connect to /db2 in the function openntexis
Creating spell-checker dictionaries...
000 dowalk(apicp) 6393: Could not connect to /db2 in the function openntexis

000 dowalk(createdict) 6394: Could not connect to /db2 in the function openntexis
Cannot create aspell dictionary with no index.
Done.
Reindex finished:

No index was created.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Cannot combine profiles

Post by mark »

Dataspace isn't set or the wrong/no profile is being specified.
edev
Posts: 127
Joined: Wed Sep 14, 2005 5:10 pm

Cannot combine profiles

Post by edev »

Ok I managed getting rid of the error by creating a brand new profile...I must have set it wrong somehow but in the admin screen it shows everything is right. Thanks...
Post Reply