
error with IDS 7.31 UD1 dbexport
Quote:
> Using : dbexport -ss dbname with IDS 7.31 UD1 on RedHat 7.0,
> I get the error message : "cannot make export directory" even with a lot of
> trials on files and directories rights.
> The result is : the directory dbname.exp is created and remains empty.
> Is there any known bug in this configuration ?
> Does somebody knows a walk around trick ?
There was a weird combination of two bugs - one in Informix, one in
Redhat - that lead to this. The Informix bug was to run the 'mkdir'
command with no standard input, standard output or standard error.
The Rehat bug was to attempt to close the standard I/O channels and
complain when that operation failed.
Check whether there's a more recent version of IDS 7.3x available for
Linux; if so, use it.
If not, there was a resolution, oh, a couple of years ago when 7.0
first came out, but I forget what it was. At worst, you could get
fileutils from the GNU web site, and compile and install those.
--
Jonathan Leffler #include <disclaimer.h>
Guardian of DBD::Informix v2003.04 -- http://dbi.perl.org/