@matute
Wow! That helped a lot! Thank you VERY much!
These days I learned a lot about Solaris and Informix...
Now what I have done after reading your Mini-Tutorial:
I setup all the Environment variables needed by Informix:
- DBPATH (at least I found the filez)
- INFORMIXSERVER
- INFORMIXDIR
I also know now that I'm running Informix-SQL Version 7.22.UC2 which is not as old as I though ;-) (check_version told my s.th. about 2.xx)
Oh! And a uname -a told me that I run the following:
SunOS r12a2cde 5.7 GENERIC usw...
That means 2.5.7 aka Solaris 7?? Should be correct...
After inserting $INFORMIXDIR/bin into my path I could run dbaccess as root und connect the the Server for the first time. The problem was that I could not see the databases.
I checked the DBPATH and the read/write privileges but everything is okay... But this problem cannot be very complex. I also started playing around the settings in the sqlhosts.
After starting the server and reading the logs the following error occurs.
Code:
daemon err = -25592 Communication service not supported by network driver
or this one:
Code:
daemon err = -25507 The specified service name or protocol is unknown.
I think that could have s.th. to do with this Informix-Star... In both cases the service entry was made in /etc/services
I tried 1526/tcp turbo and 1400/tcp nettype and 1399/tcp sqlexec
None of them worked. I think I only must know what protocol type I have to use and the database works over ODBC.
This would be the killer-solution. I would be content if I could see and select the databases with dbaccess...
Would be cool, if you guys could help me again!