I have the Solution: Create under Debian an ads.ini file
$> nano /etc/ads.ini
[settings]
USE_TCP_IP=1
USE_UDP_IP=0
RETRY_ADS_CONNECTS=1
I believe the standard is that the driver tries to connect about first UDP 10 times... and then TCP... this cost 10 seconds before the script is correct connected.
Solved!