Zorvan
20th December 2001, 11:43
Hi
I installed baan on unix solaris8 informix2000
Create tables ended with:
Error 26572 during creating table ttaad000

In log.informix was error 25572

-25572 Network driver cannot bind a name to the port.

A system call has failed. The sqlexecd daemon or database server cannot
access the network port that is specified by the servicename in the
sqlhosts file. This situation might occur because the network port is
already in use by another sqlexecd, database server, or other
application. Use a different servicename on the command line (prior to
Version 6.0) or in the sqlhosts file (beginning with Version 6.0).
Contact your system administrator for assistance.


Please, help
Thanks
Zorvan

Guntherm
26th December 2001, 15:37
Hi Zorvan,

I'm not really familiar with informix nor with solaris but I would recommend to verify if the port you want to use is open on the system. You can do this by doing a telnet to the system 'telnet <IPaddress> <portnr>'. You should get a reply/prompt from the system.

If not specify the port in the services file (on HPUX /etc/services).

Secondly, verify if you can connect to the database via sqlnet.

good luck

foxguard
24th January 2002, 05:37
Hi Zorvan,

Can you connect to Informix using dbaccess?

Did you install Informix Connect?

I think the installer does not install iConnect automatically with the database engine. We had to do that separately for our client who is almost in the same platform as you are.

Are your Informix environment variables set (exported)?

Make sure you have the right combination of portingset, Informix, and Informix Connect.

I hope this helps.