Re: Change pipeline component properties



Based on the type of Host you are using you can store the runtime configuration in a config file similar to any .NET projects.

Normally there will only 2 scenarios.

Scenario #1:
If you are using in-proc host then you can put your settings in BTSNTSvc.exe.config (found inside Program Files\Microsoft Biztalk Server 2004\) and restart Biztalk service, then you can use the configuration anywhere inside biztalk( places like custom adapters, pipelines etc).

Scenario #2:
If you are using isolated host then you can put your settings in w3wp.exe.config (found inside C:\windows\system32\inetsvc\). Since isolated host are hosted by external apps (HTTP/SOAP are hosted by IIS worker process)

The basic idea is you need to find your host. This is just a .NET criteria.

HTH
Regards,
Saravana
http://www.digitaldeposit.net/blog
"Vasily" <Vasily@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:539E1DB4-1A7A-44F5-AB8C-EC70B4F1CA1B@xxxxxxxxxxxxxxxx
Is it possible to specify pipeline component properties in runtime (not in
VS) using some standard tools?
If not, what are the options to store custom pipeline component properties
(registry, config file, something else) to be changed in runtime?

Best regards,

Vasily


.



Relevant Pages

  • Re: Sharing printers with cups: what is wrong?
    ... >> from there allow all host that you wish to have print capabilities for. ... > I've found that there are times where CIDR notation (e.g. ... perhaps when you edited a config file by hand.... ...
    (Fedora)
  • Re: OpenSSH option to set default hostkey directory?
    ... CLI options, user's config file, system-wide config file. ... what's not clear to me is quite how the Host keyword sections are ... ...and I ssh to the host "alpha", then will ssh stop after matching ... not also apply wildcard rules. ...
    (comp.security.ssh)
  • Re: convert console app to config file?
    ... Host a Remote Object in Microsoft Internet Information Services ... I was told by the "remoting resource"> where I am working that all I have to do is add a config file to the> existing codebase and presto, as long as I have MarshalByRefObj, then I am> off and running. ... Or host in IIS? ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: Secure CRT
    ... you can set up your user's config file: ... which gives the login for that host. ... bash-completion rpm which nicely sets up bash's programmable ... TAB completion: ...
    (RedHat)