[Zope] Problem with ZClient

Loren Stafford lstaffor@dynalogic.com
Tue, 11 Jul 2000 13:18:39 -0700


This is a multi-part message in MIME format.

------=_NextPart_000_0084_01BFEB3A.8719AAA0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Problem with ZClientI can't see for sure what the problem is. But I was =
bitten by a problem ZClient had with the port specification. You can =
read about it at =
http://www.zope.org/Members/lstaffor/ZScheduler/CHANGES.txt. Could that =
be relevant here?

-- Loren

  ----- Original Message -----=20
  From: Juan Carlos Coru=F1a=20
  To: zope@zope.org=20
  Sent: July 11, 2000 02:06 AM
  Subject: [Zope] Problem with ZClient


  I'm testing ZClient to access a ZSQL method on a NT box from a Linux =
box since Linux can't access any odbc (propietary) database. As ressult =
i become a bci.ServerError.

  This is the output:

  [root@ecom ZPublisher]# ./Client.py -u username:password =
http://ntserver.bio.umd.es:8080/xmlrpc/replicar/Cliente/get_Navision =
N_=3D26451

  Traceback (innermost last):

  File "./Client.py", line 639, in ?

  main()

  File "./Client.py", line 632, in main

  headers, body =3D apply(f,(),kw)

  File "./Client.py", line 225, in __call__

  self.handleError(query, ec, em, headers, response)

  File "./Client.py", line 240, in handleError

  raise t, RemoteException(t,v,f,l,self.url,query,ec,em,response)

  bci.ServerError: =
http://ntserver.bio.umd.es/xmlrpc/replicar/Cliente/get_Navision/manage_te=
stForm (File: C:\ARCHIV~1\XMLSER~1\lib\python\Shared\DC\ZRDB\DA.py Line: =
367)

  302 Moved Temporarily for =
http://ntserver.bio.umd.es:8080/xmlrpc/replicar/Cliente/get_Navision

  Anyone is using a similar method or knows about it?

  Is there an alternative method to access a ZSQL on another server?


------=_NextPart_000_0084_01BFEB3A.8719AAA0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Problem with ZClient</TITLE>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR>
<META content=3D20000711;10595018 name=3DCREATED>
<META content=3D"Juan Carlos Coru=F1a" name=3DCHANGEDBY>
<META content=3D20000711;11060862 name=3DCHANGED>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>I can't see for sure what the problem is. But I =
was bitten=20
by a problem ZClient had with the port specification. You can read about =
it at=20
<A=20
href=3D"http://www.zope.org/Members/lstaffor/ZScheduler/CHANGES.txt">http=
://www.zope.org/Members/lstaffor/ZScheduler/CHANGES.txt</A>.=20
Could that be relevant here?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial>-- Loren</FONT></DIV>
<DIV>&nbsp;</DIV>
<BLOCKQUOTE=20
style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: =
0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV=20
  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
  <A href=3D"mailto:jcoruna@umd.es" title=3Djcoruna@umd.es>Juan Carlos =
Coru=F1a</A>=20
  </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A =
href=3D"mailto:zope@zope.org"=20
  title=3Dzope@zope.org>zope@zope.org</A> </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> July 11, 2000 02:06 =
AM</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> [Zope] Problem with=20
ZClient</DIV>
  <DIV><BR></DIV>
  <P>I'm testing ZClient to access a ZSQL method on a NT box from a =
Linux box=20
  since Linux can't access any odbc (propietary) database. As ressult i =
become a=20
  bci.ServerError.</P>
  <P>This is the output:</P>
  <P>[root@ecom ZPublisher]# ./Client.py -u username:password <A=20
  =
href=3D"http://ntserver.bio.umd.es:8080/xmlrpc/replicar/Cliente/get_Navis=
ion">http://ntserver.bio.umd.es:8080/xmlrpc/replicar/Cliente/get_Navision=
</A>=20
  N_=3D26451</P>
  <P>Traceback (innermost last):</P>
  <P>File "./Client.py", line 639, in ?</P>
  <P>main()</P>
  <P>File "./Client.py", line 632, in main</P>
  <P>headers, body =3D apply(f,(),kw)</P>
  <P>File "./Client.py", line 225, in __call__</P>
  <P>self.handleError(query, ec, em, headers, response)</P>
  <P>File "./Client.py", line 240, in handleError</P>
  <P>raise t, RemoteException(t,v,f,l,self.url,query,ec,em,response)</P>
  <P>bci.ServerError:=20
  =
http://ntserver.bio.umd.es/xmlrpc/replicar/Cliente/get_Navision/manage_te=
stForm=20
  (File: C:\ARCHIV~1\XMLSER~1\lib\python\Shared\DC\ZRDB\DA.py Line: =
367)</P>
  <P>302 Moved Temporarily for=20
  =
http://ntserver.bio.umd.es:8080/xmlrpc/replicar/Cliente/get_Navision</P>
  <P>Anyone is using a similar method or knows about it?</P>
  <P>Is there an alternative method to access a ZSQL on another=20
server?</P></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0084_01BFEB3A.8719AAA0--