<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I'm trying to connect to VServer Office from LiveCode over LAN (doesn't matter if using my own test stack or Valentina examples "vserver.rev"):<div><br><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; "><font class="Apple-style-span" size="3">  <span style="color: rgb(144, 146, 19); "><b>put</b></span> VConnection_Constructor( <span style="color: rgb(22, 0, 144); ">"192.168.1.20"</span>, <span style="color: rgb(22, 0, 144); ">"sa"</span>, <span style="color: rgb(22, 0, 144); ">"sa"</span>, <span style="color: rgb(22, 0, 144); ">"15432"</span>) <span style="color: rgb(127, 19, 145); ">into</span> mConn</font></div></div></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; "><font class="Apple-style-span" face="Arial" size="3">i'm getting mConn = 18727168 (integer value), so it's OK. But then execution of:</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; "><font class="Apple-style-span" face="Arial" size="3"><br></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; "><font class="Apple-style-span" face="Arial" size="3"><span class="Apple-style-span" style="font-family: 'Lucida Grande'; ">  </span><span class="Apple-style-span" style="font-family: 'Lucida Grande'; "><span style="color: rgb(144, 146, 19); "><b>get</b></span></span><span class="Apple-style-span" style="font-family: 'Lucida Grande'; "> </span><span class="Apple-style-span" style="font-family: 'Lucida Grande'; ">VConnection_Open( mConn )</span></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; "><font class="Apple-style-span" face="Arial" size="3"><span class="Apple-style-span" style="font-family: 'Lucida Grande'; "><br></span></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; "><font class="Apple-style-span" face="Arial" size="3">returning  ERROR 0x82503 (error code 533763, error string <b>"Invalid user name or password"</b>)</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; "><font class="Apple-style-span" face="Arial" size="3"><br></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; "><font class="Apple-style-span" face="Arial" size="3">Using the same host, login and password with VStudio Pro I can connect without any problem.</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; "><font class="Apple-style-span" face="Arial" size="3"><br></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; "><font class="Apple-style-span" face="Arial" size="3">Mac OsX 10.7.3, Valentina Server Office 5.0b27, VStudio Pro 5.0b27, LC 5.5.1dp1, V4REV 5.0b27 ADK</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; "><font class="Apple-style-span" face="Arial" size="3"><br></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Lucida Grande'; "><font class="Apple-style-span" face="Arial" size="3">Any help welcome, Marek</font></div></body></html>