| Author |
Debugg orchestration
|
|
|
|
Hi All
I have two questions:-
1) How can i debug orchestration to know where exactly it is failing with no error in the code.
2)Is there any way i can be saved doing deploy/undeploy/enlist/unlist for every change in make in my project.
| |
| Christof [MVP] 2004-08-05, 5:49 pm |
| Hi Ruchi,
debugging orchestrations can be done using the HAT tool
in addition you can attach VS.NET to the BTSNTSbv.exe process to debug any
custom code you plugged into your orchestration
Regarding your second problem, I'm sorry :-)))
Best regards,
Christof
--
Christof [Microsoft BizTalk Server MVP]
"Ruchi" <Ruchi@discussions.microsoft.com> wrote in message
news:05738C06-282B-4285-B14A-9BCD5AEA66E1@microsoft.com...
>
> Hi All
> I have two questions:-
> 1) How can i debug orchestration to know where exactly it is failing with
no error in the code.
> 2)Is there any way i can be saved doing deploy/undeploy/enlist/unlist for
every change in make in my project.
>
>
| |
| Alan Smith 2004-08-05, 5:49 pm |
| > 2)Is there any way i can be saved doing deploy/undeploy/enlist/unlist for
every change in make in my project.
You can setup the NAnt deployment tool to do all this automatically.
Scott Colestock has an excellent articla and sample on how to do this on his
Blog. It takes an hour or so to get it setup the first time, but it's a real
timesaver in the long run. Highy recommended.
http://www.traceofthought.net/
Cheers,
Alan
"Christof [MVP]" wrote:
> Hi Ruchi,
>
> debugging orchestrations can be done using the HAT tool
> in addition you can attach VS.NET to the BTSNTSbv.exe process to debug any
> custom code you plugged into your orchestration
>
> Regarding your second problem, I'm sorry :-)))
>
> Best regards,
> Christof
>
> --
> Christof [Microsoft BizTalk Server MVP]
>
> "Ruchi" <Ruchi@discussions.microsoft.com> wrote in message
> news:05738C06-282B-4285-B14A-9BCD5AEA66E1@microsoft.com...
> no error in the code.
> every change in make in my project.
>
>
>
| |
|
| Hi
I have downloaded Nant 8.4 and nant conti as specified in the link and also did setting in VS.Net under tools
-> external tools
the setting i did is
command : C:\Program Files\NAnt\bin\NAnt.exe
Argument : /f:"$(C:\Ruchi\Loan\test)\$(test.sln).build" debug.deploy
when i am deploying the test.sln using tools -> NAnt biztalk deploy
its not displaying any mesg in output window......
Is any other setting required inn VS.net or i am passing wrong argument???
please help for the same..
Regards
Ruchi
project path is C:\Ruchi\Loan\test
solution name is test.sln
"Alan Smith" wrote:
[vbcol=seagreen]
> every change in make in my project.
>
> You can setup the NAnt deployment tool to do all this automatically.
>
> Scott Colestock has an excellent articla and sample on how to do this on his
> Blog. It takes an hour or so to get it setup the first time, but it's a real
> timesaver in the long run. Highy recommended.
>
> http://www.traceofthought.net/
>
> Cheers,
>
> Alan
>
>
> "Christof [MVP]" wrote:
>
| |
| Alan Smith 2004-08-05, 5:49 pm |
| Hi Ruchi,
Did you check the "Use Output window" checkbox in the external tools
properties dialog box?
Alan
"Ruchi" wrote:
[vbcol=seagreen]
> Hi
> I have downloaded Nant 8.4 and nant conti as specified in the link and also did setting in VS.Net under tools
> -> external tools
> the setting i did is
> command : C:\Program Files\NAnt\bin\NAnt.exe
> Argument : /f:"$(C:\Ruchi\Loan\test)\$(test.sln).build" debug.deploy
> when i am deploying the test.sln using tools -> NAnt biztalk deploy
> its not displaying any mesg in output window......
> Is any other setting required inn VS.net or i am passing wrong argument???
> please help for the same..
>
> Regards
> Ruchi
> project path is C:\Ruchi\Loan\test
> solution name is test.sln
>
>
>
>
> "Alan Smith" wrote:
>
| |
|
| ya Alan its checked
i can see the window but it should ideally display some messages i think....
in my case it is not displaying any mesg
ruchi
"Alan Smith" wrote:
[vbcol=seagreen]
> Hi Ruchi,
>
> Did you check the "Use Output window" checkbox in the external tools
> properties dialog box?
>
> Alan
>
>
> "Ruchi" wrote:
>
| |
| Alan Smith 2004-08-06, 2:47 am |
| Hi,
Sounds strange...
I always got some test in the output window, even when there was an error.
Is there a NAnt BizTalk Deploy option in the dropdown list above the output
window?
And heve you tried the sample from Scott's blog? That should work OK.
Alan
"Ruchi" wrote:
[vbcol=seagreen]
> ya Alan its checked
> i can see the window but it should ideally display some messages i think....
> in my case it is not displaying any mesg
>
> ruchi
> "Alan Smith" wrote:
>
| |
|
| Hi
Ya it shows NAnt BizTalk Deploy option in the dropdown list above the output
window.
The sample is also not working i think some setting is missing.
I did the following steps for nant
1) Downloaded the latest NAnt (currently 0.84) from
http://nant.sourceforge.net and unzip it under C:\Program Files\NAnt. (only
0.84 zip ...
there were other dowload also 0.84rc1 etc)
2) Downloaded the latest NAntContrib release from
http://nantcontrib.sourceforge.net in c:\ and copy all files in
NAntContrib's bin directory into NAnt's bin directory.
3)In C:\Program Files\NAnt\bin\NAnt.exe.config change the default framework
to 1.1: <nant taskpath=".\optional"><frameworks><platform name="win32"
default="net-1.1">…
4)Create a VS.NET External tool (Tools-External Tools-Add), with:
Title: NAnt BizTalk Deploy
Command: C:\Program Files\NAnt\bin\NAnt.exe
Argument : /f:"$(C:\Ruchi\Loan\test)\$(test.sln).build" debug.deploy
is the steps right??? any thing else to be done??
ruchi
"Alan Smith" wrote:
[vbcol=seagreen]
> Hi,
>
> Sounds strange...
>
> I always got some test in the output window, even when there was an error.
> Is there a NAnt BizTalk Deploy option in the dropdown list above the output
> window?
>
> And heve you tried the sample from Scott's blog? That should work OK.
>
> Alan
>
>
> "Ruchi" wrote:
>
|
|
|
|