Incompatibilities between Indy 9 and Windows Server 2003?
        Posted  
        
            by mcmar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mcmar
        
        
        
        Published on 2010-03-21T02:05:51Z
        Indexed on 
            2010/03/21
            2:11 UTC
        
        
        Read the original article
        Hit count: 632
        
I'm having a problem with a Delphi application on some Windows 2003 servers. It uses a webservice call to connect with another server and transmit data back and forth. As soon as the app gets to the Authenticate method, the app dies. The app has worked for years on previous boxes with Win Server 2003, but it doesn't on freshly built machines. The machines are set up the same way for the most part, but there is clearly some config setting that differs that I'm not able to track down. Also, while the error becomes apparent in the call to Authenticate, packet sniffing proves that nothing ever happens between the app and the server it's trying to contact, which strengthens my thoughts that something is dieing early on in setting up the connection. I can't duplicate the error locally, so I can't step through the app in a debugger either. Any thoughts on why an Indy 9 Delphi web connection might silently fail?
© Stack Overflow or respective owner