07-29-04 01:46 AM
Hello,
> I have some basic queries and would appreciate if any of these are answere
d:
>
>1. Where do I find the event logs? I mean to debug my orchestration I am se
eing the HAT, but I understand that I should be seeing the Event logs as wel
l.
>Appreciate if I am pointed out to the actual location where the event logs
exists. Also let me know where would the other types of logs be present.(For
debug
>purpose).
Most of BizTalk errors is sent to the application event log. To view it, cli
ck Start->Run... and enter eventvwr.msc then press enter.
You should look at the Application event log. There is also a trace capabili
ty, but this is more complex and should be used for heavier problems.
>2. I have an orchestration that send a mail.It uses the SMTP Adapter. While
the Orchestration indicates that everything is fine, the mail is NOT actual
ly sent.
>Where should I debug?Which logs / files etc should I look into and study?
Again, 99.99% of the time, errors (or warnings) will be in the application l
og. Really, the event log is the first place where you should go.
[vbcol=seagreen]
>3. How do I debug my Orchestration at RUN -TIME? The option of "Orchestrati
on Debugger" is fine but it does not indicate me the values at runtime, or c
an
>it?Appreciate if I am told if we have a better way of debugging an Orchestration.[/
vbcol]
Debugging an orchestration at runtime is done by using HAT. You can find all
details on:
http://msdn.microsoft.com/library/e.../>
?frame=true
Look at the links on the previous page: many good ways to debug an orchestra
tion are explained.
Thanks.
-Gilles.
[ Post a follow-up to this message ]
|