<feed xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US">
    <title>Erich Muhr</title>
    <link rel="self" type="application/xml" href="http://geekswithblogs.net/emuhr/Atom.aspx" />
    <subtitle type="html">EAI, BizTalk and other IT-eXperiences</subtitle>
    <id>http://geekswithblogs.net/emuhr/Default.aspx</id>
    <author>
        <name>Erich Muhr</name>
        <uri>http://geekswithblogs.net/emuhr/Default.aspx</uri>
    </author>
    <generator uri="http://subtextproject.com" version="Subtext Version 0.0.0.0">Subtext</generator>
    <updated>2009-08-20T15:22:38Z</updated>
    <entry>
        <title>Binary Messages in BizTalk</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2009/08/20/134222.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2009/08/20/134222.aspx</id>
        <published>2009-08-20T15:22:13-05:00:00</published>
        <updated>2009-08-20T15:22:38Z</updated>
        <content type="html">&lt;p&gt;In a current project I work with Binary Messages in BizTalk Orchestration (received by WebService, sent with dynamic SMTP Adapter). To get to know more about the topic the following ressources where extremely useful:&lt;/p&gt;
&lt;div dir="ltr"&gt;&lt;font color="#000000" size="2" face="Tahoma"&gt;&lt;a target="_blank" href="https://www.it-experience.at/OWA/redir.aspx?C=592227590d834a078506feae613376ed&amp;amp;URL=http%3a%2f%2fwww.novaenterprisesystems.com%2fBlog%2fpost%2fHandling-Binary-Messages-in-Orchestrations.aspx"&gt;http://www.novaenterprisesystems.com/Blog/post/Handling-Binary-Messages-in-Orchestrations.aspx&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div dir="ltr"&gt;&lt;a target="_blank" href="https://www.it-experience.at/OWA/redir.aspx?C=592227590d834a078506feae613376ed&amp;amp;URL=http%3a%2f%2fwww.novaenterprisesystems.com%2fBlog%2fpost%2fMore-on-BizTalk-and-Binary-Messages.aspx"&gt;http://www.novaenterprisesystems.com/Blog/post/More-on-BizTalk-and-Binary-Messages.aspx&lt;/a&gt;&lt;/div&gt;
&lt;div dir="ltr"&gt;&lt;a target="_blank" href="https://www.it-experience.at/OWA/redir.aspx?C=592227590d834a078506feae613376ed&amp;amp;URL=http%3a%2f%2fblogs.msdn.com%2frichardbpi%2farchive%2f2006%2f07%2f21%2f673921.aspx"&gt;http://blogs.msdn.com/richardbpi/archive/2006/07/21/673921.aspx&lt;/a&gt;&lt;/div&gt;
&lt;div dir="ltr"&gt;&lt;a href="http://vdcruijsen.net/post/Add-documents-from-a-Base64Binary-xml-element-to-SharePoint-with-Biztalk-2006.aspx"&gt;http://vdcruijsen.net/post/Add-documents-from-a-Base64Binary-xml-element-to-SharePoint-with-Biztalk-2006.aspx&lt;/a&gt; &lt;/div&gt;
&lt;div dir="ltr"&gt;&lt;/div&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/134222.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/134222.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/134222.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/134222.aspx</trackback:ping>
    </entry>
    <entry>
        <title>MIME Encoder is missing 64bit Support</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2009/08/19/134179.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2009/08/19/134179.aspx</id>
        <published>2009-08-19T01:20:53-05:00:00</published>
        <updated>2009-08-19T01:20:53Z</updated>
        <content type="html">&lt;p&gt;Recently I used the mime encoder in a custom pipeline and got an error when sending a message through the pipeline at runtime:&lt;/p&gt;
&lt;p&gt;There was a failure executing the send pipeline: ........................&lt;br /&gt;
Reason: Retrieving the COM class factory for component with CLSID {254B4003-2AA7-4C82-BB2E-18BA7F22DCD2} failed due to the following error: 80040154&lt;/p&gt;
&lt;p&gt;After some time I figured out that this was because the send port run under a 64bit Host Instance. I changed it to 32bit and it worked. Obviously MimeEncoder does not support 64bit - this is also stated in BizTalk Documentation:&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/aa578427(BTS.10).aspx"&gt;http://msdn.microsoft.com/en-us/library/aa578427(BTS.10).aspx&lt;/a&gt;&lt;br /&gt;
&lt;font face="Arial"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/aa560166(BTS.10).aspx"&gt;http://technet.microsoft.com/en-us/library/aa560166(BTS.10).aspx&lt;/a&gt; &lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/134179.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/134179.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/134179.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/134179.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Specify multiple schemas in document schema property field of XMLReceive Pipeline</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2009/05/17/132169.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2009/05/17/132169.aspx</id>
        <published>2009-05-17T18:48:30-05:00:00</published>
        <updated>2009-05-17T18:48:30Z</updated>
        <content type="html">&lt;p&gt;Last week I had the following problem: I published two orchestrations (with different input schemas) as WebService. The client application which of course used the same two schemas was also a BizTalk application and run in the same group. I had no influence on that and therefore the problem of duplicate schemas occured.&lt;/p&gt;
&lt;p&gt;So I had one Receive Location for the two orchestration and needed to specify the "Document Schema"  property to tell the XMLReceive pipeline which of the deployed schemas it should take. Indeed very simple but I had to search a bit: You can add two or more schema declarations in the property field seperated with the pipe(|). It worked like a charm without a problem.&lt;/p&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/132169.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/132169.aspx</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/132169.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/132169.aspx</trackback:ping>
    </entry>
    <entry>
        <title>BizTalk + Visual Studio Team System + Unit Test Project = ??</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2008/11/18/127170.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2008/11/18/127170.aspx</id>
        <published>2008-11-18T00:46:19-06:00:00</published>
        <updated>2008-11-18T00:46:19Z</updated>
        <content type="html">&lt;p&gt;&lt;font face="Arial"&gt;The combination of a Team System solution, including a BizTalk project and an Unit Test C# project is not a good one, as I learned recently. ;-)&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;The problem occured, when I wanted to add a BizTalk map in an orchestration - simply nothing happened. The only thing was an bunch of errors while closing Visual Studio afterwards:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;---------------------------&lt;br /&gt;
Microsoft Visual Studio&lt;br /&gt;
---------------------------&lt;br /&gt;
Unexpected error encountered. It is recommended that you restart the application as soon as possible.&lt;br /&gt;
Error: HRESULT: 0x80131527&lt;br /&gt;
File: vsee\internal\inc\vscomptr.inl&lt;br /&gt;
Line number: 473&lt;br /&gt;
---------------------------&lt;br /&gt;
OK   &lt;br /&gt;
---------------------------&lt;br /&gt;
Another error was the following one:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;---------------------------&lt;br /&gt;
Microsoft Visual Studio&lt;br /&gt;
---------------------------&lt;br /&gt;
Error&lt;br /&gt;
COM object that has been separated from its underlying RCW cannot be used.&lt;br /&gt;
---------------------------&lt;br /&gt;
OK   &lt;br /&gt;
---------------------------&lt;br /&gt;
&lt;/font&gt;&lt;font face="Arial"&gt;&lt;br /&gt;
After unloading the Unit Test project everything worked fine again.&lt;/font&gt;&lt;/p&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/127170.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/127170.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/127170.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/127170.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Magic 65536</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2008/10/29/126361.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2008/10/29/126361.aspx</id>
        <published>2008-10-29T22:03:16-05:00:00</published>
        <updated>2008-10-29T22:03:16Z</updated>
        <content type="html">&lt;p&gt;Today I managed to get a strange Error (like you get it in Excel if you have more than the famous &lt;font face="Arial"&gt;65536 rows)&lt;/font&gt; during BizTalk testing with HAT. :-)&lt;/p&gt;
&lt;p&gt;&lt;img alt="HAT Error" width="436" height="175" src="/images/geekswithblogs_net/emuhr/HATError2.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;I suppose the reason is that HAT (where I displayed some debugging data) uses Office WebComponents in background and therefore this limitation is causing problems with greater amounts of data. Anyway an interesting error.&lt;/p&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/126361.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/126361.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/126361.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/126361.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Generate well formed XML out of a BizTalk map</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2008/09/09/125032.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2008/09/09/125032.aspx</id>
        <published>2008-09-09T11:32:50-05:00:00</published>
        <updated>2008-09-09T11:32:50Z</updated>
        <content type="html">&lt;p&gt;A property of a BizTalk map that I didn't know before: Ident (to generate well-formed XML out of a map)&lt;/p&gt;
&lt;p&gt;Thanks to Erika Ehrli for further information: &lt;font face="Arial"&gt;&lt;a href="http://blogs.msdn.com/erikaehrli/archive/2005/11/16/IndentXMLFilesandDocuments.aspx"&gt;http://blogs.msdn.com/erikaehrli/archive/2005/11/16/IndentXMLFilesandDocuments.aspx&lt;/a&gt; &lt;/font&gt; &lt;/p&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/125032.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/125032.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/125032.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/125032.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Strange FTP Adapter Error</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2008/09/09/125029.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2008/09/09/125029.aspx</id>
        <published>2008-09-09T10:30:10-05:00:00</published>
        <updated>2008-09-09T10:30:10Z</updated>
        <content type="html">&lt;p&gt;Recently I got these two errors with EventID 5740 from a FTP Receive Location:&lt;/p&gt;
&lt;font size="2"&gt;&lt;span lang="DE-AT"&gt;
&lt;ul&gt;
    &lt;li&gt;The adapter "FTP" raised an error message. Details "WARNING: An unexpected failure occurred when attempting to disconnect from the remote FTP server. The error code was 0x8004200C ".&lt;/li&gt;
    &lt;li&gt;&lt;font size="2"&gt;&lt;span lang="DE-AT"&gt;
    &lt;p&gt;The adapter "FTP" raised an error message. Details "A failure occurred when parsing the remote folder listing. ".&lt;/p&gt;
    &lt;/span&gt;&lt;/font&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;font size="2"&gt;&lt;span lang="DE-AT"&gt;
&lt;p&gt;The strange behaviour was that BizTalk got alle files from the Receive Location, succesfully processed it and after some minutes the Receive Location was shut down.&lt;/p&gt;
&lt;p&gt;I finally found out that there problem was a problem with the file mask - after changing the mask from *.xml to *.* (which was ok in my case) it worked without problems. But don't ask me for the reason - I have to admit I don't know. Perhaps I will find some time to do further investigations....&lt;/p&gt;
&lt;ul&gt;&lt;/ul&gt;
    &lt;/span&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;span lang="DE-AT"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/125029.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/125029.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/125029.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/125029.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Network Config Vista</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2008/04/27/121691.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2008/04/27/121691.aspx</id>
        <published>2008-04-27T22:29:52-05:00:00</published>
        <updated>2008-04-27T22:29:52Z</updated>
        <content type="html">&lt;p&gt;One of the things that are a great pain for me in Vista is the way to get to the Network Connections Screen. Although it's a small detail I think this is a real deterioration for IT Professionals who do a lot of work with network connections. (changing IP Adresses, DNS Servers, etc.) In Windows XP you could get to the IP Config Dialog quickly with a Double Click on the network connection - Now you have to navigate over the Network Sharing Center OR ....&lt;/p&gt;
&lt;p&gt;you can use this command in the Search Field: &lt;font face="Arial"&gt;ncpa.cpl (Source: &lt;font face="Arial"&gt;&lt;a href="http://blogs.technet.com/migreene/archive/2008/04/26/3045418.aspx"&gt;http://blogs.technet.com/migreene/archive/2008/04/26/3045418.aspx&lt;/a&gt;) &lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/121691.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/121691.aspx</wfw:comment>
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/121691.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/121691.aspx</trackback:ping>
    </entry>
    <entry>
        <title>SQL Adapter Links</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2008/03/27/120781.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2008/03/27/120781.aspx</id>
        <published>2008-03-27T01:11:27-05:00:00</published>
        <updated>2008-03-27T23:25:11Z</updated>
        <content type="html">&lt;p&gt;Recently I have done some work with the BizTalk SQL Adapter. I collected the following Links out of the Blogs of Richard Seroter and Stephen Kaufman which are perfect (excellent content) for getting a better understanding of the work with updategrams:&lt;/p&gt;
&lt;div dir="ltr"&gt;&lt;font color="#000000" size="2" face="Arial"&gt;&lt;a target="_blank" href="https://www.dohnal-solutions.at/exchweb/bin/redir.asp?URL=http://blogs.msdn.com/richardbpi/archive/2005/06/27/433128.aspx"&gt;http://blogs.msdn.com/richardbpi/archive/2005/06/27/433128.aspx&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div dir="ltr"&gt;&lt;font size="2" face="Arial"&gt;&lt;a target="_blank" href="https://www.dohnal-solutions.at/exchweb/bin/redir.asp?URL=http://blogs.msdn.com/richardbpi/archive/2005/06/28/433544.aspx"&gt;http://blogs.msdn.com/richardbpi/archive/2005/06/28/433544.aspx&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div dir="ltr"&gt;&lt;font size="2" face="Arial"&gt;&lt;a target="_blank" href="https://www.dohnal-solutions.at/exchweb/bin/redir.asp?URL=http://blogs.msdn.com/skaufman/archive/2005/01/31/363920.aspx"&gt;http://blogs.msdn.com/skaufman/archive/2005/01/31/363920.aspx&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div dir="ltr"&gt;&lt;a target="_blank" href="https://www.dohnal-solutions.at/exchweb/bin/redir.asp?URL=http://blogs.msdn.com/skaufman/archive/2005/01/27/361385.aspx"&gt;&lt;font size="2" face="Arial"&gt;http://blogs.msdn.com/skaufman/archive/2005/01/27/361385.aspx&lt;/font&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div dir="ltr"&gt;&lt;a target="_blank" href="https://www.dohnal-solutions.at/exchweb/bin/redir.asp?URL=http://msdn2.microsoft.com/en-us/library/aa258664(SQL.80).aspx"&gt;&lt;font size="2" face="Arial"&gt;http://msdn2.microsoft.com/en-us/library/aa258664(SQL.80).aspx&lt;/font&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div dir="ltr"&gt;&lt;/div&gt;
&lt;div dir="ltr"&gt;Update: Another userful Link:&lt;/div&gt;
&lt;div dir="ltr"&gt;&lt;font face="Arial"&gt;&lt;a href="http://biztalkshow.blogspot.com/2005_02_13_archive.html"&gt;http://biztalkshow.blogspot.com/2005_02_13_archive.html&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div dir="ltr"&gt;&lt;/div&gt;
&lt;div dir="ltr"&gt;&lt;a target="_blank" href="https://www.dohnal-solutions.at/exchweb/bin/redir.asp?URL=http://msdn2.microsoft.com/en-us/library/aa258664(SQL.80).aspx"&gt;&lt;font size="2" face="Arial"&gt;&lt;/font&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/120781.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/120781.aspx</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/120781.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/120781.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Error:  "Attempted to access an unloaded AppDomain"</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2007/11/22/117047.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2007/11/22/117047.aspx</id>
        <published>2007-11-22T19:08:13-06:00:00</published>
        <updated>2008-01-19T19:25:02Z</updated>
        <content type="html">&lt;p&gt;Today I encountered the following error after changing a value in a web.config file of a published webservice on two nodes of an NLB cluster&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;em&gt;"Attempted to access an unloaded AppDomain"&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;After the web.config change all web service requests failed. The solution was to reset the IIS and restart the corresponding BizTalk Hostinstance. (although I think restarting IIS should have been enough) The interesting thing was that another application, running under the same AppPool also had the same error.&lt;/p&gt;
&lt;p&gt;Update: See this Link &lt;font face="Arial"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/aa577833.aspx"&gt;http://technet.microsoft.com/en-us/library/aa577833.aspx&lt;/a&gt; for a describtion and resoltution of the problem.&lt;/font&gt;&lt;/p&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/117047.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/117047.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/117047.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/117047.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Set Advanced Transport Properties dynamically</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2007/10/06/115887.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2007/10/06/115887.aspx</id>
        <published>2007-10-06T02:12:05-05:00:00</published>
        <updated>2007-10-06T02:12:05Z</updated>
        <content type="html">&lt;p&gt;Sometimes when using dynamic ports, you also need properties from the advanced transport properties tab. These are the ones I have already used:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;BizTalkMessage(BTS.RetryCount) = 5 (Specifies how often sending on the port is retried)&lt;/li&gt;
    &lt;li&gt;BizTalkMessage(BTS.RetryInterval) = 5 (Specifies how many minutes to wait before the next retry)&lt;/li&gt;
    &lt;li&gt;BizTalkMessage(FILE.CopyMode) = 0 (Specifies the behaviour when copying files: 0 = append, 1 = create, 2 = overwrite)&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/115887.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/115887.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/115887.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/115887.aspx</trackback:ping>
    </entry>
    <entry>
        <title>CData Sections in BizTalk Orchestration</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2007/10/06/115886.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2007/10/06/115886.aspx</id>
        <published>2007-10-06T02:02:41-05:00:00</published>
        <updated>2007-10-06T02:02:41Z</updated>
        <content type="html">&lt;p&gt;Recently I worked for the first time with CData sections in XML messages. A CData section in an XML Document starts with &amp;lt;![CDATA[ and ends with ]]&amp;gt; and everything between is ignored by the XML parser.&lt;/p&gt;
&lt;p&gt;In my scenario I got xml (with some CData sections) from a WebService, transformed it with a map (and did some other things in an orchestration) and sent it to another WebService. The first WS gave me xml with CData but the second WS received none. &lt;/p&gt;
&lt;p&gt;After some debugging I found out that the xml arrived in the orchestration in the correct format (with CData sections). The place where the CData got lost was the map. The CData brackets where simply omitted during transformation. I found that there is a property called "CDATA Section Elements" at the map. (you get it in your property window if you click on the space in the middle in Biztalk mapper where you drop functoids) There I entered a xml node and after the transformation this node contained a CData Section. I was especially happy because this node was part of an any element in my xml message. Although the mapper does not know the schema of my whole message he inserted the CData section in the subnode.&lt;br /&gt;
The last question was how to specify more than one node to be CData nodes. I tried with comma and semicolon but only got errors when testing the map. After investigating the depths of BizTalk documentation I found the section where the "CDATA Section Elements" property is described and found the required information in the last sentence. :-)&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;em&gt;"If you provide multiple values for this property, separate them with spaces."&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Now I was able to finish the application correctly. The only interesting question left (but had no time to test it) is if there is a way to automatically recognize CData sections in an inbound document of a map and dynamically create the CData sections in the outbound document. (perhaps with a custom functoid) But that would be a seperate post in the future, since the current solution is sufficient for me.&lt;br /&gt;
 &lt;/p&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/115886.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/115886.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/115886.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/115886.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Redeploy Pipeline Components</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2007/08/16/114716.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2007/08/16/114716.aspx</id>
        <published>2007-08-16T16:58:05-05:00:00</published>
        <updated>2007-08-30T00:12:12Z</updated>
        <content type="html">&lt;p&gt;When you try to redeploy Pipeline Components BizTalk locks the dlls under C:\Program Files\Microsoft BizTalk 2006\Pipeline Components. They are locked by the BizTalk Host Instance that used them. To update a Pipeline Component one has to stop the Host Instance, redeploy and then start the Host Instance.  &lt;/p&gt;
&lt;p&gt;UPDATE: Thanks to Th Almeida who pointed me to this: Pipeline Components are locked by the host that is using the pipeline not by the standard host. I did my pipeline deployment test with a dynamic port and NTLM authentication which means that the pipeline gets executed under the standard host.  (I have already corrected this in the abouve blog statement to prohibit confusion)   &lt;/p&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/114716.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/114716.aspx</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/114716.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/114716.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Specify how Credentials are used in Dynamic SOAP Messages - Part 2</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2007/08/16/114715.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2007/08/16/114715.aspx</id>
        <published>2007-08-16T16:52:51-05:00:00</published>
        <updated>2007-08-16T16:52:51Z</updated>
        <content type="html">&lt;p&gt;Short Update to my previous post about this:&lt;/p&gt;
&lt;p&gt;Setting the AuthenticationScheme to NTLM means that the user of the host instance is sending the message to the destination. In case of a dynamic port there is no host specified - BizTalk then automatically executes the dynamic Send Port under the standard host user. (for example BizTalk Server Application)&lt;/p&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/114715.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/114715.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/114715.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/114715.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Interesing BizTalk Pitfall</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2007/08/10/114530.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2007/08/10/114530.aspx</id>
        <published>2007-08-10T02:50:41-05:00:00</published>
        <updated>2007-08-10T02:51:24Z</updated>
        <content type="html">&lt;p&gt;Today I faced a really interesting problem when redeploying a BizTalk application:&lt;/p&gt;
&lt;p&gt;In an orchestration I map the Response of a WebService call together with another message to an outbound message. Everything went fine until I changed the WebService. I put the WebMethod into another WebService (called method and return parameter remained the same as before), deleted the whole webreference, added the webreference to the new WebService and changed the types of my Webservice request and response messages to the new webmessagetypes. After a successfull rebuild a deployed it without an error.&lt;/p&gt;
&lt;p&gt;When starting a test I stepped through the process with orchestration debugger and discovered that the WebService successfully returned data but the Outbound message was empty. (the part that originated from the WebService)&lt;/p&gt;
&lt;p&gt;Some investigation showed me that in Visual Studio the maps input type still pointed to the namespace and the node of the old WebService. But there was no build error or warning since the the type of the WebService response message was the same as before. There also was no error when running the process - the map simply did not copy data in the destination message because it found no corresponding namespace in the source message.&lt;/p&gt;
&lt;p&gt;Such a case can be tricky because there is no error or hint that something is wrong. The map also does not indicate that there was a change of the webservice response.&lt;/p&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/114530.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/114530.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/114530.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/114530.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Specify how Credentials are used in Dynamic SOAP Messages</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2007/08/10/114529.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2007/08/10/114529.aspx</id>
        <published>2007-08-10T02:31:56-05:00:00</published>
        <updated>2007-08-10T02:31:56Z</updated>
        <content type="html">&lt;p&gt;When calling a WebService from BizTalk, beside specifying Username and Passwort, one has to set the form of authentication (Anonymous, Basic, NTLM, etc.) too. This can be done either on the Sendport Configuration or - when using a dynamic port - by the following code (example for using NTLM = Windows Integrated Authentication) in an expression shape:&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;MessageName(SOAP.AuthenticationScheme) = "NTLM";&lt;/font&gt;&lt;/p&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/114529.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/114529.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/114529.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/114529.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Experiences with BizTalk Webpublishing Wizard</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2007/07/27/114236.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2007/07/27/114236.aspx</id>
        <published>2007-07-27T18:52:51-05:00:00</published>
        <updated>2007-07-27T20:52:23Z</updated>
        <content type="html">&lt;p&gt;Today I worked on a BizTalk project where I have two Orchestrations in one BizTalk Project and I want to publish them as WebService. There are some things to consider when publishing WebServices:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;To publish an orchestration the orchestration's receive porttype has to be public. (Don't make the orchestration itself public) &lt;/li&gt;
    &lt;li&gt;If you have already deployed one Orchestration to BizTalk and after that you develop a new orchestration (not deployed), you don't see the second orchestration in the Publishing Wizard's orchestration list. Although you choose the assembly manual from the file system the wizard looks if there is an assembly with the same name and version in the gac. If this is the case he will take the gac assembly.&lt;br /&gt;
    Redeploy the orchestration and it will work. &lt;/li&gt;
    &lt;li&gt;Another interesting behaviour is an invalid generation of the proxy WebService. One of my two orchestrations required an input message that consisted of a root node and one child. (type: string, occourence: 1 to unbounded) The publishing wizard successfully generated my webservice but calling it fails. Opening the solution and building up ends up in an error. (type of the RequestMessage is not found) &lt;br /&gt;
    I finally found out that everything works fine when I add a further node between the root node and the child string in my input message in the orchestration. After that I started the publishing wizard again and it worked fine.  &lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/114236.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/114236.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/114236.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/114236.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Cool Beta Software</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2006/11/01/95754.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2006/11/01/95754.aspx</id>
        <published>2006-11-01T20:04:00-05:00:00</published>
        <updated>2006-11-01T20:04:00Z</updated>
        <content type="html">&lt;P&gt;Recently I came across two nice pieces of beta software:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;New York Times Reader: &lt;A href="http://www.nytimes.com/membercenter/faq/timesreader.html"&gt;http://www.nytimes.com/membercenter/faq/timesreader.html&lt;/A&gt;&lt;BR&gt;A great WPF Application for reading the new York Times Online and Offline. Free during Beta (till 2007) and it is not defined if the service will be charged.&lt;/LI&gt;
&lt;LI&gt;VMWare Converter 3.0: &lt;A href="http://www.vmware.com/products/beta/converter/"&gt;http://www.vmware.com/products/beta/converter/&lt;/A&gt;&lt;BR&gt;Application that converts your physical Windows machines to Virtual Machines. ;-) Very fine!&lt;/LI&gt;&lt;/UL&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/95754.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/95754.aspx</wfw:comment>
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/95754.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/95754.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Ajax / Atlas Ressources</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2006/08/13/87826.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2006/08/13/87826.aspx</id>
        <published>2006-08-13T14:10:00-05:00:00</published>
        <updated>2006-08-13T14:10:00Z</updated>
        <content type="html">&lt;P&gt;Some intersting Links about Ajax or Atlas Ressources:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.conchango.com/andrewbritcliffe/archive/2006/06/06/4038.aspx"&gt;https://blogs.conchango.com/andrewbritcliffe/archive/2006/06/06/4038.aspx&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;BigDays 2006 (Vienna):&lt;BR&gt;There was an Atlas session I attended an at the bottom of the link below there is a download of the slides. Additionally there are common Q&amp;amp;A that where asked during the presentation.&lt;BR&gt;&lt;A href="http://www.microsoft.com/austria/events/bigdays/downloads.mspx"&gt;http://www.microsoft.com/austria/events/bigdays/downloads.mspx&lt;/A&gt;&lt;/P&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/87826.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/87826.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/87826.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/87826.aspx</trackback:ping>
    </entry>
    <entry>
        <title>PocketPC Development</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2006/06/17/82217.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2006/06/17/82217.aspx</id>
        <published>2006-06-17T23:14:00-05:00:00</published>
        <updated>2006-06-17T23:14:00Z</updated>
        <content type="html">&lt;P&gt;I have recently developed a little Pocket PC Applikation with Visual Studio 2005. The App's purpose was to call WebServices but I had some Beginner problems establishing an Internet Connection with the VS Pocket PC Emulator until I found the following Blog Entry: &lt;A href="http://blogs.msdn.com/vsdteam/archive/2005/10/07/478295.aspx"&gt;http://blogs.msdn.com/vsdteam/archive/2005/10/07/478295.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It helped me to establish an Active Sync Connection between my Virtual Operating System an the VS2005 Emulator and afterwards a successfull Internet Connection.&lt;/P&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/82217.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/82217.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/82217.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/82217.aspx</trackback:ping>
    </entry>
    <entry>
        <title>BizTalk 2006 R2</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2006/06/12/81536.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2006/06/12/81536.aspx</id>
        <published>2006-06-12T07:41:00-05:00:00</published>
        <updated>2006-06-12T07:41:00Z</updated>
        <content type="html">&lt;P&gt;BizTalk 2006 R2 is scheduled for June 2007, there will be some interesting features:&lt;BR&gt;&lt;A href="http://geekswithblogs.net/ajames/archive/2006/06/09/81287.aspx"&gt;http://geekswithblogs.net/ajames/archive/2006/06/09/81287.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best of all: RFID Support&lt;BR&gt;&lt;A href="http://www.ddj.com/dept/windows/188702267?cid=RSSfeed_DDJ_Windows/.NET"&gt;http://www.ddj.com/dept/windows/188702267?cid=RSSfeed_DDJ_Windows/.NET&lt;/A&gt;&lt;/P&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/81536.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/81536.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/81536.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/81536.aspx</trackback:ping>
    </entry>
    <entry>
        <title>BizTalk News</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2006/04/21/75802.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2006/04/21/75802.aspx</id>
        <published>2006-04-21T13:13:00-05:00:00</published>
        <updated>2006-04-21T13:13:00Z</updated>
        <content type="html">&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;Some News and Information regarding BizTalk 2004 and 2006:&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt 36pt; TEXT-INDENT: -18pt; mso-list: l1 level1 lfo2; tab-stops: list 36.0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;-&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;Understanding BizTalk2006 Document: &lt;A href="http://www.microsoft.com/biztalk/techinfo/whitepapers/understanding.mspx"&gt;&lt;FONT color=#800080&gt;http://www.microsoft.com/biztalk/techinfo/whitepapers/understanding.mspx&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt 36pt; TEXT-INDENT: -18pt; mso-list: l1 level1 lfo2; tab-stops: list 36.0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;-&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;Not a BizTalk topic but related to some extent ist he following white paper about the Business Value of RFID from Microsoft: &lt;A href="http://www.microsoft.com/biztalk/techinfo/whitepapers/rfid.mspx"&gt;&lt;FONT color=#800080&gt;http://www.microsoft.com/biztalk/techinfo/whitepapers/rfid.mspx&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt 36pt; TEXT-INDENT: -18pt; mso-list: l1 level1 lfo2; tab-stops: list 36.0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;-&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;Slides and Code Samples from Marty Wasznicky&amp;#8217;s BizTalk 2004 Commando Training Course &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Wingdings; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-char-type: symbol; mso-symbol-font-family: Wingdings; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;&amp;#224;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt; very high quality(!!) &lt;A href="http://blogs.msdn.com/martywaz/archive/2005/06/06/425945.aspx"&gt;&lt;FONT color=#800080&gt;http://blogs.msdn.com/martywaz/archive/2005/06/06/425945.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt 36pt; TEXT-INDENT: -18pt; mso-list: l1 level1 lfo2; tab-stops: list 36.0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;-&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;First Look on BizTalk 2006 for IT Pros and Developers:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt 72pt; TEXT-INDENT: -18pt; mso-list: l1 level2 lfo2; tab-stops: list 72.0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 'Courier New'"&gt;&lt;SPAN style="mso-list: Ignore"&gt;o&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;&lt;A href="https://www.microsoftelearning.com/eLearning/offerDetail.aspx?offerPriceId=77178"&gt;&lt;FONT color=#800080&gt;https://www.microsoftelearning.com/eLearning/offerDetail.aspx?offerPriceId=77178&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt 72pt; TEXT-INDENT: -18pt; mso-list: l1 level2 lfo2; tab-stops: list 72.0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 'Courier New'"&gt;&lt;SPAN style="mso-list: Ignore"&gt;o&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;&lt;A href="https://www.microsoftelearning.com/eLearning/offerDetail.aspx?offerPriceId=78008"&gt;&lt;FONT color=#800080&gt;https://www.microsoftelearning.com/eLearning/offerDetail.aspx?offerPriceId=78008&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt 36pt; TEXT-INDENT: -18pt; mso-list: l1 level1 lfo2; tab-stops: list 36.0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;-&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;Some Presentations from Austrian BizTalk Events:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt 72pt; TEXT-INDENT: -18pt; mso-list: l1 level2 lfo2; tab-stops: list 72.0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 'Courier New'"&gt;&lt;SPAN style="mso-list: Ignore"&gt;o&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;Partner Technical Community about BizTalk 2006: &lt;A href="http://www1.microsoft.at/includes/Image.aspx?type=1&amp;amp;dl&amp;amp;ID=18038"&gt;&lt;FONT color=#800080&gt;http://www1.microsoft.at/includes/Image.aspx?type=1&amp;amp;dl&amp;amp;ID=18038&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt 72pt; TEXT-INDENT: -18pt; mso-list: l1 level2 lfo2; tab-stops: list 72.0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 'Courier New'"&gt;&lt;SPAN style="mso-list: Ignore"&gt;o&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;Technet Briefing about BizTalk 2006: &lt;A href="http://www1.microsoft.at/includes/Image.aspx?type=1&amp;amp;dl&amp;amp;ID=18059"&gt;http://www1.microsoft.at/includes/Image.aspx?type=1&amp;amp;dl&amp;amp;ID=18059&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt 72pt; TEXT-INDENT: -18pt; mso-list: l1 level2 lfo2; tab-stops: list 72.0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 'Courier New'"&gt;&lt;SPAN style="mso-list: Ignore"&gt;o&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;Technet Briefing Case Study: &lt;A href="http://www1.microsoft.at/includes/Image.aspx?type=1&amp;amp;dl&amp;amp;ID=18058"&gt;http://www1.microsoft.at/includes/Image.aspx?type=1&amp;amp;dl&amp;amp;ID=18058&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;Web Service Debugging:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;Debugging of WebServices often is not easy but there are some tools helping you with that. I found two interesting ones:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt 36pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;-&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;SOAP Sonar: &lt;A href="http://www.crosschecknet.com/"&gt;&lt;FONT color=#800080&gt;http://www.crosschecknet.com/&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt 36pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;-&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;AmberPoint Express for Visual Studio 2005: &lt;A href="http://express.amberpoint.com"&gt;http://express.amberpoint.com&lt;/A&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/75802.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/75802.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/75802.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/75802.aspx</trackback:ping>
    </entry>
    <entry>
        <title>New Features in BizTalk 2006</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2006/03/06/71524.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2006/03/06/71524.aspx</id>
        <published>2006-03-06T11:44:00-06:00:00</published>
        <updated>2006-03-06T11:44:00Z</updated>
        <content type="html">&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;Today I did a short research on the new features of BizTalk 2006 with the help of &lt;A href="http://www.microsoft.com"&gt;www.microsoft.com&lt;/A&gt;:&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL style="MARGIN-TOP: 0cm" type=disc&gt;
&lt;LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;Improved Setup Process (simplified for beginners &amp;#8211; &amp;#8220;single account installation&amp;#8221;, more flexible for advanced users &amp;#8211; &amp;#8220;server farm installation&amp;#8221;)&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;Seamless Upgrade installation from BT 2004 to 2006 possible&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;BizTalk Application Concept: Logical container in Administration for all objects regarding a BizTalk solution&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;BizTalk Application Packaging: One msi file for a whole BizTalk solution&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;Enhanced Admin Console (create messaging components, &amp;#8230;)&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;New health monitoring tool: Better overview of running orchestrations at a glance&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;Enhanced BAM (BAM portal, new WS-Interfaces, BAM alerts)&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;Orchestration Zoom&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;Flat File Wizard (no manual Flat File generation &lt;SPAN style="FONT-FAMILY: Wingdings; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;&lt;SPAN style="mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;&amp;#224;&lt;/SPAN&gt;&lt;/SPAN&gt; generate XSD out of FlatFile Instance)&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;New BT adapters (POP3, Sharepoint, MQ Series)&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;Failed Message Routing (subscribe to suspended messages)&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;Enhanced Message Recovery Capabilities&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;Large Message Transformation (stored not only in RAM but in FileSystem)&lt;/LI&gt;&lt;/UL&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/71524.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/71524.aspx</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/71524.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/71524.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Calling or starting Orchestrations</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2006/02/23/70442.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2006/02/23/70442.aspx</id>
        <published>2006-02-23T06:29:00-06:00:00</published>
        <updated>2006-02-23T06:29:00Z</updated>
        <content type="html">&lt;P&gt;Today I worked with the BizTalk Shapes Call and Start Orchestrations. In German they have the silly names "Aufruforchestration" and "Start Orchestration" which do not express their purpose. I found to really good blog entries about this topic:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://dallas.sark.com/SarkBlog/mholdorf/archive/2005/10/12/2183.aspx"&gt;http://dallas.sark.com/SarkBlog/mholdorf/archive/2005/10/12/2183.aspx&lt;/A&gt;&lt;BR&gt;&lt;A href="http://www.topxml.com/BizTalk-Rule-Engine/re-2671_Processes-for-invoking-BizTalk-orchestrations-both-synchronously-and-asynchronously.aspx"&gt;http://www.topxml.com/BizTalk-Rule-Engine/re-2671_Processes-for-invoking-BizTalk-orchestrations-both-synchronously-and-asynchronously.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Also a fine example from Scott Woodgate exists. (See at end of second link)&lt;/P&gt;
&lt;P&gt;Short hint: If you call an orchestration from another project you have to set the Type Modifier Property to public. Otherwise the orchestration will not show up in the dialog where to choose the orchestration you call.&lt;/P&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/70442.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/70442.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/70442.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/70442.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Usefull BizTalk Infos</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/emuhr/archive/2006/02/20/70101.aspx" />
        <id>http://geekswithblogs.net/emuhr/archive/2006/02/20/70101.aspx</id>
        <published>2006-02-20T07:34:00-06:00:00</published>
        <updated>2006-02-20T08:30:00Z</updated>
        <content type="html">&lt;P&gt;Some usefull hints for BizTalk Developers, I found out during BizTalk development during the last weeks:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;File System Security for BizTalk File Adapter&lt;BR&gt;&lt;A href="http://dotnet.org.za/rudolf/archive/2005/09/06/44492.aspx"&gt;http://dotnet.org.za/rudolf/archive/2005/09/06/44492.aspx&lt;/A&gt; 
&lt;UL&gt;
&lt;LI&gt;File Receive Locations need Full Control File Permissions 
&lt;LI&gt;Send Ports need Change Permissions&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;Very interesting collection of helpfull&amp;nbsp;BizTalk Tools:&lt;BR&gt;&lt;A href="http://blogs.msdn.com/dc995/archive/2005/02/13/372059.aspx"&gt;http://blogs.msdn.com/dc995/archive/2005/02/13/372059.aspx&lt;/A&gt; 
&lt;LI&gt;Few Developers know: BizTalk has also a Config File:&lt;BR&gt;&lt;A href="http://geekswithblogs.net/toddu/archive/2004/10/08/12381.aspx"&gt;http://geekswithblogs.net/toddu/archive/2004/10/08/12381.aspx&lt;/A&gt; 
&lt;LI&gt;BAM article by Mike Holdorf:&lt;BR&gt;&lt;A href="http://dallas.sark.com/SarkBlog/mholdorf/archive/2005/07/08/1944.aspx"&gt;http://dallas.sark.com/SarkBlog/mholdorf/archive/2005/07/08/1944.aspx&lt;/A&gt;
&lt;LI&gt;Info about difference between General Exception System Exception:&lt;BR&gt;&lt;A href="http://geekswithblogs.net/cyoung/archive/2004/04/26/4345.aspx"&gt;http://geekswithblogs.net/cyoung/archive/2004/04/26/4345.aspx&lt;/A&gt;
&lt;LI&gt;Illegal Name Hiding Error: Occurs when two items in a BizTalk project are named the same. It took me some time to finde these two, but after renaming the error vanished.&lt;/LI&gt;&lt;/UL&gt;&lt;img src="http://geekswithblogs.net/emuhr/aggbug/70101.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/emuhr/comments/70101.aspx</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/emuhr/comments/commentRss/70101.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/emuhr/services/trackbacks/70101.aspx</trackback:ping>
    </entry>
</feed>