|
Home > Archive > BizTalk Server Orchestration > April 2004 > Orchestration Debugger problem - how to attach service to have service pane
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 |
Orchestration Debugger problem - how to attach service to have service pane
|
|
| Dave Cui 2004-04-12, 6:41 pm |
| Hi Folks,
I've been trying to get the service pane in Orchestration
Debugger, the documentation says,
When an orchestration appears in the In Breakpoint state
and the Orchestration Debugger starts, you can perform the
following actions:
Use the Attach Service option.
Review the steps that have already completed.
View the state of variables and messages.
Set additional breakpoints.
Select the Continue Service option.
Repeat any steps as required.
The problem is: how do i choose "Attach Service" Option,
right click on service instance doesn't give me that
option.
please help, thanks in advance.
Dave
| |
| Ron Simmons 2004-04-12, 7:44 pm |
| Dave,
You have to actually start the Orchestration Debugger from your service instance before you can attach to the executing instance of your orchestration. From the service instance view, highlight the instance that your are interested in and select Orchestr
ation Debugger. Once this opens, you can select Debug|Attach to get where you wish.
HTH,
Ron
| |
| Ron Simmons 2004-04-12, 7:44 pm |
| Dave,
You have to actually start the Orchestration Debugger from your service instance before you can attach to the executing instance of your orchestration. From the service instance view, highlight the instance that your are interested in and select Orchestr
ation Debugger. Once this opens, you can select Debug|Attach to get where you wish.
HTH,
Ron
| |
| Dave Cui 2004-04-12, 10:38 pm |
| Hi Ron,
I did exactly as you described, but I don't see the
service pane. I do see tracked events pane, orchestration
pane, and variable pane though.
According to documentation, i should see following in
Service pane.
Service Options - Drop-down list of actions that you can
perform based on the state of the debugger and the
instance.
Thanks,
Dave
>-----Original Message-----
>Dave,
>
>You have to actually start the Orchestration Debugger
from your service instance before you can attach to the
executing instance of your orchestration. From the
service instance view, highlight the instance that your
are interested in and select Orchestration Debugger. Once
this opens, you can select Debug|Attach to get where you
wish.
>
>HTH,
>
>Ron
>.
>
| |
| Ron Simmons 2004-04-14, 6:37 pm |
| Hi Dave,
I'm not sure where the process is breaking down for you, so from the top here is what I do:
1) Start|Programs|Health and Activity Tracking
2) In the view that opens, choose Operations|Service Instances from the menu
3) Structure your query such that you are returned the orchestration instance in which you are interested and run the query. If you are NOT returned any rows, then it means that you do not have any active orchestration instances.
4) Single-click on any of the columns of the returned row in which you are interested
5) Invoke the popup menu and select Orchestration Debugger
6) Once the Orchestration Debugger opens, you can select Debug|Attach from the menu to begin interactive debugging.
Good luck
ron
|
|
|
|
|