forsms
5th April 2002, 22:27
I have created a table e.g. tdsls911 in development env and every thing is fine.

But now when I have moved the table def/object to prod and here when i trying to "create runtime dd" for the table tdsls911, i am getting the foll error:

Warning No DD for tdsls911 found. and than
Serious Error in calling bdbreconfig.

The ..ddb50cprod/dtdsls directory has the following files :
dtdsls911 dtdsls911.new dtdsls911.old

the ..ddb50cdevl/dtdsls directory has the following files:
dtdsls911 dtdsls911.old


Can any through some light...??

Thanks in advance

NPRao
5th April 2002, 23:01
we do get those kind of errors. It seems the latest baan tools are having a lot of changes in the bdbreconfig.

check the error log, ttstperrlog, then log.reconfig6.2 and go down to check if there are any missing domains/table problems.

Most of the time the developers miss to copy the domains into the outgoing VRC from where the delivery dumps are taken.

IF that doesnt still fix the problem -

there are 2 work arounds but both are risky -

we think that the convert fails to detect the changes so we use the create runtime with reconfigure option.

1. move the d-.new files over the d- file. [ex- tfacp100.new to tfacp100]

2. make a backup directory (safe option, than to delete the dd files) in the $BSE/dict/d(your package combination) and move those related table files into it. and do a create runtime again, the create runtime session works fine almost thinking they are new tables.

I dont know the bad effects if you are using these options on the Production system.