Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle / MTS Method '~' of object '~' Failed Problem

Re: Oracle / MTS Method '~' of object '~' Failed Problem

From: Michael Landmeier <mikela_at_qmacs.com>
Date: 1998/08/26
Message-ID: <#XIdhBV09GA.234@uppssnewspub05.moswest.msn.net>#1/1

I have found a DCOM marshalling problem with ADO 2.0. If you have lots of columns(for me it was around 60 colums) and you try to update the recordset, the recordset could not be marshalled back to the MTS server.

My only workaround at the moment is to run my MTS components locally and not use MTS.

Again, the problem is not MTS, but rather the marshalling of large recordsets from the client to a mid tier server... An ADO problem.

So, check the number of columns in your table.

Mike Landmeier

Hong Yew wrote in message <6rhukt$qe0$1_at_arachne.labyrinth.net.au>...
>Hi,
>
> I am using MTS with Oracle 7.3.3, doing open, insert and close using
>ADO. I've come across a weired error and I like to know if anyone has came
>across one.
>
> My base client often crash with a message "Method '~' of object '~'
>failed" when an MTS object runs. It doesn't always happens, but when it
>does, it can be recurring, and at times bouncing the server or reboot may
>help, but at times, the problem may just goes away. It seems to have to do
>with ADO, SetComplete, SetAbort or something else entirely??
>
> Please let me know if anyone know what this is about
>
> Thanks,
>
> Hong
>
>
>
>
Received on Wed Aug 26 1998 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US