|
Home > Archive > BizTalk Server General > April 2006 > Correlation By BTS.MessageID
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 |
Correlation By BTS.MessageID
|
|
| fifo123 2006-04-10, 7:33 pm |
| Does anyone know if it is possible to do correlation by BTS.MessageID or
BTS.CorrelationToken? I am attempting to do that but I keep getting the
"Subscription not found" error message.
Thanks.
| |
|
| BTS.MessageID is inside the context property of the message. My guess will
be, every time the message goes out or comes into BTS processing new
MessageID will be generated. You have to create correlation based on the
element in your schema.
KVB
"fifo123" wrote:
> Does anyone know if it is possible to do correlation by BTS.MessageID or
> BTS.CorrelationToken? I am attempting to do that but I keep getting the
> "Subscription not found" error message.
>
> Thanks.
| |
| Doug Girard [MSFT] 2006-04-10, 7:34 pm |
| KVB is correct. Messages in BizTalk are immutable and thus a different
MessageID will be created for each instance. You will have to promote
other properties in your message schemas which will allow for correlation
matching.
Regards,
Doug Girard [MSFT]
Note: This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
>Thread-Topic: Correlation By BTS.MessageID
>thread-index: AcZX9qNMvBF23GUnSqSlKKvPl1zgzw==
>X-WBNR-Posting-Host: 168.215.132.46
>From: =?Utf-8?B?U0s=?= <SK@discussions.microsoft.com>
>References: <F8E6AB90-EFD4-42F9-8D41-18C2DC16F574@microsoft.com>
>Subject: RE: Correlation By BTS.MessageID
>Date: Tue, 4 Apr 2006 07:47:04 -0700
>Lines: 14
>Message-ID: <379F59A2-9009-421A-9CC9-C76B4D402541@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.1830
>Newsgroups: microsoft.public.biztalk.general
>Path: TK2MSFTNGXA01.phx.gbl
>Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.biztalk.general:36319
>NNTP-Posting-Host: TK2MSFTNGXA01.phx.gbl 10.40.2.250
>X-Tomcat-NG: microsoft.public.biztalk.general
>
>BTS.MessageID is inside the context property of the message. My guess
will
>be, every time the message goes out or comes into BTS processing new
>MessageID will be generated. You have to create correlation based on the
>element in your schema.
>
>KVB
>
>"fifo123" wrote:
>
>
|
|
|
|
|