Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Informix - dbexport

Status
Not open for further replies.

Sivagami

Programmer
Dec 11, 2000
14
0
0
US
Hi all,

I am working Informix Online workgroup server 7.12. I need to do export my table contents to a text file. I know there is a command called DBEXPORT but when I try to execute it, I get the error - 'Unknown Error Message 19165'.

Has anyone come across this error before??
Does anyone have any idea what could be causing this error ?
Thanks in advance for any help.
Shiva.
 
Shiva,

I am not familiar with this error but there is something you can try (in Unix - not sure if it works elsewhere);

dbexport -V - If dbexport is installed gives the version number (I suspect if you don't get a version number it is not installed).

dbexport -- - list the options for dbexport in case specified incorrectly

Also, check your log file for error messages.

Rich
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top