<?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>Interdata Ltda.</title>
	<atom:link href="http://interdata.cl/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://interdata.cl</link>
	<description>Colaboración e Inteligencia de Negocios</description>
	<lastBuildDate>Sat, 04 Sep 2010 15:05:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Manejadores de eventos en SharePoint</title>
		<link>http://interdata.cl/?p=489</link>
		<comments>http://interdata.cl/?p=489#comments</comments>
		<pubDate>Sat, 04 Sep 2010 15:05:02 +0000</pubDate>
		<dc:creator>Rolando Escobar</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Colaboración]]></category>
		<category><![CDATA[Conceptos]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[Webparts SP2007]]></category>
		<category><![CDATA[desarrollo]]></category>
		<category><![CDATA[70-541]]></category>

		<guid isPermaLink="false">http://interdata.cl/?p=489</guid>
		<description><![CDATA[Los manejadores de eventos constituyen una de las funcionalidades más sencillas de utilizar a la hora de extender nuestras aplicaciones de SharePoint a través del desarrollo. Básicamente permiten agregar comportamiento a nuestra aplicación e implementar reglas de negocio. Este post pretender describir todos los aspectos de esta técnica, desde la parte conceptual hasta la parte [...]]]></description>
			<content:encoded><![CDATA[<div>Los manejadores de eventos constituyen una de las funcionalidades más sencillas de utilizar a la hora de extender nuestras aplicaciones de SharePoint a través del desarrollo. Básicamente permiten agregar <strong>comportamiento</strong> a nuestra aplicación e implementar <strong>reglas de negocio</strong>.<br />
Este post pretender describir todos los aspectos de esta técnica, desde la parte conceptual hasta la parte de código con algunos ejemplos en Visual Studio. Está basado en el webcast que dicté el 16/12/2009. Como siempre, espero que les sea útil.</p>
<h4>WebCast</h4>
<p>Si desean ver el webcast, pueden hacerlo desde:</p>
<ul>
<li><a title="ManejadoresEventos_Formato_LM" href="http://www.suges.es/Presentaciones/200912%20Marat�n%20de%20WebCasts/ManejadoresEventos_Formato_LM.zip">ManejadoresEventos_Formato_LM</a></li>
<li><a title="ManejadoresEventos_Formatos_WMV" href="http://www.suges.es/Presentaciones/200912%20Marat�n%20de%20WebCasts/ManejadoresEventos_Formatos_WMV.zip">ManejadoresEventos_Formatos_WMV</a></li>
</ul>
<p>Si desean ver la presentación que utilicé en el webcast pueden verla aquí:</p>
<div id="__ss_2739306"><a title="Manejadores de eventos en SharePoint" href="http://www.slideshare.net/jpussacq/manejadores-de-eventos-en-sharepoint">Manejadores de eventos en SharePoint</a><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=eventossuges-091217144804-phpapp01&amp;rel=0&amp;stripped_title=manejadores-de-eventos-en-sharepoint" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<div>View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/jpussacq">jpussacq</a>.</div>
</div>
<h4>Introducción</h4>
<p>Los manejadores de eventos permiten extender a través de desarrollo una aplicación SharePoint. Agregan comportamiento a listas e ítems entre otros. Un manejador de evento se ejecuta automáticamente como respuesta a un evento como agregar una columna en una lista o modificar un ítem en una lista. Pueden servir para:</p>
<ul>
<li>Validaciones de datos</li>
<li>Control de integridad referencial</li>
<li>Control de unicidad</li>
<li>Ejecución de procesos de negocio</li>
<li>Lo que no puede resolver un campo calculado</li>
<li>Protección de la parametrización</li>
<li>Cambios en la seguridad</li>
<li>Controles de seguridad funcional</li>
</ul>
<p>Si conocen triggers de base de datos, verán que tienen un cierto parecido. Si bien son más potentes, podríamos decir que todo lo que se hace con un trigger, puede hacerse con un evento en SharePoint. Esto puede darles una idea del potencial de esta técnica.</p>
<h4>¿Qué eventos maneja SharePoint?</h4>
<p>El siguiente gráfico resume los eventos soportados por SP. Pueden observar que existen eventos a nivel de ítems de lista (los que se parecen a los triggers), pero también eventos a nivel de lista, sitio, colección de sitio o <a href="http://surpoint.blogspot.com/2009/10/introduccion-caracteristicas-features.html" target="_blank">característica</a>:<br />
<a href="http://lh6.ggpht.com/_jQN-kVw-348/SypSMEafddI/AAAAAAAAAPs/9rapRWnNGLc/s1600-h/image%5B23%5D.png"><img title="image" src="http://lh3.ggpht.com/_jQN-kVw-348/SypSMtzOi2I/AAAAAAAAAPw/73L-RL5a-yk/image_thumb%5B8%5D.png?imgmax=800" border="0" alt="image" width="603" height="276" /></a></p>
<h4>Imaginen lo que se puede hacer&#8230;</h4>
<p>A continuación les daré algunas ideas de lo que se puede hacer con eventos. Son sólo ideas. Es mucho más lo que se puede hacer, pero les servirá de inspiración. Lo importante es que realmente resuelven temas que no existen en SP &#8220;out of the box&#8221;, en forma bastante sencilla:<br />
<a href="http://lh4.ggpht.com/_jQN-kVw-348/SypSNdWUhXI/AAAAAAAAAP8/TkxIyPNCM3U/s1600-h/image9%5B1%5D.png"><img title="image" src="http://lh3.ggpht.com/_jQN-kVw-348/SypSO_b1GvI/AAAAAAAAAQE/5qQXo_Fo1iU/image9_thumb.png?imgmax=800" border="0" alt="image" width="580" height="339" /></a></p>
<h4>Tipos de eventos ¿antes o después? ¿sincrónicos o a-sincrónicos?</h4>
<p>Es importante aclarar que existen dos tipos de eventos, los que se ejecutan antes de que se efectúe el &#8220;commit&#8221; de la transacción en la base de datos de contenido y los que se disparan luego de que se ejecute el &#8220;commit&#8221;. Los primeros son sincrónicos, los segundos a-sincrónicos (en SP 2007, en 2010 es configurable).<br />
<a href="http://lh4.ggpht.com/_jQN-kVw-348/SypSPcdUgII/AAAAAAAAAQI/QjjWT-RSHis/s1600-h/image19%5B1%5D.png"><img title="image" src="http://lh5.ggpht.com/_jQN-kVw-348/SypSQ4Nv2EI/AAAAAAAAAQQ/zs8npMsNygs/image19_thumb.png?imgmax=800" border="0" alt="image" width="599" height="347" /></a><br />
El siguiente es el mapa completo de todos los eventos que SP 2007 maneja, incluye sus variantes sincrónicas y a-sincrónicas:<br />
<a href="http://lh5.ggpht.com/_jQN-kVw-348/SypSRsJ8ARI/AAAAAAAAAQc/fL8xKnapxpA/s1600-h/image24%5B4%5D.png"><img title="image" src="http://lh4.ggpht.com/_jQN-kVw-348/SypSSkXvrNI/AAAAAAAAAQg/gpZQOtY8CS0/image24_thumb%5B3%5D.png?imgmax=800" border="0" alt="image" width="604" height="431" /></a></p>
<h4>Evento o Flujo de Trabajo</h4>
<p>Por sugerencia de Angel Acha Lizama luego del webcast, me pareció importante incluir una breve comparación entre Eventos y Flujos de trabajo porque son técnicas que tienen algún punto en común y el lector podría encontrar difícil la decisión de cuál usar en cada caso.<br />
En líneas generales tengan en cuenta que un <strong>flujo de trabajo</strong> suele tener interacción con los usuarios a través de pantallas, puede perdurar en el tiempo (días, semanas, meses, etc.) y requiere persistir la información.<br />
Un <strong>evento</strong> responde a una transacción y se ejecuta en el momento, no tiene pantallas asociadas, su duración es breve y no debe ser retomado luego de un tiempo, como sucede con un flujo de trabajo.<br />
Les dejo este enlace que me pasó Angel, si quieren ampliar el tema: <a title="http://msdn.microsoft.com/en-us/library/ee413841.aspx" href="http://msdn.microsoft.com/en-us/library/ee413841.aspx">http://msdn.microsoft.com/en-us/library/ee413841.aspx</a></p>
<h4>Pasos para crear un evento</h4>
<p>La siguiente lámina muestras los pasos que se deben seguir para crear un evento. No estamos usando ninguna herramienta, ni extensión para SharePoint que nos facilite la creación, con el fin de explicar los conceptos básicos.<br />
<a href="http://lh5.ggpht.com/_jQN-kVw-348/SypSTJnC3GI/AAAAAAAAAQk/z2mK2rLz968/s1600-h/image29%5B1%5D.png"><img title="image" src="http://lh3.ggpht.com/_jQN-kVw-348/SypSTzi5suI/AAAAAAAAAQ0/VIj-6vIvVEM/image29_thumb.png?imgmax=800" border="0" alt="image" width="402" height="265" /></a></p>
<h4>Paso 1: crear el proyecto</h4>
<p>Si necesitan ayuda con este paso, les dejo este enlace que lo explica en forma detallada: <a title="http://sharepoint-puntodeencuentro.blogspot.com/2008/09/registrar-un-evento-mediante-una.html" href="http://sharepoint-puntodeencuentro.blogspot.com/2008/09/registrar-un-evento-mediante-una.html">http://sharepoint-puntodeencuentro.blogspot.com/2008/09/registrar-un-evento-mediante-una.html</a></p>
<h4>Paso 2: definición de una clase</h4>
<p>Ejemplo muy sencillo de definición de clase, cuyo objetivo es impedir que un administrador agregue columnas en una lista:<br />
<a href="http://lh5.ggpht.com/_jQN-kVw-348/SypjDdpZeaI/AAAAAAAAARU/3OAf9LtwZI4/s1600-h/image%5B29%5D.png"><img title="image" src="http://lh4.ggpht.com/_jQN-kVw-348/SypjD0Pyj5I/AAAAAAAAARY/N8rOJ-nIujo/image_thumb%5B11%5D.png?imgmax=800" border="0" alt="image" width="611" height="212" /></a><br />
<!-- UNKNOWN { 	BACKGROUND-COLOR: #ffffff; FONT-FAMILY: consolas, "Courier New", courier, monospace; COLOR: black; FONT-SIZE: small } .csharpcode PRE { 	MARGIN: 0em } .csharpcode .rem { 	COLOR: #008000 } .csharpcode .kwrd { 	COLOR: #0000ff } .csharpcode .str { 	COLOR: #006080 } .csharpcode .op { 	COLOR: #0000c0 } .csharpcode .preproc { 	COLOR: #cc6633 } .csharpcode .asp { 	BACKGROUND-COLOR: #ffff00 } .csharpcode .html { 	COLOR: #800000 } .csharpcode .attr { 	COLOR: #ff0000 } .csharpcode .alt { 	BACKGROUND-COLOR: #f4f4f4; MARGIN: 0em; WIDTH: 100% } .csharpcode .lnum { 	COLOR: #606060 } --></p>
<h4>Paso 3: binding</h4>
<p>Existen dos formas de vincular la definición de una clase de un evento a una entidad (lista, característica, etc): 1) a través de XML dentro de una característica y 2) programáticamente. Estas dos formas apuntan a objetivos distintos. A continuación veremos dos ejemplos:</p>
<h5>Binding XML</h5>
<div><a href="http://lh6.ggpht.com/_jQN-kVw-348/SypjEUwuHjI/AAAAAAAAARc/FeSXcDKYets/s1600-h/image%5B32%5D.png"><img title="image" src="http://lh3.ggpht.com/_jQN-kVw-348/SypjEjjCO5I/AAAAAAAAARg/Sd6-YNA96Cw/image_thumb%5B12%5D.png?imgmax=800" border="0" alt="image" width="611" height="228" /></a></div>
<p><!-- UNKNOWN { 	BACKGROUND-COLOR: #ffffff; FONT-FAMILY: consolas, "Courier New", courier, monospace; COLOR: black; FONT-SIZE: small } .csharpcode PRE { 	MARGIN: 0em } .csharpcode .rem { 	COLOR: #008000 } .csharpcode .kwrd { 	COLOR: #0000ff } .csharpcode .str { 	COLOR: #006080 } .csharpcode .op { 	COLOR: #0000c0 } .csharpcode .preproc { 	COLOR: #cc6633 } .csharpcode .asp { 	BACKGROUND-COLOR: #ffff00 } .csharpcode .html { 	COLOR: #800000 } .csharpcode .attr { 	COLOR: #ff0000 } .csharpcode .alt { 	BACKGROUND-COLOR: #f4f4f4; MARGIN: 0em; WIDTH: 100% } .csharpcode .lnum { 	COLOR: #606060 } --><br />
Observaciones</p>
<ul>
<li>Sólo pueden registrarse en características cuyo ámbito sea «site».</li>
<li>Sólo se puede registrar el evento para un «tipo de lista», no para una lista en particular.</li>
<li>También se puede registrar eventos para tipos de contenidos o features.</li>
<li>«SequenceNumber» indica el órden cuándo tengo más de un evento.</li>
</ul>
<h5>Binding en forma programática</h5>
<p>A diferencia de la opción vía XML, nos permite vincular un evento a una lista específica, en lugar de a un tipo de lista. Ejemplo:</p>
<div>
<pre><a href="http://lh3.ggpht.com/_jQN-kVw-348/SypjFDhYbFI/AAAAAAAAARk/EQ4DN074-eE/s1600-h/image%5B35%5D.png"><img title="image" src="http://lh6.ggpht.com/_jQN-kVw-348/SypjFfdKugI/AAAAAAAAARo/nQ_fFJpNbJo/image_thumb%5B13%5D.png?imgmax=800" border="0" alt="image" width="610" height="176" /></a></pre>
<pre>
</pre>
<h4>Demostraciones</p>
<p>A continuación dejamos el código fuente de las demostraciones que presentamos en el webcast. Tengan en cuenta que se trata de un prototipo, no una aplicación final, por lo cual nos hemos tomados algunas licencias para escribir código y notarán algunas desprolijidades.</h4>
<h4>Demo 1: completando una columna en un evento de ítem</h4>
<h4>Este ejemplo muestra como completar un campo dentro de un evento. En el código pueden ver dos ejemplo, un caso común para el campo &#8220;Proyecto&#8221; y otro para un campo de tipo URL, el campo &#8220;Actividad&#8221;.</p>
<p><a href="http://lh4.ggpht.com/_jQN-kVw-348/SypjF1TelWI/AAAAAAAAARs/JG78azOVVmo/s1600-h/image%5B38%5D.png"><img title="image" src="http://lh3.ggpht.com/_jQN-kVw-348/SypjGdxz4PI/AAAAAAAAARw/z7e9TaSuT_o/image_thumb%5B14%5D.png?imgmax=800" border="0" alt="image" width="615" height="517" /></a> </p>
<p>Demo 2: validando integridad en un evento de ítem</h4>
<p>El siguiente ejemplo muestra cómo validar &#8220;unicidad&#8221; de una columna y cancelar la operación, emitiendo un mensaje al usuario, en caso que no se cumpla esta restricción.</p>
<p><a href="http://lh6.ggpht.com/_jQN-kVw-348/SypjG_bU7aI/AAAAAAAAAR0/QLA223sVdVA/s1600-h/image%5B44%5D.png"><img title="image" src="http://lh3.ggpht.com/_jQN-kVw-348/SypjHd4n2cI/AAAAAAAAAR4/THkQgZdpnx8/image_thumb%5B16%5D.png?imgmax=800" border="0" alt="image" width="614" height="514" /></a><a href="http://lh4.ggpht.com/_jQN-kVw-348/SypjHxGGLfI/AAAAAAAAAR8/g1BqjZRo49I/s1600-h/image%5B47%5D.png"><img title="image" src="http://lh3.ggpht.com/_jQN-kVw-348/SypjILnsj4I/AAAAAAAAASA/SEeJ-y7k2FA/image_thumb%5B17%5D.png?imgmax=800" border="0" alt="image" width="611" height="97" /></a> </p>
<div><img title="image" src="http://lh5.ggpht.com/_jQN-kVw-348/SypSUKeCKmI/AAAAAAAAAQ8/I5ClM6MQKrs/image%5B25%5D.png?imgmax=800" border="0" alt="image" width="502" height="184" /> </p>
<p>Demo 3: ejecutando un proceso de negocio en un evento de ítem</p></div>
<p>Este ejemplo muestra cómo a partir de la creación de un ítem, se dispara la creación de ítems en otra lista. Muestra cómo se leen los datos de la lista origen, cómo se recorren esos datos y como se crean los ítems en la lista destino.</p>
<p><a href="http://lh4.ggpht.com/_jQN-kVw-348/SypjIq7DAyI/AAAAAAAAASE/L5TbjdKKKmY/s1600-h/image%5B50%5D.png"><img title="image" src="http://lh4.ggpht.com/_jQN-kVw-348/SypjJPUpTKI/AAAAAAAAASI/LjxnpWXVZRU/image_thumb%5B18%5D.png?imgmax=800" border="0" alt="image" width="613" height="515" /></a><a href="http://lh3.ggpht.com/_jQN-kVw-348/SypjJq_KsMI/AAAAAAAAASM/fNQ15-rmKRg/s1600-h/image%5B53%5D.png"><img title="image" src="http://lh3.ggpht.com/_jQN-kVw-348/SypjKX7jiuI/AAAAAAAAASQ/2B1mvZYR8HY/image_thumb%5B19%5D.png?imgmax=800" border="0" alt="image" width="613" height="514" /></a> <a href="http://lh4.ggpht.com/_jQN-kVw-348/SypjKjBXtEI/AAAAAAAAASU/r1FiO39ZWbg/s1600-h/image%5B56%5D.png"><img title="image" src="http://lh4.ggpht.com/_jQN-kVw-348/SypjLN4l25I/AAAAAAAAASY/LsT7wI8PFn4/image_thumb%5B20%5D.png?imgmax=800" border="0" alt="image" width="613" height="190" /></a></p>
<h4>Demo 4: ejecutando un evento al instalar una característica</h4>
<p>Este último ejemplo nos muestra un ejemplo de evento para una característica. El objetivo es hacer cambios de estilos en SharePoint. Para una explicación más amplia pueden consultar este enlace: <a title="http://surpoint.blogspot.com/2009/07/cambios-de-estilos-en-sharepoint.html" href="http://surpoint.blogspot.com/2009/07/cambios-de-estilos-en-sharepoint.html">http://surpoint.blogspot.com/2009/07/cambios-de-estilos-en-sharepoint.html</a>.</p>
<div>
<pre><a href="http://lh6.ggpht.com/_jQN-kVw-348/SypjLnERpDI/AAAAAAAAASc/btcowLZpwcE/s1600-h/image%5B59%5D.png"><img title="image" src="http://lh4.ggpht.com/_jQN-kVw-348/SypjML8dkqI/AAAAAAAAASg/LA9YKyDtPkE/image_thumb%5B21%5D.png?imgmax=800" border="0" alt="image" width="610" height="534" /></a>
</pre>
</div>
</div>
<h4>Paso 4: instalar</h4>
<p>No voy a bajar a detalle con este paso, pero quería dejarles el contenido del .&#8221;bat&#8221; en dónde se muestra la instalación de la dll en la GAC, el copiado de los archivos XML y la instalación de la característica en SharePoint:</p>
<div><a href="http://lh3.ggpht.com/_jQN-kVw-348/SypjMzzht5I/AAAAAAAAASk/3tkj_v_s4PY/s1600-h/image%5B62%5D.png"><img title="image" src="http://lh5.ggpht.com/_jQN-kVw-348/SypjNQpZiHI/AAAAAAAAASo/OlpFyt4PZ8U/image_thumb%5B22%5D.png?imgmax=800" border="0" alt="image" width="616" height="245" /></a></p>
<p>SharePoint 2010</p></div>
<p>El siguiente gráfico resume las novedades en SharePoint 2010 respecto a eventos. Lo más importante es saber que hay algunos <strong>eventos nuevos</strong>, pero fundamentalmente que los eventos &#8220;before&#8221; pueden ser <strong>sincrónicos o a-sincrónicos</strong>. Al final de este artículo les dejo un enlace por si necesitan ampliar este tema.</p>
<h4><a href="http://lh6.ggpht.com/_jQN-kVw-348/SypSUTvmPBI/AAAAAAAAARE/KU2r2TB0NbY/s1600-h/image%5B26%5D.png"><img title="image" src="http://lh6.ggpht.com/_jQN-kVw-348/SypSU1kwkBI/AAAAAAAAARI/3ZpMmmcxw7M/image_thumb%5B10%5D.png?imgmax=800" border="0" alt="image" width="467" height="218" /></a></h4>
<p>Un tema relacionado que no debemos dejar pasar es que SP 2010 agrega el concepto de validación de campos &#8220;Out of the box&#8221;. Esto es mucho más sencillo de usar que programar un evento para validar de datos. La validación se arma con fórmulas similares a la de los campos calculados y es posible especificar el mensaje de error para el usuario. Estas validaciones se pueden crear a nivel de columnas de sitio, o columnas dentro de una lista.</p>
<h4><a href="http://lh6.ggpht.com/_jQN-kVw-348/SypSVXwqDGI/AAAAAAAAAPg/I-6fmrj4xKY/s1600-h/image%5B7%5D.png"><img title="image" src="http://lh4.ggpht.com/_jQN-kVw-348/SypSWdYI8OI/AAAAAAAAAPk/09LS2yXWQxI/image_thumb%5B2%5D.png?imgmax=800" border="0" alt="image" width="402" height="243" /></a></h4>
<h4>Fin</h4>
<p>Aquí termino. Espero que les haya sido útil y lo hayan disfrutado. Hasta la próxima!</p>
<h4>Bibliografía y enlaces interesantes</h4>
<p><img title="image" src="http://lh5.ggpht.com/_jQN-kVw-348/SypSWgIAWpI/AAAAAAAAAPo/NSQR2Nxge1A/image%5B12%5D.png?imgmax=800" border="0" alt="image" width="93" height="219" align="right" /> Libros</p>
<ul>
<li>Inside Microsoft Windows SharePoint Services 3.0 (Chapter 6)</li>
<li>By Ted Pattisonand &amp; Daniel Larson (Microsoft Press)</li>
</ul>
<p>Artículos</p>
<ul>
<li>MSDN: <a href="http://msdn.microsoft.com/en-us/magazine/cc163318.aspx">http</a><a href="http://msdn.microsoft.com/en-us/magazine/cc163318.aspx">://</a><a href="http://msdn.microsoft.com/en-us/magazine/cc163318.aspx">msdn.microsoft.com/en-us/magazine/cc163318.aspx</a> (Events in SharePoint 2007)</li>
<li>MSDN SharePoint 2010: <a href="http://msdn.microsoft.com/en-us/library/ee540025(office.14).aspx">http://msdn.microsoft.com/en-us/library/ee540025(office.14).aspx</a><a href="http://msdn.microsoft.com/en-us/library/ee540025(office.14).aspx">aspx</a> (Events Improvements)</li>
<li>Surpoint: <a href="http://surpoint.blogspot.com/search/label/Eventos">http://</a><a href="http://surpoint.blogspot.com/search/label/Eventos">surpoint.blogspot.com/search/label/Eventos</a></li>
</ul>
</div>
<div>por Juan Pablo Pussacq Laborde , el <abbr title="2009-12-17T12:46:00-03:00">17.12.09</abbr> 0 comentarios <a title="Enviar entrada por correo electrónico" href="http://www.blogger.com/email-post.g?blogID=1589782896227255352&amp;postID=7714286190897310376"></a><a title="Editar entrada" href="http://www.blogger.com/post-edit.g?blogID=1589782896227255352&amp;postID=7714286190897310376"></a></div>
<div>tags: <a rel="tag" href="http://surpoint.blogspot.com/search/label/70-541">70-541</a>, <a rel="tag" href="http://surpoint.blogspot.com/search/label/CAML">CAML</a>, <a rel="tag" href="http://surpoint.blogspot.com/search/label/Eventos">Eventos</a>, <a rel="tag" href="http://surpoint.blogspot.com/search/label/Listas">Listas</a>, <a rel="tag" href="http://surpoint.blogspot.com/search/label/Nuestras%20actividades">Nuestras actividades</a>, <a rel="tag" href="http://surpoint.blogspot.com/search/label/Sharepoint">Sharepoint</a></div>
<p><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script></p>

<!-- RoohIt Button BEGIN -->
<div class="roohit_container" style=" height:30px;"><span style="background-color:#ffff00; font-weight:float:left; text-align:left;">Click on pen to</span> <a class="roohitBtn" href="http://roohit.com/http://interdata.cl/?p=489" title="Use a Highlighter on this page"><img src="http://roohit.com/images/btns/h20/01_HTP.png" border="0" alt="Use a Highlighter on this page" style="border:none; vertical-align:middle;"/></a><script type="text/javascript">  var showHover=true;  </script> <script type="text/javascript" src="http://roohit.com/site/btn.js"></script></div>
<!-- RoohIt Button END -->]]></content:encoded>
			<wfw:commentRss>http://interdata.cl/?feed=rss2&amp;p=489</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paso a Paso instalar manualmente archivo wsp con STSADM</title>
		<link>http://interdata.cl/?p=485</link>
		<comments>http://interdata.cl/?p=485#comments</comments>
		<pubDate>Mon, 16 Aug 2010 03:21:51 +0000</pubDate>
		<dc:creator>Rolando Escobar</dc:creator>
				<category><![CDATA[Colaboración]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[desarrollo]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[stsadm]]></category>

		<guid isPermaLink="false">http://interdata.cl/?p=485</guid>
		<description><![CDATA[1. Agregar la Solucion ArchivoWSP stsadm -o addsolution -filename {ArchivoWSP} 2. Deploy the solution stsadm -o deploysolution -name {ArchivoWSP} -url {URLDELSITIO} 3. Instalar la Caracteristica (feature) stsadm -o installfeature -filename {CARPETADELACARACTERISTICA}\feature.xml 4. Activar la Caracteristica (feature) stsadm -o activatefeature -id {IDCARACTERISTICA} -url {URLSITIO} -force 5. Desactivar la Caracteristica (feature) Stsadm.exe -o deactivatefeature -filename “C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\FEATURES\{CARPETADELACARACTERISTICA}\feature.xml” -ur [...]]]></description>
			<content:encoded><![CDATA[<p>1. Agregar la Solucion ArchivoWSP<br />
stsadm -o addsolution -filename {ArchivoWSP}<br />
2. Deploy the solution<br />
stsadm -o deploysolution -name {ArchivoWSP} -url {URLDELSITIO}<br />
3. Instalar la Caracteristica (feature)<br />
stsadm -o installfeature -filename {CARPETADELACARACTERISTICA}\feature.xml<br />
4. Activar la Caracteristica (feature)<br />
stsadm -o activatefeature -id {IDCARACTERISTICA} -url {URLSITIO} -force<br />
5. Desactivar la Caracteristica (feature)<br />
Stsadm.exe -o deactivatefeature -filename “C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\FEATURES\{CARPETADELACARACTERISTICA}\feature.xml” -ur http://servername/<br />
6.Desintalar la Caracteristica (feature)<br />
stsadm -o uninstallfeature -filename<br />
7.Retractar la Solucion<br />
stsadm -o retractsolution</p>
<p>-name</p>
<p>[-url]</p>
<p>[-allcontenturls]</p>
<p>[-time]</p>
<p>[-immediate]<br />
8.Eliminar Solucion<br />
stsadm -o deletesolution</p>

<!-- RoohIt Button BEGIN -->
<div class="roohit_container" style=" height:30px;"><span style="background-color:#ffff00; font-weight:float:left; text-align:left;">Click on pen to</span> <a class="roohitBtn" href="http://roohit.com/http://interdata.cl/?p=485" title="Use a Highlighter on this page"><img src="http://roohit.com/images/btns/h20/01_HTP.png" border="0" alt="Use a Highlighter on this page" style="border:none; vertical-align:middle;"/></a><script type="text/javascript">  var showHover=true;  </script> <script type="text/javascript" src="http://roohit.com/site/btn.js"></script></div>
<!-- RoohIt Button END -->]]></content:encoded>
			<wfw:commentRss>http://interdata.cl/?feed=rss2&amp;p=485</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft SQL Server 2005 Reporting Services Add-in for Microsoft SharePoint Technologies</title>
		<link>http://interdata.cl/?p=482</link>
		<comments>http://interdata.cl/?p=482#comments</comments>
		<pubDate>Sun, 01 Aug 2010 21:50:42 +0000</pubDate>
		<dc:creator>Rolando Escobar</dc:creator>
				<category><![CDATA[Colaboración]]></category>
		<category><![CDATA[Inteligencia de Negocios]]></category>
		<category><![CDATA[Reporting Services]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[Webparts SP2007]]></category>
		<category><![CDATA[desarrollo]]></category>

		<guid isPermaLink="false">http://interdata.cl/?p=482</guid>
		<description><![CDATA[Descripción rápida El complemento Microsoft SQL Server 2005 Reporting Services para las tecnologías de Microsoft SharePoint es una descarga de Web que proporciona las características necesarias para ejecutar un servidor de informes en una implementación más amplia de Windows SharePoint Services 3.0 o Microsoft Office SharePoint Server 2007. Información general Microsoft SQL Server 2005 Reporting [...]]]></description>
			<content:encoded><![CDATA[<h5>Descripción rápida</h5>
<div id="quickDescription">El complemento Microsoft SQL Server 2005 Reporting Services para las tecnologías de Microsoft SharePoint es una descarga de Web que proporciona las características necesarias para ejecutar un servidor de informes en una implementación más amplia de Windows SharePoint Services 3.0 o Microsoft Office SharePoint Server 2007.</div>
<div>
<h4>Información general</h4>
<div><a name="Description"></a>Microsoft SQL Server 2005 Reporting Services para las tecnologías de SharePoint (complemento Reporting Services) permite aprovechar las capacidades de administración y procesamiento de informes del SP2 de SQL Server 2005 en Windows SharePoint Services 3.0 o Microsoft Office SharePoint Server 2007. La descarga proporciona esta funcionalidad:</p>
<ul>
<li>Un elemento Web Visor de informes que permite ver informes, exportar a otros formatos de representación, explorar páginas, buscar, imprimir y aplicar zoom.</li>
<li>Páginas de aplicación Web para crear suscripciones y programaciones, y administrar informes, modelos y orígenes de datos.</li>
<li>Compatibilidad con el uso de características estándar de Windows SharePoint Services, incluidas la administración de documentos, la colaboración, la seguridad y la implementación con los tipos de contenido del servidor de informes.</li>
</ul>
<p>El complemento Reporting Services funciona junto con el SP2, necesario para el servidor de informes. El SP2 proporciona la siguiente funcionalidad para un servidor de informes configurado para el modo integrado de SharePoint:</p>
<ul>
<li>Sincronización de la base de datos de contenido de SharePoint con la base de datos del servidor de informes.</li>
<li>Una extensión de seguridad personalizada que usa permisos de SharePoint para controlar el acceso a las operaciones del servidor de informes.</li>
<li>Una extensión de entrega nueva que puede usar en las suscripciones para entregar informes a las bibliotecas de SharePoint.</li>
<li>Una herramienta de configuración de Reporting Services revisada que puede usar para configurar un servidor de informes para las operaciones integradas de SharePoint.</li>
<li>Un extremo SOAP nuevo para administrar el contenido del servidor de informes en el modo integrado de SharePoint.</li>
</ul>
<p><strong>Advertencia: requiere el boletín de seguridad de Microsoft MS08-052</strong><br />
Para usar esta versión del complemento Reporting Services, la implementación del servidor SQL Server Reporting Services usada junto con el complemento Reporting Services debe revisarse con las actualizaciones enumeradas en la sección <strong>Microsoft SQL Server</strong> en el <a href="http://go.microsoft.com/fwlink/?LinkID=125468&amp;clcid=0xC0A">boletín de seguridad de Microsoft MS08-052</a></p>
<p><strong>Advertencia: no se permite la actualización automática</strong><br />
Las versiones preliminares (CTP) del complemento Reporting Services no pueden actualizarse a esta versión de lanzamiento.</div>
<p><img src="http://img.microsoft.com/downloads/img/arrow_px_up.gif" alt="" align="bottom" /> <a href="#top">Principio de página</a></p>
<p><a name="Requirements"></a></p>
<h4>Requisitos del sistema</h4>
<div>
<ul>
<li><strong>Sistemas operativos compatibles: </strong>Windows Server 2003 Service Pack 1</li>
</ul>
<ul>
<li>Microsoft .NET Framework 3.0.</li>
<li>40 MB de espacio disponible en disco duro.</li>
<li>2 gigabytes de RAM.</li>
</ul>
<p>El equipo debe cumplir los siguientes requisitos de software:</p>
<ul>
<li>Microsoft Office SharePoint Server 2007 o Windows SharePoint Services 2007 con Compatibilidad con programación de .NET.</li>
<li>Microsoft Windows Server 2003 con los Service Pack más recientes (sólo x86), configurado para ejecutarse como un servidor de aplicaciones con ASP.NET 2.0 habilitado.</li>
<li>SP2 de SQL Server 2005 Reporting Services. (Las ediciones de SQL Server compatibles son Standard, Evaluation, Developer y Enterprise. La integración del servidor no es compatible con la versión Workgroup Edition de Reporting Services o SQL Server 2005 Express con Advanced Services.)</li>
<li>SP2 de SQL Server 2005 Reporting Services se debe revisar con las actualizaciones que se enumeran en <strong>Microsoft SQL Server</strong> en el <a href="http://go.microsoft.com/fwlink/?LinkID=125468&amp;clcid=0xC0A">boletín de seguridad de Microsoft MS08-052</a>
<ul>
<li>Bien en: actualización de seguridad para <a href="http://go.microsoft.com/fwlink/?LinkID=132078&amp;clcid=0xC0A">SQL Server 2005 Service Pack 2 (KB954606)</a> (compilación 9.00.3073.00)</li>
<li>O en: actualización de seguridad para <a href="http://go.microsoft.com/fwlink/?LinkID=132079&amp;clcid=0xC0A">SQL Server 2005 Service Pack 2 (KB954607)</a> (compilación 9.00. 3282.00)</li>
</ul>
</li>
<li>Windows SharePoint Services 3.0 u Office SharePoint Server 2007. El complemento Reporting Services no es compatible con versiones anteriores de Windows SharePoint Services.</li>
<li>Los sitios Web no se pueden habilitar para el acceso anónimo.</li>
<li>Microsoft Internet Explorer 6.0 con SP2 o posterior. Se recomienda encarecidamente Microsoft Internet Explorer 7.0.</li>
</ul>
</div>
<p><img src="http://img.microsoft.com/downloads/img/arrow_px_up.gif" alt="" align="bottom" /> <a href="#top">Principio de página</a></p>
<p><a name="Instructions"></a></p>
<h4>Instrucciones</h4>
<div>Puede instalar o configurar los servidores en cualquier orden, pero las operaciones integradas sólo estarán disponibles cuando se hayan completado los pasos de configuración en los dos servidores. Para obtener información detallada acerca de los pasos de la instalación, vea el archivo Léame del complemento Reporting Services.</p>
<ul><strong>Paso 1:</strong> instalar una instancia de la tecnología de SharePoint.</p>
<p><strong>Paso 2:</strong> instalar Reporting Services, aplicar <a href="http://go.microsoft.com/fwlink/?LinkId=82758">Service Pack 2 de SQL Server 2005</a> y aplicar actualizaciones que se enumeran en <strong>Microsoft SQL Server</strong> en el <a href="http://go.microsoft.com/fwlink/?LinkID=125468&amp;clcid=0xC0A">boletín de seguridad de Microsoft MS08-052</a>.</p>
<p><strong>Paso 3:</strong> configurar Reporting Services.</p>
<p><strong>Paso 4:</strong> descargar el complemento Reporting Services haciendo clic en el vínculo SharePointRS.msi, más adelante en esta página. Para iniciar la instalación inmediatamente, haga clic en <strong>Ejecutar</strong>. Para instalar en otro momento, haga clic en <strong>Guardar</strong>.</p>
<p><strong>Paso 5:</strong> instalar el complemento Reporting Services y configurar el servidor de informes en la instancia de la tecnología de SharePoint.</p>
<p><strong>Paso 6:</strong> establecer permisos y agregar tipos de contenido de Reporting Services.</p>
<p><strong>Paso 7:</strong> comprobar la instalación.</ul>
<ul><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=es&amp;FamilyID=1e53f882-0c16-4847-b331-132274ae8c84">http://www.microsoft.com/downloads/details.aspx?displaylang=es&amp;FamilyID=1e53f882-0c16-4847-b331-132274ae8c84</a></ul>
</div>
</div>

<!-- RoohIt Button BEGIN -->
<div class="roohit_container" style=" height:30px;"><span style="background-color:#ffff00; font-weight:float:left; text-align:left;">Click on pen to</span> <a class="roohitBtn" href="http://roohit.com/http://interdata.cl/?p=482" title="Use a Highlighter on this page"><img src="http://roohit.com/images/btns/h20/01_HTP.png" border="0" alt="Use a Highlighter on this page" style="border:none; vertical-align:middle;"/></a><script type="text/javascript">  var showHover=true;  </script> <script type="text/javascript" src="http://roohit.com/site/btn.js"></script></div>
<!-- RoohIt Button END -->]]></content:encoded>
			<wfw:commentRss>http://interdata.cl/?feed=rss2&amp;p=482</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integración de Reporting Services con SharePoint (I)</title>
		<link>http://interdata.cl/?p=480</link>
		<comments>http://interdata.cl/?p=480#comments</comments>
		<pubDate>Sun, 01 Aug 2010 21:45:36 +0000</pubDate>
		<dc:creator>Rolando Escobar</dc:creator>
				<category><![CDATA[Colaboración]]></category>
		<category><![CDATA[Inteligencia de Negocios]]></category>
		<category><![CDATA[Reporting Services]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[Webparts SP2007]]></category>
		<category><![CDATA[desarrollo]]></category>

		<guid isPermaLink="false">http://interdata.cl/?p=480</guid>
		<description><![CDATA[Integración de Reporting Services con SharePoint (I) Articulos Articulo de Pablo Sousa Lastra sobre Reporting Services y SharePoint 2007 Autor: Pablo Sousa Lastra Escriba un comentario sobre este articulo Nota: Articulo de Pablo Sousa Lastra publicado en el Blog del Centro de Innovacion en Integracion &#8211; CIIN.En este post vamos a explicar los pasos a [...]]]></description>
			<content:encoded><![CDATA[<div class="ms-pagetitle">Integración de Reporting Services con SharePoint (I)</div>
<p><span class="ms-rteElement-H2"><span id="ItemContent_lblTitle">Articulos</span></span></p>
<table width="100%">
<tbody>
<tr>
<td class="pageContent" width="100%" valign="top">
<table border="0" cellspacing="0" width="100%">
<tbody>
<tr class="ms-styleheaderOld" style="border: #cccccc 1px solid;">
<td id="ImageCell" style="padding-right: 12px;" width="0%" valign="top"><img id="Image" src="http://www.gavd.net/servers/images/blank.gif" border="0" alt="" align="left" /></td>
<td class="pageContent" width="100%" valign="top">
<div class="ms-newssubhead">Articulo de Pablo Sousa Lastra sobre Reporting Services y SharePoint 2007</div>
<div class="ms-newssubhead">Autor: Pablo Sousa Lastra</div>
<div class="ms-newssubhead"><a href="http://www.gavd.net/servers/comments/comments_main.aspx?itm=430#rte">Escriba un comentario sobre este articulo</a></div>
</td>
</tr>
</tbody>
</table>
<div class="pageContent" style="padding-left: 7px; padding-right: 7px;"><strong>Nota</strong>: Articulo de Pablo Sousa Lastra <a href="http://geeks.ms/blogs/ciin/archive/2007/03/02/integraci-n-de-reporting-services-con-sharepoint-i.aspx" target="_blank">publicado en el Blog</a> del <a href="http://www.ciin.es/Pages/index.aspx" target="_blank">Centro de Innovacion en Integracion &#8211; CIIN</a>.En este post vamos a explicar los pasos a seguir para la instalación y el uso de Microsoft SQL Server 2005 Reporting Services en sitios SharePoint, ya sean WSS 3.0 o MOSS. Esta configuración la conseguimos gracias a que Microsoft ha publicado recientemente la versión definitiva del Service Pack 2 de SQL Server que entre una de sus muchas novedades, habilita dentro de la configuración del Reporting Services una nueva opción para poderlo integrar con sitios SharePoint y a los también publicados Add-in de SQL Server 2005 Reporting Services para SharePoint, que nos incluyen:</p>
<p>· Dos Web Part, Report Explorer y Report Viewer que nos permiten visualizar informes, exportarlos con otros formatos, imprimir y realizar zoom<br />
· Tres content types, Report Builder Model, Report Builder Report y Report Data Source con las que podemos diseñarnos informes desde el propio SharePoint conociendo el origen de los datos<br />
· Nuevas opciones en la administración central de SharePoint para administrar el acceso y la seguridad al servidor de Reporting Services</p>
<p>Antes de empezar a configurar el servidor de Reporting Services y el de SharePoint, tenemos que estar seguro de que nuestro escenario tengamos instalados todos estos componentes:</p>
<p>· SQL Server 2005 Reporting Services<br />
· SQL Server 2005 Service Pack 2<br />
· Office SharePoint Server 2007 ó Windows SharePoint Services 3.0<br />
· Microsoft SQL Server 2005 Reporting Services Add-in for Microsoft SharePoint Technologies</p>
<p><strong>Configuración del servidor de Reporting Services </strong></p>
<p>Lo primero que vamos a realizar es la configuración del servidor de Reporting Services para poderlo integrar con sitios SharePoint. Para ello vamos a realizar los siguientes pasos:</p>
<p>· Configurar los parámetros del IIS para definir un sitio web en el que alojar los Reporting Services</p>
<p>   · Accedemos a la administración del IIS<br />
   · Normalmente, veremos que el Default Web Site está parado, ya que SharePoint utiliza el puerto 80 en un sitio web diferente y deshabilita este sitio, por eso vamos modificarle especificando un puerto diferente, ej. 8080, y después lo habilitamos para que así esté disponible en la configuración de Reporting Services</p>
<p><img src="http://www.gavd.net/servers/files/images/2007/PabloSousa_09.jpg" alt="" />· Vamos a la pantalla de administración de Reporting Services pulsando sobre Start à All Programs à Microsoft SQL 2005 à Configuration Tools à Reporting Services Configurations<br />
· El primer paso que realizamos para la configuración es entrar en la opción de Report Server Virtual Directory y crear un nuevo directorio virtual en nuestro sitio web, seleccionando el Default Web Site y estableciendo un nombre del directorio virtual, por defecto ReportServer</p>
<p><img src="http://www.gavd.net/servers/files/images/2007/PabloSousa_10.jpg" alt="" />· Después pulsamos sobre la opción Database Setup para crear una nueva base de datos de Reporting Services y la vinculamos con nuestro sitio SharePoint realizando los siguientes pasos:</p>
<p>   · Seleccionamos el servidor SQL Server donde queramos guardar la base de datos<br />
   · Pulsamos sobre New para crear esta base de datos, especificamos las credenciales con permisos necesarios en el SQL Server para crear bases de datos y establecemos un nombre a la base de datos, ReportServer<br />
   · Por último seleccionamos la opción Create the report server database in SharePoint integrated mode para integrarlo con SharePoint y pulsamos Ok.</p>
<p><img src="http://www.gavd.net/servers/files/images/2007/PabloSousa_11.jpg" alt="" />   · Nos aparecerá una pantalla en la que volveremos a especificar las credenciales de un usuario con privilegios administrativos que el servidor usará para acceder a la base de datos.</p>
<p>· Por último, pulsamos sobre Web Service Identity y seleccionamos el application pool que queremos que tenga asociado nuestro sitio web ReportServer.</p>
<p><img src="http://www.gavd.net/servers/files/images/2007/PabloSousa_12.jpg" alt="" /><br />
<img src="http://www.gavd.net/servers/files/images/2007/PabloSousa_13.jpg" alt="" />Ahora que ya tenemos configurado todos los parámetros del Reporting Services, pulsamos sobre la opción de SharePoint Integration y vemos que aparece un enlace que nos abrirá la administración central de SharePoint para poder seguir con la configuración.</p>
<p><img src="http://www.gavd.net/servers/files/images/2007/PabloSousa_14.png" alt="" /><strong>Nota</strong>: Una consideración a tener en cuenta, es que si instalamos el servidor de Reporting Services en una maquina diferente a donde tenemos instalado SharePoint, tendremos que realizar una instalación básica de SharePoint en este servidor para que tenga disponible el modelo de objetos de SharePoint.</p>
<p><strong>Configuración del servidor SharePoint </strong></p>
<p>Una vez que ya tenemos configurado nuestro servidor de Reporting Services y después de ejecutar el programa de instalación de Microsoft SQL Server 2005 Reporting Services Add-in para Microsoft SharePoint Technologies en el servidor de SharePoint, vamos a configurar nuestro servidor SharePoint. Para ello, si vamos a la administración central de SharePoint y pulsamos sobre la ficha de Application Management podremos ver el nuevo menú de Reporting Services que nos ha añadido estos add-in.</p>
<p><img src="http://www.gavd.net/servers/files/images/2007/PabloSousa_15.png" alt="" />Este menú está compuesto por tres apartados diferentes que tendremos que configurar uno a uno para terminar de configurar nuestro servidor, y que sirven para:</p>
<p>· <strong>Manage integration settings</strong>: Configurar la URL de acceso al servidor de Reporting Services (ej. http://ServerName:8080/reportserver) y su modo de auntentificación (Windows o trusted account)</p>
<p><img src="http://www.gavd.net/servers/files/images/2007/PabloSousa_16.png" alt="" /><strong>Grant database Access</strong>: Configurar el nombre del servidor donde se encuentra la base de datos de Reporting services y las credenciales necesarias para poder acceder a ella.</p>
<p><img src="http://www.gavd.net/servers/files/images/2007/PabloSousa_17.png" alt="" /><br />
<img src="http://www.gavd.net/servers/files/images/2007/PabloSousa_18.jpg" alt="" /><strong>Set Server defaults</strong>: Modificar otros parámetros de la configuración como los timeout de acceso, habilitar los logs, …</p>
<p><img src="http://www.gavd.net/servers/files/images/2007/PabloSousa_19.png" alt="" />Una vez que hayamos terminado de realizar todos estos pasos, ya tendremos configurado nuestro servidor SharePoint para poder utilizar Reporting Services.</p>
<p><strong>Links de descargas</strong>:</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=1e53f882-0c16-4847-b331-132274ae8c84&amp;DisplayLang=en" target="_blank">Microsoft SQL Server 2005 Reporting Services Add-in para Microsoft SharePoint Technologies</a>.  -  <a href="http://blogs.msdn.com/sharepoint/archive/2007/02/19/microsoft-sql-server-2005-sp2-reporting-services-integration-with-wss-3-0-and-moss-2007.aspx" target="_blank">Novedades</a></p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?familyid=d07219b2-1e23-49c8-8f0c-63fa18f26d3a&amp;displaylang=en&amp;tm" target="_blank">Microsoft SQL Server 2005 SP 2</a>.  -  <a href="http://download.microsoft.com/download/2/b/5/2b5e5d37-9b17-423d-bc8f-b11ecd4195b4/WhatsNewSQL2005SP2.htm" target="_blank">Novedades</a></p>
</div>
</td>
</tr>
</tbody>
</table>
<p><a href="http://www.gavd.net/servers/sharepointv3/spsv3_item.aspx?top=art&amp;itm=430">http://www.gavd.net/servers/sharepointv3/spsv3_item.aspx?top=art&amp;itm=430</a></p>

<!-- RoohIt Button BEGIN -->
<div class="roohit_container" style=" height:30px;"><span style="background-color:#ffff00; font-weight:float:left; text-align:left;">Click on pen to</span> <a class="roohitBtn" href="http://roohit.com/http://interdata.cl/?p=480" title="Use a Highlighter on this page"><img src="http://roohit.com/images/btns/h20/01_HTP.png" border="0" alt="Use a Highlighter on this page" style="border:none; vertical-align:middle;"/></a><script type="text/javascript">  var showHover=true;  </script> <script type="text/javascript" src="http://roohit.com/site/btn.js"></script></div>
<!-- RoohIt Button END -->]]></content:encoded>
			<wfw:commentRss>http://interdata.cl/?feed=rss2&amp;p=480</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutoriales de Reporting Services</title>
		<link>http://interdata.cl/?p=479</link>
		<comments>http://interdata.cl/?p=479#comments</comments>
		<pubDate>Sun, 01 Aug 2010 21:10:15 +0000</pubDate>
		<dc:creator>Rolando Escobar</dc:creator>
				<category><![CDATA[Reporting Services]]></category>

		<guid isPermaLink="false">http://interdata.cl/?p=479</guid>
		<description><![CDATA[Tutoriales de Reporting Services Actualizado: 17 de julio de 2006Microsoft SQL Server 2005 Reporting Services (SSRS) incluye tutoriales que puede usar para adquirir conocimientos básicos paso a paso. Herramientas de Reporting Services Proporciona una introducción a la herramienta de configuración de Reporting Services, el Administrador de informes, el Generador de informes, el Diseñador de informes [...]]]></description>
			<content:encoded><![CDATA[<div>Tutoriales de Reporting Services</div>
<div id="mainSection">
<div id="mainBody">
<p>Actualizado: <strong>17 de julio de 2006</strong>Microsoft SQL Server 2005 Reporting Services (SSRS) incluye tutoriales que puede usar para adquirir conocimientos básicos paso a paso.</p>
<dl>
<dt><a href="http://msdn.microsoft.com/es-es/library/aa337424(v=SQL.90).aspx">Herramientas de Reporting Services</a></dt>
<dd>Proporciona una introducción a la herramienta de configuración de Reporting Services, el Administrador de informes, el Generador de informes, el Diseñador de informes y el Diseñador de modelos al mostrar cómo se encuentra y se abre cada herramienta.</p>
</dd>
</dl>
<dl>
<dt><a href="http://msdn.microsoft.com/es-es/library/ms167305(v=SQL.90).aspx">Crear un informe básico</a></dt>
<dd>Siga los pasos de este tutorial para aprender a crear su primer informe. Este tutorial muestra cómo trabajar con el Diseñador de informes para crear una conexión de origen de datos, definir una consulta sencilla y crear un diseño que contenga sus datos.</p>
</dd>
</dl>
<dl>
<dt><a href="http://msdn.microsoft.com/es-es/library/ms170623(v=SQL.90).aspx">Agregar características de agrupación, ordenación y formato a un informe básico</a></dt>
<dd>Este tutorial sirve de complemento al tutorial anterior y muestra cómo agrupar, ordenar y asignar formato a un informe.</p>
</dd>
</dl>
<dl>
<dt><a href="http://msdn.microsoft.com/es-es/library/aa337432(v=SQL.90).aspx">Agregar parámetros a un informe tabular básico</a></dt>
<dd>Este tutorial se basa en el tutorial anterior al mostrar cómo agregar parámetros que controlan la apariencia y el contenido de un informe.</p>
</dd>
</dl>
<dl>
<dt><a href="http://msdn.microsoft.com/es-es/library/aa337460(v=SQL.90).aspx">Características avanzadas mediante el uso de parámetros</a></dt>
<dd>Este tutorial muestra cómo agregar parámetros en cascada, cómo trabajar con parámetros con varios valores y cómo pasar parámetros a informes integrados, informes vinculados e informes de obtención de detalles.</p>
</dd>
</dl>
<dl>
<dt><a href="http://msdn.microsoft.com/es-es/library/ms345334(v=SQL.90).aspx">Usar datos XML en un informe</a></dt>
<dd>Puede generar informes que recuperen datos de un servicio Web XML. En este tutorial se explica cómo configurar la conexión, definir el conjunto de datos y devolver resultados de consulta.</p>
</dd>
</dl>
<dl>
<dt><a href="http://msdn.microsoft.com/es-es/library/aa337469(v=SQL.90).aspx">Tutoriales para la administración del servidor de informes</a></dt>
<dd>Estos tutoriales son para administradores del servidor de informes y administradores de contenido:</p>
<p><a href="http://msdn.microsoft.com/es-es/library/ms169673(v=SQL.90).aspx">Crear una suscripción controlada por datos</a> muestra cómo crear una suscripción controlada por datos, que es una forma especializada de entrega de informes que utiliza una consulta para obtener preferencias y datos de suscripción.</p>
<p><a href="http://msdn.microsoft.com/es-es/library/aa337491(v=SQL.90).aspx">Establecer permisos en Reporting Services</a> muestra cómo crear asignaciones de funciones que controlan el acceso al contenido del servidor de informes.</p>
</dd>
</dl>
<dl>
<dt><a href="http://msdn.microsoft.com/es-es/library/aa337436(v=SQL.90).aspx">Tutoriales de informes ad hoc</a></dt>
<dd>Los informes ad hoc comienzan con modelos que proporcionan los metadatos requeridos para crear informes con el Generador de informes. Estos tutoriales muestran cómo generar modelos con el Diseñador de modelos y las herramientas de administración disponibles, y cómo crear informes con el Generador de informes:</p>
<p><a href="http://msdn.microsoft.com/es-es/library/ms167048(v=SQL.90).aspx">Crear un modelo de informe</a> muestra cómo crear su primer modelo de informe utilizando datos de la base de datos AdventureWorks, configurar la información de conexión, definir una vista del origen de datos, definir un modelo de informe y publicar el modelo en un servidor de informes.</p>
<p><a href="http://msdn.microsoft.com/es-es/library/ms345303(v=SQL.90).aspx">Perfeccionar un modelo de informe en el Diseñador de modelos</a> muestra cómo modificar el modelo para facilitar su uso en el Generador de informes. En este tutorial organizará y aplicará formato a los datos y creará campos.</p>
<p><a href="http://msdn.microsoft.com/es-es/library/ms345292(v=SQL.90).aspx">Crear un modelo de informe basado en un cubo de Analysis Services</a> muestra cómo crear un modelo de informe basado en su cubo de Analysis Services.</p>
<p><a href="http://msdn.microsoft.com/es-es/library/ms365305(v=SQL.90).aspx">Aplicar filtros de seguridad a elementos del modelo de informe</a> muestra cómo aplicar seguridad de nivel de fila a elementos del modelo.</p>
<p><a href="http://msdn.microsoft.com/es-es/library/ms345322(v=SQL.90).aspx">Tutorial: Crear informes basados en modelos en el Diseñador de informes</a> usa el Diseñador de consultas del modelo de informe en el Diseñador de informes para generar consultas con modelos de informes.</p>
<p><a href="http://msdn.microsoft.com/es-es/library/ms365324(v=SQL.90).aspx">Personalizar informes click-through del Generador de informes</a> muestra cómo crear sus propios informes y asociarlos a los informes del Generador de informes como informes click-through personalizados.</p>
</dd>
</dl>
<dl>
<dt><a href="http://msdn.microsoft.com/es-es/library/aa337423(v=SQL.90).aspx">Tutoriales para el desarrollo de Reporting Services</a></dt>
<dd>En estos tutoriales se muestran las características básicas de programación de Reporting Services:</p>
<p><a href="http://msdn.microsoft.com/es-es/library/ms169926(v=SQL.90).aspx">Obtener acceso al servicio Web del Servidor de informes mediante Visual Basic o Visual C#</a> muestra cómo tener acceso al servicio Web del servidor de informes para recuperar propiedades de los elementos.</p>
<p><a href="http://msdn.microsoft.com/es-es/library/ms170667(v=SQL.90).aspx">Generar RDL mediante .NET Framework</a> utiliza el XmlTextWriter y datos de ejemplo para crear una definición de informe mediante programación.</p>
<p><a href="http://msdn.microsoft.com/es-es/library/aa337451(v=SQL.90).aspx">Actualizar informes con clases generadas a partir del esquema RDL</a> utiliza la herramienta <strong>xsd</strong> para generar clases de C# o VB a partir del esquema RDL, lo que le permite actualizar definiciones de informe mediante programación.</p>
</dd>
</dl>
<div>
<table>
<tbody>
<tr>
<th><img id="note" src="http://i.msdn.microsoft.com/Hash/030c41d9079671d09a62d8e2c1db6973.gif" alt="ms170246.note(es-es,SQL.90).gif" />Nota:</th>
</tr>
<tr>
<td>Algunos tutoriales requieren ediciones específicas de SQL Server. Por ejemplo, la funcionalidad de modelos está disponible en las ediciones Standard, Developer y Enterprise, pero no en SQL Server 2005 Express with Advanced Services. Los requisitos de la edición se indican en la sección de requisitos de cada tutorial. </td>
</tr>
</tbody>
</table>
<p> </p>
</div>
<p>Algunos tutoriales utilizan las bases de datos y los informes de ejemplo de Reporting Services. Los ejemplos no se instalan automáticamente durante la ejecución del programa de instalación, pero puede instalarlos en cualquier momento. Para obtener información acerca de cómo instalar los ejemplos, vea <a href="http://msdn.microsoft.com/es-es/library/ms161556(v=SQL.90).aspx">Instalar ejemplos</a>.</p>
<div>
<div>Vea también</p>
<div>
<hr /></div>
</div>
<p><a id="seeAlsoToggle"></a></p>
<h4>Otros recursos</h4>
<p><a href="http://msdn.microsoft.com/es-es/library/ms160954(v=SQL.90).aspx">Ejemplos de SQL Server Reporting Services</a><br />
<a href="http://msdn.microsoft.com/es-es/library/ms159253(v=SQL.90).aspx">Diseñar y crear informes</a><br />
<a href="http://msdn.microsoft.com/es-es/library/ms124659(v=SQL.90).aspx">Base de datos OLTP de ejemplo AdventureWorks</a><br />
<a href="http://msdn.microsoft.com/es-es/library/ms161542(v=SQL.90).aspx">Ejemplos de informes (Reporting Services)</a><br />
<a href="http://msdn.microsoft.com/es-es/library/ms156272(v=SQL.90).aspx">Trabajar con modelos</a></div>
</div>
</div>

<!-- RoohIt Button BEGIN -->
<div class="roohit_container" style=" height:30px;"><span style="background-color:#ffff00; font-weight:float:left; text-align:left;">Click on pen to</span> <a class="roohitBtn" href="http://roohit.com/http://interdata.cl/?p=479" title="Use a Highlighter on this page"><img src="http://roohit.com/images/btns/h20/01_HTP.png" border="0" alt="Use a Highlighter on this page" style="border:none; vertical-align:middle;"/></a><script type="text/javascript">  var showHover=true;  </script> <script type="text/javascript" src="http://roohit.com/site/btn.js"></script></div>
<!-- RoohIt Button END -->]]></content:encoded>
			<wfw:commentRss>http://interdata.cl/?feed=rss2&amp;p=479</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft SQL Server 2005 Reporting Services Add-in for Microsoft SharePoint Technologies</title>
		<link>http://interdata.cl/?p=477</link>
		<comments>http://interdata.cl/?p=477#comments</comments>
		<pubDate>Sat, 31 Jul 2010 02:33:13 +0000</pubDate>
		<dc:creator>Rolando Escobar</dc:creator>
				<category><![CDATA[Reporting Services]]></category>

		<guid isPermaLink="false">http://interdata.cl/?p=477</guid>
		<description><![CDATA[Brief Description The Microsoft SQL Server 2005 Reporting Services Add-in for Microsoft SharePoint Technologies is a Web download that provides features for running a report server within a larger deployment of Windows SharePoint Services 3.0 or Microsoft Office SharePoint Server 2007. http://www.microsoft.com/downloads/details.aspx?FamilyID=1e53f882-0c16-4847-b331-132274ae8c84&#38;displaylang=en http://www.microsoft.com/downloads/details.aspx?displaylang=es&#38;FamilyID=1e53f882-0c16-4847-b331-132274ae8c84 Información general Microsoft SQL Server 2005 Reporting Services para las tecnologías de [...]]]></description>
			<content:encoded><![CDATA[<h5>Brief Description</h5>
<div id="quickDescription">The Microsoft SQL Server 2005 Reporting Services Add-in for Microsoft SharePoint Technologies is a Web download that provides features for running a report server within a larger deployment of Windows SharePoint Services 3.0 or Microsoft Office SharePoint Server 2007.</div>
<div><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=1e53f882-0c16-4847-b331-132274ae8c84&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=1e53f882-0c16-4847-b331-132274ae8c84&amp;displaylang=en</a></div>
<div><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=es&amp;FamilyID=1e53f882-0c16-4847-b331-132274ae8c84">http://www.microsoft.com/downloads/details.aspx?displaylang=es&amp;FamilyID=1e53f882-0c16-4847-b331-132274ae8c84</a></div>
<div>
<h4>Información general</h4>
<div><a name="Description"></a>Microsoft SQL Server 2005 Reporting Services para las tecnologías de SharePoint (complemento Reporting Services) permite aprovechar las capacidades de administración y procesamiento de informes del SP2 de SQL Server 2005 en Windows SharePoint Services 3.0 o Microsoft Office SharePoint Server 2007. La descarga proporciona esta funcionalidad:</p>
<ul>
<li>Un elemento Web Visor de informes que permite ver informes, exportar a otros formatos de representación, explorar páginas, buscar, imprimir y aplicar zoom.</li>
<li>Páginas de aplicación Web para crear suscripciones y programaciones, y administrar informes, modelos y orígenes de datos.</li>
<li>Compatibilidad con el uso de características estándar de Windows SharePoint Services, incluidas la administración de documentos, la colaboración, la seguridad y la implementación con los tipos de contenido del servidor de informes.</li>
</ul>
<p>El complemento Reporting Services funciona junto con el SP2, necesario para el servidor de informes. El SP2 proporciona la siguiente funcionalidad para un servidor de informes configurado para el modo integrado de SharePoint:</p>
<ul>
<li>Sincronización de la base de datos de contenido de SharePoint con la base de datos del servidor de informes.</li>
<li>Una extensión de seguridad personalizada que usa permisos de SharePoint para controlar el acceso a las operaciones del servidor de informes.</li>
<li>Una extensión de entrega nueva que puede usar en las suscripciones para entregar informes a las bibliotecas de SharePoint.</li>
<li>Una herramienta de configuración de Reporting Services revisada que puede usar para configurar un servidor de informes para las operaciones integradas de SharePoint.</li>
<li>Un extremo SOAP nuevo para administrar el contenido del servidor de informes en el modo integrado de SharePoint.</li>
</ul>
<p><strong>Advertencia: requiere el boletín de seguridad de Microsoft MS08-052</strong><br />
Para usar esta versión del complemento Reporting Services, la implementación del servidor SQL Server Reporting Services usada junto con el complemento Reporting Services debe revisarse con las actualizaciones enumeradas en la sección <strong>Microsoft SQL Server</strong> en el <a href="http://go.microsoft.com/fwlink/?LinkID=125468&amp;clcid=0xC0A">boletín de seguridad de Microsoft MS08-052</a></p>
<p><strong>Advertencia: no se permite la actualización automática</strong><br />
Las versiones preliminares (CTP) del complemento Reporting Services no pueden actualizarse a esta versión de lanzamiento.</div>
<p><img src="http://img.microsoft.com/downloads/img/arrow_px_up.gif" alt="" align="bottom" /> <a href="#top">Principio de página</a></p>
<p><a name="Requirements"></a></p>
<h4>Requisitos del sistema</h4>
<ul>
<li><strong>Sistemas operativos compatibles: </strong>Windows Server 2003 Service Pack 1</li>
</ul>
<ul>
<li>Microsoft .NET Framework 3.0.</li>
<li>40 MB de espacio disponible en disco duro.</li>
<li>2 gigabytes de RAM.</li>
</ul>
<div>
El equipo debe cumplir los siguientes requisitos de software:</div>
<ul>
<li>Microsoft Office SharePoint Server 2007 o Windows SharePoint Services 2007 con Compatibilidad con programación de .NET.</li>
<li>Microsoft Windows Server 2003 con los Service Pack más recientes (sólo x86), configurado para ejecutarse como un servidor de aplicaciones con ASP.NET 2.0 habilitado.</li>
<li>SP2 de SQL Server 2005 Reporting Services. (Las ediciones de SQL Server compatibles son Standard, Evaluation, Developer y Enterprise. La integración del servidor no es compatible con la versión Workgroup Edition de Reporting Services o SQL Server 2005 Express con Advanced Services.)</li>
<li>SP2 de SQL Server 2005 Reporting Services se debe revisar con las actualizaciones que se enumeran en <strong>Microsoft SQL Server</strong> en el <a href="http://go.microsoft.com/fwlink/?LinkID=125468&amp;clcid=0xC0A">boletín de seguridad de Microsoft MS08-052</a>
<ul>
<li>Bien en: actualización de seguridad para <a href="http://go.microsoft.com/fwlink/?LinkID=132078&amp;clcid=0xC0A">SQL Server 2005 Service Pack 2 (KB954606)</a> (compilación 9.00.3073.00)</li>
<li>O en: actualización de seguridad para <a href="http://go.microsoft.com/fwlink/?LinkID=132079&amp;clcid=0xC0A">SQL Server 2005 Service Pack 2 (KB954607)</a> (compilación 9.00. 3282.00)</li>
</ul>
</li>
<li>Windows SharePoint Services 3.0 u Office SharePoint Server 2007. El complemento Reporting Services no es compatible con versiones anteriores de Windows SharePoint Services.</li>
<li>Los sitios Web no se pueden habilitar para el acceso anónimo.</li>
<li>Microsoft Internet Explorer 6.0 con SP2 o posterior. Se recomienda encarecidamente Microsoft Internet Explorer 7.0.</li>
</ul>
<h4>Instrucciones</h4>
<div>Puede instalar o configurar los servidores en cualquier orden, pero las operaciones integradas sólo estarán disponibles cuando se hayan completado los pasos de configuración en los dos servidores. Para obtener información detallada acerca de los pasos de la instalación, vea el archivo Léame del complemento Reporting Services.</p>
<ul><strong>Paso 1:</strong> instalar una instancia de la tecnología de SharePoint.</p>
<p><strong>Paso 2:</strong> instalar Reporting Services, aplicar <a href="http://go.microsoft.com/fwlink/?LinkId=82758">Service Pack 2 de SQL Server 2005</a> y aplicar actualizaciones que se enumeran en <strong>Microsoft SQL Server</strong> en el <a href="http://go.microsoft.com/fwlink/?LinkID=125468&amp;clcid=0xC0A">boletín de seguridad de Microsoft MS08-052</a>.</p>
<p><strong>Paso 3:</strong> configurar Reporting Services.</p>
<p><strong>Paso 4:</strong> descargar el complemento Reporting Services haciendo clic en el vínculo SharePointRS.msi, más adelante en esta página. Para iniciar la instalación inmediatamente, haga clic en <strong>Ejecutar</strong>. Para instalar en otro momento, haga clic en <strong>Guardar</strong>.</p>
<p><strong>Paso 5:</strong> instalar el complemento Reporting Services y configurar el servidor de informes en la instancia de la tecnología de SharePoint.</p>
<p><strong>Paso 6:</strong> establecer permisos y agregar tipos de contenido de Reporting Services.</p>
<p><strong>Paso 7:</strong> comprobar la instalación.</ul>
<ul><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=es&amp;FamilyID=1e53f882-0c16-4847-b331-132274ae8c84">http://www.microsoft.com/downloads/details.aspx?displaylang=es&amp;FamilyID=1e53f882-0c16-4847-b331-132274ae8c84</a></ul>
</div>
</div>

<!-- RoohIt Button BEGIN -->
<div class="roohit_container" style=" height:30px;"><span style="background-color:#ffff00; font-weight:float:left; text-align:left;">Click on pen to</span> <a class="roohitBtn" href="http://roohit.com/http://interdata.cl/?p=477" title="Use a Highlighter on this page"><img src="http://roohit.com/images/btns/h20/01_HTP.png" border="0" alt="Use a Highlighter on this page" style="border:none; vertical-align:middle;"/></a><script type="text/javascript">  var showHover=true;  </script> <script type="text/javascript" src="http://roohit.com/site/btn.js"></script></div>
<!-- RoohIt Button END -->]]></content:encoded>
			<wfw:commentRss>http://interdata.cl/?feed=rss2&amp;p=477</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instalacion y Configuración RS en SharePoint 2007</title>
		<link>http://interdata.cl/?p=475</link>
		<comments>http://interdata.cl/?p=475#comments</comments>
		<pubDate>Sat, 31 Jul 2010 02:28:09 +0000</pubDate>
		<dc:creator>Rolando Escobar</dc:creator>
				<category><![CDATA[Reporting Services]]></category>

		<guid isPermaLink="false">http://interdata.cl/?p=475</guid>
		<description><![CDATA[SharePoint and Reporting Services &#8211; Introduction SharePoint and Reporting Services &#8211; Installation and Setup. SharePoint and Reporting Services &#8211; Setup your database. SharePoint and Reporting Services &#8211; Authoring a simple report. SharePoint and Reporting Services &#8211; Enabling end users &#8211; the report model. First of all, why bother with SQL Server Reporting Services? If your [...]]]></description>
			<content:encoded><![CDATA[<hr />
<ol>
<li><a href="http://blah.winsmarts.com/2007-12-SharePoint_and_SQL_Server_Reporting_Services.aspx" target="_blank"><span style="color: #669966;">SharePoint and Reporting Services &#8211; Introduction</span></a></li>
<li><a href="http://blah.winsmarts.com/2007-12-SharePoint_and_SQL_Server_Reporting_Services_-_Installation_and_Setup.aspx" target="_blank"><span style="color: #669966;">SharePoint and Reporting Services &#8211; Installation and Setup</span></a>.</li>
<li><a href="http://blah.winsmarts.com/2007-12-SharePoint_and_SQL_Server_Reporting_Services_-_Setup_your_database.aspx" target="_blank"><span style="color: #669966;">SharePoint and Reporting Services &#8211; Setup your database</span></a>.</li>
<li><a href="http://blah.winsmarts.com/2007-12-SharePoint_and_SQL_Server_Reporting_Services_-_Authoring_a_simple_report.aspx" target="_blank"><span style="color: #669966;">SharePoint and Reporting Services &#8211; Authoring a simple report</span></a>.</li>
<li><a href="http://blah.winsmarts.com/2007-12-SharePoint_and_SQL_Server_Reporting_Services_-_Enable_End_users_-_The_Report_Model.aspx" target="_blank"><span style="color: #669966;">SharePoint and Reporting Services &#8211; Enabling end users &#8211; the report model</span></a>.</li>
</ol>
<hr />First of all, <strong>why bother with SQL Server Reporting Services</strong>?</p>
<p>If your organization isn&#8217;t diving into the data to answer critical questions about the business it is running, it is missing out on a LOT.</p>
<p>There is an interesting simile. In the 1950&#8242;s the United States was mostly a manufacturing economy. We used to produce cars for instance, our car factories were the envy of the world. Car manufacturers used to play a poker game with the steel mills. The steel suppliers would be able to charge higher prices if they knew that a particular car manufacturer has very little steel left, and vice versa. As a result, the car manufacturer had to horde steel, and the steel manufacturer had to guess what the market really needed.</p>
<p>Over time, we moved to a &#8220;just in time&#8221; production scheme, where your business knew exactly what was in store, and what was to be ordered, and the market drove the prices &#8211; rather than the poker game.</p>
<p>As our economies continue to produce goods that are more and more conceptual in nature (the United States is no longer a manufacturing economy), such just in time production, is made possible by up to date business intelligence and data mining. Thus, products such as SQL Server Reporting Services, Analysis Services etc. are super important.</p>
<p>Okay good, but then, <strong>why bother with SharePoint &amp; Reporting services?</strong></p>
<p>Have you worked with reporting services? Did you see the web based portal it produces? Okay great &#8211; now security tie that down, and prepare a dashboard in conjunction with bunch of other valuable data and maybe even collaborative content maintainence areas. Most SQL server gurus would have a heart attack here, because the web based reports delivery mechanism that comes with SQL Server reporting services, albeit useful, is not known for it&#8217;s high customizability <img src='http://interdata.cl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p>That is where SharePoint steps in. SharePoint lets you create a portal that lets you store the various data source views (?), and reports inside sharepoint document libraries. It then lets users <span style="text-decoration: underline;">manage reports subscriptions, delivery, generation, rendering, and snapshotting </span>- all via the sharepoint UI, which by the way is 100% brandable.</p>
<p>DANG!! This is something that was impossible to acheive on the Microsoft platform, without this combination, and yet such a minor thing to ask as far as the end business user is concerned.</p>
<p>Wow, I am impressed. So how do I setup my SharePoint farm to make use of SQL Server reporting services?</p>
<p>There are 2 steps &#8211; Installation and Setup.</p>
<p><strong><span style="text-decoration: underline;">Installation</span></strong></p>
<p>Okay, you can mix up everything on a single server, but I am going to talk of a typical production setup &#8211; with 3 servers.</p>
<ol>
<li>Your MOSS Web front end (these may be multiple) (call it MOSSWFE)</li>
<li>Your SQL Server (call it SQLDB)</li>
<li>A machine with reporting services + developer box. (Call it MOSSReports)</li>
</ol>
<p>What you need to do is,</p>
<p>a) Install <a href="http://technet.microsoft.com/en-us/sqlserver/bb426877.aspx" target="_blank">SQL Server SP2</a> on your SQL Server &amp; MOSSReports.</p>
<p>b) Install the SQL Server reporting services add-in (<a href="http://www.microsoft.com/downloads/details.aspx?familyid=1E53F882-0C16-4847-B331-132274AE8C84&amp;displaylang=en" target="_blank">SharePointRS.msi</a>) on the SharePoint 2007 web front ends.</p>
<blockquote><p>Execute the following command on <span style="text-decoration: underline;">all WFE&#8217;s </span>-</p>
<p>stsadm.exe -o addwppack -filename &#8220;C:\Program Files\Microsoft SQL Server\90\Tools\Reporting Services\SharePoint\RSWebParts.cab&#8221;</p>
<p>This command will give you the necessary webparts.</p></blockquote>
<p>c) Finally, install reporting services on MOSSReports, and also have the Business Intelligence Development studio installed either on the same machine, or on a seperate developer box.</p>
<p>That&#8217;s it. Installation is done.</p>
<p>The next step is setup.</p>
<p><strong><span style="text-decoration: underline;">Setup</span></strong></p>
<p>Okay, SSRS (SQL Server reporting services) can be used with SharePoint in 2 manners -</p>
<p>a) Native, b) SharePoint integrated mode.</p>
<p>Native is .. well .. you&#8217;re still enamored to the ugly reports server UI, and you are using the HTML Viewer web part to render reports. IMO not very compelling.</p>
<p>SharePoint integrated mode is where you ditch the web UI that comes with reporting services, and instead rely on sharepoint to hold data sources and reports in it&#8217;s document libraries, and offer all functionality via sharepoint. The functionality is very rich and can be compared with any top end reporting/BI platform.</p>
<p>Native mode &#8211; you can&#8217;t really talk much about it, except &#8211; blah here is a report. So I&#8217;m going to leave it to you to play with.</p>
<p>Instead, I am going to talk about the cooler stuff &#8211; the SharePoint integrated mode.</p>
<p>In order to setup SharePoint integrated mode, run the Reporting Srevices Configuration Manager, and under database setup, create a new database under sharepoint integrated mode. Your sceen should look a bit like this -</p>
<p><img src="http://img254.imageshack.us/img254/9942/71642828in6.png" alt="" /></p>
<p>Great. Now that your SQL Server side is setup, you need to perform some further configuration on your MOSS box. Use the following steps:</p>
<p><span style="text-decoration: underline;">Step #1: </span></p>
<p>Go to central administration, under application management, go to the section that says &#8220;Reporting Services&#8221;, and click on the first link that says &#8220;Configure Reporting Services Integration&#8221;. Over here, you need to type in the Report Web Service URL, in our case <a href="http://mossreports:8080/ReportServer">http://mossreports:8080/ReportServer</a>. Also, you need to specify the kind of authentication you intend to use. For convenience in a dev environment, you may use Windows Authentication, but to avoid the zillion connection pools in a production environment, you must choose Trusted Connection &#8211; so it allows you to use SQL Server auth.</p>
<p><span style="text-decoration: underline;">Step #2: </span></p>
<p>Again, under central admin, application management, click on &#8220;Grant Database Access&#8221;. This is hella important, because this gives the various accounts, SQL Server or MOSS, whatever database access they need for the integration to work. Specify the DB details, hit OK, and a dialogbox should pop up as shown below:</p>
<p><img src="http://img214.imageshack.us/img214/9837/dialogboxkp7.png" alt="" /></p>
<p>Enter the user id/password for the Config Account (farm account?) over here, and hit OK. This makes configuration so &#8211; less &#8211; painful <img src='http://interdata.cl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p><span style="text-decoration: underline;">Step #3 (optional): </span></p>
<p>If you are using sharepoint integrated mode, you can set various defaults by clicking on &#8220;Reporting Services Defaults&#8221;.</p>
<p><span style="text-decoration: underline;">Step #4:</span></p>
<p>Provision a website, I provisioned port 80.</p>
<p>Create a site collection at / (root), I created one using the blank site template.</p>
<p>Go to Site collection features, and activate the &#8220;Report Server Integration Feature&#8221;.</p>
<p>Create two document libraries</p>
<p>a) One a simple document library, call it &#8220;Reports&#8221; &lt;&#8211; this is where we will store our reports.</p>
<p>b) One a data connection library, call it &#8220;Data Connections&#8221; &lt;&#8211; this is where we will store our data connections.</p>
<p>GREAT! Now we&#8217;re all ready to start authorin&#8217; reports!! w00t!</p>
<p>But, before you can author reports, you&#8217;ve gotta setup a database.</p>
<p><a href="http://blah.winsmarts.com/2007-12-SharePoint_and_SQL_Server_Reporting_Services_-_Installation_and_Setup.aspx">http://blah.winsmarts.com/2007-12-SharePoint_and_SQL_Server_Reporting_Services_-_Installation_and_Setup.aspx</a></p>

<!-- RoohIt Button BEGIN -->
<div class="roohit_container" style=" height:30px;"><span style="background-color:#ffff00; font-weight:float:left; text-align:left;">Click on pen to</span> <a class="roohitBtn" href="http://roohit.com/http://interdata.cl/?p=475" title="Use a Highlighter on this page"><img src="http://roohit.com/images/btns/h20/01_HTP.png" border="0" alt="Use a Highlighter on this page" style="border:none; vertical-align:middle;"/></a><script type="text/javascript">  var showHover=true;  </script> <script type="text/javascript" src="http://roohit.com/site/btn.js"></script></div>
<!-- RoohIt Button END -->]]></content:encoded>
			<wfw:commentRss>http://interdata.cl/?feed=rss2&amp;p=475</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WSS 3.0 &amp; MOSS: ¿Qué pasa con la integración con SSRS 2008?</title>
		<link>http://interdata.cl/?p=473</link>
		<comments>http://interdata.cl/?p=473#comments</comments>
		<pubDate>Sat, 31 Jul 2010 02:12:04 +0000</pubDate>
		<dc:creator>Rolando Escobar</dc:creator>
				<category><![CDATA[Reporting Services]]></category>

		<guid isPermaLink="false">http://interdata.cl/?p=473</guid>
		<description><![CDATA[Como sabéis, con el SP2 de SQL Server 2006 y unos ciertos Add-In, se conseguía una integración realmente espectacular entre SQL Server Reporting Services 2005 (SSRS 2005) y SharePoint (Podéis encontrar información sobre esta integración en los posts I, II y III que escribimos hace tiempo). Pues bien, con SQL Server 2008 recién liberado, seguramente [...]]]></description>
			<content:encoded><![CDATA[<p>Como sabéis, con el SP2 de SQL Server 2006 y unos ciertos Add-In, se conseguía una integración realmente espectacular entre SQL Server Reporting Services 2005 (SSRS 2005) y SharePoint (Podéis encontrar información sobre esta integración en los posts <a href="http://geeks.ms/blogs/ciin/archive/2007/03/02/integraci-n-de-reporting-services-con-sharepoint-i.aspx">I</a>, <a href="http://geeks.ms/blogs/ciin/archive/2007/03/08/integraci-n-de-reporting-services-con-sharepoint-ii.aspx">II</a> y <a href="http://geeks.ms/blogs/ciin/archive/2008/01/03/integraci-243-n-de-reporting-services-con-sharepoint-iii.aspx">III</a> que escribimos hace tiempo). Pues bien, con SQL Server 2008 recién liberado, seguramente que muchos os preguntaréis que pasa con la integración de SSRS 2008…la respuesta es sencilla. Por un lado, al activar SSRS se nos pregunta por el el tipo de instalación: nativa o integrada con SharePoint (lógicamente, SQL Server 2008 ya ofrece a la caja esta posibilidad sin tener que instalar ningún SP adicional).</p>
<p><img src="http://geeks.ms/blogs/ciin/WindowsLiveWriter/SQLServer2008CreandoinformesconSSRS2008I_124D3/image_22.png" alt="" width="240" height="172" /></p>
<p>Una vez activado SSRS en modo integrado, necesitaremos instalarnos los <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=200fd7b5-db7c-4b8c-a7dc-5efee6e19005&amp;DisplayLang=en">Microsoft SQL Server 2008 Reporting Services Add-in for SharePoint Technologies (Reporting Services Add-in)</a> que Microsoft acaba de liberar. Estos Add-in nos permiten aprovechar toda la capacidad de procesamiento y gestión que nos da SQL Server 2008 dentro de WSS 3.0 &amp; MOSS. Tal y como podéis comprobar en la página de descarga del Add-in, las funcionalidades disponibles son las siguientes:</p>
<ul>
<li><em>A Report Viewer Web Part that provides report viewing capability, export to other rendering formats, page navigation, search, print, and zoom. </em></li>
<li><em>Web application pages so that you can create subscriptions and schedules, and manage reports, models, and data sources.</em></li>
<li><em>Support for using standard Windows SharePoint Services features including document management, collaboration, security, and deployment with report server content types.</em></li>
</ul>
<p>Ahora a ya sólo queda empezar a probar como de buena es la integración entre SharePoint y SSRS 2008 con estos Add-In…lo veremos en próximos capítulos.</p>
<p><a href="http://jcgonzalezmartin.wordpress.com/2008/08/10/wss-3-0-amp-moss-191-qu-233-pasa-con-la-integraci-243-n-con-ssrs-2008/">http://jcgonzalezmartin.wordpress.com/2008/08/10/wss-3-0-amp-moss-191-qu-233-pasa-con-la-integraci-243-n-con-ssrs-2008/</a></p>
<p><a href="http://jcgonzalezmartin.wordpress.com/">Pasión por la tecnología…</a></p>

<!-- RoohIt Button BEGIN -->
<div class="roohit_container" style=" height:30px;"><span style="background-color:#ffff00; font-weight:float:left; text-align:left;">Click on pen to</span> <a class="roohitBtn" href="http://roohit.com/http://interdata.cl/?p=473" title="Use a Highlighter on this page"><img src="http://roohit.com/images/btns/h20/01_HTP.png" border="0" alt="Use a Highlighter on this page" style="border:none; vertical-align:middle;"/></a><script type="text/javascript">  var showHover=true;  </script> <script type="text/javascript" src="http://roohit.com/site/btn.js"></script></div>
<!-- RoohIt Button END -->]]></content:encoded>
			<wfw:commentRss>http://interdata.cl/?feed=rss2&amp;p=473</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reporting Services y su integración con SharePoint</title>
		<link>http://interdata.cl/?p=471</link>
		<comments>http://interdata.cl/?p=471#comments</comments>
		<pubDate>Sat, 31 Jul 2010 02:07:32 +0000</pubDate>
		<dc:creator>Rolando Escobar</dc:creator>
				<category><![CDATA[Reporting Services]]></category>

		<guid isPermaLink="false">http://interdata.cl/?p=471</guid>
		<description><![CDATA[A cotinuación nos gustaría compartir con ustedes una recopilación de ligas interesantes que podrían ser de utilidad en un momento dado, respecto a Reporting Services y SharePoint How to: Add Report Server Content Types to a Library (Reporting Services in SharePoint Integrated Mode) http://msdn.microsoft.com/en-au/library/bb326289.aspx Microsoft SQL Server Reporting Services &#8211; Installation and Configuration Guide for [...]]]></description>
			<content:encoded><![CDATA[<p>A cotinuación nos gustaría compartir con ustedes una recopilación de ligas interesantes que podrían ser de utilidad en un momento dado, respecto a Reporting Services y SharePoint</p>
<p>How to: Add Report Server Content Types to a Library (Reporting Services in SharePoint Integrated Mode)</p>
<p><a title="http://msdn.microsoft.com/en-au/library/bb326289.aspx" href="http://msdn.microsoft.com/en-au/library/bb326289.aspx">http://msdn.microsoft.com/en-au/library/bb326289.aspx</a></p>
<p>Microsoft SQL Server Reporting Services &#8211; Installation and Configuration Guide for SharePoint Integration Mode (Important)</p>
<p><a title="http://yasirbutt.spaces.live.com/Blog/cns!A8677D5751E6B4DA!1135.entry" href="http://yasirbutt.spaces.live.com/Blog/cns!A8677D5751E6B4DA!1135.entry">http://yasirbutt.spaces.live.com/Blog/cns!A8677D5751E6B4DA!1135.entry</a></p>
<p>Microsoft SQL Server 2008 Reporting Services Add-in for Microsoft SharePoint Technologies</p>
<p><a title="http://www.microsoft.com/downloads/details.aspx?FamilyID=200fd7b5-db7c-4b8c-a7dc-5efee6e19005&amp;DisplayLang=en" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=200fd7b5-db7c-4b8c-a7dc-5efee6e19005&amp;DisplayLang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=200fd7b5-db7c-4b8c-a7dc-5efee6e19005&amp;DisplayLang=en</a></p>
<p>Integración de Reporting Services con SharePoint</p>
<p><a title="http://geeks.ms/blogs/ciin/archive/2007/03/02/integraci-n-de-reporting-services-con-sharepoint-i.aspx" href="http://geeks.ms/blogs/ciin/archive/2007/03/02/integraci-n-de-reporting-services-con-sharepoint-i.aspx">http://geeks.ms/blogs/ciin/archive/2007/03/02/integraci-n-de-reporting-services-con-sharepoint-i.aspx</a></p>
<p>WSS 3.0 &amp; MOSS: ¿Qué pasa con la integración con SSRS 2008?</p>
<p><a title="http://geeks.ms/blogs/ciin/archive/2008/08/10/wss-3-0-amp-moss-191-qu-233-pasa-con-la-integraci-243-n-con-ssrs-2008.aspx" href="http://geeks.ms/blogs/ciin/archive/2008/08/10/wss-3-0-amp-moss-191-qu-233-pasa-con-la-integraci-243-n-con-ssrs-2008.aspx">http://geeks.ms/blogs/ciin/archive/2008/08/10/wss-3-0-amp-moss-191-qu-233-pasa-con-la-integraci-243-n-con-ssrs-2008.aspx</a></p>
<p>Information Integration: SSRS and MOSS 2007</p>
<p><a title="http://officesharepointpro.com/content/1879/Information-Integration--SSRS-and-MOSS-2007--.aspx" href="http://officesharepointpro.com/content/1879/Information-Integration--SSRS-and-MOSS-2007--.aspx">http://officesharepointpro.com/content/1879/Information-Integration&#8211;SSRS-and-MOSS-2007&#8211;.aspx</a></p>
<p>FIX: You receive an error message when you try to access a report after you configure SQL Server 2005 Reporting Services to run under the SharePoint integrated mode</p>
<p><a title="http://support.microsoft.com/kb/939942" href="http://support.microsoft.com/kb/939942">http://support.microsoft.com/kb/939942</a></p>
<p>Si alguien quiere añadir o compartir otras con gusto lo puede hacer mediante el uso de comentarios a este post.</p>
<p><a href="http://blogs.technet.com/b/conocesharepoint/archive/2008/08/28/reporting-services-y-su-integraci-n-con-sharepoint.aspx">http://blogs.technet.com/b/conocesharepoint/archive/2008/08/28/reporting-services-y-su-integraci-n-con-sharepoint.aspx</a></p>

<!-- RoohIt Button BEGIN -->
<div class="roohit_container" style=" height:30px;"><span style="background-color:#ffff00; font-weight:float:left; text-align:left;">Click on pen to</span> <a class="roohitBtn" href="http://roohit.com/http://interdata.cl/?p=471" title="Use a Highlighter on this page"><img src="http://roohit.com/images/btns/h20/01_HTP.png" border="0" alt="Use a Highlighter on this page" style="border:none; vertical-align:middle;"/></a><script type="text/javascript">  var showHover=true;  </script> <script type="text/javascript" src="http://roohit.com/site/btn.js"></script></div>
<!-- RoohIt Button END -->]]></content:encoded>
			<wfw:commentRss>http://interdata.cl/?feed=rss2&amp;p=471</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual Labs&#8230; recomendados.</title>
		<link>http://interdata.cl/?p=469</link>
		<comments>http://interdata.cl/?p=469#comments</comments>
		<pubDate>Tue, 27 Jul 2010 04:42:19 +0000</pubDate>
		<dc:creator>Rolando Escobar</dc:creator>
				<category><![CDATA[Branding]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Colaboración]]></category>
		<category><![CDATA[Elearning]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Webparts SP2007]]></category>
		<category><![CDATA[desarrollo]]></category>

		<guid isPermaLink="false">http://interdata.cl/?p=469</guid>
		<description><![CDATA[MSDN Virtual Lab: A SharePoint Developer Introduction &#8211; Workflow New! MSDN Virtual Lab: Rich Internet Applications with Silverlight and Sharepoint New! MSDN Virtual Lab: A SharePoint Developer Introduction &#8211; Content Types New! MSDN Virtual Lab: A SharePoint Developer Introduction &#8211; Page Branding New! MSDN Virtual Lab: Integrating the New Mobility Features of Microsoft Office SharePoint [...]]]></description>
			<content:encoded><![CDATA[<li><a id="ctl00_mainContentContainer_ctl02" href="http://go.microsoft.com/?linkid=9660236"><span style="color: #0033cc;">MSDN Virtual Lab: A SharePoint Developer Introduction &#8211; Workflow</span></a> New!</li>
<li><a id="ctl00_mainContentContainer_ctl03" href="http://go.microsoft.com/?linkid=9654422"><span style="color: #0033cc;">MSDN Virtual Lab: Rich Internet Applications with Silverlight and Sharepoint</span></a> New!</li>
<li><a id="ctl00_mainContentContainer_ctl04" href="http://go.microsoft.com/?linkid=9645592"><span style="color: #0033cc;">MSDN Virtual Lab: A SharePoint Developer Introduction &#8211; Content Types</span></a> New!</li>
<li><a id="ctl00_mainContentContainer_ctl05" href="http://go.microsoft.com/?linkid=9645798"><span style="color: #0033cc;">MSDN Virtual Lab: A SharePoint Developer Introduction &#8211; Page Branding</span></a> New!</li>
<li><a id="ctl00_mainContentContainer_ctl06" href="http://go.microsoft.com/?linkid=9640187"><span style="color: #0033cc;">MSDN Virtual Lab: Integrating the New Mobility Features of Microsoft Office SharePoint Server 2007 with Windows Mobile</span></a> New!</li>
<li><a id="ctl00_mainContentContainer_ctl07" href="http://go.microsoft.com/?linkid=9639179"><span style="color: #0033cc;">MSDN Virtual Lab: Getting Started with the Business Data Catalog in Microsoft Office SharePoint Server 2007</span></a> New!</li>
<li><a id="ctl00_mainContentContainer_ctl08" href="http://go.microsoft.com/?linkid=9648291"><span style="color: #0033cc;">MSDN Virtual Lab: A SharePoint Developer Introduction &#8211; Event Handler</span></a></li>
<li><a id="ctl00_mainContentContainer_ctl09" href="http://go.microsoft.com/?linkid=9134976"><span style="color: #0033cc;">MSDN Virtual Lab: A SharePoint Developer Introduction &#8211; Content Types</span></a></li>
<li><a id="ctl00_mainContentContainer_ctl10" href="http://go.microsoft.com/?linkid=9644160"><span style="color: #0033cc;">MSDN Virtual Lab: A SharePoint Developer Introduction &#8211; Data Lists &#8211; C#</span></a></li>
<li><a id="ctl00_mainContentContainer_ctl11" href="http://go.microsoft.com/?linkid=9134978"><span style="color: #0033cc;">MSDN Virtual Lab: A SharePoint Developer Introduction &#8211; Page Branding</span></a></li>
<li><a id="ctl00_mainContentContainer_ctl12" href="http://go.microsoft.com/?linkid=9642084"><span style="color: #0033cc;">MSDN Virtual Lab: A SharePoint Developer Introduction &#8211; Page Navigation</span></a></li>
<li><a id="ctl00_mainContentContainer_ctl13" href="http://go.microsoft.com/?linkid=9644897"><span style="color: #0033cc;">MSDN Virtual Lab: A SharePoint Developer Introduction &#8211; Web Parts</span></a></li>
<li><a id="ctl00_mainContentContainer_ctl14" href="http://go.microsoft.com/?linkid=9644161"><span style="color: #0033cc;">MSDN Virtual Lab: A SharePoint Developer Introduction &#8211; User Management</span></a></li>
<li><a id="ctl00_mainContentContainer_ctl15" href="http://go.microsoft.com/?linkid=9644162"><span style="color: #0033cc;">MSDN Virtual Lab: A SharePoint Developer Introduction &#8211; Web Services &#8211; C#</span></a></li>
<li><a id="ctl00_mainContentContainer_ctl16" href="http://go.microsoft.com/?linkid=6555311"><span style="color: #0033cc;">MSDN Virtual Lab: Microsoft Office SharePoint Server 2007 Installation and Configuration</span></a></li>
<li><a id="ctl00_mainContentContainer_ctl17" href="http://go.microsoft.com/?linkid=6278149"><span style="color: #0033cc;">MSDN Virtual Lab: Microsoft Office SharePoint Server 2007 Records Management Deployment and Configuration</span></a></li>
<li><a id="ctl00_mainContentContainer_ctl18" href="http://go.microsoft.com/?linkid=6269133"><span style="color: #0033cc;">MSDN Virtual Lab: Microsoft Office SharePoint Server 2007 Enterprise Features Administration</span></a></li>
<li><a id="ctl00_mainContentContainer_ctl19" href="http://go.microsoft.com/?linkid=6269129"><span style="color: #0033cc;">MSDN Virtual Lab: What&#8217;s New in Microsoft Office SharePoint Server 2007 Feature Walkthrough</span></a></li>

<!-- RoohIt Button BEGIN -->
<div class="roohit_container" style=" height:30px;"><span style="background-color:#ffff00; font-weight:float:left; text-align:left;">Click on pen to</span> <a class="roohitBtn" href="http://roohit.com/http://interdata.cl/?p=469" title="Use a Highlighter on this page"><img src="http://roohit.com/images/btns/h20/01_HTP.png" border="0" alt="Use a Highlighter on this page" style="border:none; vertical-align:middle;"/></a><script type="text/javascript">  var showHover=true;  </script> <script type="text/javascript" src="http://roohit.com/site/btn.js"></script></div>
<!-- RoohIt Button END -->]]></content:encoded>
			<wfw:commentRss>http://interdata.cl/?feed=rss2&amp;p=469</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
