Hi,
OS - W2K Server SP3
Informix - IDS 9.3
When I do
dbexport <dbname > -ss , I get error on the dbexport file the error is
insert into syserrors values ("UGEN2", "en_us.1252", 0, 1, 'Memory allocation has failed in %FUNCTION%.');
insert into syserrors values ("UGEN3", "en_us.1252", 0, 1, 'Error creating large object from client file in %FUNCTION%.');
insert into syserrors values ("UGEN4", "en_us.1252", 0, 1, 'Large object handle is invalid in %FUNCTION%.');
insert into syserrors values ("UGEN5", "en_us.1252", 0, 1, 'Error creating large object from client file in %FUNCTION%.');
insert into syserrors values ("UGEN6", "en_us.1252", 0, 1, 'Error saving large object to client file in %FUNCTION%.');
insert into syserrors values ("UGEN7", "en_us.1252", 0, 1, 'Double-quoted string expected in %FUNCTION%.');
insert into syserrors values ("UGEN8", "en_us.1252", 0, 1, 'Interval format conversion has failed in FLUDT.');
insert into syserrors values ("UGEN9", "en_us.1252", 0, 1, 'Input string is not terminated with double-quote in %FUNCTION%.');
insert into syserrors values ("UGENA", "en_us.1252", 0, 1, 'Input string is too long in %FUNCTION%.');
insert into syserrors values ("UGENB", "en_us.1252", 0, 1, 'Input data format error in %FUNCTION%.');
insert into syserrors values ("UGENC", "en_us.1252", 0, 1, 'Output LO file creation has failed in %FUNCTION%.');
insert into syserrors values ("UGEND", "en_us.1252", 0, 1, 'Entering function %FUNCTION%.');
insert into syserrors values ("UGENE", "en_us.1252", 0, 1, 'Successfully exiting %FUNCTION%.');
insert into syserrors values ("UGENF", "en_us.1252", 0, 1, 'The collection could not be created in %FUNCTION%.');
insert into syserrors values ("UGENG", "en_us.1252", 0, 1, 'Insertion into the collection has failed in %FUNCTION%.');
insert into syserrors values ("UGENH", "en_us.1252", 0, 1, 'Invalid iterator state used in %FUNCTION%.');
insert into syserrors values ("UGENI", "en_us.1252", 0, 1, 'Opening the trace file has failed.');
insert into syserrors values ("UGENJ", "en_us.1252", 0, 1, 'Setting the trace threshold has failed.');
insert into syserrors values ("UGEN1", "en_us.8859", 0, 1, 'Connection has failed in %FUNCTION%.');
insert into syserrors values ("UGEN2", "en_us.8859", 0, 1, 'Memory allocation has failed in %FUNCTION%.');
insert into syserrors values ("UGEN3", "en_us.8859", 0, 1, 'Error creating large object from client file in %FUNCTION%.');
and so on ...
What cause this error ?? and how do overcome this..
Thanks & Regards
SRi