Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

-951 error on IDS 9.4 Win 2000 1

Status
Not open for further replies.

bodman

Technical User
Nov 27, 2003
1
GB
I installed ids9 4.0 on win 2000 in an Active Directory. All seemed okay. Clients connected okay etc. Even rebooted server. No problem. A day later I get -951 error. Informix account was in AD. Tried reinstalling informix and used a local account. Same as before worked ok for a while then -951 error.
Any help appreciated
 
Hi,

Are you able to connect thru odbc by creating a new system dsn and selection "Apply & Test connection". Maybe your server does not recognize the host. Try the foll.

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.125.1.1 my_server ## 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.1.1 my_server ## Server name
10.125.1.2 my_client ## Client name
(Make sure that there is a blank line after the above entry)

Hope this works,

Regards,

lloyd
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top