Debugg orchestration
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server Applications Integration > Debugg orchestration




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Debugg orchestration  
Ruchi


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-05-04 10:49 PM


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 ev
ery change in make in my project.







[ Post a follow-up to this message ]



    Re: Debugg orchestration  
Christof [MVP]


Report This Message To A Moderator Edit/Delete Message


 
08-05-04 10: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.
>
>







[ Post a follow-up to this message ]



    Re: Debugg orchestration  
Alan Smith


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-05-04 10: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. 
>
>
>





[ Post a follow-up to this message ]



    Re: Debugg orchestration  
Ruchi


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-05-04 10:49 PM

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 h
is
> Blog. It takes an hour or so to get it setup the first time, but it's a re
al
> timesaver in the long run. Highy recommended.
>
> http://www.traceofthought.net/
>
> Cheers,
>
> Alan
>
>
> "Christof [MVP]" wrote:
> 





[ Post a follow-up to this message ]



    Re: Debugg orchestration  
Alan Smith


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-05-04 10: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 al
so 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:
> 





[ Post a follow-up to this message ]



    Re: Debugg orchestration  
Ruchi


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-05-04 10:49 PM

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:
> 





[ Post a follow-up to this message ]



    Re: Debugg orchestration  
Alan Smith


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-06-04 07: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:
> 





[ Post a follow-up to this message ]



    Re: Debugg orchestration  
Ruchi


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-06-04 12:49 PM

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 outpu
t
> window?
>
> And heve you tried the sample from Scott's blog? That should work OK.
>
> Alan
>
>
> "Ruchi" wrote:
> 





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 11:35 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register