<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.biztalkgurus.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>BizTalk 2006 Forum - Recent Threads</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10.aspx</link><description>Questions on Microsoft Biztalk Server 2006</description><dc:language>en-US</dc:language><generator>Telligent Community 5.6.582.12783 (Build: 5.6.582.12783)</generator><item><title>biztalk to pick emails without POP3adapter</title><link>http://www.biztalkgurus.com/thread/37250.aspx</link><pubDate>Tue, 12 Mar 2013 05:48:42 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:37250</guid><dc:creator>Anonymous</dc:creator><slash:comments>1</slash:comments><comments>http://www.biztalkgurus.com/thread/37250.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/37250/rss.aspx</wfw:commentRss><description>&lt;div style="margin-top:25px;"&gt;Hi, &lt;br /&gt;&amp;nbsp;&lt;br /&gt;We are facing a scenario where an application will send e-mails to a particular account. And BizTalk needs to pick the mails and process them (parse though the message) and send it. We use POP3 Adapter to Receive mails. Is there any way in BizTalk can pick an email coming to an account on a Microsoft Exchange Server. The POP3 feature wouldnt be provided and policies restrict us to connect to an external POP3 account.&lt;br /&gt;Is there any other alternative in biztalk? &lt;br /&gt;&amp;nbsp;&lt;br /&gt;Thanks!&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Can we call 'Start Orchestration Shape' from .Net Assembly?</title><link>http://www.biztalkgurus.com/thread/37076.aspx</link><pubDate>Tue, 05 Feb 2013 17:39:41 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:37076</guid><dc:creator>Anonymous</dc:creator><slash:comments>1</slash:comments><comments>http://www.biztalkgurus.com/thread/37076.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/37076/rss.aspx</wfw:commentRss><description>&lt;p&gt;We are trying to achieve following scenario. Let me know if someone can help me in this.  &lt;/p&gt;
&lt;p&gt;There is master orchestration which need to initate different orchestrations based upon one of the value returned by rules defined(BRE). We want orchestration binding to be done at runtime i.e we are planning to keep Orchestration name in the rule engine, which will return us different value based upon the business logic. &lt;/p&gt;
&lt;p&gt;e.g. Following is written in BRE,  if messageType = &amp;#39;XXX&amp;#39; then return &amp;#39;Name of Orchestratrion1 or Orchestration1 Assembly Name&amp;#39;, if messagetype = &amp;#39;YYYY&amp;#39; then return &amp;#39;Name of Orchestration2 or Orchestration2 Assembly Name&amp;#39; &lt;/p&gt;
&lt;p&gt;Our master orchestration will call the business rule engine using Call Rule shape, which will return us the name or assembly name of orchstration to be initiated. Now we will pass the assembly name to .NET code which will call &amp;#39;Start Orchestration Shape&amp;#39;.&lt;/p&gt;
&lt;p&gt;We can&amp;#39;t use &amp;#39;Start Orchestration Shape&amp;#39; or &amp;#39;Call Orchestration shape&amp;#39; in the Master Orchestration as doing this means they will be tighly coupled. The only way to achieve is to call &amp;#39;Start Orchestration shape&amp;#39; from .NET Assembly and pass Orchestration name returned from BRE to the .NET assembly, which will initiate Orchestration based on the name returned.&lt;/p&gt;
&lt;p&gt;I haven&amp;#39;t done this before. Can someone let me know how can we do this in .NET assembly.&lt;/p&gt;
&lt;p&gt;---Sunny&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Simple Debatching without orchestration</title><link>http://www.biztalkgurus.com/thread/37013.aspx</link><pubDate>Sat, 12 Jan 2013 14:28:51 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:37013</guid><dc:creator>Piyush</dc:creator><slash:comments>2</slash:comments><comments>http://www.biztalkgurus.com/thread/37013.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/37013/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am trying to debatch a single csv file into multiple csv files, based on no. of records.&lt;/p&gt;
&lt;p&gt;My format of csv file is :&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;10001, Name of product, 723.56, 2&lt;/p&gt;
&lt;p&gt;10013, Name of product, 234.99, 1&lt;/p&gt;
&lt;p&gt;10021, Name of product, 836.99, 9&lt;/p&gt;
&lt;p&gt;10045, Name of product, 500.27.3&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have completed the following steps :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Created flat file schema&lt;/li&gt;
&lt;li&gt;Created send and receive pipeline.&lt;/li&gt;
&lt;li&gt;Set the child delimiter of root node as 0x0D 0x0A&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;delimiter type :&lt;/strong&gt; Hexadecimal , &lt;strong&gt;Order &lt;/strong&gt;:Postfix&lt;/li&gt;
&lt;li&gt;Set the child delimiter of child record node as ,(comma)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;delimiter type :&lt;/strong&gt;&amp;nbsp;Character ,&amp;nbsp;&lt;strong&gt;Order&amp;nbsp;&lt;/strong&gt;:Infix&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Now when i drop the csv file in input location it gets picked up, but at the send location instead of 4 csv file, i get the same file which was dropped as input.&lt;/p&gt;
&lt;p&gt;Kindly help.&lt;/p&gt;
&lt;p&gt;Thanks ,&lt;/p&gt;
&lt;p&gt;Piyush&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Deployment error</title><link>http://www.biztalkgurus.com/thread/36792.aspx</link><pubDate>Fri, 16 Nov 2012 14:34:09 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:36792</guid><dc:creator>Anonymous</dc:creator><slash:comments>2</slash:comments><comments>http://www.biztalkgurus.com/thread/36792.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/36792/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi All, &lt;/p&gt;
&lt;p&gt;I am getting the below error when I try to deploy .. Please help me ...&lt;/p&gt;
&lt;p&gt;A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Out of Memory Exception</title><link>http://www.biztalkgurus.com/thread/36380.aspx</link><pubDate>Tue, 04 Sep 2012 10:06:19 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:36380</guid><dc:creator>questionare</dc:creator><slash:comments>0</slash:comments><comments>http://www.biztalkgurus.com/thread/36380.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/36380/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi gurus,&lt;/p&gt;
&lt;p&gt;I am implementing a custom pipeline; which splits an XML message into smaller chuncks (configured number of records). The issue is if the XML message size is big +100Mb, I got an out of memory exception; and the line where the exception occurs is:&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#008000;font-size:x-small;"&gt;&lt;span style="color:#008000;font-size:x-small;"&gt;
&lt;p&gt;&lt;span style="background-color:#ffffff;color:#000000;"&gt;Stream originalMessageStream = pInMsg.BodyPart.GetOriginalDataStream();&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#ffffff;color:#000000;"&gt;string originalDataString = streamReader.ReadLine();&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;Since the XML string loaded is huge, an exception is thrown. I tried using the VirtualStream &amp;amp; Seakable stream; however, couldn&amp;#39;t find the Microsoft.BizTalk.Streaming assembly. &lt;/p&gt;
&lt;p&gt;How I can solve such issue?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#008000;font-size:x-small;"&gt;&lt;span style="color:#008000;font-size:x-small;"&gt;&lt;span style="background-color:#ffffff;color:#000000;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;span style="font-size:x-small;"&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Crossing BizTalk 2006</title><link>http://www.biztalkgurus.com/thread/36290.aspx</link><pubDate>Thu, 09 Aug 2012 19:35:29 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:36290</guid><dc:creator>leoncius</dc:creator><slash:comments>0</slash:comments><comments>http://www.biztalkgurus.com/thread/36290.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/36290/rss.aspx</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m in charge on evolving an application wich uses BizTalk. The problems is that this company have omited to have an architect look into the XML files passed to Biztalk. Now there are xml that have the same structure but for two diffent things. For example the same XML file is used to contain information on Toyota car and Volkswagen car and normaly they should have a diffenrent structure.&lt;/p&gt;
&lt;p&gt;Anyhow I have a policy that is comparing values from&amp;nbsp;XML files&amp;nbsp;and even if I coded .NEt vocabularies to test for the ID to be equal, it stills crosscheck XML files that don&amp;#39;t have the same ID.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;
&lt;p&gt;&amp;nbsp;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;For&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; &lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;Each&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt;&amp;nbsp;brePolicy &lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;As&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; Rule &lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;In&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; listePolicys&lt;/span&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt; &lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;
&lt;p&gt;
&lt;p&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;Dim&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; priority &lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;As&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; &lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;Integer&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; = brePolicy.Priority&lt;/span&gt;&lt;span style="font-size:x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:x-small;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
&lt;div&gt;&lt;span style="font-size:x-small;"&gt;
&lt;p&gt;
&lt;p&gt;policy.Rules.Clear()&lt;/p&gt;
&lt;/p&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;"&gt;
&lt;p&gt;policy.Rules.Add(brePolicy)&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;"&gt;
&lt;p&gt;&amp;nbsp;&lt;font&gt;&lt;/font&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;Dim&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; re &lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;As&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; RuleEngine = &lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;New&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt; RuleEngine(policy)&lt;/span&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;
&lt;p&gt;&amp;nbsp;&lt;span style="font-size:x-small;"&gt;re.Execute(objectBuffer)&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt;&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:x-small;"&gt;
&lt;p&gt;&amp;nbsp;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;font&gt;&lt;/font&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;Next&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;&lt;span style="color:#0000ff;font-size:x-small;"&gt;That is how the xml files are being executed one at the time an all xml files are being thrown to Biztalk inside the objectBuffer&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Looping issue</title><link>http://www.biztalkgurus.com/thread/36264.aspx</link><pubDate>Thu, 02 Aug 2012 19:29:09 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:36264</guid><dc:creator>bpleshek</dc:creator><slash:comments>1</slash:comments><comments>http://www.biztalkgurus.com/thread/36264.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/36264/rss.aspx</wfw:commentRss><description>&lt;p&gt;I have an input schema similar to this:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Header&lt;/p&gt;
&lt;p&gt;--itemNumber&lt;/p&gt;
&lt;p&gt;Detail&lt;/p&gt;
&lt;p&gt;--lineItemNum&lt;/p&gt;
&lt;p&gt;--Status&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am mapping to a schema similar to this:&lt;/p&gt;
&lt;p&gt;root&lt;/p&gt;
&lt;p&gt;----itemNumber&lt;/p&gt;
&lt;p&gt;----Notes&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Item number maps straight across.&amp;nbsp; lineItemNum and Status are concatenated and separated via a comma and each loop on detail is separated by a ~.&amp;nbsp; I am using a concatenate functoid with 4 parameters: lineItemNumber, &amp;quot;,&amp;quot;, Status, and &amp;#39;~&amp;#39;.&amp;nbsp; I am then using a cumulative concatenate on the result of that and finally a value mapper to the Notes field.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Instead of getting:&lt;/p&gt;
&lt;p&gt;&amp;lt;root&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;lt;itemNumber&amp;gt; 123 &amp;nbsp;&amp;nbsp; &amp;lt;/itemNumber&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;lt;Notes&amp;gt; 1,Active~2,Cancelled~3,Active &amp;lt;/Notes&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/root&amp;gt;&lt;/p&gt;
&lt;p&gt;I am getting:&lt;/p&gt;
&lt;p&gt;&amp;lt;root&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;lt;itemNumber&amp;gt; 123 &amp;nbsp;&amp;nbsp; &amp;lt;/itemNumber&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;lt;itemNumber&amp;gt; 123 &amp;nbsp;&amp;nbsp; &amp;lt;/itemNumber&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;lt;Notes&amp;gt; 1,Active~2,Cancelled~3,Active &amp;lt;/Notes&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;lt;Notes&amp;gt; 1,Active~2,Cancelled~3,Active &amp;lt;/Notes&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/root&amp;gt;&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;br /&gt;&lt;br /&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>lost data in biztalkmsgboxdb</title><link>http://www.biztalkgurus.com/thread/36237.aspx</link><pubDate>Sat, 21 Jul 2012 12:14:29 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:36237</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://www.biztalkgurus.com/thread/36237.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/36237/rss.aspx</wfw:commentRss><description>&lt;p&gt;I am a dba at a company and we happened to have a power shortage.Our servers were shut down.&lt;/p&gt;
&lt;p&gt;The problem now is that the database biztalkmsgboxdb went into &amp;quot;suspect&amp;quot; mode and I couldnt put it back online without data loss.&lt;/p&gt;
&lt;p&gt;I have a backup which is 20 minutes old, so I restored my backup 20 minutes earlier which made me lose all the data that went to this database during these 20 minutes.&lt;/p&gt;
&lt;p&gt;My question is what is the effect of this data loss on the biztalk transactions that were done during these 20 minutes? Is this database only used as a buffer? and will this affect my future transactions.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Problem processing multiple files at the same time</title><link>http://www.biztalkgurus.com/thread/35728.aspx</link><pubDate>Mon, 21 May 2012 13:16:32 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:35728</guid><dc:creator>Anonymous</dc:creator><slash:comments>1</slash:comments><comments>http://www.biztalkgurus.com/thread/35728.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/35728/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi all, &lt;/p&gt;
&lt;p&gt;I have a custom developed pipelineand a receive port used to pick files from the local folder. The problem we have is that only 5 files (at best) are processed simoultaneously. We have already increased the Batch Size and number of messages in batch settings with no result. We have already modified the registry to introduce the CLR Hosting Key with the recommended values for IO threads and worker threads, with no result..&lt;/p&gt;
&lt;p&gt;Any ideas to increase the amount of files or threads of our application?&lt;/p&gt;
&lt;p&gt;Thanks and best regards!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>SendPort FTP Transport Properties Temporary Folder </title><link>http://www.biztalkgurus.com/thread/35625.aspx</link><pubDate>Thu, 26 Apr 2012 11:53:44 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:35625</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://www.biztalkgurus.com/thread/35625.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/35625/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello, I have problems with a orchestration that starts with an FTP that puts file in a temporary folder setup as &amp;quot;E:\FolderName&amp;quot;, and this doesn&amp;#39;t work anymore. The errorcodes is The adapter failed to transmit message going to send port &amp;quot;Fiskhamnen.toConsafe&amp;quot; &lt;br /&gt;with URL &amp;quot;&lt;a&gt;ftp://212.181.1.85:21/Inbox/%MessageID%.xml&lt;/a&gt;&amp;quot;. &lt;br /&gt;It will be retransmitted after the retry interval specified for this Send Port. &lt;br /&gt;Details:&amp;quot;The folder &amp;quot;E:\FolderName&amp;quot; does not exist. &amp;quot;.&amp;uml;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;A message sent to adapter &amp;quot;FTP&amp;quot; on send port &amp;quot;Fiskhamnen.toConsafe&amp;quot; &lt;br /&gt;with URI &amp;quot;&lt;a&gt;ftp://212.181.1.85:21/Inbox/%MessageID%.xml&lt;/a&gt;&amp;quot; is suspended. &lt;br /&gt; Error details: The folder &amp;quot;E:\FolderName&amp;quot; does not exist.  &lt;br /&gt; MessageId:  {00F8EEFD-C89A-493C-83C7-DC003752513D}&lt;br /&gt; InstanceID: {AF2857ED-DB18-4EB0-BF8F-0AA440336F25}                                     The FolderName exists and is setup with rights to everyone, any clues? /Regards Anders&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>BizTalk Receive and iSeries IFS</title><link>http://www.biztalkgurus.com/thread/35174.aspx</link><pubDate>Tue, 17 Jan 2012 17:55:29 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:35174</guid><dc:creator>sbrown63</dc:creator><slash:comments>1</slash:comments><comments>http://www.biztalkgurus.com/thread/35174.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/35174/rss.aspx</wfw:commentRss><description>&lt;p&gt;I am trying to map a FILE recieve location to an IBM iSeries IFS share. I tried using the Authentication tab and changing&amp;nbsp;credentials to those that allow access. Below&amp;nbsp;are the three messages I receive.&amp;nbsp;Are there any tricks to making this work? &amp;nbsp;I can connect just fine via windows explorer using the same credentials. &lt;/p&gt;
&lt;p&gt;The receive location &amp;quot;TESTContractReceiveLocation&amp;quot; with URL &amp;quot;&lt;a&gt;\\qrli03\ROOT\pfrlitxt.txt&lt;/a&gt;&amp;quot; is shutting down. Details:&amp;quot;The FILE receive adapter cannot monitor receive location &lt;a&gt;\\qrli03\ROOT\&lt;/a&gt;. &amp;quot;.&lt;/p&gt;
&lt;p&gt;There was a failure executing the receive pipeline: &amp;quot;Microsoft.BizTalk.DefaultPipelines.PassThruReceive, Microsoft.BizTalk.DefaultPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&amp;quot; Source: &amp;quot;Pipeline &amp;quot; Receive Port: &amp;quot;TESTContractReceivePort&amp;quot; URI: &amp;quot;&lt;a&gt;\\qrli03\ROOT\pfrlitxt.txt&lt;/a&gt;&amp;quot; Reason: External component has thrown an exception.&lt;/p&gt;
&lt;p&gt;The Messaging Engine encountered an error while suspending one or more messages.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Zero Touch BizTalk Deployments - LIVE WEBINAR</title><link>http://www.biztalkgurus.com/thread/35148.aspx</link><pubDate>Mon, 09 Jan 2012 09:40:06 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:35148</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://www.biztalkgurus.com/thread/35148.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/35148/rss.aspx</wfw:commentRss><description>&lt;p&gt;Learn how you can fully automate complex deployments for your Microsoft BizTalk applications.&lt;/p&gt;
&lt;p&gt;In this webinar, Nolio&amp;rsquo;s Product Director Ron Gidron will introduce the concept of Zero Touch Deployment&amp;trade;; demonstrating how the successful realization of fully automated application releases can reduce errors, lower costs, increase operational throughput and accelerate time-to-market.&lt;/p&gt;
&lt;p&gt;Mr. Gidron will systematically demonstrate how the successful implementation of an automated solution will allow you to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Achieve full control of BizTalk applications, host instances, orchestrations and bindings&lt;/li&gt;
&lt;li&gt;Fully automate all aspects of BizTalk applications deployment and configuration&lt;/li&gt;
&lt;li&gt;Create reusable deployment processes across multiple BizTalk versions&lt;/li&gt;
&lt;li&gt;Reduce your dependency on command line and complex manual deployments of BizTalk applications&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Mr. Gidron will show a live demo as part of his presentation and be available for a dedicated &amp;lsquo;Question and Answer&amp;rsquo; session at the webinar&amp;rsquo;s conclusion. At that time, all participants will be invited to talk with him directly.&lt;/p&gt;
&lt;p&gt;This free webinar will be held on Tuesday, January 24, 2012 at 11am EST/4pm GMT. Register today:&amp;nbsp;&lt;a href="http://www2.noliosoft.com/biztalk"&gt;http://www2.noliosoft.com/biztalk&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Error configuring group - BT 2006 R2</title><link>http://www.biztalkgurus.com/thread/35008.aspx</link><pubDate>Mon, 05 Dec 2011 19:13:14 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:35008</guid><dc:creator>Anonymous</dc:creator><slash:comments>1</slash:comments><comments>http://www.biztalkgurus.com/thread/35008.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/35008/rss.aspx</wfw:commentRss><description>&lt;p&gt;I am seeing the error &amp;quot;Login failed for user &amp;#39;&amp;#39;. The user is not associated with a trusted SQL Server connection.&amp;quot; configuring biztalk 2006 R2 group. SQL is on my local machine and my user account has full permissions to the database. Below is the error log created.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please help!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2011-12-05 14:07:50:0595 [INFO] WMI CDataSource.Open() returned&lt;br /&gt;2011-12-05 14:07:50:0830 [INFO] WMI Executing SQL script: C:\Program Files (x86)\Microsoft BizTalk Server 2006\Schema\\BTS_Version_Schema.sql&lt;br /&gt;2011-12-05 14:07:50:0892 [INFO] WMI Executing SQL script: C:\Program Files (x86)\Microsoft BizTalk Server 2006\Schema\\BTS_Version_Logic.sql&lt;br /&gt;2011-12-05 14:07:50:0986 [INFO] WMI Executing SQL script: C:\Program Files (x86)\Microsoft BizTalk Server 2006\Schema\\TDDS_Dest_Schema.sql&lt;br /&gt;2011-12-05 14:07:51:0049 [INFO] WMI Executing SQL script: C:\Program Files (x86)\Microsoft BizTalk Server 2006\Schema\\BTS_Tracking_Schema.sql&lt;br /&gt;2011-12-05 14:07:51:0392 [INFO] WMI Executing SQL script: C:\Program Files (x86)\Microsoft BizTalk Server 2006\Schema\\DTA_RulesEngine_Schema.sql&lt;br /&gt;2011-12-05 14:07:51:0549 [INFO] WMI Executing SQL script: C:\Program Files (x86)\Microsoft BizTalk Server 2006\Schema\\msgbox_tracking_schema.sql&lt;br /&gt;2011-12-05 14:07:51:0814 [INFO] WMI Executing SQL script: C:\Program Files (x86)\Microsoft BizTalk Server 2006\Schema\\Backup_Setup_All_Tables.sql&lt;br /&gt;2011-12-05 14:07:51:0908 [INFO] WMI Executing SQL script: C:\Program Files (x86)\Microsoft BizTalk Server 2006\Schema\\BtsEdiMessageContentTables.sql&lt;br /&gt;2011-12-05 14:07:51:0986 [INFO] WMI Executing SQL script: C:\Program Files (x86)\Microsoft BizTalk Server 2006\Schema\\TDDS_Dest_Logic.sql&lt;br /&gt;2011-12-05 14:07:52:0174 [INFO] WMI Executing SQL script: C:\Program Files (x86)\Microsoft BizTalk Server 2006\Schema\\BTS_Tracking_Logic.sql&lt;br /&gt;2011-12-05 14:07:52:0783 [INFO] WMI Executing SQL script: C:\Program Files (x86)\Microsoft BizTalk Server 2006\Schema\\DTA_RulesEngine_Logic.sql&lt;br /&gt;2011-12-05 14:07:52:0986 [INFO] WMI Executing SQL script: C:\Program Files (x86)\Microsoft BizTalk Server 2006\Schema\\msgbox_tracking_logic.sql&lt;br /&gt;2011-12-05 14:07:53:0142 [INFO] WMI Executing SQL script: C:\Program Files (x86)\Microsoft BizTalk Server 2006\Schema\\Backup_Setup_All_Procs.sql&lt;br /&gt;2011-12-05 14:07:53:0267 [INFO] WMI Executing SQL script: C:\Program Files (x86)\Microsoft BizTalk Server 2006\Schema\\BtsEdiMessageContentSps.sql&lt;br /&gt;2011-12-05 14:07:53:0345 [INFO] WMI CoCreating BizTalkDBVersion&lt;br /&gt;2011-12-05 14:07:53:0408 [INFO] WMI Stamping database schema version to be 3.7.1.0&lt;br /&gt;2011-12-05 14:07:53:0439 [INFO] WMI Tracking database created&lt;br /&gt;2011-12-05 14:07:53:0783 [INFO] WMI Calling CDataSource.Open() against vsreenivasadevfl\BizTalkMgmtDb&lt;br /&gt;2011-12-05 14:07:53:0830 [INFO] WMI CDataSource.Open() returned&lt;br /&gt;2011-12-05 14:07:53:0892 [INFO] WMI Calling CDataSource.Open() against vsreenivasadevfl\BizTalkDTADb&lt;br /&gt;2011-12-05 14:07:53:0924 [INFO] WMI CDataSource.Open() returned&lt;br /&gt;2011-12-05 14:07:54:0002 [INFO] WMI Calling CDataSource.Open() against vsreenivasadevfl\BizTalkDTADb&lt;br /&gt;2011-12-05 14:07:54:0095 [INFO] WMI CDataSource.Open() returned&lt;br /&gt;2011-12-05 14:07:54:0158 [INFO] WMI Calling CDataSource.Open() against vsreenivasadevfl\BizTalkDTADb&lt;br /&gt;2011-12-05 14:07:54:0220 [INFO] WMI CDataSource.Open() returned&lt;br /&gt;2011-12-05 14:07:54:0267 [INFO] WMI Calling CDataSource.Open() against vsreenivasadevfl\BizTalkDTADb&lt;br /&gt;2011-12-05 14:07:54:0345 [INFO] WMI CDataSource.Open() returned&lt;br /&gt;2011-12-05 14:07:54:0377 [INFO] WMI Calling CDataSource.Open() against vsreenivasadevfl\BizTalkDTADb&lt;br /&gt;2011-12-05 14:07:54:0455 [INFO] WMI CDataSource.Open() returned&lt;br /&gt;2011-12-05 14:07:54:0486 [INFO] WMI Calling CDataSource.Open() against vsreenivasadevfl\BizTalkDTADb&lt;br /&gt;2011-12-05 14:07:54:0549 [INFO] WMI CDataSource.Open() returned&lt;br /&gt;2011-12-05 14:07:54:0595 [INFO] WMI Calling CDataSource.Open() against vsreenivasadevfl\BizTalkDTADb&lt;br /&gt;2011-12-05 14:07:54:0674 [INFO] WMI CDataSource.Open() returned&lt;br /&gt;2011-12-05 14:07:54:0720 [INFO] WMI Calling CDataSource.Open() against vsreenivasadevfl\BizTalkDTADb&lt;br /&gt;2011-12-05 14:07:54:0799 [INFO] WMI CDataSource.Open() returned&lt;br /&gt;2011-12-05 14:07:54:0861 [INFO] WMI Calling CDataSource.Open() against vsreenivasadevfl\BizTalkDTADb&lt;br /&gt;2011-12-05 14:07:54:0924 [INFO] WMI CDataSource.Open() returned&lt;br /&gt;2011-12-05 14:07:54:0986 [INFO] WMI Calling CDataSource.Open() against vsreenivasadevfl\BizTalkDTADb&lt;br /&gt;2011-12-05 14:07:55:0049 [INFO] WMI CDataSource.Open() returned&lt;br /&gt;2011-12-05 14:07:55:0142 [INFO] WMI Creating SQL login &amp;#39;BizTalk Server Administrators&amp;#39; for BTS Admin Group&lt;br /&gt;2011-12-05 14:07:55:0299 [INFO] WMI Creating SQL login &amp;#39;BizTalk Server Operators&amp;#39; for BTS Operator Group&lt;br /&gt;2011-12-05 14:07:55:0361 [INFO] WMI Creating SQL login &amp;#39;BizTalk Server Administrators&amp;#39; for BTS Admin Group&lt;br /&gt;2011-12-05 14:07:55:0424 [INFO] WMI Calling CDataSource.Open() against VSREENIVASADEVF\BizTalkRuleEngineDb&lt;br /&gt;2011-12-05 14:07:55:0470 [INFO] WMI CDataSource.Open() returned&lt;br /&gt;2011-12-05 14:07:55:0533 [WARN] AdminLib GetBTSMessage: hrErr=c0c025ca; Msg=BizTalk Server cannot access SQL server.&amp;nbsp; This could be due to one of the following reasons:&lt;br /&gt;1. Access permissions have been denied to the current user.&amp;nbsp; Either log on as a user that has been granted permissions to SQL and try again, or grant the current user permission to access SQL Server.&lt;br /&gt;2. The SQL Server does not exist or an invalid database name has been specified.&amp;nbsp; Check the name entered for the SQL Server and database to make sure they are correct as provided during SQL Server installation.&lt;br /&gt;3. The SQL Server exists, but is not currently running.&amp;nbsp; Use the Windows Service Control Manager or SQL Enterprise Manager to start SQL Server, and try again.&lt;br /&gt;4. A SQL database file with the same name as the specified database already exists in the Microsoft SQL Server data folder.&lt;/p&gt;
&lt;p&gt;Internal error from OLEDB provider: &amp;quot;Login failed for user &amp;#39;&amp;#39;. The user is not associated with a trusted SQL Server connection.&amp;quot;; &lt;br /&gt;2011-12-05 14:07:55:0564 [WARN] AdminLib GetBTSMessage: hrErr=80070002; Msg=The system cannot find the file specified.; &lt;br /&gt;2011-12-05 14:07:55:0611 [WARN] AdminLib GetBTSMessage: hrErr=c0c02560; Msg=Failed to read &amp;quot;KeepDbDebugKey&amp;quot; from the registry.&lt;br /&gt;The system cannot find the file specified.; &lt;br /&gt;2011-12-05 14:07:55:0658 [INFO] WMI Error occurred during database creation; attempt to rollback and delete the partially created database&amp;#39;vsreenivasadevfl\BizTalkDTADb&amp;#39;&lt;br /&gt;2011-12-05 14:07:55:0705 [INFO] WMI Calling CDataSource.Open() against vsreenivasadevfl\master&lt;br /&gt;2011-12-05 14:07:55:0752 [INFO] WMI CDataSource.Open() returned&lt;br /&gt;2011-12-05 14:07:55:0939 [WARN] AdminLib GetBTSMessage: hrErr=80070002; Msg=The system cannot find the file specified.; &lt;br /&gt;2011-12-05 14:07:55:0970 [WARN] AdminLib GetBTSMessage: hrErr=c0c02560; Msg=Failed to read &amp;quot;KeepDbDebugKey&amp;quot; from the registry.&lt;br /&gt;The system cannot find the file specified.; &lt;br /&gt;2011-12-05 14:07:56:0017 [INFO] WMI Error occurred during database creation; attempt to rollback and delete the partially created database&amp;#39;vsreenivasadevfl\BizTalkMgmtDb&amp;#39;&lt;br /&gt;2011-12-05 14:07:56:0142 [INFO] WMI Calling CDataSource.Open() against vsreenivasadevfl\master&lt;br /&gt;2011-12-05 14:07:56:0189 [INFO] WMI CDataSource.Open() returned&lt;br /&gt;2011-12-05 14:07:56:0330 [ERR] WMI Failed in pAdmInst-&amp;gt;Create() in CWMIInstProv::PutInstance(). HR=c0c025ca&lt;br /&gt;2011-12-05 14:07:56:0361 [ERR] WMI WMI error description is generated: BizTalk Server cannot access SQL server.&amp;nbsp; This could be due to one of the following reasons:&lt;br /&gt;1. Access permissions have been denied to the current user.&amp;nbsp; Either log on as a user that has been granted permissions to SQL and try again, or grant the current user permission to access SQL Server.&lt;br /&gt;2. The SQL Server does not exist or an invalid database name has been specified.&amp;nbsp; Check the name entered for the SQL Server and database to make sure they are correct as provided during SQL Server installation.&lt;br /&gt;3. The SQL Server exists, but is not currently running.&amp;nbsp; Use the Windows Service Control Manager or SQL Enterprise Manager to start SQL Server, and try again.&lt;br /&gt;4. A SQL database file with the same name as the specified database already exists in the Microsoft SQL Server data folder.&lt;/p&gt;
&lt;p&gt;Internal error from OLEDB provider: &amp;quot;Login failed for user &amp;#39;&amp;#39;. The user is not associated with a trusted SQL Server connection.&amp;quot;&lt;br /&gt;2011-12-05 14:07:56:0392 [INFO] WMI CWMIInstProv::PutInstance() finished. HR=c0c025ca&lt;br /&gt;[2:07:56 PM Error BtsCfg] d:\depot2300\mercury\private\mozart\source\setup\btscfg\btswmi.cpp(358): FAILED hr = c0c025ca&lt;/p&gt;
&lt;p&gt;[2:07:56 PM Error BtsCfg] BizTalk Server cannot access SQL server.&amp;nbsp; This could be due to one of the following reasons:&lt;br /&gt;1. Access permissions have been denied to the current user.&amp;nbsp; Either log on as a user that has been granted permissions to SQL and try again, or grant the current user permission to access SQL Server.&lt;br /&gt;2. The SQL Server does not exist or an invalid database name has been specified.&amp;nbsp; Check the name entered for the SQL Server and database to make sure they are correct as provided during SQL Server installation.&lt;br /&gt;3. The SQL Server exists, but is not currently running.&amp;nbsp; Use the Windows Service Control Manager or SQL Enterprise Manager to start SQL Server, and try again.&lt;br /&gt;4. A SQL database file with the same name as the specified database already exists in the Microsoft SQL Server data folder.&lt;/p&gt;
&lt;p&gt;Internal error from OLEDB provider: &amp;quot;Login failed for user &amp;#39;&amp;#39;. The user is not associated with a trusted SQL Server connection.&amp;quot;&lt;br /&gt;[2:07:56 PM Error BtsCfg] d:\depot2300\mercury\private\mozart\source\setup\btscfg\btscfg.cpp(1769): FAILED hr = c0c025ca&lt;/p&gt;
&lt;p&gt;[2:07:56 PM Info BtsCfg] Entering function: CBtsCfg::UnConfigureFeature&lt;br /&gt;[2:07:56 PM Info BtsCfg] &amp;nbsp;Unconfiguring feature: WMI&lt;br /&gt;[2:07:56 PM Warning BtsCfg] BTS management server or DB names are not found in the registry.&lt;br /&gt;[2:07:56 PM Info BtsCfg] Entering function: CWMI::StopHostInstance&lt;br /&gt;2011-12-05 14:07:56:0439 [INFO] WMI CWMIInstProv::EnumerateInstances() try to acquire lock&lt;br /&gt;2011-12-05 14:07:56:0486 [INFO] WMI CWMIInstProv::EnumerateInstances() lock acquired successfully&lt;br /&gt;2011-12-05 14:07:56:0517 [INFO] WMI CWMIInstProv::EnumerateInstances(MSBTS_HostInstance) started&lt;br /&gt;2011-12-05 14:07:56:0564 [INFO] WMI CWMIInstProv::VerifyMgmtDbCompatibility() started&lt;br /&gt;2011-12-05 14:07:56:0611 [INFO] WMI QueryStringValue query regkey &amp;#39;MgmtDBServer&amp;#39;&lt;br /&gt;2011-12-05 14:07:56:0627 [INFO] WMI QueryStringValue query regkey &amp;#39;MgmtDBName&amp;#39;&lt;br /&gt;2011-12-05 14:07:56:0689 [INFO] WMI CWMIInstProv::VerifyMgmtDbCompatibility(ServerName, DBName) started&lt;br /&gt;2011-12-05 14:07:56:0720 [INFO] WMI CWMIInstProv::VerifyMgmtDbCompatibility(ServerName, DBName) finished successfully&lt;br /&gt;2011-12-05 14:07:56:0767 [INFO] WMI CWMIInstProv::VerifyMgmtDbCompatibility() finished successfully&lt;br /&gt;2011-12-05 14:07:56:0814 [INFO] WMI CWMIInstProv::EnumerateInstancesWithQuery(MSBTS_HostInstance) started&lt;br /&gt;2011-12-05 14:07:56:0861 [WARN] AdminLib GetBTSMessage: hrErr=c0c024bf; Msg=The server has not been configured.&lt;br /&gt;To configure the server, run the BizTalk Server Configuration wizard and configure the Group feature.; &lt;br /&gt;2011-12-05 14:07:56:0908 [ERR] WMI Failed in RetrieveInstances in CWMIInstProv::EnumerateInstancesWithQuery(). HR=c0c024bf&lt;br /&gt;2011-12-05 14:07:56:0955 [ERR] WMI WMI error description is generated: The server has not been configured.&lt;br /&gt;To configure the server, run the BizTalk Server Configuration wizard and configure the Group feature.&lt;br /&gt;2011-12-05 14:07:56:0986 [INFO] WMI CWMIInstProv::EnumerateInstances() finished. HR=c0c024bf&lt;br /&gt;[2:07:57 PM Error BtsCfg] d:\depot2300\mercury\private\mozart\source\setup\btscfg\btswmi.cpp(1672): FAILED hr = c0c024bf&lt;/p&gt;
&lt;p&gt;[2:07:57 PM Error BtsCfg] The server has not been configured.&lt;br /&gt;To configure the server, run the BizTalk Server Configuration wizard and configure the Group feature.&lt;br /&gt;[2:07:57 PM Info BtsCfg] Entering function: CWMI::UnMapHost&lt;br /&gt;2011-12-05 14:07:57:0095 [INFO] WMI CWMIInstProv::EnumerateInstances() try to acquire lock&lt;br /&gt;2011-12-05 14:07:57:0142 [INFO] WMI CWMIInstProv::EnumerateInstances() lock acquired successfully&lt;br /&gt;2011-12-05 14:07:57:0189 [INFO] WMI CWMIInstProv::EnumerateInstances(MSBTS_ServerHost) started&lt;br /&gt;2011-12-05 14:07:57:0236 [INFO] WMI CWMIInstProv::VerifyMgmtDbCompatibility() started&lt;br /&gt;2011-12-05 14:07:57:0267 [INFO] WMI QueryStringValue query regkey &amp;#39;MgmtDBServer&amp;#39;&lt;br /&gt;2011-12-05 14:07:57:0314 [INFO] WMI QueryStringValue query regkey &amp;#39;MgmtDBName&amp;#39;&lt;br /&gt;2011-12-05 14:07:57:0361 [INFO] WMI CWMIInstProv::VerifyMgmtDbCompatibility(ServerName, DBName) started&lt;br /&gt;2011-12-05 14:07:57:0392 [INFO] WMI CWMIInstProv::VerifyMgmtDbCompatibility(ServerName, DBName) finished successfully&lt;br /&gt;2011-12-05 14:07:57:0455 [INFO] WMI CWMIInstProv::VerifyMgmtDbCompatibility() finished successfully&lt;br /&gt;2011-12-05 14:07:57:0486 [INFO] WMI CWMIInstProv::EnumerateInstancesWithQuery(MSBTS_ServerHost) started&lt;br /&gt;2011-12-05 14:07:57:0533 [WARN] AdminLib GetBTSMessage: hrErr=c0c024bf; Msg=The server has not been configured.&lt;br /&gt;To configure the server, run the BizTalk Server Configuration wizard and configure the Group feature.; &lt;br /&gt;2011-12-05 14:07:57:0580 [ERR] WMI Failed in RetrieveInstances in CWMIInstProv::EnumerateInstancesWithQuery(). HR=c0c024bf&lt;br /&gt;2011-12-05 14:07:57:0611 [ERR] WMI WMI error description is generated: The server has not been configured.&lt;br /&gt;To configure the server, run the BizTalk Server Configuration wizard and configure the Group feature.&lt;br /&gt;2011-12-05 14:07:57:0658 [INFO] WMI CWMIInstProv::EnumerateInstances() finished. HR=c0c024bf&lt;br /&gt;[2:07:57 PM Error BtsCfg] d:\depot2300\mercury\private\mozart\source\setup\btscfg\btswmi.cpp(1821): FAILED hr = c0c024bf&lt;/p&gt;
&lt;p&gt;[2:07:57 PM Error BtsCfg] The server has not been configured.&lt;br /&gt;To configure the server, run the BizTalk Server Configuration wizard and configure the Group feature.&lt;br /&gt;[2:07:57 PM Info BtsCfg] Instantiating IBTSMsgBoxPerformance object&lt;br /&gt;[2:07:57 PM Info BtsCfg] Calling IBTSMsgBoxPerformance::UninstallArtifacts&lt;br /&gt;Exception in CounterManager.UninstallArtifacts when uninstalling the perf counter instances. The exception details are: &lt;br /&gt;Source of exception: .Net SqlClient Data Provider&lt;br /&gt;Message: Could not find stored procedure &amp;#39;MsgBoxPerfCounters_GetMsgBoxesAndServers&amp;#39;.&lt;br /&gt;Stack trace:&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.BizTalk.MsgBoxPerfCounters.MgmtDbAccessEntity.UninstallInstances(Boolean regularUninstall)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.BizTalk.MsgBoxPerfCounters.CounterManager.UninstallArtifacts(Boolean regularUninstall, String logFileName)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>XML containing email mapped to CSV, send as attachment</title><link>http://www.biztalkgurus.com/thread/34982.aspx</link><pubDate>Wed, 30 Nov 2011 02:23:51 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:34982</guid><dc:creator>kumaker</dc:creator><slash:comments>1</slash:comments><comments>http://www.biztalkgurus.com/thread/34982.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/34982/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;Here is my situation:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;- I receive an XML which contains an email address in the &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt; field (ie &amp;lt;title&amp;gt;xxxx@hotmail.com&amp;lt;/title&amp;gt;). &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;- This XML is then mapped to a CSV (The Email is not mapped to the CSV and it does not contain this email address).&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;- I then need to send this CSV as an attachment to the email which was contained in the original XML.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;What I have done before is sent email through an SMTP adapter and used a custom pipeline component to attach a file to an email. BUT, the reason I am not going into depth about how hard I have tried to figure this out, and all my code etc... is because with the company I am working for I am unable to access an SMTP server on my desktop. I can only deploy solutions and test the SMTP functionality on a test server (i cannot develop them/debug etc on the test server), which has basically made this particular project a massive headache. So I have tried a few things, but continuing I feel, without some help is a lost cause. &lt;/p&gt;
&lt;p&gt;Can someone please point me in the right direction, or the steps I should take (code would be amazing), the objects I might need in an orchestration, or anything that would help me?&lt;/p&gt;
&lt;p&gt;Thanks so much for your help in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Problem in receivePipeline</title><link>http://www.biztalkgurus.com/thread/34744.aspx</link><pubDate>Wed, 12 Oct 2011 14:08:46 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:34744</guid><dc:creator>markand911</dc:creator><slash:comments>1</slash:comments><comments>http://www.biztalkgurus.com/thread/34744.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/34744/rss.aspx</wfw:commentRss><description>&lt;p&gt;I followed the article &lt;a href="http://www.codeproject.com/KB/biztalk/UnzipDisassembler.aspx?fid=1607856" rel="nofollow"&gt;
http://www.codeproject.com/KB/biztalk/UnzipDisassembler.aspx?fid=1607856&lt;/a&gt; to create a custom component that can be used in Receive pipeline.&lt;/p&gt;
&lt;p&gt;It doesnt work.&lt;/p&gt;
&lt;p&gt;Are there any other steps to be followed to implement this custom component?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>BizTalk Servers sharing same Databases</title><link>http://www.biztalkgurus.com/thread/34655.aspx</link><pubDate>Fri, 30 Sep 2011 15:37:30 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:34655</guid><dc:creator>sbrown63</dc:creator><slash:comments>2</slash:comments><comments>http://www.biztalkgurus.com/thread/34655.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/34655/rss.aspx</wfw:commentRss><description>&lt;p&gt;&lt;span style="font-size:x-small;"&gt;
&lt;p&gt;&lt;span style="font-size:small;"&gt;I have two BizTalk&amp;nbsp;servers sharing&amp;nbsp;the same&amp;nbsp;databases, and&amp;nbsp;inprocess hosts both called BizTalkServerHost that run on both servers.&amp;nbsp;If I send a message to the message box (via direct binding) to&amp;nbsp;one of the servers, could that message then be sent to subscribers on both servers and thus be processed twice? These subscribers are send ports using the FTP adapter to FTP the file. I have a situation where the messages appear to be routed to the send port but then they&amp;nbsp;hang there&amp;nbsp;in an InProcess state as Running Service Instances. I&amp;#39;m wondering if there may be some sort of conflict due the sharuing of the databases.&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Transaction issue with Oracle DB</title><link>http://www.biztalkgurus.com/thread/34609.aspx</link><pubDate>Thu, 22 Sep 2011 14:16:31 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:34609</guid><dc:creator>Murali.Suneendra</dc:creator><slash:comments>0</slash:comments><comments>http://www.biztalkgurus.com/thread/34609.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/34609/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;We had&amp;nbsp; a requirement in our project &amp;nbsp;to bulk insert in to tables of an oracle DB, so we have developed an orchestration which process the incoming message and sends the data to Oracle DB using a WCF-Oracle adapter,on the send port where we have set the &amp;ldquo;ambient transaction&amp;rdquo; property to true, as we need to revert back in case of any error while inserting in to any of the tables, but at this point we are getting an error as shown below.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Error Description: Microsoft.ServiceModel.Channels.Common.MetadataException: Metadata resolution failed for OperationId: &amp;quot;&lt;a href="http://microsoft.lobservices.oracledb/2007/03/Server%20alias%20name%20/Table/Name%20of%20the%20table%20/Insert"&gt;http://Microsoft.LobServices.OracleDB/2007/03/Server alias name /Table/Name of the table /Insert&lt;/a&gt;&amp;quot;. ---&amp;gt; Microsoft.ServiceModel.Channels.Common.ConnectionException: Due to an Oracle Client limitation, the adapter failed to open a connection. This is because either (a) ambient transaction is present and the TNS alias is longer than 39 characters, or (b) ambient transaction is present and a non-TNS based URI was used. To resolve this, use a TNS alias to connect to Oracle and make sure it is not more than 39 characters. at Microsoft.Adapters.OracleDB.OracleDBConnection.OpenConnection(OracleCommonExecutionHelper executionHelper) --- End of inner exception stack trace&lt;/p&gt;
&lt;p&gt;We have checked the TNS alias &amp;nbsp;name in the TNSNames.ora which is just 6 characters long ,so that is also ruled out &amp;nbsp;can anyone &amp;nbsp;please help us in resolving this issue, if you need more information please reach me on 7829692692.&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Regards,&lt;/p&gt;
&lt;p&gt;Murali&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Remvoing BuiltIn\Administrators from Biztalk database server</title><link>http://www.biztalkgurus.com/thread/34540.aspx</link><pubDate>Mon, 12 Sep 2011 22:34:31 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:34540</guid><dc:creator>Anonymous</dc:creator><slash:comments>1</slash:comments><comments>http://www.biztalkgurus.com/thread/34540.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/34540/rss.aspx</wfw:commentRss><description>&lt;p&gt;BuiltIn\Administrators group is present as a login on Biztalk SQL Server (database server) and is a member of the sysadmin role in it. As part of our security policy, our IT security team wants it to be removed from this role and also as a login from this server. Does removing BuiltIn\Administrators from sysadmin role have any impact on the Biztalk server and database server and the overall biztalk functionality. Our Biztalk server 2006 (applications) and SQL database server (containing messagebox, management database etc) are hosted on different machines. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Expressions in FILE Adapter Mask </title><link>http://www.biztalkgurus.com/thread/34504.aspx</link><pubDate>Tue, 06 Sep 2011 16:31:58 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:34504</guid><dc:creator>sbrown63</dc:creator><slash:comments>2</slash:comments><comments>http://www.biztalkgurus.com/thread/34504.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/34504/rss.aspx</wfw:commentRss><description>&lt;p&gt;Can anyone tell me if there is a way to have&amp;nbsp;regular expressions within a File adapters File Mask property. I want to be able to setup two rec locations pointed at the same source folder but each picking up different files based on a timestamp within the name of the file. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Hipaa Accelerator 3.3 generates files for each data entries in the file instead of segments</title><link>http://www.biztalkgurus.com/thread/34493.aspx</link><pubDate>Mon, 05 Sep 2011 20:21:50 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:34493</guid><dc:creator>ajay.kallur@gmail.com</dc:creator><slash:comments>0</slash:comments><comments>http://www.biztalkgurus.com/thread/34493.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/34493/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Need some help with the BizTalk Hipaa Accelerator 3.3, which we are using with biztalk server 2006. The hipaa edi accelerator is not splitting segments as usual.&lt;/p&gt;
&lt;p&gt;The incoming edi hipaa data file has six segments with each segment with 70-80 thousand data entries (people records), the Hipaa edi accelerator is generating 70-80 thousand files instead of 6 files.&lt;/p&gt;
&lt;p&gt;have anyone seen such behaviour before???&lt;/p&gt;
&lt;p&gt;nothing wrong with the data files they work well in a different environment.&lt;/p&gt;
&lt;p&gt;any help is greatly appreciated?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Ajay&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Biztalk 2006 + forestFunctionality 2008R2 + domainFunctionality 2008R2</title><link>http://www.biztalkgurus.com/thread/34448.aspx</link><pubDate>Tue, 30 Aug 2011 11:17:17 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:34448</guid><dc:creator>jochen_schober</dc:creator><slash:comments>0</slash:comments><comments>http://www.biztalkgurus.com/thread/34448.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/34448/rss.aspx</wfw:commentRss><description>&lt;p&gt;Are there any well known Problems after migrating the forestFunctionality + domainFunctionality up to 2008R2?&lt;/p&gt;
&lt;p&gt;The Biztalkserver runs under 2003 SP2. It will be replaced in the next time so I won&amp;#39;t migrate the Biztalk to the aktual Version.&lt;/p&gt;
&lt;p&gt;Only for for the Biztalk: we use one Exchange 2003 SP2, our main mailsystem runs under 2010.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t found a compability matrix, only for the 2010 Biztalk.....&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Jochen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>BRE</title><link>http://www.biztalkgurus.com/thread/34364.aspx</link><pubDate>Sat, 13 Aug 2011 22:24:43 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:34364</guid><dc:creator>colderfall</dc:creator><slash:comments>1</slash:comments><comments>http://www.biztalkgurus.com/thread/34364.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/34364/rss.aspx</wfw:commentRss><description>&lt;p&gt;How to update SQL table using BRE directly?&lt;/p&gt;
&lt;p&gt;I have a msg which has 3 elements ( Name,City,State) and i subscribe this msg to orchestration. Now i have a table in my SQL DB which has the same 3 columns. Now i want to use BRE by calingl a CALL RULE shape.&lt;/p&gt;
&lt;p&gt;Which has to perform following Actions:&lt;/p&gt;
&lt;p&gt;In my case&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;In Condition if my STATE= TRUE or FALSE I need to update my SQL table. This shd happen when ever i sent a new msg like if i have 10 msg i need to get 10 rows with 3 columns and so on........&lt;/p&gt;
&lt;p&gt;I want to know whether&amp;nbsp; it is&amp;nbsp;possible, by using some Facts.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Note: I know i can update using storeprocedure and .net components in orchestration but i want to know if their are any possible ways to update SQL table directly in BRE withoout using Storeprocedures and .NetComponents.&lt;/p&gt;
&lt;p&gt;CAN SOME GIUDE ME IF THERE IS A POSSIBLE WAY TO DO THIS.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>how to have different serial numbers in one section</title><link>http://www.biztalkgurus.com/thread/34328.aspx</link><pubDate>Wed, 10 Aug 2011 00:34:21 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:34328</guid><dc:creator>hsi21898</dc:creator><slash:comments>1</slash:comments><comments>http://www.biztalkgurus.com/thread/34328.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/34328/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;I&amp;#39;m new for Biztalk&amp;nbsp;2006, and have the issue needs to fix.&lt;/p&gt;
&lt;p&gt;I received an order and the order detail has same information such as line number, part number. However it has different serial number.&amp;nbsp; How I can put&amp;nbsp;the serail number in one section?&lt;/p&gt;
&lt;p&gt;For instance:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;lt;OrderDetail&amp;gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;OrderNumber&amp;gt;123&amp;lt;/OrderNumber&amp;gt; &lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;ShipDate&amp;gt;2011-08-09&amp;lt;/ShipDate&amp;gt; &lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;LineNumber&amp;gt;1&amp;lt;/LineNumber&amp;gt; &lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;PartNumber&amp;gt;abc&amp;lt;/PartNumber&amp;gt; &lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;Description&amp;gt;PINK&amp;lt;/Description&amp;gt; &lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;Quantity&amp;gt;2&amp;lt;/Quantity&amp;gt; &lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;SerialNumber&amp;gt;159&amp;lt;/SerialNumber&amp;gt; &lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;/OrderDetail&amp;gt;&lt;/li&gt;
&lt;li&gt;&lt;a&gt;&lt;b&gt;-&lt;/b&gt;&lt;/a&gt; &amp;lt;OrderDetail&amp;gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;OrderNumber&amp;gt;123&amp;lt;/OrderNumber&amp;gt; &lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;ShipDate&amp;gt;2011-08-09&amp;lt;/ShipDate&amp;gt; &lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;LineNumber&amp;gt;1&amp;lt;/LineNumber&amp;gt; &lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;PartNumber&amp;gt;abc&amp;lt;/PartNumber&amp;gt; &lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;Description&amp;gt;PINK&amp;lt;/Description&amp;gt; &lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;Quantity&amp;gt;2&amp;lt;/Quantity&amp;gt; &lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;SerialNumber&amp;gt;252&amp;lt;/SerialNumber&amp;gt; &lt;/li&gt;
&lt;li&gt;&amp;lt;/OrderDetail&amp;gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Instead,&amp;nbsp; it should be like: &lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&amp;lt;OrderDetail&amp;gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;OrderNumber&amp;gt;123&amp;lt;/OrderNumber&amp;gt; &lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;ShipDate&amp;gt;2011-08-09&amp;lt;/ShipDate&amp;gt; &lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;LineNumber&amp;gt;1&amp;lt;/LineNumber&amp;gt; &lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;PartNumber&amp;gt;abc&amp;lt;/PartNumber&amp;gt; &lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;Description&amp;gt;PINK&amp;lt;/Description&amp;gt; &lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;Quantity&amp;gt;2&amp;lt;/Quantity&amp;gt; &lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;lt;SerialNumber&amp;gt;159&amp;lt;/SerialNumber&amp;gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;&amp;lt;SerialNumber&amp;gt;252&amp;lt;/SerialNumber&amp;gt; &lt;/li&gt;
&lt;li&gt;&amp;nbsp;&amp;lt;/OrderDetail&amp;gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;However, the quantity might change to 3 or 4 with 3 or 4 serial numbers.&amp;nbsp; Thanks for the help.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>biztalk</title><link>http://www.biztalkgurus.com/thread/34242.aspx</link><pubDate>Thu, 28 Jul 2011 07:39:57 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:34242</guid><dc:creator>Anonymous</dc:creator><slash:comments>1</slash:comments><comments>http://www.biztalkgurus.com/thread/34242.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/34242/rss.aspx</wfw:commentRss><description>&lt;p&gt;plz anyone provide biztalk realtime scenraio, project&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>bre testing error, plzzzzzz help me</title><link>http://www.biztalkgurus.com/thread/34231.aspx</link><pubDate>Tue, 26 Jul 2011 21:15:25 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:34231</guid><dc:creator>Anonymous</dc:creator><slash:comments>1</slash:comments><comments>http://www.biztalkgurus.com/thread/34231.aspx</comments><wfw:commentRss>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/f/10/t/34231/rss.aspx</wfw:commentRss><description>&lt;p&gt;hi , im created policy and vocabriles, when im policy , i got error,&lt;/p&gt;
&lt;p&gt;im using callrule , there not apppear parametername, parameter type , i see empty.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>