程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> .NET網頁編程 >> .NET實例教程 >> BizTalk Pipeline Tools

BizTalk Pipeline Tools

編輯:.NET實例教程
使用FFDasm.exe等Pipeline Tools來調試BizTalk的管道,非常方便有效,參考BizTalk文檔。

The pipeline tools supplIEd with the Microsoft® BizTalk® Server 2006 Software Development Kit (SDK) enable you to verify that a pipeline is functioning correctly without having to configure the BizTalk Server environment, such as send/receive ports. You can also use the pipeline tools to:

  • Debug third-party pipeline components outside of the server environment.

  • Diagnose parsing engine error messages.

  • Experiment with different schemas without the burden of compiling, deploying, undeploying, and recompiling.

  • Explore flat file and XML assembler/disassembler behavior.

  • View disassembler output and discover which message context propertIEs are promoted and their values.

  • Run send/receive pipelines without disassembler and assembler components (for example, you can vIEw the output of the S/MIME decoder).

  • Make fine-grained performance measurements of the pipeline alone (rather than the entire messaging subsystem).

Location in SDK


<Installation Path>\SDK\UtilitIEs\PipelineTools

You use pipeline tools for executing, debugging, and profiling pipelines, and pipeline components (that is, flat file and XML assembler/disassembler components).

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved