I have dbimported this database previously on this machine to a particular dataspace. Now I am attempting to dbimport it to a distinctly different dataspace. I am seeing this message perhaps three quarters of the way through the load:
{ TABLE "root".stxtranr row size 125 number of comulns = 7 index size = 30 }
{ unload file name = stxtr00280.unl number of rows = 1085636 )
create table "root".stxtranr
(
orig_journal char(2) not null,
doc_no integer not null,
post_no integer,
post_date date,
doc_date date not null,
ref_code char(6),
doc_desc varchar(100,1)
};
*** put loadcur
25587 - Network receive failed.
-404 - The cursor or statement is not available
-349 - Database not selected yet.
Any idea's?
TIA
Jeager
:-(
{ TABLE "root".stxtranr row size 125 number of comulns = 7 index size = 30 }
{ unload file name = stxtr00280.unl number of rows = 1085636 )
create table "root".stxtranr
(
orig_journal char(2) not null,
doc_no integer not null,
post_no integer,
post_date date,
doc_date date not null,
ref_code char(6),
doc_desc varchar(100,1)
};
*** put loadcur
25587 - Network receive failed.
-404 - The cursor or statement is not available
-349 - Database not selected yet.
Any idea's?
TIA
Jeager
:-(