Horizon Hang Ups

From: jwr4@einfosystems.net
Date: Thu May 08 2003 - 12:30:44 EDT


I'm at an impasse developing a DotNet client, the server is dropping the
connection just after getting my User-Authenticate XML. Does anyone know
what conditions cause the server to disconnect? According to support,
there is no IP ACL for Horizon. I have connectivity using the PERL
client so it can't be a network issue.
 
The process so far:
Connect
Get ready response
Send Version - Check
Send User - Authenticate
Horizon closes the socket
 
My Version Check XML:
 
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!DOCTYPE OPS_envelope SYSTEM "ops.dtd">
<OPS_envelope>
  <header>
    <version>0.9</version>
  </header>
  <body>
    <data_block>
      <dt_assoc>
        <item key="protocol">XCP</item>
        <item key="object">VERSION</item>
        <item key="action">CHECK</item>
        <item key="attributes">
          <dt_assoc>
            <item key="version">XML:2.2.3b</item>
            <item key="sender">OpenSRS CLIENT</item>
            <item key="state">ready</item>
          </dt_assoc>
        </item>
      </dt_assoc>
    </data_block>
  </body>
</OPS_envelope>
 
My User Authenticate XML:
 
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!DOCTYPE OPS_envelope SYSTEM "ops.dtd">
<OPS_envelope>
  <header>
    <version>0.9</version>
  </header>
  <body>
    <data_block>
      <dt_assoc>
        <item key="protocol">XCP</item>
        <item key="object">USER</item>
        <item key="action">AUTHENTICATE</item>
        <item key="attributes">
          <dt_assoc>
            <item key="crypt_type">blowfish</item>
            <item key="username">MyUsernameHere</item>
            <item key="password">MyUsernameHere</item>
          </dt_assoc>
        </item>
      </dt_assoc>
    </data_block>
  </body>
</OPS_envelope>
 
 

John W Roche
eInfosystems.net

 

This mail was content checked for malicious code and viruses by
GFI MailSecurity. GFI MailSecurity provides email content checking,
exploit detection and anti-virus for Exchange & SMTP servers. Email
sales@einfosystems.net for more information.



This archive was generated by hypermail 2.1.3 : Tue Oct 19 2004 - 23:37:42 EDT