Click here to Skip to main content
15,885,278 members
Articles / Operating Systems / Windows
Article

How to debug XLANG schedule

Rate me:
Please Sign up or sign in to vote.
2.00/5 (3 votes)
11 Nov 2003 32.8K   18   6
How to debug XLANG schedule

Introduction

This article will show you how to debug XLANG schedule. Before you begin, you must install XLANG trace located on [Drive]:\Program Files\Microsoft BizTalk Server\SDK\XLANG Samples\XlangTrace.

The steps involved

Step 1

Image 1

This is a simple one. Receive a MSMQ message queue (blue line) and forward to another MSMQ message queue (red One).

Step 2

Add 2 actions to debug the above schedule (mapped to Logger class of XLANG trace Com)

Image 2

Step 3

Map the data part

Image 3

Step 4

Add New Constant (name it debug to invoke the trace process and to disable when release).

Image 4

Step 5

Add the decision prior to the trace as in the following diagram.

Image 5

Step 6

  • Compile the schedule
  • Run the schedule. The result will logged on
  • Open the SQL enterprise manager
  • Open XLANG_TRACE database
  • Open trace_table Table

Image 6

Step 7

To disable the trace - edit the debug constant as false (0) as in the attached figure.

Image 7

Recompile the schedule. Then you can release the schedule.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Saudi Arabia Saudi Arabia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
-- No messages could be retrieved (timeout) --