If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > dbexport & dbimport error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-16-03, 04:50
zyrog zyrog is offline
Registered User
 
Join Date: Aug 2002
Posts: 1
dbexport & dbimport error

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
Reply With Quote
  #2 (permalink)  
Old 03-20-03, 07:03
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
Re: dbexport & dbimport error

The correct syntax to use dbexport is:

dbexport <database> [-X] [-c] [-q] [-d] [-ss]
[{ -o <dir> | -t <tapedev> -b <blksz> -s <tapesz> [-f <sql-command-file>] }]

You don't need a < nor a > sign.

You should look at the runtime rrors generated to see what the real problem is.
__________________
rws
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On