
September 3rd, 2008 by

Marcel
Here is a short C# code snippet about how to remove a BizTalk assembly resource from a BizTalk application.
Read the rest of this entry »
Posted in Biztalk, Development |
1 Comment »

May 2nd, 2008 by

admin
Standardmäßig enthalten Variablen in .NET nur Referenzen auf Objekte und nicht “die Daten selbst” (abgesehen von “value types”). D.h. übergibt man eine Variable an eine Funktion, dann kann das Objekt, das sich hinter dieser Variable verbirgt, innerhalb der aufgerufenen Funktion dauerhaft verändert werden. Diese Änderung bleibt auch nach Rückkehr aus der Funktion bestehen.
Read the rest of this entry »
Posted in C#, Development |
No Comments »

May 2nd, 2008 by

admin
This small tool works like the IISReset for IIS. You can start/stop the BizTalk hosts from the command prompt.
The code is simple an easy customizable.
Read the rest of this entry »
Posted in Biztalk, Development |
No Comments »

May 2nd, 2008 by

admin
'------------------------------------------------------------------
' Save as "ManageActiveOrchestrations.vbs"
' WMI script to manage active Orchestration instances
'
' Marcel Tiews in 05
'------------------------------------------------------------------
Read the rest of this entry »
Posted in Biztalk, Development |
No Comments »

May 2nd, 2008 by

admin
For some reason Microsoft has forgotten or missed to add the ability of managing references between BizTalk applications to BTSTask.
Therefore I have written a small command-line tool to overcome this issue.
You can
- list the references of an application
- list all applications referencing a certain application
- delete references
- and add references to applications
using this tool.
Read the rest of this entry »
Posted in Biztalk, Development |
2 Comments »