Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle / MTS Method '~' of object '~' Failed Problem
You need to get the actual error that Oracle is passing to the MTS object. The error you are seeing is being returned to your client app via MTS and is not the native Oracle error itself. This usually (in my experience anyway) means that you have had some sort of data error e.g. you tried to insert a null value into a field that is not nullable or whatever.
HTH, Mark
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 Thu Aug 20 1998 - 00:00:00 CDT
![]() |
![]() |