locked
related to host and host instances RRS feed

  • Question

  • Hello Sir,

    In my project i have to fetch data from the sql server database of one application and have to insert it to the sql server database of another application.

    so do i need to configure the host and host instaces ?

    please let me know...

    thanking you

    sushil sahu


    sushil sahu
    Friday, September 23, 2011 7:16 AM

Answers

All replies

  • Hi,

    See Managing BizTalk Host and Host Instances on MSDN.

    HTH

    Regards,

    Steef-Jan Wiggers
    MVP & MCTS BizTalk Server 2010
    http://soa-thoughts.blogspot.com/
    If this answers your question please mark it accordingly


    BizTalk
    Friday, September 23, 2011 7:19 AM
    Moderator
  • You might need to configure based on the load on receiving and sending side. But it is always advisable to have separate host for receiving, processing and sending. Also create a separate host for tracking.
    Don't forget to mark the post as answer or vote as helpful if it does, Regards -Rohit Sharma (http://rohitbiztalk.blogspot.com)
    Friday, September 23, 2011 7:20 AM
    Moderator
  • thank you sir,

    sir where does this tracking is used ?

    thanking you


    sushil sahu
    Friday, September 23, 2011 7:33 AM
  • Hi,

    A BizTalk Host that hosts tracking is responsible for moving the DTA and BAM tracking data from the MessageBox database to the BizTalk Tracking (DTA) and BAM Primary Import databases. This movement of tracking data has an impact on the performance of other BizTalk artifacts running in the same host that is hosting tracking. Thus, you should use a dedicated host that does nothing but host tracking.

    To know more details, take a look at the below link:

    http://msdn.microsoft.com/en-us/library/cc296633(v=BTS.10).aspx

    Rgds,

    Abhijit


    Abhijit Mahato - Microsoft Community Contributor 2011 - MCTS BizTalk Server blog: http://abhijitmahato.wordpress.com/ Please "Mark as Answer" if Post has Answered the Question
    Friday, September 23, 2011 9:58 AM
  • Hi Sushil,

    Setting up seperate hosts in your environment is a best practice, usually starts with seperate host for sending, recieving, processing and tracking (see for instance post by Dan, and MSDN Best Practices for Configuring BizTalk Server). You can use tracking for monitoring, see section troubleshooting in Monitoring BizTalk Server, and Viewing Tracked Message and Instance Data.

    HTH

    Regards,

    Steef-Jan Wiggers
    MVP & MCTS BizTalk Server 2010
    http://soa-thoughts.blogspot.com/
    If this answers your question please mark it accordingly

     


    BizTalk
    Friday, September 23, 2011 10:56 AM
    Moderator