Hi, the error "[-708] Reply is garbled" means that the communication between the JDBC driver and the database kernel is broken. You should have a look at the knldiag file for the reason why the communication was broken.
Regards, Marco ---------------------------------------------- Marco PASKAMP MaxDB, SAP Labs Berlin > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Freitag, 9. Juli 2004 17:35 > To: [EMAIL PROTECTED] > Subject: Problem with a view > > > create or replace view vw_Lista_Asientos As > Select > am.Consecutivo, > am.ID_Periodo, > pc.Descripcion As Periodo, > am.ID_Mes, am.ID_Asiento, > ea.Descripcion As Estado, > e.Descripcion As Etiqueta, > am.Fecha, > am.Descripcion > (Select Sum(Monto) From dba.Asientos_Detalle ad Where > am.Consecutivo=ad.Consecutivo_Asiento) As adMonto > From dba.Asientos_Maestro am > Inner Join dba.Etiquetas e on am.ID_Etiqueta=e.ID_Etiqueta > Inner Join dba.Estados_Asientos ea on am.ID_Estado=ea.ID_Estado > Inner Join dba.Periodos_Contables pc On > am.ID_Periodo=pc.Consecutivo > > > > Error: [-708] Reply is garbled. > > 1. What is the error? > > > -- > MaxDB Discussion Mailing List > For list archives: http://lists.mysql.com/maxdb > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
