BizTalk Server General - How do I test custom Pipeline component in BTS 2004?

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server General > August 2004 > How do I test custom Pipeline component in BTS 2004?





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 How do I test custom Pipeline component in BTS 2004?
Aaron

2004-08-23, 5:50 pm

I am kind of new the BizTalk 2004, can someone tell me how I can test my
custom (decode) pipeline component in BTS 2004?


trackley

2004-08-23, 5:50 pm

This worked for me...
http://blogs.msdn.com/skaufman/arch.../22/162421.aspx

"Aaron" wrote:

> I am kind of new the BizTalk 2004, can someone tell me how I can test my
> custom (decode) pipeline component in BTS 2004?
>
>
>

Matt Milner

2004-08-23, 5:50 pm

1) use the pipeline tools in the SDK\Utilities\ folder to test out a
pipeline configured with your component and see if it works.

2) create a receive or send with your component in a custom pipeline and run
it. You can attach to the btsntsvc.exe process and set breakpoints in your
code to debug. you might also be able to do the same with the pipeline
tools mentioned in #1, but I haven't tried it.

matt


"Aaron" <someone@microsoft.com> wrote in message
news:%23AHyIpUiEHA.2704@TK2MSFTNGP10.phx.gbl...
> I am kind of new the BizTalk 2004, can someone tell me how I can test my
> custom (decode) pipeline component in BTS 2004?
>
>



Stefan

2004-08-27, 6:06 pm

You should also be aware of the fact that attaching to the BTSNTSVC.EXE does
not work for messages received through the HTTP adapter. In this case you'll
need to attach to DLLHOST.EXE (Win XP) or W3WP.EXE (Win 2003). This is
because the HTTP Adapter uses the isolated host mode, which means that the
pipeline components are executens in the context of IIS.

Cheers

Stefan Thurow

"Matt Milner" wrote:

> 1) use the pipeline tools in the SDK\Utilities\ folder to test out a
> pipeline configured with your component and see if it works.
>
> 2) create a receive or send with your component in a custom pipeline and run
> it. You can attach to the btsntsvc.exe process and set breakpoints in your
> code to debug. you might also be able to do the same with the pipeline
> tools mentioned in #1, but I haven't tried it.
>
> matt
>
>
> "Aaron" <someone@microsoft.com> wrote in message
> news:%23AHyIpUiEHA.2704@TK2MSFTNGP10.phx.gbl...
>
>
>

Stefan

2004-08-27, 6:06 pm

You should also be aware of the fact that attaching to the BTSNTSVC.EXE does
not work for messages received through the HTTP adapter. In this case you'll
need to attach to DLLHOST.EXE (Win XP) or W3WP.EXE (Win 2003). This is
because the HTTP Adapter uses the isolated host mode, which means that the
pipeline components are executens in the context of IIS.

Cheers

Stefan Thurow

"Matt Milner" wrote:

> 1) use the pipeline tools in the SDK\Utilities\ folder to test out a
> pipeline configured with your component and see if it works.
>
> 2) create a receive or send with your component in a custom pipeline and run
> it. You can attach to the btsntsvc.exe process and set breakpoints in your
> code to debug. you might also be able to do the same with the pipeline
> tools mentioned in #1, but I haven't tried it.
>
> matt
>
>
> "Aaron" <someone@microsoft.com> wrote in message
> news:%23AHyIpUiEHA.2704@TK2MSFTNGP10.phx.gbl...
>
>
>

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com