victoryupa
10th March 2010, 18:37
Buenos Dias,

Estoy subiendo el volcado de una Cia. a una nueva Cia. y me sale el siguiente mensaje "error al ejecutar bdbpost". Y revisando las tablas en la nueva Cia. si tengo Datos cual seria el problema me afecta este error...?

Atte.
Víctor Yupa

rahul.kolhe22
11th March 2010, 06:29
Hi,
I dont know Spanish language. Just by reading the title of the post, I think you need information regarding bdbpost.

Below is some information about it:

bdbpost6.1 reads either from its argument or from the standard input and creates a new database table if that table does not exist. It appends data to an existing table if the option 'append' is on. bdbpost6.1 also checks current data dictionary information with the information in the dump, if they do not match it gives an error. If the current data dictionary is not present it creates a data dictionary (e.g. dtimcs/dtimcs023) based on the dump. For each table bdbpost6.1 prints information such as the table name, indexes, the number of records and errors (if any).

Regards,
--Rahul

mmflex
11th March 2010, 19:26
Bdbpost es el executable que hace la carga de los datos :

tabla baan -> BDBPRE -> fichero TXT
FICHERO TXT -> BDBPOST -> tabla baan

son herramientas que sirvem para dumps, convert y algo más.
lo probable es que la estructura de la tabla no es igual a la origen... hay que tener dos tablas igualitas

patriciosoria
13th March 2010, 00:07
Hola Amigo:

Tienes que verificar el archivo que cuando subes el bdbpost te solicita como archivo de salida de errores, también depende mucho sobre los parámetros que utilizas para subir la información, adicionalmente si tienes tablas compartidas o lógicas, en ese momento te dará errores, así mismo puede ser existen registros que no tienen referencia y por este motivo te emite el registro de error.

La única manera de verificar si te subieron todos los registros ejecutar la sesión ttaad4222m000 Contar numero de registros, y si estan los misma cantidad de registros de los archivos secuenciales, entoces todo esta ok

Borman