Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot connect with server?
Message
De
29/05/2013 18:19:35
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
West Wind Web Connection
Titre:
Cannot connect with server?
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01575082
Message ID:
01575082
Vues:
55
Hi all


Have an application that gathers up emails to be sent out to clients and it works (mostly) on 7 servers, but when it hits #8 it horks up with an "A Connection with the server could not be established" coming from this code
lnRetval = HttpSendRequest(hHTTPResult,;
     tcHeaders, len(tcheaders),;
     lcPostBuffer, TnPostSize)

If lnRetval = 0     &&which it is
  This.nerror= GetLastError()   &&  Error num 12029
  This.cerrormsg=This.getsystemerrormsg()
  =InternetCloseHandle(hHTTPResult)
  Return This.nerror
endif
My Google-fu points to an IIS issue - but this works fine from my local HD. Not so much from the server.

Has anyone seen this, and if so, how did you fix it?
"You don't manage people. You manage things - people you lead" Adm. Grace Hopper
Pflugerville, between a Rock and a Weird Place
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform