Hi,
If you've specified:
Code:
dbexport -o output_dir
does output_dir already exist? The exportdirectory has to exist before using dbexport this way. It's a strange notification though and maybe it's caused by an omitted TAPEDEV value in the onconfig file. Check this out in UNIX with
Code:
onstat -c | grep TAPEDEV
If it has no value because you don't use a tapedevice set the value to /dev/null, stop and re-initialize the server.
Regards