Fabrizio Mazzoni schrieb:
> 
> Hi all,
> 
> I am new to sap and i was testing it because we have to convert our buisness
> app built in access to a more serious DB. I installed sap 7.3.00.20 on my
> redhat 7.2 machine and everything works fine except that when i connect to
> it from a win machine with a simple VB app or from access 2k/97, the odbc
> takes about 15 sec to connect. I added the client machine in the hosts file

 Whenever I noticed this kind of error: it's always a buggy name lookup
or reverse name lookup.

 nslookup <redhat-machine-name>
 nslookup <readhat-machine-ip>     (at the Windows system)

and

 nslookup <windows-client-name>
 nslookup <windows-client-ip>      (at the Linux machine)


 Normaly the connection-time for the low-level odbc-call takes in our 
application from 500 ms to about 2 seconds, depending how much traffic
we've on the network.

 Marten
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to