<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sonia Elizabeth Soriano Contreras</title>
	<atom:link href="http://blogs.itsynergy.co/blogs/ssorianoc/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.itsynergy.co/blogs/ssorianoc</link>
	<description>iT Synergy, BizTalk, ESB</description>
	<lastBuildDate>Tue, 25 Oct 2011 02:41:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Cumulative Update 2 for BizTalk Server 2010 unconfigures DTA Purge and Archive Job</title>
		<link>http://blogs.itsynergy.co/blogs/ssorianoc/2011/10/25/cumulative-update-2-for-biztalk-server-2010-unconfigures-dta-purge-and-archive-job/</link>
		<comments>http://blogs.itsynergy.co/blogs/ssorianoc/2011/10/25/cumulative-update-2-for-biztalk-server-2010-unconfigures-dta-purge-and-archive-job/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 02:38:57 +0000</pubDate>
		<dc:creator>Sonia Elizabeth Soriano Contreras</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.itsynergy.co/blogs/ssorianoc/2011/10/25/cumulative-update-2-for-biztalk-server-2010-unconfigures-dta-purge-and-archive-job/</guid>
		<description><![CDATA[In case you’ve happened to make a custom configuration on BizTalk Job DTA Purge and Archive (BizTalkDTADb), you have to do an additional step after installing CU2 for BizTalk 2010:  CONFIGURE IT again!! It is no joke,  nowhere in the documentation of this update it mentions anything about this job. It recently happened to us &#8230; </p><p><a class="more-link block-button" href="http://blogs.itsynergy.co/blogs/ssorianoc/2011/10/25/cumulative-update-2-for-biztalk-server-2010-unconfigures-dta-purge-and-archive-job/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>In case you’ve happened to make a custom configuration on BizTalk Job <strong>DTA Purge and Archive (BizTalkDTADb), </strong>you have to do an additional step after installing CU2 for BizTalk 2010:  CONFIGURE IT again!!</p>
<p>It is no joke,  nowhere in the documentation of this update it mentions anything about this job. It recently happened to us when a team co-worker of mine installed the update on one of our customers, she took under consideration everything as documented. She even restarted all the BizTalk machines on the Production Environment, but, after a couple of days of BizTalk running after she installed the update, PLOP!  BizTalk was down!  The MessageBox Database was so huge, and nothing, absolutely nothing was processing…  The <strong>DTA Purge and Archive </strong>was stopped! and Disabled!</p>
<p>Well, after noticing that we just thought about the latest change made on the BizTalk Environment, we couldn’t believe that the update could cause the Job to be disabled and let it completely unconfigured, as it comes out of the box on a fresh BizTalk install, so we proceeded with the whole process installation on one of our Devolpment BizTalk 2010 environments, we reproduce the same configuration that our Customer had and installed the CU2 to see if the update cause the job to unconfigure.  The result was positive,  the CU2 for BizTalk 2010 does unconfigures <strong>DTA Purge and Archive </strong>BizTalk Job!</p>
<p>Thanks to <a href="http://blogs.itsynergy.co/blogs/abravor" target="_blank">Alexa</a>, who tested it and prove it all the way!  <img class="wlEmoticon wlEmoticon-smile" style="border-style: none" src="http://blogs.itsynergy.co/blogs/ssorianoc/files/2011/10/wlEmoticon-smile.png" alt="Smile" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.itsynergy.co/blogs/ssorianoc/2011/10/25/cumulative-update-2-for-biztalk-server-2010-unconfigures-dta-purge-and-archive-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESB Toolkit 2.1 Bug with ESB.ItineraryServices.Generic.Response.WCF service</title>
		<link>http://blogs.itsynergy.co/blogs/ssorianoc/2011/02/28/esb-toolkit-2-1-bug-with-esb-itineraryservices-generic-response-wcf-service/</link>
		<comments>http://blogs.itsynergy.co/blogs/ssorianoc/2011/02/28/esb-toolkit-2-1-bug-with-esb-itineraryservices-generic-response-wcf-service/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 08:35:12 +0000</pubDate>
		<dc:creator>Sonia Elizabeth Soriano Contreras</dc:creator>
				<category><![CDATA[ESB]]></category>

		<guid isPermaLink="false">http://www.itsynergy.co/wpblogs/ssorianoc/2011/02/28/esb-toolkit-2-1-bug-with-esb-itineraryservices-generic-response-wcf-service/</guid>
		<description><![CDATA[There is a bug in ESB Toolkit 2.1 when navigating generic ESB.ItineraryService.Generic.Reponse.WCF service, you get the following error: Microsoft.Practices.ESB.ServiceModel.Helpers.Exceptions+SoapHeaderExtensionException: Error 855000: Could not find schema file for SOAP header &#8216;ItineraryDescription&#8217; at path C:\Program Files (x86)\Microsoft BizTalk ESB Toolkit 2.1\Web\ESB.ItineraryServices.Generic.Response.WCF\App_Data\ItineraryDescription.xsd To make it work, you have to get the ItineraryDescription.xsd file from a Non-generic service, in &#8230; </p><p><a class="more-link block-button" href="http://blogs.itsynergy.co/blogs/ssorianoc/2011/02/28/esb-toolkit-2-1-bug-with-esb-itineraryservices-generic-response-wcf-service/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>There is a bug in ESB Toolkit 2.1 when navigating generic ESB.ItineraryService.Generic.Reponse.WCF service, you get the following error:</p>
<p>Microsoft.Practices.ESB.ServiceModel.Helpers.Exceptions+SoapHeaderExtensionException: Error 855000: Could not find schema file for SOAP header &#8216;ItineraryDescription&#8217; at path C:\Program Files (x86)\Microsoft BizTalk ESB Toolkit 2.1\Web\ESB.ItineraryServices.Generic.Response.WCF\App_Data\ItineraryDescription.xsd</p>
<p><a href="http://blogs.itsynergy.co/blogs/ssorianoc/files/2011/02/image1.png"><img style="padding-left: 0px; padding-right: 0px; padding-top: 0px; border: 0px initial initial;" src="http://blogs.itsynergy.co/blogs/ssorianoc/files/2011/02/image_thumb1.png" border="0" alt="image" /></a></p>
<p>To make it work, you have to get the ItineraryDescription.xsd file from a Non-generic service, in my case I got it from the path in C:\Program Files (x86)\Microsoft BizTalk ESB Toolkit 2.1\Web\<strong>ESB.ItineraryServices.Response.WCF</strong>\App_Data\</p>
<p>Just copy the file ItineraryDescription.xsd from there and Paste it to C:\Program Files (x86)\Microsoft BizTalk ESB Toolkit 2.1\Web\<strong>ESB.ItineraryServices.Generic.Response.WCF</strong>\App_Data\</p>
<p>Then do a Recycle of the pool under which the service is running, in my case the pool is CoreEsbWcfAppPool.  After that ,do a browse again of the ESB.ItineraryService.Generic.Reponse.WCF service and it should be working already.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.itsynergy.co/blogs/ssorianoc/2011/02/28/esb-toolkit-2-1-bug-with-esb-itineraryservices-generic-response-wcf-service/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The BizTalk Adapter for Oracle Database – Making Polling work</title>
		<link>http://blogs.itsynergy.co/blogs/ssorianoc/2011/01/04/the_biztalk_adapter_for_oracle_database__making_polling_work/</link>
		<comments>http://blogs.itsynergy.co/blogs/ssorianoc/2011/01/04/the_biztalk_adapter_for_oracle_database__making_polling_work/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 21:03:00 +0000</pubDate>
		<dc:creator>Sonia Elizabeth Soriano Contreras</dc:creator>
				<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">/blogs/ssorianoc/post/2011/01/04/The-BizTalk-Adapter-for-Oracle-Database-e28093-Making-Polling-work.aspx</guid>
		<description><![CDATA[After troubleshooting my previous issues with the connection to the Oracle Database using the Oracle Database Adapter (see my previous post)  I was able now to focus on making the polling to the oracle database work. I implemented a sample BizTalk solution where I have an orchestration which only has the receive and the send &#8230; </p><p><a class="more-link block-button" href="http://blogs.itsynergy.co/blogs/ssorianoc/2011/01/04/the_biztalk_adapter_for_oracle_database__making_polling_work/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>After troubleshooting my previous issues with the connection to the Oracle Database using the Oracle Database Adapter (see my previous <a href="http://www.itsynergy.co/wpblogs/ssorianoc/post/2011/01/04/Issues-when-working-with-the-BizTalk-Adapter-for-Oracle-Database.aspx" target="_blank">post</a>)  I was able now to focus on making the polling to the oracle database work.</p>
<p>I implemented a sample BizTalk solution where I have an orchestration which only has the receive and the send ports.</p>
<p>The Receive is supposed to do the polling by means of a SELECT Statement to a table in my Oracle DB, and the Send Port sends the received message to a FILE Send Port.  That’s it.</p>
<p><a href="http://blogs.itsynergy.co/blogs/ssorianoc/files/2011/02/image_1.png"><img style="padding-left: 0px; padding-right: 0px; padding-top: 0px; border: 0px initial initial;" src="http://blogs.itsynergy.co/blogs/ssorianoc/files/2011/02/image_thumb_1.png" border="0" alt="image" width="600" height="158" /></a></p>
<p>First I had to import the schemas in the Consume Service Adapter Wizard, on my first try I did it wrong, I imported the schemas without specifying a pollingId, and without specifying the SELECT statement.  What I did was just to get the Select from the Table:</p>
<p><a href="http://blogs.itsynergy.co/blogs/ssorianoc/files/2011/02/WrongPollingImportingSchemas.jpg"><img style="padding-left: 0px; padding-right: 0px; padding-top: 0px; border: 0px initial initial;" src="http://blogs.itsynergy.co/blogs/ssorianoc/files/2011/02/WrongPollingImportingSchemas_thumb.jpg" border="0" alt="WrongPollingImportingSchemas" width="600" height="433" /></a></p>
<p>This actually imported the schemas.  After setting the MessageType to the imported schema, and deploying my BizTalk Solution I configured my receive and send ports.  The Receive Location was configured with the SELECT sentence in the PollingStatement, and I set the PollingInterval to 60 seconds. Also, this receive location was configured with WCF-Custom Transport Type and OracleDbBinding for the Binding Type. The Receive Pipeline was set to XML Receive.</p>
<p>For the send port, I just made a simple FILE Send Port and configured it with Send Pipeline XML Transmit.</p>
<p>After binding the orchestration to the recently created receive and send ports, and starting the application, the thing never worked.  I was complicating my life more than I had to…</p>
<p>When the application was started, and the polling began, there was an error happening. In the Event Viewer I started to see the following:</p>
<p>There was a failure executing the receive pipeline: &#8220;Microsoft.BizTalk.DefaultPipelines.XMLReceive, Microsoft.BizTalk.DefaultPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&#8243; Source: &#8220;XML disassembler&#8221; Receive Port: &#8220;Rcv_OraclePolling&#8221; URI: &#8220;oracledb://dddddd&#8221; Reason: Finding the document specification by message type &#8220;<a href="http://Microsoft.LobServices.OracleDB/2007/03/POLLINGSTMT#POLLINGSTMT&quot;">http://Microsoft.LobServices.OracleDB/2007/03/POLLINGSTMT#POLLINGSTMT&#8221;</a> failed. Verify the schema deployed properly.</p>
<p>Well, this wasn’t the schema I was expecting.  I went through some reading and found that the way I had imported the schemas was very wrong.</p>
<p>The right way to do it is as follows.</p>
<p>In the Consume Service Adapter Wizard specify the SELECT query and a Polling Id to identify the query (this will help a lot if you are going to have more than one polling receive location in your BizTalk solution):</p>
<p><a href="http://blogs.itsynergy.co/blogs/ssorianoc/files/2011/02/setPollingId.jpg"><img style="padding-left: 0px; padding-right: 0px; padding-top: 0px; border: 0px initial initial;" src="http://blogs.itsynergy.co/blogs/ssorianoc/files/2011/02/setPollingId_thumb.jpg" border="0" alt="setPollingId" width="356" height="404" /></a></p>
<p><a href="http://blogs.itsynergy.co/blogs/ssorianoc/files/2011/02/SetPollingStatement.jpg"><img style="padding-left: 0px; padding-right: 0px; padding-top: 0px; border: 0px initial initial;" src="http://blogs.itsynergy.co/blogs/ssorianoc/files/2011/02/SetPollingStatement_thumb.jpg" border="0" alt="SetPollingStatement" width="351" height="404" /></a></p>
<p>After setting this you are set to go.  Click OK and then try to Connect:</p>
<p><a href="http://blogs.itsynergy.co/blogs/ssorianoc/files/2011/02/SelectingPOLLINGSTMT.jpg"><img style="padding-left: 0px; padding-right: 0px; padding-top: 0px; border: 0px initial initial;" src="http://blogs.itsynergy.co/blogs/ssorianoc/files/2011/02/SelectingPOLLINGSTMT_thumb.jpg" border="0" alt="SelectingPOLLINGSTMT" width="596" height="426" /></a></p>
<p>You can notice several things here.  First you have a PollingId in the URI string, second in the Contract Type you have to select Service (Inbound Operations), and third, when you click the Root (/) under the Category selection, you will find in the available categories and operations windows the POLLINGSTMT,  WOW!! Yep, this is what BizTalk was expecting from the query polled.</p>
<p>After this you have the right schema, and also you have the Binding for the Receive Location generated (so you don’t have to worry about creating it from scratch).</p>
<p>Then I just change the Message Type to the correct Schema POLLINGSTMT and change the Requests types for the Receive and Send Ports. Then deployed, imported the binding file to create the receive location and that’s it!  It worked!</p>
<p><a href="http://blogs.itsynergy.co/blogs/ssorianoc/files/2011/02/image_2.png"><img style="padding-left: 0px; padding-right: 0px; padding-top: 0px; border: 0px initial initial;" src="http://blogs.itsynergy.co/blogs/ssorianoc/files/2011/02/image_thumb_2.png" border="0" alt="image" width="594" height="159" /></a></p>
<p>I would finally get my output file as desired.</p>
<p>For some people there must be much easier just to get the Oracle Database Adapter Sample available from <a title="http://msdn.microsoft.com/en-us/biztalk/gg491395" href="http://msdn.microsoft.com/en-us/biztalk/gg491395">http://msdn.microsoft.com/en-us/biztalk/gg491395</a>, well, I actually got the sample and opened in my Visual Studio, the thing was that I never understood that the POLLINGSTMT schema was supposed to be created from the schema generation in the Consume Adapter Service Wizard.  So after spending some time with the errors and reading a bit, a finally got to the understand and get my solution to work.  Hope it helps!</p>
<p>Some good links for understanding Polling:</p>
<p><a title="http://msdn.microsoft.com/en-us/library/cc185291(BTS.10).aspx" href="http://msdn.microsoft.com/en-us/library/cc185291(BTS.10).aspx">http://msdn.microsoft.com/en-us/library/cc185291(BTS.10).aspx</a></p>
<p><a title="http://msdn.microsoft.com/en-us/library/cc185181(BTS.10).aspx" href="http://msdn.microsoft.com/en-us/library/cc185181(BTS.10).aspx">http://msdn.microsoft.com/en-us/library/cc185181(BTS.10).aspx</a></p>
<p><a title="http://msdn.microsoft.com/en-us/library/dd788457(BTS.10).aspx" href="http://msdn.microsoft.com/en-us/library/dd788457(BTS.10).aspx">http://msdn.microsoft.com/en-us/library/dd788457(BTS.10).aspx</a></p>
<p><a title="http://msdn.microsoft.com/en-us/library/dd788193(v=BTS.10).aspx" href="http://msdn.microsoft.com/en-us/library/dd788193(v=BTS.10).aspx">http://msdn.microsoft.com/en-us/library/dd788193(v=BTS.10).aspx</a></p>
<p><a title="http://msdn.microsoft.com/en-us/library/dd788064(BTS.10).aspx" href="http://msdn.microsoft.com/en-us/library/dd788064(BTS.10).aspx">http://msdn.microsoft.com/en-us/library/dd788064(BTS.10).aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.itsynergy.co/blogs/ssorianoc/2011/01/04/the_biztalk_adapter_for_oracle_database__making_polling_work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issues when working with the BizTalk Adapter for Oracle Database</title>
		<link>http://blogs.itsynergy.co/blogs/ssorianoc/2011/01/04/issues-when-working-with-the-biztalk-adapter-for-oracle-database/</link>
		<comments>http://blogs.itsynergy.co/blogs/ssorianoc/2011/01/04/issues-when-working-with-the-biztalk-adapter-for-oracle-database/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 18:43:00 +0000</pubDate>
		<dc:creator>Sonia Elizabeth Soriano Contreras</dc:creator>
				<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">/blogs/ssorianoc/post/2011/01/04/Issues-when-working-with-the-BizTalk-Adapter-for-Oracle-Database.aspx</guid>
		<description><![CDATA[Recently I’ve been working on a new project where we have to integrate Oracle within some workflows we are implementing using BizTalk Server 2010. I have encountered several issues, so I preferred to document the solution as I got them solved.  Hope it helps! What I needed to do was to have a Polling Receive &#8230; </p><p><a class="more-link block-button" href="http://blogs.itsynergy.co/blogs/ssorianoc/2011/01/04/issues-when-working-with-the-biztalk-adapter-for-oracle-database/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Recently I’ve been working on a new project where we have to integrate Oracle within some workflows we are implementing using BizTalk Server 2010.</p>
<p>I have encountered several issues, so I preferred to document the solution as I got them solved.  Hope it helps!</p>
<p>What I needed to do was to have a Polling Receive Location Listening from an Oracle Database. So I had to first test the connection from Visual Studio 2010 and import the schemas, then I had to create the receive location, with Transport Type WCF-Custom and Binding Type OracleDbBinding.  Within the Visual Studio Solution I made a simple orchestration where I have a Receive Port (From Oracle DB) and a Send Port (FILE) so I could see the file that was being generating from the Receive Location.</p>
<p>So, this is how I got it working:</p>
<p><em></em></p>
<p><em><span style="text-decoration: underline;"><span style="font-size: xx-small;">My Environment Configuration</span></span></em></p>
<p>I have my development environment configured as follows:</p>
<ul>
<li>Windows Server 2008 R2</li>
<li>Visual Studio 2010</li>
<li>BizTalk Server 2010</li>
<li>WCF LOB Adapter SDK x64</li>
<li>BizTalk Adapter Pack for both x32 and x64 bit machines</li>
<li>Oracle 11g Client 11.0.7.0 for both x32 and x64 (One home for each).</li>
</ul>
<h4>Issue 1: Error “Connecting to the LOB System has failed”</h4>
<p>When trying to connect to the oracle database while importing the schemas from the Consume Adapter Service Console you get this error:</p>
<p><a href="http://blogs.itsynergy.co/blogs/ssorianoc/files/2011/02/ErrorConexionOracleVS.jpg"><img style="padding-left: 0px; padding-right: 0px; padding-top: 0px; border: 0px initial initial;" src="http://blogs.itsynergy.co/blogs/ssorianoc/files/2011/02/ErrorConexionOracleVS_thumb.jpg" border="0" alt="ErrorConexionOracleVS" width="567" height="342" /></a></p>
<p>In my case was because I had installed only the 64 bit version of the Oracle 11g Client. So I had to install the 32 bit version also.</p>
<p>After installing the 32 bit version, I tested it again and now it worked like a charm.</p>
<p><a href="http://blogs.itsynergy.co/blogs/ssorianoc/files/2011/02/OracleConnectionConsumeServiceAdapter.jpg"><img style="padding-left: 0px; padding-right: 0px; padding-top: 0px; border: 0px initial initial;" src="http://blogs.itsynergy.co/blogs/ssorianoc/files/2011/02/OracleConnectionConsumeServiceAdapter_thumb.jpg" border="0" alt="OracleConnectionConsumeServiceAdapter" width="519" height="163" /></a></p>
<h4>Issue 2: Unable to load OraMTS Error when configuring a Polling Receive Location</h4>
<p>After I deployed my sample biztalk solution for the polling exercise, I had to create the Receive Location that was supposed to do the polling on the Oracle Database. The Polling Statement was set to a simple SELECT * FROM Sentence. The receive location was configured having the WCF-Custom Transport Type with the OracleDbBinding Binding Type.  The polling interval was set to 60 seconds.  After the receive location was configured, an error kept on showing in the Event Viewer saying that it was <strong>Unable to load OraMTS. </strong></p>
<p>For this to be fixed it is necessary to install the Oracle Services for Microsoft Transaction Server.  Since I had both 32 and 64 oracle client versions installed, I installed the Oracle Services for MTS for both:</p>
<p><a href="http://blogs.itsynergy.co/blogs/ssorianoc/files/2011/02/image.png"> <img style="padding-left: 0px; padding-right: 0px; padding-top: 0px; border: 0px initial initial;" src="http://blogs.itsynergy.co/blogs/ssorianoc/files/2011/02/image_thumb.png" border="0" alt="image" width="581" height="439" /></a></p>
<p>Make sure you restart your machine after this installation, otherwise the error will keep on happening.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.itsynergy.co/blogs/ssorianoc/2011/01/04/issues-when-working-with-the-biztalk-adapter-for-oracle-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cambio en la extension de Proyectos BizTalk de .btproj a .btproj.csproj</title>
		<link>http://blogs.itsynergy.co/blogs/ssorianoc/2010/03/24/cambio-en-la-extension-de-proyectos-biztalk-de-btproj-a-btproj-csproj/</link>
		<comments>http://blogs.itsynergy.co/blogs/ssorianoc/2010/03/24/cambio-en-la-extension-de-proyectos-biztalk-de-btproj-a-btproj-csproj/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 04:36:36 +0000</pubDate>
		<dc:creator>Sonia Elizabeth Soriano Contreras</dc:creator>
				<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">/blogs/ssorianoc/post/2010/03/24/Cambio-en-la-extension-de-Proyectos-BizTalk-de-btproj-a-btprojcsproj.aspx</guid>
		<description><![CDATA[&#160; Si está utilizando el WCF LOB Adapter SDK SP2, es posible que al tratar de importar schemas&#160; en un proyecto existente de BizTalk (.btproj) por la opcion “Add Generated Items –&#62; Consume Adapter Service” le pase que el proyecto cambie de nombre a .btproj.csproj, y si revisa en la carpeta fisica en donde se &#8230; </p><p><a class="more-link block-button" href="http://blogs.itsynergy.co/blogs/ssorianoc/2010/03/24/cambio-en-la-extension-de-proyectos-biztalk-de-btproj-a-btproj-csproj/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Si está utilizando el WCF LOB Adapter SDK SP2, es posible que al tratar de importar schemas&#160; en un proyecto existente de BizTalk (.btproj) por la opcion “Add Generated Items –&gt; Consume Adapter Service” le pase que el proyecto cambie de nombre a .btproj.csproj, y si revisa en la carpeta fisica en donde se encuentra el archivo del proyecto, probablemente verá dos proyectos uno btproj y uno csproj.&#160; Esto es un bug con el SP2 del WCF LOB Adapter SDK.&#160; Para solucionarlo Microsoft ya liberó un hotfix que lo puede solicitar en la siguiente pagina:</p>
<p>&#160;</p>
<p><a title="http://support.microsoft.com/kb/979096" href="http://support.microsoft.com/kb/979096">http://support.microsoft.com/kb/979096</a></p>
<p>&#160;</p>
<p>Despues de aplicar el hotfix que recibió por correo, no olvide cerrar el visual studio y volverlo a abrir para que los cambios del hotfix tengan efecto.&#160; </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.itsynergy.co/blogs/ssorianoc/2010/03/24/cambio-en-la-extension-de-proyectos-biztalk-de-btproj-a-btproj-csproj/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deshabilitar la Encripción de Itinerarios en ESB 2.0</title>
		<link>http://blogs.itsynergy.co/blogs/ssorianoc/2010/03/09/deshabilitar-la-encripcion-de-itinerarios-en-esb-2-0/</link>
		<comments>http://blogs.itsynergy.co/blogs/ssorianoc/2010/03/09/deshabilitar-la-encripcion-de-itinerarios-en-esb-2-0/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 18:24:18 +0000</pubDate>
		<dc:creator>Sonia Elizabeth Soriano Contreras</dc:creator>
				<category><![CDATA[ESB]]></category>

		<guid isPermaLink="false">/blogs/ssorianoc/post/2010/03/09/Deshabilitar-la-Encripcion-de-Itinerarios-en-ESB-20.aspx</guid>
		<description><![CDATA[&#160; Por default, el diseñador de itinerarios del ESB Toolkit 2.0 tiene habilitada una encripción por certificados, lo que ocasiona un error cuando se intenta validar o exportar el itinerario, y no se ha seleccionado un certificado.&#160; El error que se ve es de este tipo: &#160; Error&#160;&#160;&#160; 1&#160;&#160;&#160; A X509 Certificate is required in &#8230; </p><p><a class="more-link block-button" href="http://blogs.itsynergy.co/blogs/ssorianoc/2010/03/09/deshabilitar-la-encripcion-de-itinerarios-en-esb-2-0/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Por default, el diseñador de itinerarios del ESB Toolkit 2.0 tiene habilitada una encripción por certificados, lo que ocasiona un error cuando se intenta validar o exportar el itinerario, y no se ha seleccionado un certificado.&#160; El error que se ve es de este tipo:</p>
<p>&#160;</p>
<p><font color="#ff0000">Error&#160;&#160;&#160; 1&#160;&#160;&#160; A X509 Certificate is required in the model property &#8216;EncryptionCertificate&#8217; to encrypt any sensitive property in the designer.&#160;&#160;&#160; </font></p>
<p>&#160;</p>
<p>Para deshabilitar la opción de utilizar el certificado, y poder validar y exportar los itinerarios sin que aparezca este error, se debe hacer lo siguiente:</p>
<p>1. En el directorio de instalación del ESB ir a la siguiente ruta: <font color="#0000ff">C:\Program Files\Microsoft BizTalk ESB Toolkit 2.0\Tools\Itinerary Designer</font></p>
<p>2. Abrir el archivo <font color="#0000ff">ruleset.config</font></p>
<p><font color="#000000">3. Ubicar la sección </font><font color="#0000ff">&lt;property name=&quot;EncryptionCertificate&quot;&gt;</font></p>
<p><font color="#000000"><font color="#0000ff"><font color="#000000">4.</font> </font>Colocar en comentario la primera regla. Se debería ver algo así:</font></p>
<p>&lt;property name=&quot;EncryptionCertificate&quot;&gt;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <font color="#008000">&lt;!&#8211;&lt;validator type=&quot;Microsoft.Practices.Modeling.Validation.X509CertificateContainerValidator, Microsoft.Practices.Modeling.Validation&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; messageTemplate=&quot;A X509 Certificate is required in the model property &#8216;{0}&#8217; to encrypt any sensitive property in the designer.&quot;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; name=&quot;EncryptingCertificate validator&quot;/&gt; &#8211;&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;!&#8211; Warning message when not enforcing encryption &#8211;&gt;       <br /></font>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;validator type=&quot;Microsoft.Practices.Modeling.Validation.X509CertificateContainerValidator, Microsoft.Practices.Modeling.Validation&quot;     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; messageTemplate=&quot;Some data may not be secured because no X509 Certificate was specified in the model property &#8216;{0}&#8217;.&quot;     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; tag=&quot;Warning&quot;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; name=&quot;EncryptingCertificate (warning) validator&quot;/&gt;     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/property&gt;</p>
<p>&#160;</p>
<p>5. Guardar los cambios.</p>
<p>6. Probar nuevamente y el error ya no debe aparecer.</p>
<p>Nota: Si el error pesiste, puede ser necesario cerrar y volver a abrir el Visual Studio.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.itsynergy.co/blogs/ssorianoc/2010/03/09/deshabilitar-la-encripcion-de-itinerarios-en-esb-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BizTalk 2009 Hotfix para arreglar los problemas que se presentan con Visual Studio 2008</title>
		<link>http://blogs.itsynergy.co/blogs/ssorianoc/2010/02/25/biztalk-2009-hotfix-para-arreglar-los-problemas-que-se-presentan-con-visual-studio-2008/</link>
		<comments>http://blogs.itsynergy.co/blogs/ssorianoc/2010/02/25/biztalk-2009-hotfix-para-arreglar-los-problemas-que-se-presentan-con-visual-studio-2008/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 18:09:25 +0000</pubDate>
		<dc:creator>Sonia Elizabeth Soriano Contreras</dc:creator>
				<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">/blogs/ssorianoc/post/2010/02/25/BizTalk-2009-Hotfix-para-arreglar-los-problemas-que-se-presentan-con-Visual-Studio-2008.aspx</guid>
		<description><![CDATA[Cuando se desarrolla con Visual Studio 2008, proyectos de BizTalk 2009 que referencian otros proyectos de BizTalk que estan en visual studio en una máquina que tiene BizTalk Server 2009 instalado se presenta un error de referencias al compilar o hacer deploy que se arregla con el hotfix que se encuentra en el siguiente link: &#8230; </p><p><a class="more-link block-button" href="http://blogs.itsynergy.co/blogs/ssorianoc/2010/02/25/biztalk-2009-hotfix-para-arreglar-los-problemas-que-se-presentan-con-visual-studio-2008/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Cuando se desarrolla con Visual Studio 2008, proyectos de BizTalk 2009 que referencian otros proyectos de BizTalk que estan en visual studio en una máquina que tiene BizTalk Server 2009 instalado se presenta un error de referencias al compilar o hacer deploy que se arregla con el hotfix que se encuentra en el siguiente link:</p>
<p>&#160;</p>
<p><a title="http://support.microsoft.com/kb/977428/en-us" href="http://support.microsoft.com/kb/977428/en-us">http://support.microsoft.com/kb/977428/en-us</a></p>
<p>&#160;</p>
<p>El hotfix se debe solicitar y llega por correo electrónico.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.itsynergy.co/blogs/ssorianoc/2010/02/25/biztalk-2009-hotfix-para-arreglar-los-problemas-que-se-presentan-con-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>El Script de Instalación del Portal de Administración de ESB (Management Portal) falla en Sistemas de 64 Bits.</title>
		<link>http://blogs.itsynergy.co/blogs/ssorianoc/2010/02/16/el-script-de-instalacion-del-portal-de-administracion-de-esb-management-portal-falla-en-sistemas-de-64-bits/</link>
		<comments>http://blogs.itsynergy.co/blogs/ssorianoc/2010/02/16/el-script-de-instalacion-del-portal-de-administracion-de-esb-management-portal-falla-en-sistemas-de-64-bits/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 09:49:00 +0000</pubDate>
		<dc:creator>Sonia Elizabeth Soriano Contreras</dc:creator>
				<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[ESB]]></category>

		<guid isPermaLink="false">/blogs/ssorianoc/post/2010/02/16/El-Script-de-Instalacion-del-Portal-de-Administracion-de-ESB-(Management-Portal)-falla-en-Sistemas-de-64-Bits.aspx</guid>
		<description><![CDATA[&#160; Si el error que le aparece cuando se ejecutan los scripts (.ps1) de instalaci&#243;n de los ejemplos de ESB y el Portal de Administraci&#243;n es como el siguiente: &#160; The term &#8216;C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.com&#8217; is not recognized as the name of a cmdlet, function, script file, or operable p rogram. Check the &#8230; </p><p><a class="more-link block-button" href="http://blogs.itsynergy.co/blogs/ssorianoc/2010/02/16/el-script-de-instalacion-del-portal-de-administracion-de-esb-management-portal-falla-en-sistemas-de-64-bits/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p style="margin: 0in;font-family: Calibri;font-size: 11pt" lang="es-CO">Si el error que le aparece cuando se ejecutan los scripts (.ps1) de instalaci&oacute;n de los ejemplos de ESB y el Portal de Administraci&oacute;n es como el siguiente:</p>
<p style="margin: 0in;font-family: Calibri;font-size: 11pt" lang="es-CO">&nbsp;</p>
<p style="margin: 0in;font-family: Calibri;font-size: 11pt" lang="es-CO">The term &#8216;C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.com&#8217;</p>
<p style="margin: 0in;font-family: Calibri;font-size: 11pt" lang="es-CO">is not recognized as the name of a cmdlet, function, script file, or operable p</p>
<p style="margin: 0in;font-family: Calibri;font-size: 11pt" lang="es-CO">rogram. Check the spelling of the name, or if a path was included, verify that</p>
<p style="margin: 0in;font-family: Calibri;font-size: 11pt" lang="es-CO">the path is correct and try again.</p>
<p style="margin: 0in;font-family: Calibri;font-size: 11pt" lang="es-CO">At C:\Program Files (x86)\Microsoft BizTalk ESB Toolkit 2.0\ESBSource\Source\Sa</p>
<p style="margin: 0in;font-family: Calibri;font-size: 11pt" lang="es-CO">mples\Management Portal\Install\Scripts\Management_Install.ps1:19 char:3</p>
<p style="margin: 0in;font-family: Calibri;font-size: 11pt" lang="es-CO">+<span>&nbsp;&nbsp;&nbsp;&nbsp; </span>&amp; &lt;&lt;&lt;&lt; $env:VS\devenv.com &#8220;$solutionPath\Samples\Management Portal\ESB.Al</p>
<p style="margin: 0in;font-family: Calibri;font-size: 11pt" lang="es-CO">ertService\ESB.AlertService.sln&#8221; /clean $buildType</p>
<p style="margin: 0in;font-family: Calibri;font-size: 11pt" lang="es-CO"><span>&nbsp;&nbsp;&nbsp; </span>+ CategoryInfo<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>: ObjectNotFound: (C:\Program File&#8230;\IDE\devenv.c</p>
<p style="margin: 0in;font-family: Calibri;font-size: 11pt" lang="es-CO"><span>&nbsp;&nbsp; </span>om:String) [], CommandNotFoundException</p>
<p style="margin: 0in;font-family: Calibri;font-size: 11pt" lang="es-CO"><span>&nbsp;&nbsp;&nbsp; </span>+ FullyQualifiedErrorId : CommandNotFoundException</p>
<p style="margin: 0in;font-family: Calibri;font-size: 11pt" lang="es-CO">&nbsp;</p>
<p style="margin: 0in;font-family: Calibri;font-size: 11pt" lang="es-CO">Es porque usted los esta ejecutando en un Windows de 64 Bits desde la consola de comandos default de 64 bits. Para correr los scripts sin problema, se debe ejecutar la consola de comandos que se encuentra en la ruta <span style="font-weight: bold">C:\Windows\SysWOW64\cmd.exe</span></p>
<p style="margin: 0in;font-family: Calibri;font-size: 11pt" lang="es-CO">&nbsp;</p>
<p style="margin: 0in;font-family: Calibri;font-size: 11pt" lang="es-CO">Con esta consola, se deben ubicar las rutas de instalaci&oacute;n de los scripts y ejecutar los .cmd.<span>&nbsp; </span>El error ya no deber&iacute;a aparecer porque esta consola autom&aacute;ticamente reconoce la ruta C:\Program Files (x86)\<span>&nbsp; </span>como la default de instalaci&oacute;n del Visual Studio.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.itsynergy.co/blogs/ssorianoc/2010/02/16/el-script-de-instalacion-del-portal-de-administracion-de-esb-management-portal-falla-en-sistemas-de-64-bits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to iT Synergy Blog</title>
		<link>http://blogs.itsynergy.co/blogs/ssorianoc/2009/11/04/welcome-to-it-synergy-blog/</link>
		<comments>http://blogs.itsynergy.co/blogs/ssorianoc/2009/11/04/welcome-to-it-synergy-blog/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 12:33:00 +0000</pubDate>
		<dc:creator>Sonia Elizabeth Soriano Contreras</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">/blogs/ssorianoc/post/2009/11/04/Welcome-to-iT-Synergy-Blog.aspx</guid>
		<description><![CDATA[Welcome!!]]></description>
			<content:encoded><![CDATA[<h2>Welcome!!</h2>
<p><img src="/blogs/ssorianoc/files/2011/02/Logo_itsy_pag.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.itsynergy.co/blogs/ssorianoc/2009/11/04/welcome-to-it-synergy-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

