Situatie:
Heb een Interbase server 5.6 (win nt bak) waarnaar ik moet connecten. Dit gebeurt via een client (win 2k + sp3 + novell) met BDE 5.01. Op de interbase server pc staat een interbase database bv: test.gdb in de gesharede folder C:\Database. Op beide pc's staat een mapping M: naar C:\Database.
In de services file van de pc's staat gds_db 3050/tcp ingesteld.
Beide pc's kunnen elkaar gewoon pingen. En gesharede folders zijn toegankelijk en hebben voor het gemak Everyone Full control gekregen.
Gebruikte BDE alias:
Type: Interbase
Server name: server:M:\Knmp.gdb
Echter als ik via de client via BDE met een alias naar test.gdb wil connecten krijg ik de volgende error:
Unable to complete network request to host "<server>".
Failed to establish a connection.
unknown Win32 error 10061
Na wat goochelen heb ik ook het volgende gevonden:
The error "Unknown WIN32 error 10061" can occur when connecting to any InterBase database from a Windows Client using TCP/IP. The error can occur with any client including InterClient. Below are a variety of potental solutions to the problem:
- Make sure TCP/IP is installed and running on the server. For example, if the server is running on Novell, make sure the TCPIP NLM has been loaded. If the server is VMS, get to a ucx prompt and type "SHOW SERVICES". Check that gds_db is there. It may list it but show that it is disabled, if so type ENABLE SERV GDS_DB.
- You need an entry in the machines services file: gds_db 3050/tcp
- If you are running a classic version of InterBase, you need an entry in the etc/inetd.conf file (or equivalent) that allows a gds_inet_server to be launched.
- You need permissions for remote hosts to be able to make a tcp connection.
- Make sure you have appropriate licensing
- Make sure you can ping the server machine. If you cannot the server, place the machine in your hosts file or if using DNS contact your network administrator.
- Make the machine name and path to the database in your connect string are correct on the client.
- If you had a previous version of InterBase installed on the server, uninstall it, then reinstall your current version of InterBase.
Allemaal nagelopen en waar nodig de instellingen aagepast. Mag echter niet baten krijg nog steeds die 10061.
Hebben jullie hier ook ervaringen mee gehad en hopelijk ook nog ideeen of oplossingen?
Heb een Interbase server 5.6 (win nt bak) waarnaar ik moet connecten. Dit gebeurt via een client (win 2k + sp3 + novell) met BDE 5.01. Op de interbase server pc staat een interbase database bv: test.gdb in de gesharede folder C:\Database. Op beide pc's staat een mapping M: naar C:\Database.
In de services file van de pc's staat gds_db 3050/tcp ingesteld.
Beide pc's kunnen elkaar gewoon pingen. En gesharede folders zijn toegankelijk en hebben voor het gemak Everyone Full control gekregen.
Gebruikte BDE alias:
Type: Interbase
Server name: server:M:\Knmp.gdb
Echter als ik via de client via BDE met een alias naar test.gdb wil connecten krijg ik de volgende error:
Unable to complete network request to host "<server>".
Failed to establish a connection.
unknown Win32 error 10061
Na wat goochelen heb ik ook het volgende gevonden:
The error "Unknown WIN32 error 10061" can occur when connecting to any InterBase database from a Windows Client using TCP/IP. The error can occur with any client including InterClient. Below are a variety of potental solutions to the problem:
- Make sure TCP/IP is installed and running on the server. For example, if the server is running on Novell, make sure the TCPIP NLM has been loaded. If the server is VMS, get to a ucx prompt and type "SHOW SERVICES". Check that gds_db is there. It may list it but show that it is disabled, if so type ENABLE SERV GDS_DB.
- You need an entry in the machines services file: gds_db 3050/tcp
- If you are running a classic version of InterBase, you need an entry in the etc/inetd.conf file (or equivalent) that allows a gds_inet_server to be launched.
- You need permissions for remote hosts to be able to make a tcp connection.
- Make sure you have appropriate licensing
- Make sure you can ping the server machine. If you cannot the server, place the machine in your hosts file or if using DNS contact your network administrator.
- Make the machine name and path to the database in your connect string are correct on the client.
- If you had a previous version of InterBase installed on the server, uninstall it, then reinstall your current version of InterBase.
Allemaal nagelopen en waar nodig de instellingen aagepast. Mag echter niet baten krijg nog steeds die 10061.
Hebben jullie hier ook ervaringen mee gehad en hopelijk ook nog ideeen of oplossingen?
Always shoot for the moon. Even if you miss you will land among the stars...