<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx</link><description>previously posted with the labs but highlighting here because lots of folks keep asking me for it...</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#90435</link><pubDate>Tue, 16 Mar 2004 13:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:90435</guid><dc:creator>Colin Lee</dc:creator><description>Thanks.  Went through the SQL adapter sample and it was useful as a starting point.</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#92462</link><pubDate>Fri, 19 Mar 2004 03:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:92462</guid><dc:creator>Roque</dc:creator><description>When I was trying your SQL Two-Way Send in Orchestration Scenario sample, there's an error when I want to create SQL send por. The error is &amp;quot;Generated instance document does not comply with schema supplied. There was an error generating the XML document. There was an error generating the XML document.&amp;quot;&lt;br&gt;How can I solve this.&lt;br&gt;Thanks in advance.</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#92733</link><pubDate>Fri, 19 Mar 2004 16:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:92733</guid><dc:creator>Masood</dc:creator><description>&lt;br&gt;It was very Useful. However I am getting Error when I Build SQL Two-Way Send in Orchestration Scenario sample. My error is Use of Unconstructed Message Message_2 &lt;br&gt;&lt;br&gt;Message_2 Is assigned to Send Shape and connected to SQL2Way Send Request Port.&lt;br&gt;&lt;br&gt;What am I miising,&lt;br&gt;&lt;br&gt;Any help would be Appreciated&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;Masood</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#92909</link><pubDate>Fri, 19 Mar 2004 20:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:92909</guid><dc:creator>Cliff Harker</dc:creator><description>Had a play with the SQL example and worked my way through.&lt;br&gt;&lt;br&gt;Stumbled at the first deploy (3g) where I had to create a key file (sn -k) before it would work.&lt;br&gt;&lt;br&gt;Also stuck on the second part where I'm getting an error on the SendPort_SQL saying &amp;quot;Transmission failure&amp;quot;.&lt;br&gt;&lt;br&gt;Also a couple of bits need padding out for the total novice. (5) Create Ports and Bindings doesn't tell you to run Biztalk Explorer which threw me for a mo'.&lt;br&gt;&lt;br&gt;Also (11) Test.  This says generate a document without telling you how. Also the doc created was nothing like your example and in fact all fields were strings (no dates or currency).&lt;br&gt;&lt;br&gt;Cliff&lt;br&gt;</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#92924</link><pubDate>Fri, 19 Mar 2004 21:05:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:92924</guid><dc:creator>Cliff Harker</dc:creator><description>Feedback on my feedback!&lt;br&gt;&lt;br&gt;In the 2nd example where you create the XSD at the start for some reason all 3 fields are created as strings for me and this messes up the document instance later.&lt;br&gt;&lt;br&gt;Why does the XSD generation not generate &amp;quot;datetime&amp;quot; and &amp;quot;float&amp;quot; fields?&lt;br&gt;&lt;br&gt;Cliff</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#92926</link><pubDate>Fri, 19 Mar 2004 21:08:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:92926</guid><dc:creator>Cliff Harker</dc:creator><description>Also your example shows&lt;br&gt;&lt;br&gt;&amp;lt;ns0:InRootName....&lt;br&gt;&lt;br&gt;and a single record &lt;br&gt;&lt;br&gt;and what is generated is&lt;br&gt;&lt;br&gt;&amp;lt;ns0:ReqRoot....&lt;br&gt;&lt;br&gt;and 3 blocks of 3 records, all the same&lt;br&gt;&lt;br&gt;Which should it be?&lt;br&gt;&lt;br&gt;Sorry to be picky but something isn't working and I'm grabbing at straws!&lt;br&gt;&lt;br&gt;Cliff&lt;br&gt;&lt;br&gt;</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#92932</link><pubDate>Fri, 19 Mar 2004 21:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:92932</guid><dc:creator>Cliff Harker</dc:creator><description>Also in (11)c you say drop into C:\ but that isn't the receive folder location.&lt;br&gt;&lt;br&gt;Shouldn't this be&lt;br&gt;&lt;br&gt;c:\test\SQLAdapter\Receive&lt;br&gt;&lt;br&gt;So I've tweaked the XSD and done everything over again and dropped the XML into the correct directory and it disappears almost immediately and I still get&lt;br&gt;&lt;br&gt;Transmission Failure, SendPort_SQL, URL = SQL://Biztalk2004/Northwind&lt;br&gt;&lt;br&gt;on the PassThroughTransmit&lt;br&gt;&lt;br&gt;I tried integrated security and using &amp;quot;sa&amp;quot; but still fails.&lt;br&gt;&lt;br&gt;Stuck!&lt;br&gt;&lt;br&gt;Cliff&lt;br&gt;</description></item><item><title>Already-Initialized Correlation Sets</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#94168</link><pubDate>Tue, 23 Mar 2004 01:49:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:94168</guid><dc:creator>Bryant Likes's Blog</dc:creator><description /></item><item><title>Already-Initialized Correlation Sets</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#94173</link><pubDate>Tue, 23 Mar 2004 01:59:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:94173</guid><dc:creator>Bryant Likes's Blog</dc:creator><description /></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#94505</link><pubDate>Tue, 23 Mar 2004 13:26:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:94505</guid><dc:creator>David Robinson (Solidsoft Ltd)</dc:creator><description>I got this working, but was wondering how you would handle a stored procedure parameter that takes ntext, how would you pass a whole xml document string to the stored procedure. &lt;br&gt;&lt;br&gt;Obviously if the stored procedure just needed a couple of elements from the xml document then you could do a mapping from the source schema to the sql generated schema. Not sure if you could map a whole document (including tags etc) into a string element of another schema.</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#94887</link><pubDate>Tue, 23 Mar 2004 22:23:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:94887</guid><dc:creator>Niklas E</dc:creator><description>We have a SQL UpdateGram schema that used to work fine in earlier biztalk&lt;br&gt;builds, but after installing RTM we get this error. It seems like the&lt;br&gt;adapter tries to run an extra stored procedure, even if the schema specifies an&lt;br&gt;updategram. If I check what is run in SQL&lt;br&gt;Profiler, then the first record works fine, but it continues with an extra&lt;br&gt;non-desirable exec 'after', which is totally wrong of course and then it&lt;br&gt;roll-backs and stops. I am updating many products and I have tried with:&lt;br&gt;  a.. Many sync-blocks with one after-block in each sync-block. (this is&lt;br&gt;what I want and that I used in EAP beta 4421 without problems)&lt;br&gt;  b.. One sync-block with many after-blocks in the sync-block (this is not&lt;br&gt;want I want since each sync is one transaction and I don't want everything&lt;br&gt;to roll-back if one product is wrong)&lt;br&gt;If I try with only one product it works, but I'd like to insert all products&lt;br&gt;and according to the SQLXML documentation both many sync-blocks and many&lt;br&gt;after-blocks is valid.&lt;br&gt;&lt;br&gt;Since the beta expires on 31st of March 2004, a bug-fix for this on the RTM&lt;br&gt;would be nice before that.&lt;br&gt;&lt;br&gt;Attached is a sample with 3 products only.&lt;br&gt;&lt;br&gt;This is the error:&lt;br&gt;&lt;br&gt;The adapter &amp;quot;SQL&amp;quot; raised an error message. Details &amp;quot;HRESULT=&amp;quot;0x80040e14&amp;quot;&lt;br&gt;Description=&amp;quot;Could not find stored procedure 'after'.&amp;quot;&amp;lt;o:p&amp;gt;&amp;lt;/o:p&amp;gt;&lt;br&gt;&lt;br&gt; ?&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-16&amp;quot; ?&amp;gt;&amp;lt;OutRootName&lt;br&gt;xmlns=&amp;quot;&lt;a target="_new" href="http://Metsa.Integration.Schemas.SQL.LocalProductDataUpdate&amp;quot;&amp;gt;&amp;lt;?MSSQLE"&gt;http://Metsa.Integration.Schemas.SQL.LocalProductDataUpdate&amp;quot;&amp;gt;&amp;lt;?MSSQLE&lt;/a&gt;&lt;br&gt;rror HResult=&amp;quot;0x80040e14&amp;quot; Source=&amp;quot;Microsoft OLE DB Provider for SQL Server&amp;quot;&lt;br&gt;Description=&amp;quot;Could not find stored procedure 'after'.&amp;quot;?&amp;gt;&amp;lt;/OutRootName&amp;gt;&amp;quot;.&lt;br&gt;&lt;br&gt;&amp;lt;o:p&amp;gt;&amp;lt;/o:p&amp;gt;&lt;br&gt;</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#96164</link><pubDate>Thu, 25 Mar 2004 17:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:96164</guid><dc:creator>MS</dc:creator><description>&lt;br&gt;In using SQL 2 WAY Send with orchestration. When I drop the instance file with CustomerID ='HANAR' In Receive Folder.I  get the same File in Send Folder. &lt;br&gt;Should It not return all the orders for CustomerID='HANAR' in the SEND Folder?  or is there something that I am missing?&lt;br&gt;&lt;br&gt;MS</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#100825</link><pubDate>Mon, 29 Mar 2004 00:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:100825</guid><dc:creator>Paul</dc:creator><description>Please Help: &lt;br&gt;When trying to compile as specified in 4G, I got an error.&lt;br&gt;&lt;br&gt;Error:  Orchestration.odx(170): you must specify at least one already-initialized correlation set for a non-activation receive that is on a non-selfcorrelating port&lt;br&gt;&lt;br&gt;What did I do wrong? Anybody tried this before?&lt;br&gt;&lt;br&gt;Thanks.&lt;br&gt;</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#101009</link><pubDate>Mon, 29 Mar 2004 10:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:101009</guid><dc:creator>Scott Woodgate (MS)</dc:creator><description>To the last post select the first receive in the orchestration and go to the property window and choose activate = true.</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#101337</link><pubDate>Mon, 29 Mar 2004 19:15:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:101337</guid><dc:creator>Gary Birch</dc:creator><description>If you want to use a SP to insert a record and return the PK(@@Identity) value, what is the process. I am new to BTS.&lt;br&gt;&lt;br&gt;Thanks in advance</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#104250</link><pubDate>Tue, 30 Mar 2004 22:34:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:104250</guid><dc:creator>hung</dc:creator><description>Hi everybody,&lt;br&gt;&lt;br&gt;&lt;br&gt;Do you know about default pass thru transmit pipeline and xml transmit pipeline (both of these are for sending).&lt;br&gt;That is the difference?&lt;br&gt;Some example I work on only work on one pipeline, not the other.&lt;br&gt;Same question for default pass thru receive and xml receive pipeline (both of these are for receiving).&lt;br&gt;What is the difference? What is the reason to pick one over other in some situation?&lt;br&gt;&lt;br&gt;I also have problem with MSMQT (serialization problem).&lt;br&gt;I can not get message MSMQ (regular queue) from remote machine to work with MSMQT from a local biztalk machine.&lt;br&gt;I can work with them individually, but when they have to send/receive from each other, the serialization format got stuck (I tried every from custom serialization to etc..)&lt;br&gt;&lt;br&gt;Basically, I don’t want MSMQ and MSMQT any more, I will use SQL adapter with biztalk 2004.&lt;br&gt;My main question here (this question has been asked before by others on some forum but biztalk 2004 is so now, no answer yet):&lt;br&gt;I want to save the whole message (XML message from a file receive function).&lt;br&gt;The XML message should be able to save as a whole string inside some SQL server table.&lt;br&gt;I came a cross some example but only field by field example.&lt;br&gt;I need to whole message as a string to work with SQL Adapter for Biztalk.&lt;br&gt;Any recommendation?&lt;br&gt;Thanks,&lt;br&gt;Hung&lt;br&gt;</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#104710</link><pubDate>Wed, 31 Mar 2004 11:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:104710</guid><dc:creator>Linus</dc:creator><description>Any ideas about this...&lt;br&gt;The adapter &amp;quot;SQL&amp;quot; raised an error message. Details &amp;quot;HRESULT=&amp;quot;0x80040e57&amp;quot; Description=&amp;quot;String or binary data would be truncated.&amp;quot;&lt;br&gt; ?&amp;lt;Root xmlns:ns00=&amp;quot;urn:schemas-microsoft-com:xml-updategram&amp;quot;&amp;gt;&amp;lt;?MSSQLError HResult=&amp;quot;0x80040e57&amp;quot; Source=&amp;quot;Microsoft OLE DB Provider for SQL Server&amp;quot; Description=&amp;quot;String or binary data would be truncated.&amp;quot;?&amp;gt;&amp;lt;/Root&amp;gt;&amp;quot;.</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#105842</link><pubDate>Thu, 01 Apr 2004 19:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:105842</guid><dc:creator>Key file</dc:creator><description>HI,&lt;br&gt;Regarding deploy of SQL Adapter sample... Understand need to create a key file prior to deploy.  Where does the key file need to be placed?  I assume in the solution directory.  Does the solution or the project need to reference the .snk in anyway, or is physical co-location sufficient?  Thanks.&lt;br&gt;JT</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#106078</link><pubDate>Fri, 02 Apr 2004 02:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:106078</guid><dc:creator>Swapan K.Das</dc:creator><description>Hi All,&lt;br&gt;I am new to BizTalk 2004.Please help.&lt;br&gt;&lt;br&gt;I am trying to use SQL Adapter example step 3:&lt;br&gt;&amp;quot;Use SQL One-Way Send in Orchestration Scenario.&amp;quot;&lt;br&gt;to insert into SQL Server Database content of xml file.&lt;br&gt;When I drop the xml file into the input folder &lt;br&gt;it vanishes immediately but does not insert into SQL table.&lt;br&gt;&lt;br&gt;I am getting following error in the &amp;quot;Application Event viewer:&amp;quot;&lt;br&gt;&lt;br&gt;1. The Messaging Engine has suspended &amp;quot;1&amp;quot; message(s) from adapter &amp;quot;FILE&amp;quot; due to failures in message processing. Please refer to Health and Activity Tracking tool for more detailed information on this failure.&lt;br&gt;&lt;br&gt;2.The &amp;quot;FILE&amp;quot; adapter is suspending a message coming from Source URL:&amp;quot;C:\Tutorial\Lessons\MyImport\InputFile\*xml&amp;quot;. Details:&amp;quot;Could not find a matching subscription for the message. &amp;quot;.&lt;br&gt;&lt;br&gt;3.The Messaging engine failed to process a message submitted by adapter:FILE Source URL:C:\Tutorial\Lessons\MyImport\InputFile\*xml. Details:Could not find a matching subscription for the message. . This error occurs if the subscribed orchestration schedule or send port has not been started, or if some of the message properties necessary for subscription evaluation have not been promoted. Please refer to Health and Activity Tracking tool for more detailed information on this failure&lt;br&gt;&lt;br&gt;4.The Messaging Engine encountered an error publishing a batch of &amp;quot;1&amp;quot; messages to the Message Box database for the transport adapter &amp;quot;FILE&amp;quot;. Please refer to Health and Activity Tracking tool for more detailed information on this failure and check the endpoint bindings are correctly configured.&lt;br&gt;&lt;br&gt;&lt;br&gt;I can execute step 1 &amp;quot;Use SQL Receive in an orchestration&amp;quot; successfully. I am using Windows 2003.&lt;br&gt;&lt;br&gt;Please Please help.&lt;br&gt;&lt;br&gt;thank you&lt;br&gt;regards&lt;br&gt;Swapan K.Das&lt;br&gt;(swapan@cal2cal.com)&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#108082</link><pubDate>Tue, 06 Apr 2004 00:26:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:108082</guid><dc:creator>Jim Martin</dc:creator><description>Swapan, I believe the reason you are getting the &amp;quot;Could not fine a matching subscription for the message&amp;quot; is because on your send port you did not set up a filter describing what messages need to be sent via that particular send port.</description></item><item><title>re: SQL Adapter sample - XML Binding File Errors</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#108149</link><pubDate>Tue, 06 Apr 2004 03:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:108149</guid><dc:creator>Nikolai</dc:creator><description>I am trying to use a binding file to deploy my SQL Adapter send/receive ports and I get the following errors in attempting to import the binding files:&lt;br&gt;&lt;br&gt;&amp;quot;Failed updating binding information. BindingException: Could not validate TransportTypeData or Address properties for Primary Transport of Send Port 'SendReceivePort_FS_PO_SQLUpdate'. Exception from HRESULT: 0x80131500&amp;quot;&lt;br&gt;&lt;br&gt;Has anyone come across the same issues?</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#108658</link><pubDate>Tue, 06 Apr 2004 21:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:108658</guid><dc:creator>JT</dc:creator><description>I am back to beg for mercy here.  I am a real novice, and cannot get past step 3g - deploying the adapter sample.  I have generated a .snk, but do not know how to proceed to associate the key with the assembly so that I can deploy to GAC.  PLEASE HELP!&lt;br&gt;JT</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#109226</link><pubDate>Wed, 07 Apr 2004 19:21:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:109226</guid><dc:creator>JT</dc:creator><description>Please...&lt;br&gt;JT</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#109310</link><pubDate>Wed, 07 Apr 2004 21:17:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:109310</guid><dc:creator>Patou</dc:creator><description>Swapan, &lt;br&gt;&lt;br&gt;Did you fix your error?  I'm having the same error.  File -&amp;gt; Orch -&amp;gt; File.&lt;br&gt;&lt;br&gt;It has to do with either namespaces, ports, or a stupid setting somewhere, but I can't figure it.&lt;br&gt;&lt;br&gt;We have a super dummy example and that one works !!!!!!</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#109899</link><pubDate>Thu, 08 Apr 2004 16:15:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:109899</guid><dc:creator>AV</dc:creator><description>I can not complete the 'Create Ports and Bindings' section ( see chapter 5).&lt;br&gt;I deployed the solution but the 'SQL receivePort' mentioned in the documents is not in 'receive ports' folder.&lt;br&gt;Becouse of this, I can not create the receive location, as described in section.&lt;br&gt;&lt;br&gt;I am using Biz2004 without the rollup pack on Ms Server 2003.&lt;br&gt;&lt;br&gt;Where am i wrong ? Does anybody help me?&lt;br&gt;Thanks and happy Easter !</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#111026</link><pubDate>Sat, 10 Apr 2004 23:52:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:111026</guid><dc:creator>JT</dc:creator><description>Hi again,&lt;br&gt;I finally figured out how to install a BizTalk Project into the GAC.  (Helps to read the instructions:) ).  Now I am stumbling on the Step 10 in getting the filter set properly.  The documentation shows the following settings:&lt;br&gt;&lt;br&gt;Click OK to close the page&lt;br&gt;&lt;br&gt;Send Pipeline: Microsoft.BizTalk.DefaultPipelines.PassThruTransmit&lt;br&gt;Filter: BTS.ReceivePortName = ReceivePort_FILE&lt;br&gt;&lt;br&gt;In the wizard, I cannot get '=' to come up as one of the possible values in the combo box.  Anybody else with this problem?&lt;br&gt;John</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#112858</link><pubDate>Wed, 14 Apr 2004 06:46:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:112858</guid><dc:creator>Mike</dc:creator><description>JT&lt;br&gt;&amp;quot;==&amp;quot; is what you should select in the combo box&lt;br&gt;&lt;br&gt;This is C/C++/C# syntax for &amp;quot;=&amp;quot;</description></item><item><title>re: SQL Adapter sample - XML Binding File Errors</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#113133</link><pubDate>Wed, 14 Apr 2004 15:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:113133</guid><dc:creator>Ron Fortson</dc:creator><description>I've run into this same issue, but unfortunately haven't found a solution yet.&lt;br&gt;&lt;br&gt;Any suggestions?&lt;br&gt;&lt;br&gt;Thanks</description></item><item><title>re: SQL Adapter sample - XML Binding File Errors</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#113160</link><pubDate>Wed, 14 Apr 2004 16:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:113160</guid><dc:creator>Ron Fortson</dc:creator><description>I knew that once I posted this I'd find a solution.  When I exported the bindings, the connection string had all asterisks in the password.  I edited the binding file to change the password to the actual value and it worked.  &lt;br&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#135830</link><pubDate>Thu, 20 May 2004 13:22:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:135830</guid><dc:creator>Ram</dc:creator><description>Hi there&lt;br&gt;Iam trying to test biztalk server 04 and the file is been picked up and and iam getting this error message.Even i tried  Microsoft xml pipe line in send port too.&lt;br&gt;&lt;br&gt;Could not find a matching subscription for the message. &lt;br&gt;The Messaging engine failed to process a message submitted by adapter:FILE Source URL:C:\Biztalk\FileDrops\*.xml. Details:Could not find a matching subscription for the message.&lt;br&gt;Thanks in advance&lt;br&gt;Ram </description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#152181</link><pubDate>Thu, 10 Jun 2004 01:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:152181</guid><dc:creator>Mark</dc:creator><description>What about Hierarchical inserts? Say you have an &amp;quot;Orders&amp;quot; table with a related &amp;quot;Order Details&amp;quot; table... that could have 1 or many related records to it's parent, the &amp;quot;Orders&amp;quot; table.  &lt;br&gt;</description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#175080</link><pubDate>Wed, 07 Jul 2004 08:58:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:175080</guid><dc:creator>Terry</dc:creator><description>With reference to thread from Mark (SQL Adapter sample 6/9/2004 6:48 PM) on Hierarchical Inserts. Does any anyone have any infromation on this, it must be a common scenario.&lt;br&gt;When using the SQL adapter to insert the parent (order record), isnt it possible to get hold of the @@IDENTITY just inserted in the response message? </description></item><item><title>re: SQL Adapter sample</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#207229</link><pubDate>Tue, 03 Aug 2004 18:40:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:207229</guid><dc:creator>Joe</dc:creator><description>Like your second feedback on the blog I am getting the exact same error.  &lt;br&gt;&lt;br&gt;&amp;quot;Generated instance document does not comply with schema supplied. There was an error generating the XML document. There was an error generating the XML document.&amp;quot;&lt;br&gt;&lt;br&gt;This is simply when I try to define a request-response port configuration for the SQL adapter.  Any help would be appreciated, it happens when I try and configure the connection information, namespace, and root element.  I am using the correct values for each I triple checked them..</description></item><item><title>re: SQL Adapter Errors - Revisited</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#367325</link><pubDate>Fri, 04 Feb 2005 23:18:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:367325</guid><dc:creator>Mike Holdorf's Blog</dc:creator><description /></item><item><title>Link to SQL Adapter Samples</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#383502</link><pubDate>Wed, 02 Mar 2005 15:29:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:383502</guid><dc:creator>Melbourne BizTalk User Group</dc:creator><description /></item><item><title>SQL Adapter Problem | keyongtech</title><link>http://blogs.msdn.com/scottwoo/archive/2004/03/11/88387.aspx#9365662</link><pubDate>Thu, 22 Jan 2009 12:46:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9365662</guid><dc:creator>SQL Adapter Problem | keyongtech</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.keyongtech.com/324197-sql-adapter-problem"&gt;http://www.keyongtech.com/324197-sql-adapter-problem&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>