Hi...
When I execute "sqlexecd website" I get the following error:
Can open rds.iem file. Error -25553
The sqlhosts file is /usr/informix/etc.
website setlitcp website sqlexec
The rds.iem file is /usr/informix/msg
What can I do? I have Informix SE 6.0
Thanks you.
sending to informix-list
Doug Lawry - 28 Nov 2003 19:05 GMT
It looks like you need to do this first (oldest syntax provided):
INFORMIXDIR=/usr/informix ; export INFORMIXDIR
You can find out what an error number means using:
$ finderr -25553
-25553 Sqlhosts file not found or cannot be opened.
The sqlhosts file is required to determine information to establish
connection to a local or remote server. Create an sqlhosts file in the
directory $INFORMIXDIR/etc according to the format that the manual for
your database server product describes.
Regards,
Doug Lawry
www.douglawry.webhop.org
> Hi...
>
[quoted text clipped - 13 lines]
>
> sending to informix-list