Theresa
18th September 2001, 18:24
I am attempting to do some further testing of my table_extents on our test system before doing them on production (to sovle the KB vs Pages question). The problem is that these 2 environments are on are different porting sets:
Production (3-tier): 6.1c.05.01
Test (host-mode): 6.1c.04.02

bdbreconfig6.1 works on production, but it does work on the test server....giving the following error: "ksh: bdbreconfig6.1: not found"

I called Baan Support and once again they have proven themselves less than adequate in troubleshooting problems to any serious degree...forgive my bluntness, but I'm so tired of hearing the same old..."you have to update your porting set before I can help you any further."

I just want to know if anyone out there knows what this problem could be related to? Is updating the porting set really my only option here?

Thank you for your assistance thus far, the information provided has been more than helpful.

patvdv
18th September 2001, 18:29
bdbreconfig6.1 works on production, but it does work on the test server....giving the following error: "ksh: bdbreconfig6.1: not found"

Don't want to give an obvious answer but still: did you check your ENV settings? $BSE, $PATH? Do you run the bdbreconfig6.1 from within the $BSE/bin directory? Is the binary actually present in that directory?

Theresa
18th September 2001, 18:50
Hi Pat;

I've checked my env settings and the PATH/BSE variables are identical on both servers.

I have not attempted to run bdbreconfig6.1 from $BSE/bin on the test_server as I do not want the table_data to unload into that dir....will it prompt me for the directory to unload the data to before dropping records? -- If not, will it hurt anything if I immediately CTRL+C - to stop the process?

On production, I 'cd' into the directory I was to unload the table to (/informix/reorg), then I simply type bdbreconfig6.1 and off it goes.

Thanks again for the informative (and speedy) responses!

Theresa
18th September 2001, 18:59
I'm such a yoyo -- after modifying the PATH variable on the test server to match the production server (early this morning), I failed to LOG OUT AND LOG BACK IN!! So after figuring out the error-of-my-ways, it now works.

I did CTRL+C immediately after the reorg started (to check my error log), and I see it put a R.tdsls051 file in the reorg_dir (/junk/reorg)...but I didn't lose/hurt anything right? ...Hope not.

Thanks again for your help.

patvdv
18th September 2001, 19:00
Theresa,

Try either one of this:


bdbreconfig6.1 -t<your output dump dir> <options>

*or*

cd <your output dump dir>; $BSE/bin/bdbreconfig6.1 <options>


There is no 'interactive mode' for bdbreconfig6.1 and I would avoid pressing CTRL-C during the bdbreconfig6.1 if possible!

patvdv
18th September 2001, 19:09
Well Theresa, glad to hear there are more yoyo's out there who make silly mistakes sometimes :)

You should be alright after the CTRL-C. Depending on whether the table was already fully dumped or not - I assume not if you did the CTRL-C immediately -, Baan does not delete the original one.