Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot connect with server?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
West Wind Web Connection
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:
01575234
Vues:
53
The actual issue turned out to be a missing entry in the Hosts file. Once that was fixed the process worked as well as it does on the other 7 servers.




>Based on your description I have no idea what you're doing. What do emails have to do with HTTP requests here?
>
>Typically a Connection Cannot be established that points to a connection issue - most likely the firewall or AV is blocking you from using IP connections. To check turn off hte firewall and try again - if it works that's your issue. If does, turn the firewall back on and explicitly give access to your application to use port 80/443 or whatever other ports you are using.
>
>If it isn't - then you need to provide more info since the below has 0 information on what you're actually doing.
>
>+++ Rick ---
>
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform