copydb and cpdb

Post Reply
skalyanaraman
Posts: 109
Joined: Tue May 29, 2001 9:13 pm

copydb and cpdb

Post by skalyanaraman »

Hi,
I have successfully used copydb before to move a table from NT to UNIX. It was fine. Now I am trying to use on a different database/table and it does not give any errors but the last 8 or 9 fields were not even created. The table is there with the data in it but the last 8 or 9 fields missing. Any ideas?

I thought of using cpdb instead but if I run cpdb with no parameters from UNIX I get the error,

000 bind: Address already in use in the function ezserversock

Is it because texisd is already running, which it is.

Any help is greatly appreciated. thanks
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

copydb and cpdb

Post by John »

We'd need to know the table structure to try and figure out why some fields weren't making it. The address already in use suggests that cpdb is already running, or something else is using the same port. Cpdb and texisd use different ports.
John Turnbull
Thunderstone Software
skalyanaraman
Posts: 109
Joined: Tue May 29, 2001 9:13 pm

copydb and cpdb

Post by skalyanaraman »

Interestingly, I created the table first on UNIX and tried the copydb and I got the following errors,

000 SQLExecute() failed with -1 in the function: execntexis
000 Insufficient values for fields in the function: Insert

The structure is quite big. Do you want me to send it to you via email?

thanks for the help.
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

copydb and cpdb

Post by John »

John Turnbull
Thunderstone Software
Post Reply