<?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>BizTalkLATAM's Blog : Entrenamiento &amp; Recursos BTS 2004</title><link>http://blogs.msdn.com/biztalklatam/archive/tags/Entrenamiento+_2600_+Recursos+BTS+2004/default.aspx</link><description>Tags: Entrenamiento &amp; Recursos BTS 2004</description><dc:language>es</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Herramienta de MessageLookup </title><link>http://blogs.msdn.com/biztalklatam/archive/2006/01/19/514603.aspx</link><pubDate>Thu, 19 Jan 2006 19:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:514603</guid><dc:creator>BizTalkLATAM</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/biztalklatam/comments/514603.aspx</comments><wfw:commentRss>http://blogs.msdn.com/biztalklatam/commentrss.aspx?PostID=514603</wfw:commentRss><description>&lt;P&gt;Como saben, la traducción del SW es algo complicado y para los que no lo saben, traten de traducir Functoid o Assembly o Mapper, etc; e inclusive aunque algunos términos se pueden traducir, suenan un tanto extraños o&amp;nbsp;presenta&amp;nbsp;inconsistencia con el resto de la literatura, principalmente la ofrecida&amp;nbsp;en Internet.&lt;/P&gt;
&lt;P&gt;También es cierto que los productos localizados (y para nuestro interés la versión en español) no&amp;nbsp;son populares y por ende no son utilizados regularmente. Para todos aquellos usuarios que tienen que emplear la versión en español (los que trabajan para el sector gobierno en su mayoría) y que enfrentan el problema de tener que traducir los mensajes de error&amp;nbsp;al ingles para poder encontrar recursos y así poder solucionar dicho problema, se estan liberando las bases de datos de todos los mensajes contenidos en&amp;nbsp;BTS y que por medio de un tool llamado MessageLookup pueden obtener la traducción de los mensajes&amp;nbsp;de&amp;nbsp;español al ingles.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.winterdom.com/msgdb" target=_blank&gt;Aquí&lt;/A&gt; pueden encontrar las BD para BTS 2004 y el tool. Próximamente se estarán publicando las BD para BTS 2006 (claro, en cuanto sea liberado)&lt;/P&gt;
&lt;P&gt;Espero les sea de utilidad.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=514603" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Entrenamiento+_2600_+Recursos+BTS+2004/default.aspx">Entrenamiento &amp; Recursos BTS 2004</category></item><item><title>Running the Sharepoint adapter on a localized BTS installation</title><link>http://blogs.msdn.com/biztalklatam/archive/2005/11/16/493179.aspx</link><pubDate>Wed, 16 Nov 2005 18:30:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:493179</guid><dc:creator>BizTalkLATAM</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/biztalklatam/comments/493179.aspx</comments><wfw:commentRss>http://blogs.msdn.com/biztalklatam/commentrss.aspx?PostID=493179</wfw:commentRss><description>&lt;P&gt;&lt;FONT face=Arial size=2&gt;I tried to install the adapter on a localized BTS installation and guess what!!!&amp;nbsp;It didn't work, well only the Web Service installer failed&amp;nbsp;when checking if WSS&amp;nbsp;was installed on the machine. This is mainly because the paths are pointing to the Program Files\Common Files&amp;nbsp;directory in witch case for a localized installation this name differs. Let's say for an&amp;nbsp;ES installation, the folder&amp;nbsp;is Archivos de Programas\Archivos Comunes&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;There are&amp;nbsp;three&amp;nbsp;places&amp;nbsp;where&amp;nbsp;the mods were made in the installer:&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;Requeriments check. Looking for the file &lt;FONT color=#ff0000&gt;spdisco.aspx&lt;/FONT&gt; that is located in the &lt;FONT color=#0000ff&gt;[CommonFilesFolder]&lt;/FONT&gt; directory&amp;nbsp;and needs to be modified to add&amp;nbsp;an entry&amp;nbsp;in the Web Services available in Sharepoint.&amp;nbsp;This new Web Service serves as entry point for pooling information for the adapter and you can find&amp;nbsp;this Web Service in the &lt;FONT color=#0000ff&gt;[CommonFilesFolder]\Microsoft Shared\web server extensions\60\ISAPI&lt;/FONT&gt; directory the files are &lt;EM&gt;WSSDocLibService&lt;/EM&gt;* and in the bin subfolder&amp;nbsp;(as you supposed) the file &lt;EM&gt;WSSDocLibService.dll&lt;/EM&gt; . For additional information about this you can check the article &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_SP2003_ta/html/ODC_WritingCustomWebServicesforSPPT.asp" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Writing Custom Web Services for SharePoint Products and Technologies&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt; in msdn.&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;Common Files path. Modify in a custom installation action and all the paths for content resources to use the property &lt;FONT color=#0000ff&gt;[CommonFilesFolder]&lt;/FONT&gt; that takes care to know the correct name. Fo instances, in a 64-bit installation the folder name would be &lt;FONT color=#0000ff&gt;C:\Program Files (x86)\Common Files&lt;/FONT&gt; or for a localized SO in a different language.&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;Register the&amp;nbsp;adapter in BTS. &amp;nbsp;Modify manually the file VBSharePointAdapter - Release.reg as the path changes as well. The variables are &lt;EM&gt;InboundAssemblyPath&lt;/EM&gt;, &lt;EM&gt;OutboundAssemblyPath&lt;/EM&gt; and &lt;EM&gt;AdapterMgmtAssemblyPath&lt;/EM&gt; where you need to change the folder name &lt;FONT color=#0000ff&gt;Program Files&lt;/FONT&gt; to the correct one (where the adapter was installed, i.e.&amp;nbsp;&lt;EM&gt;SharepointAdapter*.dll &lt;/EM&gt;files)&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Another modification&amp;nbsp;I made&amp;nbsp;was the UI strings, &lt;/FONT&gt;&lt;A href="http://www.recomienda.net/Recursos/imagenes/WSSLibES.JPG" target=_blank&gt;&lt;FONT face=Arial size=2&gt;view image&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;. I had to&amp;nbsp;translate the resource file (&lt;/FONT&gt;&lt;A href="http://www.recomienda.net/Recursos/exe-codigo/SharePointAdapterUIResource.resx" target=_blank&gt;&lt;FONT face=Arial size=2&gt;download here&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;) containing the all the strings and recompile. If we want to have the adapter UI available in other languages we need to do the same as&amp;nbsp;satellite assemblies can not be used&amp;nbsp;for&amp;nbsp;localizing&amp;nbsp;libraries (AFAIK). Another option is to have this resource file localized in all the languages BTS is available and then when loading the resource file getting the right one according to the &lt;EM&gt;CultureInfo&lt;/EM&gt; class, witch means only one more recompilation.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;And finally here it is, download the &lt;/FONT&gt;&lt;A href="http://www.recomienda.net/Recursos/exe-codigo/WSSLib2(ES).zip" target=_blank&gt;&lt;FONT face=Arial size=2&gt;WSS adapter in Spanish&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;, actually you can install it in any language as installer won't fail but the UI is in spanish. The Web Service source code is included so you don't need to downloaded separately.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Enjoy.&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial color=#ff0000 size=1&gt;As I'm expecting audience from other languages I worte the post in English, opposite to the rest of the site, sorry for any inconvenience&lt;/FONT&gt;.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=493179" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Entrenamiento+_2600_+Recursos+BTS+2004/default.aspx">Entrenamiento &amp; Recursos BTS 2004</category></item><item><title>Nuevos artículos de KB en el sitio de soporte de MS (Octubre)</title><link>http://blogs.msdn.com/biztalklatam/archive/2005/11/02/488373.aspx</link><pubDate>Wed, 02 Nov 2005 23:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:488373</guid><dc:creator>BizTalkLATAM</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/biztalklatam/comments/488373.aspx</comments><wfw:commentRss>http://blogs.msdn.com/biztalklatam/commentrss.aspx?PostID=488373</wfw:commentRss><description>&lt;P&gt;&lt;FONT face=Arial size=2&gt;Durante el mes de septiembre MS publicó algunos artículos de soporte para BizTalk Server 2004, estos articulo incluyen correcciones (Fix) o recomendaciones de funcionalidades para mejorar la implementación de nuestros procesos. A la fecha estos son los artículos publicados por MS:&lt;/FONT&gt;&lt;/P&gt;&lt;B&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Fix: The Business Activity Services Messaging Adapter does not work as expected in BizTalk Server 2004 after you install Windows SharePoint Services Service Pack 2&lt;/FONT&gt;&lt;/P&gt;&lt;/B&gt;
&lt;P&gt;&lt;A href="http://support.microsoft.com/kb/908359/en-us" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Articulo en ingles&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;. &lt;/FONT&gt;&lt;A href="http://support.microsoft.com/kb/908359/es" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Articulo en español&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;B&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;You may receive a "The following platform components failed to install and will need to be manually installed before setup can proceed Enterprise Single Sign-On Server" error message when you try to install BizTalk Server 2004&lt;/FONT&gt;&lt;/P&gt;&lt;/B&gt;
&lt;P&gt;&lt;A href="http://support.microsoft.com/kb/905725/en-us" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Articulo en ingles&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;. &lt;/FONT&gt;&lt;A href="http://support.microsoft.com/kb/905725/es" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Articulo en español&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;B&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;The Tracking_Spool1 or Tracking_Spool2 tables in the BiztalkMsgBoxDb database become very large in BizTalk Server 2004&lt;/FONT&gt;&lt;/P&gt;&lt;/B&gt;
&lt;P&gt;&lt;A href="http://support.microsoft.com/kb/907661/en-us" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Articulo en ingles&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;. &lt;/FONT&gt;&lt;A href="http://support.microsoft.com/kb/907661/es" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Articulo en español&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;B&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Fix: An "Enterprise Single Sign-On is offline" error message may be logged in the Configuration log when you try to use the "Configframework /s" command to silently reconfigure BizTalk Server 2004&lt;/FONT&gt;&lt;/P&gt;&lt;/B&gt;
&lt;P&gt;&lt;A href="http://support.microsoft.com/kb/904168/en-us" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Articulo en ingles&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;. &lt;/FONT&gt;&lt;A href="http://support.microsoft.com/kb/904168/es" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Articulo en español&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;B&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Fix: Event ID 5719 may occur when you use a custom receive pipeline to validate a document structure in BizTalk Server 2004&lt;/FONT&gt;&lt;/P&gt;&lt;/B&gt;
&lt;P&gt;&lt;A href="http://support.microsoft.com/kb/901028/en-us" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Articulo en ingles&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;. &lt;/FONT&gt;&lt;A href="http://support.microsoft.com/kb/901028/es" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Articulo en español&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;B&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;You must run the Configuration Wizard when you move an installation of BizTalk Server 2004 from one domain to another domain&lt;/FONT&gt;&lt;/P&gt;&lt;/B&gt;
&lt;P&gt;&lt;A href="http://support.microsoft.com/kb/904356/en-us" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Articulo en ingles&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;. &lt;/FONT&gt;&lt;A href="http://support.microsoft.com/kb/904356/es" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Articulo en español&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;B&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Information about handling incoming data streams in pipeline components in BizTalk Server 2004&lt;/FONT&gt;&lt;/P&gt;&lt;/B&gt;
&lt;P&gt;&lt;A href="http://support.microsoft.com/kb/905517/en-us" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Articulo en ingles&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;. &lt;/FONT&gt;&lt;A href="http://support.microsoft.com/kb/905517/es" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Articulo en español&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;B&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Fix: You may receive a "Failed to create project" error message when you try to publish an orchestration as a Web service in BizTalk Server 2004&lt;/FONT&gt;&lt;/P&gt;&lt;/B&gt;
&lt;P&gt;&lt;A href="http://support.microsoft.com/kb/907344/en-us" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Articulo en ingles&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Cualquier duda que se tenga acerca del funcionamiento o rendimiento de nuestras aplicaciones en BizTalk Server 2004 podemos preguntar en el grupo de discusión news:microsoft.public.es.biztalk.server o ir directamente al centro de soporte tal como se explica en el &lt;/FONT&gt;&lt;a href="https://blogs.msdn.com:443/biztalklatam/archive/2005/07/13/438487.aspx" target=_blank&gt;&lt;FONT face=Arial size=2&gt;anterior post&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT face=Arial&gt;Y para aquellas personas que les gusta mantenerse al día de los artículos de soporte publicados por MS acerca de BizTalk Server pueden registrar en sus blogs este rss &lt;/FONT&gt;&lt;B&gt;&lt;FONT face=Arial&gt;http://support.microsoft.com/common/rss.aspx?rssid=1444&amp;amp;ln=en-us&lt;/FONT&gt;&lt;/B&gt;&lt;FONT face=Arial&gt; que los mantendrá actualizados.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=488373" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Entrenamiento+_2600_+Recursos+BTS+2004/default.aspx">Entrenamiento &amp; Recursos BTS 2004</category><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Base+de+Conocimiento+BTS+2004/default.aspx">Base de Conocimiento BTS 2004</category></item><item><title>microsoft.public.es.biztalk.server</title><link>http://blogs.msdn.com/biztalklatam/archive/2005/09/27/474386.aspx</link><pubDate>Tue, 27 Sep 2005 18:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:474386</guid><dc:creator>BizTalkLATAM</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/biztalklatam/comments/474386.aspx</comments><wfw:commentRss>http://blogs.msdn.com/biztalklatam/commentrss.aspx?PostID=474386</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN lang=ES-MX style="FONT-SIZE: 14pt; FONT-FAMILY: Arial; mso-ansi-language: ES-MX"&gt;&lt;FONT size=2&gt;Conéctate a la comunidad de BizTalk para intercambia tus conocimientos y resolver tus dudas.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 9pt; TEXT-INDENT: -9pt"&gt;&lt;SPAN lang=ES-MX style="FONT-FAMILY: Arial; mso-ansi-language: ES-MX"&gt;&lt;o:p&gt;&lt;FONT size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=ES-MX style="FONT-FAMILY: Arial; mso-ansi-language: ES-MX"&gt;&lt;FONT size=2&gt;Sabias que los newsgroups es una forma gratuita de recibir soporte?&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;En los newsgroups participan tanto la comunidad en general como un equipo de MS que esta comprometido a mejorar la experiencia de los usuarios con el producto, tanto para usuarios nuevos como para usuarios expertos.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 9pt; TEXT-INDENT: -9pt"&gt;&lt;SPAN lang=ES-MX style="FONT-FAMILY: Arial; mso-ansi-language: ES-MX"&gt;&lt;o:p&gt;&lt;FONT size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=ES-MX style="FONT-FAMILY: Arial; mso-ansi-language: ES-MX"&gt;&lt;FONT size=2&gt;Aquí puedes hacer preguntas, compartir conocimientos y experiencias, colaborar, intercambiar opiniones y código, etc. Y lo más importante estar en contacto con MS a nivel (Latinoamérica/España) para poder atender tus necesidades.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=ES-MX style="FONT-FAMILY: Arial; mso-ansi-language: ES-MX"&gt;&lt;o:p&gt;&lt;FONT size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=ES-MX style="FONT-FAMILY: Arial; mso-ansi-language: ES-MX"&gt;&lt;FONT size=2&gt;Dirección del servidor de newsgroups: &lt;B style="mso-bidi-font-weight: normal"&gt;news.microsoft.com&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=ES-MX style="FONT-FAMILY: Arial; mso-ansi-language: ES-MX"&gt;&lt;FONT size=2&gt;Newsgroups de soporte de BizTalk en español: &lt;B style="mso-bidi-font-weight: normal"&gt;microsoft.public.es.biztalk.server&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 9pt; TEXT-INDENT: -9pt"&gt;&lt;SPAN lang=ES-MX style="FONT-FAMILY: Arial; mso-ansi-language: ES-MX"&gt;&lt;o:p&gt;&lt;FONT size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 9pt; TEXT-INDENT: -9pt"&gt;&lt;SPAN lang=ES-MX style="FONT-FAMILY: Arial; mso-ansi-language: ES-MX"&gt;&lt;FONT size=2&gt;Dudas y preguntas: &lt;B style="mso-bidi-font-weight: normal"&gt;btslatam@microsoft.com&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN lang=ES-MX style="mso-ansi-language: ES-MX"&gt;&lt;o:p&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=474386" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Entrenamiento+_2600_+Recursos+BTS+2004/default.aspx">Entrenamiento &amp; Recursos BTS 2004</category><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Foros/default.aspx">Foros</category><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/BizTalk+en+los+negocios/default.aspx">BizTalk en los negocios</category><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Entrenamiento+_2600_amp_3B00_+Recursos+BTS+2006/default.aspx">Entrenamiento &amp;amp; Recursos BTS 2006</category></item><item><title>Que es el TAP?</title><link>http://blogs.msdn.com/biztalklatam/archive/2005/09/05/461083.aspx</link><pubDate>Mon, 05 Sep 2005 20:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461083</guid><dc:creator>BizTalkLATAM</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/biztalklatam/comments/461083.aspx</comments><wfw:commentRss>http://blogs.msdn.com/biztalklatam/commentrss.aspx?PostID=461083</wfw:commentRss><description>&lt;P&gt;Technology Adoption Program (TAP) es&amp;nbsp;un framework de trabajo que unifica la forma en que se ejecutan todos los programas de adopción temprana de tecnología&amp;nbsp;con el objetivo de mejorar&amp;nbsp;el contacto entre los clientes&amp;nbsp;y partners con&amp;nbsp;los grupos de productos.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Básicamente lo que sucede es que&amp;nbsp;durante el proceso de desarrollo de&amp;nbsp;una nueva versión de un producto, se invita a clientes clave que reúnen ciertas características para probar&amp;nbsp;el producto. En el framework existen varias fases que van desde invitar al cliente a validar las nuevas características (lo que es el diseño funcional) hasta invitar al cliente a migrar sus sistema actual a la nueva versión. Lo interesante en esto último es que la ejecución de dicha migración se hace inclusive antes de que la versión beta este disponible (algo asi como lo que era la versión Alpha). En este proceso el cliente tiene acceso al grupo de producto directamente y algunos otros beneficios, aunque se requiere de entrada contar con un contrato de soporte. También una de las consideraciones mas importantes para que un cliente decida entrar al programa es que&amp;nbsp;si se requiere dinero para cubrir gastos (pagar a un partner por el desarrollo en la migración, por ejemplo)&amp;nbsp;MS no puede solventarlo, por lo que es preferible que el cliente cuente con su equipo de desarrollo o se llegue a algún acuerdo con el partner para invertir en la migración.&lt;/P&gt;
&lt;P&gt;También es importante considerar que el sistema que se migrara debe estar en el ambiente de producción, lo que dificulta la decisión&amp;nbsp;ya que tener en producción en una versión de un producto no liberado puede sonar riesgoso, por lo cual uno de los compromisos del grupo de producto es asegurar que por el lado del producto que esta siendo evaluado no se tendrán dificultados y las existentes se darán seguimiento inmediato (por eso el requerimiento del contrato de soporte).&lt;/P&gt;
&lt;P&gt;Ahora, cual es el criterio para poder aceptar un cliente dentro del TAP? Aunque existen varios criterios, uno de los mas importantes son se basa en las características del sistema que se quiere migrar. Por ejemplo, si mi sistema requiere explotar la plataforma de 64 bits (nueva característica en BTS) pues seguramente podrán ser seleccionados, a menos que ya existan 3 clientes para dicho escenario.&lt;/P&gt;
&lt;P&gt;El TAP para BTS 2006 en sus fases iniciales ya esta cerrado, hubo mucha demanda, pero todavía esta la fase de beta, la cual es mucha mas sencilla. Adicionalmente les comento que para Commerce Server 2006 todavía hay lugares, por si a alguien le interesa.&lt;/P&gt;
&lt;P&gt;Si quieren saber más información, pueden &lt;A href="http://www.recomienda.net/Recursos/docs/TAPExternal.zip"&gt;ver estos slides&lt;/A&gt;. Cualquier pregunta, no dudes en contactarnos.&lt;/P&gt;&lt;IMG src="http://www.recomienda.net/Recursos/imagenes/SpecsReview.JPG"&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=461083" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Entrenamiento+_2600_+Recursos+BTS+2004/default.aspx">Entrenamiento &amp; Recursos BTS 2004</category><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Entrenamiento+_2600_amp_3B00_+Recursos+BTS+2006/default.aspx">Entrenamiento &amp;amp; Recursos BTS 2006</category></item><item><title>Nuevos artículos de KB en el sitio de soporte de MS (Agosto)</title><link>http://blogs.msdn.com/biztalklatam/archive/2005/09/01/459036.aspx</link><pubDate>Thu, 01 Sep 2005 17:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:459036</guid><dc:creator>BizTalkLATAM</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/biztalklatam/comments/459036.aspx</comments><wfw:commentRss>http://blogs.msdn.com/biztalklatam/commentrss.aspx?PostID=459036</wfw:commentRss><description>&lt;P&gt;&lt;FONT face=Arial size=2&gt;Durante el mes de agosto MS publico algunos artículos de soporte para BizTalk Server 2004, estos articulo incluyen correcciones (FIX) o recomendaciones de funcionalidades para mejorar la implementación de nuestros procesos. Durante el mes de julio desde el 19 hasta la fecha estos son los artículos publicados por MS:&lt;/FONT&gt;&lt;/P&gt;&lt;B&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Fix: You receive an error message when you try to use the BizTalk Adapter for MSMQ version 2.0 in BizTalk Server 2004 to send an Xml message to a BizTalk Server MSMQ receive function.&lt;BR&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;902157&amp;amp;sd=rss&amp;amp;spid=1444" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Artículo en ingles&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;. &lt;/FONT&gt;&lt;A href="http://support.microsoft.com/kb/902157/es" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Articulo en español&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;B&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Fix: An "Index was outside the bounds of the array" error message is logged and existing message do not correctly correlate after you install BizTalk Server 2004 Service Pack 1.&lt;BR&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;903874&amp;amp;sd=rss&amp;amp;spid=1444" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Artículo en inglés&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;. &lt;/FONT&gt;&lt;A href="http://support.microsoft.com/kb/903874/es" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Artículo en español&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;B&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;A suspended message is sent through a destination send port even if the send port is not started in BizTalk Server 2004.&lt;BR&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;904791&amp;amp;sd=rss&amp;amp;spid=1444" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Artículo en inglés&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;. &lt;/FONT&gt;&lt;A href="http://support.microsoft.com/kb/904791/es" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Artículo en español&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;B&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;You receive an error message when you try to map a document of series of documents in BizTalk Server 2004.&lt;BR&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;893387&amp;amp;sd=rss&amp;amp;spid=1444" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Artículo en inglés&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;&lt;STRONG&gt;Fix: You receive a "SQL Server does not exist or access is denied" error message when you try to view tracked policy execution events in the Health and Activity Tracking tool&lt;BR&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;902397&amp;amp;sd=rss&amp;amp;spid=1444" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Artículo ingles&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Recordemos que para cualquier duda que se tenga acerca del funcionamiento o rendimiento de nuestras aplicaciones en BizTalk Server 2004 podemos preguntar en los grupos o ir directamente al centro de soporte tal como se explica en el &lt;/FONT&gt;&lt;a href="https://blogs.msdn.com:443/biztalklatam/archive/2005/07/13/438487.aspx" target=_blank&gt;&lt;FONT face=Arial size=2&gt;anterior post&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt; de Jorge.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT face=Arial&gt;Y para aquellas personas que les gusta mantenerse al día de los artículos de soporte publicados por MS acerca de BizTalk Server pueden registrar en sus blogs este rss &lt;/FONT&gt;&lt;B&gt;&lt;FONT face=Arial&gt;http://support.microsoft.com/common/rss.aspx?rssid=1444&amp;amp;ln=en-us&lt;/FONT&gt;&lt;/B&gt;&lt;FONT face=Arial&gt; que los mantendrá actualizados.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;Autor&lt;/STRONG&gt;: &lt;STRONG&gt;&lt;FONT color=#ff9900&gt;Carlos Medina&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#a9a9a9&gt;&lt;FONT face=Arial size=1&gt;Este mensaje se proporciona "como está" sin garantías de ninguna clase, y no otorga ningún derecho&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=459036" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Entrenamiento+_2600_+Recursos+BTS+2004/default.aspx">Entrenamiento &amp; Recursos BTS 2004</category></item><item><title>Todavía hay cursos de e-learning disponibles</title><link>http://blogs.msdn.com/biztalklatam/archive/2005/08/03/447395.aspx</link><pubDate>Thu, 04 Aug 2005 00:26:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:447395</guid><dc:creator>BizTalkLATAM</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/biztalklatam/comments/447395.aspx</comments><wfw:commentRss>http://blogs.msdn.com/biztalklatam/commentrss.aspx?PostID=447395</wfw:commentRss><description>&lt;P&gt;Solo tienes que seguir las instrucciones que estan al final de&amp;nbsp;&lt;A href="https://blogs.msdn.com/biztalklatam/archive/2005/07/20/440619.aspx"&gt;este post&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;Y por cierto aprovecho para mencionarles que tambíen hay cursos de e-learning gratuitos de SQL 2005, solo tiene que entrar &lt;A target="_blank" href="https://www.microsoftelearning.com/sqlserver2005/"&gt;aquí&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=447395" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Entrenamiento+_2600_+Recursos+BTS+2004/default.aspx">Entrenamiento &amp; Recursos BTS 2004</category></item><item><title>Nuevos artículos de KB de BTS 2004</title><link>http://blogs.msdn.com/biztalklatam/archive/2005/08/01/446062.aspx</link><pubDate>Mon, 01 Aug 2005 18:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:446062</guid><dc:creator>BizTalkLATAM</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/biztalklatam/comments/446062.aspx</comments><wfw:commentRss>http://blogs.msdn.com/biztalklatam/commentrss.aspx?PostID=446062</wfw:commentRss><description>&lt;P&gt;&lt;FONT face=Arial size=2&gt;Durante el mes de julio MS publico algunos artículos de soporte para BizTalk Server 2004, estos articulo incluyen correcciones (FIX) o recomendaciones de funcionalidades para mejorar la implementación de nuestros procesos. Durante el mes de julio desde el 19 hasta la fecha estos son los artículos publicados por MS:&lt;/FONT&gt;&lt;/P&gt;&lt;B&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;FIX: Message processing may stop, you may receive an event ID error message, and the MSDTC may stop committing transactions when you map a large document in BizTalk Server 2004.&lt;BR&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;901186&amp;amp;sd=rss&amp;amp;spid=1444" target=”_blank”&gt;&lt;FONT face=Arial size=2&gt;Articulo en ingles&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;. &lt;/FONT&gt;&lt;A href="http://support.microsoft.com/kb/901186/es" target=”_blank”&gt;&lt;FONT face=Arial size=2&gt;Articulo en español&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;B&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;FIX: The BizTalk Server 2004 FTP send adapter may send duplicate messages when you configure two FTP send port to use the same BTS.ReceivePortName filter.&lt;BR&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;902102&amp;amp;sd=rss&amp;amp;spid=1444" target=”_blank”&gt;&lt;FONT face=Arial size=2&gt;Articulo en ingles&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;. &lt;/FONT&gt;&lt;A href="http://support.microsoft.com/kb/902102/es" target=”_blank”&gt;&lt;FONT face=Arial size=2&gt;Articulo en español&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;B&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;FIX: The tracking event stream is not exposed in BizTalk Server 2004 orchestrations.&lt;BR&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;900083&amp;amp;sd=rss&amp;amp;spid=1444" target=”_blank”&gt;&lt;FONT face=Arial size=2&gt;Articulo en ingles&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;. &lt;/FONT&gt;&lt;A href="http://support.microsoft.com/kb/900083/es" target=”_blank”&gt;&lt;FONT face=Arial size=2&gt;Articulo en español&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;B&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Support for high availability in the BizTalk Adapter for MSMQ when you use Message Queuing transactional messages in BizTalk Server 2004.&lt;BR&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;901268&amp;amp;sd=rss&amp;amp;spid=1444" target=”_blank”&gt;&lt;FONT face=Arial size=2&gt;Artículo en ingles&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;. &lt;/FONT&gt;&lt;A href="http://support.microsoft.com/kb/901268/es" target=”_blank”&gt;&lt;FONT face=Arial size=2&gt;Articulo en español&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;B&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;The exception block variable is not visible in the "Call Orchestration" shape or in "Start Orchestration" shape in BizTalk Server 2004 orchestration.&lt;BR&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;901266&amp;amp;sd=rss&amp;amp;spid=1444" target=”_blank”&gt;&lt;FONT face=Arial size=2&gt;Artículo en inglés&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;. &lt;/FONT&gt;&lt;A href="http://support.microsoft.com/kb/901266/es" target=”_blank”&gt;&lt;FONT face=Arial size=2&gt;Artículo en español&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;B&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;You receive a "Could not connect to EDI Subsystem (StartDatabase returned -2) to Database" error message, and the BizTalk Server EDI service does not start in BizTalk Server 2004.&lt;BR&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;901267&amp;amp;sd=rss&amp;amp;spid=1444" target=”_blank”&gt;&lt;FONT face=Arial size=2&gt;Artículo en inglés&lt;/FONT&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;. &lt;/FONT&gt;&lt;A href="http://support.microsoft.com/kb/901267/es" target=”_blank”&gt;&lt;FONT face=Arial size=2&gt;Artículo en español&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;B&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Description of a documentation error in the "Restoring the BizTalk Configuration Database" topic in the BizTalk Server 2004 online documentation.&lt;BR&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;895360&amp;amp;sd=rss&amp;amp;spid=1444" target=”_blank”&gt;&lt;FONT face=Arial size=2&gt;Artículo en inglés&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;. &lt;/FONT&gt;&lt;A href="http://support.microsoft.com/kb/895360/es" target=”_blank”&gt;&lt;FONT face=Arial size=2&gt;Artículo en español&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Recordemos que para cualquier duda que se tenga acerca del funcionamiento o rendimiento de nuestras aplicaciones en BizTalk Server 2004 podemos preguntar en los grupos o ir directamente al centro de soporte tal como se explica en&amp;nbsp;este &lt;/FONT&gt;&lt;a href="https://blogs.msdn.com:443/biztalklatam/archive/2005/07/13/438487.aspx" target=”_blank”&gt;&lt;FONT face=Arial size=2&gt;post&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT face=Arial&gt;Y para aquellas personas que les gusta mantenerse al día de los artículos de soporte publicados por MS acerca de BizTalk Server pueden registrar en sus blogs este rss &lt;/FONT&gt;&lt;B&gt;&lt;FONT face=Arial&gt;http://support.microsoft.com/common/rss.aspx?rssid=1444&amp;amp;ln=en-us&lt;/FONT&gt;&lt;/B&gt;&lt;FONT face=Arial&gt; que los mantendrá actualizados.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;Autor&lt;/STRONG&gt;: &lt;STRONG&gt;&lt;FONT color=#ff9900&gt;Carlos Medina&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#a9a9a9&gt;&lt;FONT face=Arial size=1&gt;Este mensaje se proporciona "como está" sin garantías de ninguna clase, y no otorga ningún derecho&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=446062" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Entrenamiento+_2600_+Recursos+BTS+2004/default.aspx">Entrenamiento &amp; Recursos BTS 2004</category></item><item><title>Herramienta para ajustes de performance en BTS 2004</title><link>http://blogs.msdn.com/biztalklatam/archive/2005/07/29/445067.aspx</link><pubDate>Fri, 29 Jul 2005 21:39:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:445067</guid><dc:creator>BizTalkLATAM</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/biztalklatam/comments/445067.aspx</comments><wfw:commentRss>http://blogs.msdn.com/biztalklatam/commentrss.aspx?PostID=445067</wfw:commentRss><description>&lt;P&gt;De acuerdo al doc que se publicó en gotdotnet sobre las características de performance en BTS 2004 (&lt;A href="http://www.gotdotnet.com/team/wsservers/bts2004/BTS2004Performance.zip"&gt;ver doc&lt;/A&gt;), esta herramienta les permite hacer los ajustes que se describen en el doc (&lt;A href="http://www.recomienda.net/Recursos/exe-codigo/BizTalk Performance Tool.zip"&gt;bajar herramienta&lt;/A&gt;).&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=445067" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Entrenamiento+_2600_+Recursos+BTS+2004/default.aspx">Entrenamiento &amp; Recursos BTS 2004</category></item><item><title>Localización de un producto (curso de e-learning de regalo)</title><link>http://blogs.msdn.com/biztalklatam/archive/2005/07/20/440619.aspx</link><pubDate>Wed, 20 Jul 2005 11:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:440619</guid><dc:creator>BizTalkLATAM</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/biztalklatam/comments/440619.aspx</comments><wfw:commentRss>http://blogs.msdn.com/biztalklatam/commentrss.aspx?PostID=440619</wfw:commentRss><description>&lt;P&gt;&lt;FONT face=Arial size=2&gt;Uno de los elementos mas importantes dentro de las características de los productos es la localización, pero es un tema complejo ya que contempla muchas cosas alrededor, donde&amp;nbsp;las mas importante es saber si existe la necesidad de los clientes de contar con dicha localización y su nivel de detalle y digo nivel de detalle porque algunos de los subsistemas de un producto son empleados&amp;nbsp;únicamente por tecnólogos y la mayoría de los tecnólogos pueden manejar un producto en idioma ingles, mas sin embargo la gente de negocios requiere los subsistemas en su idioma nativo.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Comentando particularmente de BTS, la versión 2000 y 2002 no están disponibles en español, pero la versión 2004 si lo esta y la razón es por cuestión de consistencia ya que como se emplea VS.NET, si este esta en español lo mas adecuado es tener BTS 2004 en español. Nunca he tratado de instalar BTS 2004 en español sobre VS.NET en ingles, pero de entrada no lo recomiendo, lo único que se que se puede lograr es instalar BTS 2004 ingles sobre VS.NET ingles y con la documentación del BTS en español (Carlos Medina hizo esta prueba).&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Ahora, la versión 2006 estará disponible en español, pero estamos empezando a investigar si para futuras versiones existe esta dicha necesidad. Puede parecer extraño el mencionar esto, pero tiene que ver con la utilización de dicha versión. He estado indagando un poco con todos los contactos que conozco acerca de la versión que emplean de BTS 2004 y hasta el momento el 90% usa la versión en ingles (algunos de los encuestados ni siquiera saben que hay una versión en español), lo cual no me es extraño ya que yo también soy desarrollador y el 90% de las veces empleaba todo en idioma ingles. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Lo interesante de todo esto es saber cual es la razón y para ello tengo dos teorías que lo apoyan:&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;El limitado soporte que los productos tienen en español. Esto contempla:&lt;/FONT&gt; 
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;Ejemplos, whitepapers, mejores prácticas, labs, etc. Lo más actualizado lo encuentras en ingles.&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;Comunidad, la cual incluye foros, newsgroups, Knowledge Base externo (el de Microsoft mantiene localizado el repositorio en los idiomas en que se encuentra el producto), etc. Si mientras estoy desarrollando me sale un mensaje de error, lo que normalmente se hace es "copy&amp;amp;paste" del error para buscar la solución, pero si el mensaje esta en español, tengo que traducirlo para poder buscarlo. Esto realmente es bastante complejo ya que la terminología es complicada, yo he tenido que ayudar en algunas traducciones de términos al equipo que se encarga de esto y a veces es muy complicado, dejarle esta tarea a los usuarios para que puedan buscar el error puede ser un desmotivador (ya que la mayoría de la veces no se encuentra lo que se busca).&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Algunas veces existen políticas que obligan emplear la versión en español, pero la mayoría de las veces esto solo sucede en el sector gobierno y el resto de las veces que se emplea puede ser tema cultural, por ejemplo en España prefieren emplear la versión en español a la de ingles (al menos eso he escuchado varias veces).&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;La opción que yo veo más factible para resolver esta polémica, es tener el siguiente esquema:&lt;/FONT&gt;&lt;/P&gt;&lt;I&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Emplear los productos en ingles, pero la documentación (ayuda, labs, ejemplos, etc.) en español. Localizar únicamente las interfaces de usuario de las herramientas de negocio y tal vez las de administración &lt;/FONT&gt;&lt;/P&gt;&lt;/I&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Aunque puede llegar a verse un poco raro que la terminología, menús, etc. estén en ingles en la documentación, creo que es de la más común pues hay muchos términos que usamos en ingles día a día y se evitaría el entrar en conflictos cuando hay un término que su traducción es difícil. Además que la literatura sería mas universal.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Bueno, ahora si a lo que vine. Estamos evaluando un proceso de traducción por lo que necesitamos ver que tan bueno es y para eso lo que hicimos fue traducir unos de los documentos mas populares de BTS por este nuevo mecanismo y lo que necesitamos es que nos ayuden a evaluarlo por medio de un cuestionario de 9 preguntas (muy sencillo)&lt;/FONT&gt;&lt;/P&gt;&lt;B&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Bases: &lt;/FONT&gt;&lt;/B&gt;&lt;BR&gt;&lt;FONT face=Arial size=2&gt;Número de cursos a regalar: 8&lt;BR&gt;Curso a regalar (escoger uno de los siguientes): &lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.microsoftelearning.com/eLearning/offerDetail.aspx?offerPriceId=61768/t_blank" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Course 2434: Introduction to Development with Microsoft® BizTalk® Server 2004&lt;/FONT&gt;&lt;/A&gt; 
&lt;LI&gt;&lt;A href="https://www.microsoftelearning.com/eLearning/offerDetail.aspx?offerPriceId=61763" target="_blank&lt;FONT" size="2" face="Arial"&gt;Course 2158: Managing E-Business Solutions Using Microsoft® BizTalk® Server 2004&lt;/FONT&gt;&lt;/A&gt; 
&lt;LI&gt;&lt;A href="https://www.microsoftelearning.com/eLearning/offerDetail.aspx?offerPriceId=61769" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Course 2435: Managing Business Processes with Microsoft® BizTalk® Server 2004&lt;/FONT&gt;&lt;/A&gt; 
&lt;LI&gt;&lt;A href="https://www.microsoftelearning.com/eLearning/offerDetail.aspx?offerPriceId=61770" target=_blank&gt;&lt;FONT face=Arial size=2&gt;Course 2436: Using Microsoft® BizTalk® Server 2004 Tools and Web Services&lt;/FONT&gt;&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Periodo: 20-Julio-05 al 31-Julio-05&lt;BR&gt;Audiencia: Cualquiera puede participar.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Debes leer &lt;A href="http://www.recomienda.net/Recursos/docs/DescripcionBizTalkServer2004.zip" target=_blank&gt;este documento&lt;/A&gt; y enviarnos&amp;nbsp;&lt;A href="http://www.recomienda.net/Recursos/docs/EncuestaLocalizacion.doc" target=_blank&gt;este cuestionario&lt;/A&gt; al correo &lt;A href="mailto:biztalklatam@microsoft.com" target=_blank&gt;biztalklatam@microsoft.com&lt;/A&gt;. El artículo en idioma ingles lo puede encontrar &lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/BTS_2004WP/html/c245a8af-9f01-410f-b1bc-c43e725bfc27.asp" target=_blank&gt;aquí&lt;/A&gt; por necesitan hacer alguna comparación.&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=440619" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Entrenamiento+_2600_+Recursos+BTS+2004/default.aspx">Entrenamiento &amp; Recursos BTS 2004</category><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Foros/default.aspx">Foros</category></item><item><title>Técnicas para procesar mensajes grandes en BTS</title><link>http://blogs.msdn.com/biztalklatam/archive/2005/07/18/440021.aspx</link><pubDate>Mon, 18 Jul 2005 20:12:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:440021</guid><dc:creator>BizTalkLATAM</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/biztalklatam/comments/440021.aspx</comments><wfw:commentRss>http://blogs.msdn.com/biztalklatam/commentrss.aspx?PostID=440021</wfw:commentRss><description>&lt;P&gt;&lt;FONT face=Arial size=2&gt;&lt;A href="http://www.geekswithblogs.net/sthomas/" target=_blank&gt;Stephen W. Thomas&lt;/A&gt; ha creado un laboratorio de BizTalk el cual nos explica dos técnicas para&amp;nbsp;partir mensajes XML muy grandes y poderlos trabajar uno a uno.&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Este laboratorio expone dos técnicas para trabajar con el mensaje.&amp;nbsp; Una es la utilización de &lt;EM&gt;Envelop&lt;/EM&gt; en un &lt;EM&gt;Pipeline&lt;/EM&gt; personalizado por medio del &lt;EM&gt;XML Disassembler&lt;/EM&gt;, mientras que la segunda es la utilizando de un ciclo interno por medio de expresiones de XPath.&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;FONT face=Arial size=2&gt;Se puede bajar el laboratorio desde &lt;A href="http://www.biztalkgurus.com/Downloads/MessageDebatchingHands-On-Lab.zip"&gt;aquí&lt;/A&gt;, y esta dirigido a personas que apenas están empezando o con conocimientos.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT face=Arial&gt;&lt;STRONG&gt;Autor&lt;/STRONG&gt;: &lt;STRONG&gt;&lt;FONT color=#ff9900&gt;Carlos Medina&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;FONT size=+0&gt;&lt;FONT face=Arial size=2&gt;
&lt;P&gt;&lt;FONT face=Arial color=#a9a9a9 size=1&gt;Este mensaje se proporciona "como está" sin garantías de ninguna clase, y no otorga ningún derecho&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=440021" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Entrenamiento+_2600_+Recursos+BTS+2004/default.aspx">Entrenamiento &amp; Recursos BTS 2004</category><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Base+de+Conocimiento+BTS+2004/default.aspx">Base de Conocimiento BTS 2004</category></item><item><title>BizTalk Pattern Wizard</title><link>http://blogs.msdn.com/biztalklatam/archive/2005/07/18/440017.aspx</link><pubDate>Mon, 18 Jul 2005 20:03:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:440017</guid><dc:creator>BizTalkLATAM</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/biztalklatam/comments/440017.aspx</comments><wfw:commentRss>http://blogs.msdn.com/biztalklatam/commentrss.aspx?PostID=440017</wfw:commentRss><description>&lt;P&gt;&lt;FONT face=Arial size=2&gt;&lt;A href="http://www.masteringbiztalk.com/blogs/jon/" target=_blank&gt;Joe Flanders&lt;/A&gt;&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt; ha puesto para el público un asistente para la creación de proyectos de BizTalk que permite implementar cuatro patrones de software, ellos son &lt;EM&gt;Aggregator, FIFO&lt;/EM&gt;&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;&lt;EM&gt;, Interrupter&lt;/EM&gt; y &lt;EM&gt;Retry&lt;/EM&gt;. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Al instalarse el asistente se registraran cuatro &lt;I&gt;templates&lt;/I&gt; para creación de proyectos de BizTalk que podrán ser accedidos sin ningún inconveniente y guiará al desarrollador paso a paso con la solicitud de datos iniciales para la creación del proyecto y con él todos los elementos (orquestaciones, referencias, etc) necesarios para la ejecución del mismo.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Este puede ser bajado desde &lt;A href="http://www.masteringbiztalk.com/blogs/jon/ct.ashx?id=87cdcb61-62b0-409c-8ece-508c1b49f43b&amp;amp;url=http%3a%2f%2fwww.masteringbiztalk.com%2fblogs%2fjon%2fcontent%2fbinary%2fBizTalkPatternWizards.zip" target=_blank&gt;aqui&lt;/A&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;FONT size=2&gt;&lt;FONT face=Arial&gt;&lt;STRONG&gt;&lt;BR&gt;Autor&lt;/STRONG&gt;: &lt;STRONG&gt;&lt;FONT color=#ff9900&gt;Carlos Medina&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;FONT size=+0&gt;&lt;FONT face=Arial size=2&gt;
&lt;P&gt;&lt;FONT face=Arial color=#a9a9a9 size=1&gt;Este mensaje se proporciona "como está" sin garantías de ninguna clase, y no otorga ningún derecho&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=440017" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Entrenamiento+_2600_+Recursos+BTS+2004/default.aspx">Entrenamiento &amp; Recursos BTS 2004</category><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Base+de+Conocimiento+BTS+2004/default.aspx">Base de Conocimiento BTS 2004</category></item><item><title>Conéctate al mejor soporte de producto gratuito y experiencia de colaboración</title><link>http://blogs.msdn.com/biztalklatam/archive/2005/07/13/438487.aspx</link><pubDate>Wed, 13 Jul 2005 21:09:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:438487</guid><dc:creator>BizTalkLATAM</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/biztalklatam/comments/438487.aspx</comments><wfw:commentRss>http://blogs.msdn.com/biztalklatam/commentrss.aspx?PostID=438487</wfw:commentRss><description>&lt;P&gt;&lt;FONT face=Arial size=2&gt;Algunasvez has querido hablar con los desarrolladores de Microsoft sobre funcionalidad de BizTalk Server? Seguramente la respuesta "Por supuesto que me gustaría", por lo que la división de Integración de procesos de negocio esta haciendo la invitación a todos los clientes a interactuar con nuestros desarrolladores, gerente de programas y equipo de pruebas en los siguientes grupos de trabajo:&lt;/P&gt;&lt;/FONT&gt;&lt;FONT face=Symbol size=2&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;microsoft.public.biztalk.accelerator.forsuppliers&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;microsoft.public.biztalk.newuser&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;microsoft.public.biztalk.accelerator.rosettanet&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;microsoft.public.biztalk.admin&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;microsoft.public.biztalk.appintegration&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;microsoft.public.biztalk.framework&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;microsoft.public.biztalk.general&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;microsoft.public.biztalk.library&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;microsoft.public.biztalk.nonxml&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;microsoft.public.biztalk.orchestration&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;microsoft.public.biztalk.sdk&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;microsoft.public.biztalk.server&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;microsoft.public.biztalk.setup&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;microsoft.public.biztalk.tools&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;microsoft.public.biztalk.xlangs&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;microsoft.public.biztalk.xsharp&lt;/FONT&gt; &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Nota. Disponibles en Ingles&lt;/P&gt;&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;
&lt;P&gt;Hemos estado trabajando arduamente para contactar a personas como tu y que queremos incluir en nuestra comunicad de Profesional Mas Valioso (Most Valuable Professionals – MVP), desarrolladores, profesionales de TI y con cualquier otra ocupación en pequeñas, medianas y grandes empresas que navegan en las comunidades los grupos de noticias en línea. Queremos que te nos unas en esta gran experiencia de las comunidades en línea para contestar las preguntas que siempre has querido hacer y que no tenias donde hacerlas. Ahora sabes a donde ir, queremos que te nos unas!&lt;/P&gt;
&lt;P&gt;Si eres nuevo en BizTalk Server, prueba el grupo de noticias NewUser (microsoft.public.biztalk.newuser)&lt;/P&gt;
&lt;P align=justify&gt;Estamos ofreciendo dos niveles de interacción con los empleados de Microsoft, los cuales son:&lt;/P&gt;
&lt;P align=justify&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Grupos de noticias con soporte administrado 
&lt;LI&gt;Grupos de noticias con soporte no administrado&lt;/FONT&gt; &lt;/LI&gt;&lt;/OL&gt;&lt;B&gt;&lt;FONT size=5&gt;
&lt;P&gt;&lt;FONT face=Arial size=3&gt;&lt;EM&gt;Grupos de Noticias con Soporte Administrado&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;
&lt;P align=justify&gt;Estos grupos de noticias están disponibles a través de la suscripción universal de MSDN, Empresarial, profesional y de Sistema operativo para recibir soporte técnico gratuito en algunas de las tecnologías de Microsoft, así como para compartir ideas con otros suscriptores. Los grupos de noticias administrador cuentan con: &lt;/P&gt;
&lt;UL&gt;&lt;/FONT&gt;&lt;FONT face=Symbol size=2&gt;
&lt;LI&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT face=Arial size=2&gt;Soporte técnico en línea ilimitado &lt;/B&gt;donde mantienes tus incidentes de soporte técnico de producto (PSS).&lt;/FONT&gt; 
&lt;LI&gt;&lt;B&gt;&lt;FONT face=Arial size=2&gt;El compromiso de responder tu pregunta&lt;/B&gt; en un periodo de dos días laborales.&lt;/FONT&gt; 
&lt;LI&gt;&lt;B&gt;&lt;FONT face=Arial size=2&gt;Más de 200 grupos de noticias&lt;/B&gt; de donde escoger.&lt;/FONT&gt; 
&lt;LI&gt;&lt;B&gt;&lt;FONT face=Arial size=2&gt;Protección contra spam &lt;/B&gt;para tu cuenta de correo electrónico cuando publicas preguntas.&lt;/FONT&gt; &lt;/LI&gt;&lt;/UL&gt;&lt;FONT face=Arial size=2&gt;
&lt;P&gt;Puedes ir a la siguiente dirección para subscribirte: &lt;A href="http://msdn.microsoft.com/newsgroups/managed" target=_blank&gt;http://msdn.microsoft.com/newsgroups/managed&lt;/A&gt;&amp;nbsp;.&amp;nbsp;Estos grupos de noticias son monitoreados por los ingenieros de soporte y el equipo de producto de Microsoft, como se describió anteriormente.&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=5&gt;
&lt;P&gt;&lt;FONT face=Arial size=3&gt;&lt;STRONG&gt;&lt;EM&gt;Grupos de Noticias con Soporte No Administrado&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;
&lt;P&gt;Los grupos de noticias no administrados de MSDN están disponibles para todo el público.&lt;/P&gt;
&lt;P align=justify&gt;Puedes ir a la siguiente dirección para participar: &lt;A href="http://msdn.microsoft.com/newsgroups" target=_blank&gt;http://msdn.microsoft.com/newsgroups&lt;/A&gt;. Estos grupos de noticias son monitoreados por el equipo de producto de Microsoft, otros clientes como tú, MVP y otros interesados en las tecnologías de Microsoft.&lt;/P&gt;
&lt;P&gt;Preguntas, sugerencias y comentarios sobre grupos de de noticias administrador y nos administrados en idioma ingles, por favor contactarme directamente a: &lt;/P&gt;&lt;/FONT&gt;
&lt;P&gt;James Fort&lt;BR&gt;Líder de Comunidad BPI &lt;BR&gt;&lt;A href="mailto:jfort@microsoft.com" target=_blank&gt;jfort@microsoft.com&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;I&gt;&lt;FONT color=#ff0000 size=5&gt;
&lt;P&gt;&lt;FONT face=Arial size=3&gt;&lt;STRONG&gt;Grupos de Noticias con Soporte No Administrado para Idioma Español&lt;/STRONG&gt;&lt;/FONT&gt; &lt;/P&gt;&lt;/I&gt;&lt;/FONT&gt;&lt;FONT face=Arial color=#000080 size=2&gt;&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;
&lt;P&gt;Dentro de los esfuerzos para incrementar la colaboración dentro de la comunidad de BizTalk Server para habla hispana, estamos trabajando en crear la infraestructura adecuada para habilitar el grupo de noticias en español &lt;I&gt;microsoft.public.es.biztalk.server&lt;/I&gt;, pero mientras tanto ponemos disponible a tu alcance un correo electrónico &lt;A href="mailto:biztalklatam@microsoft.com"&gt;biztalklatam@microsoft.com&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;para que puedas enviar tus preguntas. Este mecanismo provee soporte limitado con las siguientes bases:&lt;/P&gt;
&lt;UL&gt;&lt;/FONT&gt;&lt;FONT face=Symbol size=2&gt;
&lt;LI&gt;&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;El tiempo de respuesta base es de 2 días, el cual puede variar dependiendo de la complejidad y la disponibilidad de los voluntarios.&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;Este mecanismo no ofrece soporte a equipos de desarrollo ni en aplicaciones (especialmente en producción).&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;La áreas de trabajo son:&lt;/FONT&gt; 
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;Resolver dudas sobre la funcionalidad del producto.&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;O&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;rientación sobre materiales, cursos, labs, etc.&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;O&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;rientación sobre como implementar (How-to). El nivel de detalle es limitado.&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;Orientación para la solución de errores.&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;Recibir comentarios, bugs, sugerencias, etc. sobre el producto.&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;Posible escalación de problemas (dependiendo de la situación).&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;Pedir orientación sobre lo que el producto ofrece y lo que puede hacer para tu negocio (con posibilidad de dar presentaciones en persona). &lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;También esta disponible un blog de colaboración para BizTalk Server en habla hispana &lt;A href="https://blogs.msdn.com/BizTalkLatam" target=_blank&gt;http://blogs.msdn.com/BizTalkLatam&lt;/A&gt;&amp;nbsp;donde se publican materiales técnicos y de negocios por expertos en el tema con años de experiencia en el producto.&lt;/P&gt;&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;
&lt;P&gt;Preguntas, sugerencias y comentarios, por favor escríbenos a: &lt;/FONT&gt;&lt;A href="mailto:biztalklatam@microsoft.com" target=_blank&gt;biztalklatam@microsoft.com&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=438487" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Entrenamiento+_2600_+Recursos+BTS+2004/default.aspx">Entrenamiento &amp; Recursos BTS 2004</category><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Base+de+Conocimiento+BTS+2004/default.aspx">Base de Conocimiento BTS 2004</category></item><item><title>Encabezados de SOAP en BizTalk 2004</title><link>http://blogs.msdn.com/biztalklatam/archive/2005/07/12/438039.aspx</link><pubDate>Tue, 12 Jul 2005 19:49:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:438039</guid><dc:creator>BizTalkLATAM</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/biztalklatam/comments/438039.aspx</comments><wfw:commentRss>http://blogs.msdn.com/biztalklatam/commentrss.aspx?PostID=438039</wfw:commentRss><description>&lt;P&gt;Los Web Services son un tema que a muchos nos gusta tratar, y trabajando con las orquestaciones de BizTalk no es la excepción.&amp;nbsp; Sea por aprender, prueba o en producción hemos publicado orquestaciones como Web Services o hemos consumido estos desde las orquestaciones.&amp;nbsp; Aunque todo el proceso es fácil y sencillo existe un concepto que a veces es un poco complejo de tratar, no por difícil sino por que esta un poco menos documentado que el resto y es el manejo de los encabezados SOAP (SOAP Headers) en los Web Services desde las orquestaciones.&lt;/P&gt;
&lt;P&gt;El articulo que se presenta a continuación trata de explicar la forma en la cual se utilizan encabezados SOAP en Web Services desde orquestaciones, por que se deben de utilizar así y algunos ejemplos.&amp;nbsp; Pueden bajar el documento &lt;A target="_blank" href="http://www.recomienda.net/Recursos/docs/Encabezados SOAP en BizTalk Server 2004.zip"&gt;aquí&lt;/A&gt; y el código fuente &lt;A target="_blank" href="http://www.recomienda.net/Recursos/exe-codigo/BizTalk and SOAPHeaders.zip"&gt;aquí&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT face=Arial&gt;&lt;STRONG&gt;Autor&lt;/STRONG&gt;: &lt;STRONG&gt;&lt;FONT color=#ff9900&gt;Carlos Medina&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;FONT size=+0&gt;&lt;FONT face=Arial size=2&gt;
&lt;P&gt;&lt;FONT face=Arial color=#a9a9a9 size=1&gt;Este mensaje se proporciona "como está" sin garantías de ninguna clase, y no otorga ningún derecho&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=438039" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Entrenamiento+_2600_+Recursos+BTS+2004/default.aspx">Entrenamiento &amp; Recursos BTS 2004</category><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Base+de+Conocimiento+BTS+2004/default.aspx">Base de Conocimiento BTS 2004</category></item><item><title>Cursos de e-learning regalados: primera ronda</title><link>http://blogs.msdn.com/biztalklatam/archive/2005/07/05/435833.aspx</link><pubDate>Wed, 06 Jul 2005 01:14:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:435833</guid><dc:creator>BizTalkLATAM</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/biztalklatam/comments/435833.aspx</comments><wfw:commentRss>http://blogs.msdn.com/biztalklatam/commentrss.aspx?PostID=435833</wfw:commentRss><description>&lt;P&gt;&lt;FONT face=Arial size=2&gt;Las reglas son simples. En cada ronda&amp;nbsp;se regalan "&lt;EM&gt;x"&lt;/EM&gt; números de cursos&amp;nbsp;(depende de lo elaborado) y se eliguen los ganadores por medio de un sorteo (básicamente empleando números al azar). Se indica el periodo de tiempo en el que la ronda estará abierta para que puedan enviar el mail y las bases para poder participar en la ronda. &lt;EM&gt;No se puede participar en todas las rondas, ya que las bases para las rondas pueden ser excluyentes.&lt;/EM&gt; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Estas son las características de esta ronda para hacerte acreedor de un curso de e-learning:&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;&lt;U&gt;Bases:&lt;/U&gt; &lt;/STRONG&gt;&lt;BR&gt;Número de cursos a relagar: 3&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;Curso a regalar: &lt;A target="_blank" href="https://www.microsoftelearning.com/eLearning/offerDetail.aspx?offerPriceId=61768"&gt;Course 2434: Introduction to Development with Microsoft® BizTalk® Server 2004&lt;/A&gt;&lt;BR&gt;Periodo: 05-Julio-05 al 14-Julio-05&lt;BR&gt;Audiencia: Para&amp;nbsp;desarrolladores que&amp;nbsp;no tienen o tienen muy poca experiencia&amp;nbsp;empleando BTS y que les interesa saber mas.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;&lt;STRONG&gt;&lt;U&gt;Dinos lo que opinas de lo siguiente:&lt;/U&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;Como te enteraste de BizTalk?&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;Para&amp;nbsp;que&amp;nbsp;sirve BizTalk? (no se vale hacer copy&amp;amp;paste de la&amp;nbsp;información&amp;nbsp;que esta en el&amp;nbsp;sitio si no de lo que tu entiendes para que sirve)&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;De que país nos visitas?&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Arial size=2&gt;En que idioma (inglés o español) empleas o te gustaría emplear VS.NET y BizTalk y porque?&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Manda tus comentarios &lt;A href="https://blogs.msdn.com/biztalklatam/contact.aspx"&gt;aquí&lt;/A&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=435833" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/biztalklatam/archive/tags/Entrenamiento+_2600_+Recursos+BTS+2004/default.aspx">Entrenamiento &amp; Recursos BTS 2004</category></item></channel></rss>