|
Home > Archive > BizTalk Server General > September 2004 > OracleException Serialization Problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
OracleException Serialization Problem
|
|
| dave v 2004-09-23, 5:51 pm |
| Does anyone know about an issue with serialization in the
System.Data.OracleClient.OracleException class?
When trying to resume a BizTalk 2004 orchestration that has caught this
exception and suspended with a Suspend shape, I get this in the event log:
Failed while creating a TestHarness.Test service.
Exception type: ServiceCreationException
Source:
Target Site:
Help Link:
Additional error information:
Exception has been thrown by the target of an invocation.
Exception type: TargetInvocationException
Source: mscorlib
Target Site: Void SerializationInvoke(System.Object,
System.Runtime.Serialization.SerializationInfo,
System.Runtime.Serialization.StreamingContext)
Help Link:
Additional error information:
Member message was not found.
Exception type: SerializationException
Source: mscorlib
Target Site: System.Object GetElement(System.String, System.Type ByRef)
Help Link:
Additional error information:
Thanks,
Dave
| |
| larry franks 2004-09-24, 5:49 pm |
| Hi Dave, take a look at
http://support.microsoft.com/defaul...KB;EN-US;829195
This sounds like what you may be running into. I'd recommend contacting
the .Net support team and requesting this hotfix to see if this corrects
the problem.
Larry Franks
This posting is provided "AS IS" with no warranties,and confers no rights.
Subscribe at
http://support.microsoft.com/defaul...msdn/nospam.asp
&SD=msdn
--------------------
| Thread-Topic: OracleException Serialization Problem
| thread-index: AcShvHJyfY1aj5QGTTCA/yK5hecPHg==
| X-WBNR-Posting-Host: 207.241.20.65
| From: =?Utf-8?B?ZGF2ZSB2?= <daveV.0711.2828@noemail.nospam>
| Subject: OracleException Serialization Problem
| Date: Thu, 23 Sep 2004 15:27:01 -0700
| Lines: 36
| Message-ID: <46DE0621-58CB-4645-86E2-1B15F8A470C4@microsoft.com>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups:
microsoft.public.biztalk.general,microsoft.public.dotnet.framework.adonet
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.adonet:91815
microsoft.public.biztalk.general:19828
| X-Tomcat-NG: microsoft.public.biztalk.general
|
| Does anyone know about an issue with serialization in the
| System.Data.OracleClient.OracleException class?
|
| When trying to resume a BizTalk 2004 orchestration that has caught this
| exception and suspended with a Suspend shape, I get this in the event
log:
|
| Failed while creating a TestHarness.Test service.
|
| Exception type: ServiceCreationException
| Source:
| Target Site:
| Help Link:
| Additional error information:
|
| Exception has been thrown by the target of an invocation.
|
| Exception type: TargetInvocationException
| Source: mscorlib
| Target Site: Void SerializationInvoke(System.Object,
| System.Runtime.Serialization.SerializationInfo,
| System.Runtime.Serialization.StreamingContext)
| Help Link:
| Additional error information:
|
| Member message was not found.
|
| Exception type: SerializationException
| Source: mscorlib
| Target Site: System.Object GetElement(System.String, System.Type ByRef)
| Help Link:
| Additional error information:
|
|
| Thanks,
| Dave
|
|
| |
| dave v 2004-09-27, 5:52 pm |
| Thanks, Larry. When I did my KB search for "Member message was not found" I
was filtering on ".Net Framework" and that article didn't come up!
I'll give that hotfix a try.
- Dave
""larry franks"" wrote:
> Hi Dave, take a look at
> http://support.microsoft.com/defaul...KB;EN-US;829195
> This sounds like what you may be running into. I'd recommend contacting
> the .Net support team and requesting this hotfix to see if this corrects
> the problem.
>
> Larry Franks
>
> This posting is provided "AS IS" with no warranties,and confers no rights.
> Subscribe at
> http://support.microsoft.com/defaul...msdn/nospam.asp
> &SD=msdn
> --------------------
> | Thread-Topic: OracleException Serialization Problem
> | thread-index: AcShvHJyfY1aj5QGTTCA/yK5hecPHg==
> | X-WBNR-Posting-Host: 207.241.20.65
> | From: =?Utf-8?B?ZGF2ZSB2?= <daveV.0711.2828@noemail.nospam>
> | Subject: OracleException Serialization Problem
> | Date: Thu, 23 Sep 2004 15:27:01 -0700
> | Lines: 36
> | Message-ID: <46DE0621-58CB-4645-86E2-1B15F8A470C4@microsoft.com>
> | MIME-Version: 1.0
> | Content-Type: text/plain;
> | charset="Utf-8"
> | Content-Transfer-Encoding: 7bit
> | X-Newsreader: Microsoft CDO for Windows 2000
> | Content-Class: urn:content-classes:message
> | Importance: normal
> | Priority: normal
> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> | Newsgroups:
> microsoft.public.biztalk.general,microsoft.public.dotnet.framework.adonet
> | NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
> | Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
> | Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.adonet:91815
> microsoft.public.biztalk.general:19828
> | X-Tomcat-NG: microsoft.public.biztalk.general
> |
> | Does anyone know about an issue with serialization in the
> | System.Data.OracleClient.OracleException class?
> |
> | When trying to resume a BizTalk 2004 orchestration that has caught this
> | exception and suspended with a Suspend shape, I get this in the event
> log:
> |
> | Failed while creating a TestHarness.Test service.
> |
> | Exception type: ServiceCreationException
> | Source:
> | Target Site:
> | Help Link:
> | Additional error information:
> |
> | Exception has been thrown by the target of an invocation.
> |
> | Exception type: TargetInvocationException
> | Source: mscorlib
> | Target Site: Void SerializationInvoke(System.Object,
> | System.Runtime.Serialization.SerializationInfo,
> | System.Runtime.Serialization.StreamingContext)
> | Help Link:
> | Additional error information:
> |
> | Member message was not found.
> |
> | Exception type: SerializationException
> | Source: mscorlib
> | Target Site: System.Object GetElement(System.String, System.Type ByRef)
> | Help Link:
> | Additional error information:
> |
> |
> | Thanks,
> | Dave
> |
> |
>
>
|
|
|
|
|