Hi Saurab,
Just make sure you have followed the same steps for
Installing Client SDK 2.81 (Create a demo database called stores thru the command "dbaccessdemo stores")
1 Run the client setup file.
2 To check for connectivity, create a system DSN in ODBC
3 Enter the following parameters
Server name: STEPS
Host name: 10.1.32.22
Service name: 1526
Protocol: olsoctcp
Database name: demo
User id: test
Password: test123
4 Select “Apply & test connection”, it should connect
5 Similarly do the same settings in Setnet32 (Client SDK)
6 Make sure there is an entry in both the services & host files at both client & server ends.
At Client -
C:\Winnt\system32\drivers\etc\services
Turbo 1526/tcp ## Remote server ocsserver
(Make sure that there is a blank line after the above entry)
C:\Winnt\system32\drivers\etc\hosts
10.1.32.18 ocsserver.mot.com ## Server name
(Make sure that there is a blank line after the above entry)
At Server -
C:\Winnt\system32\drivers\etc\services
Turbo 1526/tcp ## Remote server ocsserver
(Make sure that there is a blank line after the above entry)
C:\Winnt\system32\drivers\etc\hosts
10.125.12.18 ocsserver.mot.com ## Server name
10.125.11.13 lloyd.mot.com ## Client name
(Make sure that there is a blank line after the above entry)
7 Run Ilogon Demo from client SDK & enter the parameters & select OK, we should be able to see records of customer table.
Regards,
lloyd
Quote:
Originally posted by s_chaturvedi
Hi Lloyd,
Infomix is online as I can connect using telnet and also I can connect to the database using dbaccess. Do you still think that I should bring down the server and restart it again?
Regards
Saurabh
|