The Orchestration engine does not allow tracking for some shapes. They are as follows:
- Message Assignment
- Transform
- Group (Task)
- Suspend
- Catch
- Throw
- Terminate
Solution
For the Message Assignment and Transform shapes, drop the enclosing Message Construct instead.
For the Group (Task) shape, use a nontransactional Scope shape instead.
Regarding the Loop (While) shape, you can track the Loop shape itself, but you cannot track the events inside the shape to the same Activity Definition file.
For the Terminate shape, there is no workaround, because the end event of this shape never happens in a normal scenario.
Important You cannot track a compensation handler shape, and the shapes within it if they are in a different orchestration. Additionally, custom compensation handlers do not display in TPE, therefore, you cannot track them.
For more information about orchestration shapes, see Orchestration Developer Reference.
See Also
Troubleshooting Tracking Profiles
To download updated BizTalk Server 2004 Help from www.microsoft.com, go to
http://go.microsoft.com/fwlink/?linkid=20616.
Copyright © 2004 Microsoft Corporation.
All rights reserved.