Re: Config file for Biztalk processes - Best practice



Using biztalk's Business Rules is a good way to implement something
like that :

http://www.developer.com/net/article.php/3514166

This article refers to Biztalk 2004, but it should be close enough to
get you started w/ 2006.

If it seems like too much for your needs, the other solution I can
think of is using the Database functoids in a map, and putting those
values into a database.

'Config files' are doable but reading them each time the orch runs
might add considerable overhead.

zeno wrote:
Hi!

I am kind of new to Biztalk 2006 and trying to develop an application
that reads xml files from a directory. The application then collects
data from the xml file and puts it in a request message to a web
service. I then use a mapping/transformation.

But I want to have some default values that each instance / each
xml-file use, and that could be changed at run time. I was thinking of
using just a simple xml file with my values that are read every time a
new file are read from disk. And if some of them change the user could
only edit the xml file without redeploying och restarting anything.

Is this a good way to solve my problem in Biztalk? Or is there a more
suitable way?

Any suggestion on how to do this? Is there some kind of support for
config files in Biztalk 2006? Should I use a receive port?

Best regards
zeno

.



Relevant Pages

  • error msg "worker threaded, reported failure, class not regestered in biztalk
    ... I am just learning to use BizTalk to transfer xml file into EDI 835 xml ... SQL server 2003 and BizTalk Adapter for SQL ... The operation was: CoCreatedInstance(CLSID_SQLWorker the worker thread ...
    (microsoft.public.biztalk.general)
  • Re: 1.5 MB input file generates 940MB of data in BizTalkMsgBoxDb
    ... I ran the following interchange on an XML file I worked on a while back: ... Initial Size of Msgbox DB Sql Data File -> 35 MB ... Size of files read from Sql Server Management Studio (Database properties ... Look at the Sql Server Agent jobs set up by Biztalk. ...
    (microsoft.public.biztalk.general)
  • Re: Breaking up a large message
    ... XML file that is structured correctly. ... above format as this is the normal XML format that BizTalk 2004 produces! ... Kam ...
    (microsoft.public.biztalk.general)
  • Re: Can I ask a question?
    ... BizTalk Server can be overkill for some simple situations that you might ... > somehow) the XML file. ... So Biztalk picks this file up and based on the XML ... > files I provided for both destination and source and the mapping I have to ...
    (microsoft.public.biztalk.general)
  • Re: Config file for Biztalk processes - Best practice
    ... BTSNTSvc.exe.config - Requires re-start BizTalk Host Instance ... Xml file - General Xml read methods in your .NET utilities and use ... zeno wrote: ... I am kind of new to Biztalk 2006 and trying to develop an application ...
    (microsoft.public.biztalk.general)

Loading