SharePoint

August 2008 - Posts

Como optimizar el desempeño de MOSS

Estos son muy buenos artículos que indican distintintas estrategias para optimizar el desempeño de SharePoint (MOSS)

 

Desempeño en general
http://msdn2.microsoft.com/en-us/library/bb727371.aspx

 

Cargar Core.js en background
http://blogs.msdn.com/ecm/archive/2007/02/21/building-a-new-page-layout-which-does-not-reference-core-js-but-downloads-it-while-the-page-is-being-viewed-thereby-optimizing-response-time.aspx

 

Implementar Caching

http://blogs.msdn.com/ecm/archive/2006/11/08/how-to-make-your-moss-2007-web-site-faster-with-caching.aspx

 

Slds

 

Eduardo Castro - http://comunidadwindows.org

Habilitar cache de imagenes en Sharepoint
Aporte de http://www.michaelmarkel.com/2007/11/controlling-blob.html
Controlling the BLOB

The third part of the caching trilogy covers the BLOB cache, or binary large object cache. In a typical site there are many references to CSS files and images. MOSS caches these objects to prevent multiple trips to the database for these resources. MOSS caches these resources on the Web-front end servers in the file system. This type of caching is not enabled by default.
To enable BLOB caching change the line in the Web.config file for the blobcache to true. You can set the maximum size for the cache in this line as well. The default is 10 GB. In the path attribute you can determine the file extensions that will be cached in this type of caching. You may want to add such file extensions as .swf for Flash movies, if your site utilizes them. NOTE: this caching only works on items that are in document libraries and lists. If you place files in the site but not in a library or list, the caching will not cache the file.

<BlobCache location="C:\blobCache" path="\.(gif|jpg|png|css|js)$" maxSize="10" max-age="86400" enabled="True"/>


You can also set the maxAge to the number of seconds that you want the client to retain the object in its cache. This allows the client to use its copy of the resource and not re-request the URL for the resource until the timeout has expired.
With these three types of caching your Internet facing MOSS site can efficiently serve up files to many users.
Additional resources for caching:


Microsoft Enterprise Content Management (ECM) Team Blog
Custom Caching Overview

 

Saludos,

 

Eduardo Castro - http://comunidadwindows.org

Cómo mover un documento o items de una biblioteca de sharepoint a otra

Para aquellos que se preguntan cómo mover documentos o artículos que están en una biblioteca de sharepoint hacia otra en el mismo site collection, se tiene que seguir el siguiente procedimiento.

1. Cree una biblioteca de destino en blanco o utilice una existente.

2. Vaya a ‘Site Content and Structure’. Se puede accesar por Site Actions > Site Settings or http://portal/_Layouts/sitemanager.aspx

clip_image001

3. Navegue hacia la lista de origen puede elegir varios documentos a la vez, siempre y cuando no estén en check out por otro usuario. Haga click en Actions > Move…

clip_image003

4. Después se solicita el URL de la biblioteca de destino.

Slds

Eduardo Castro http://comunidadwindows.org

Agregar código a formularios publicados en Form Services
 

Si alguna vez has necesitado agregar código a un formulario InfoPath desplegado en el browser revisa el siguiente documento:


http://www.microsoft.com/downloads/details.aspx?familyid=db1d99d9-0a31-45de-8efb-16c75e194dc3&displaylang=en


Estos son los pasos generales :

  • Cambie la seguridad del formulario a full trust

Tools -> Form Options -> Security and Trust -> Full Trust

  • Publique el Infopath Form en un Network Share
  • Suba el formulario al servidor

Central Administration > Application Management > Manage Form Templates

  • Active el formulario en la colección deseada
  • Accese el URL del formulario utilizando la siguiente sintaxis:

http://"nombre_servidor"/_layouts/formserver.aspx?xsnlocation="url_site_collection"/formservertemplates/"nombre_formulario".xsn&openin=browser&QueryParametername="value"

 

Slds

Eduardo Castro - http://comunidadwindows.org

Posted: Aug 14 2008, 06:07 AM by ecastro | with no comments
Filed under: ,
Publicar MOSS 2007 con ISA 2004

Para publicar un MOSS con ISA 2007 se tiene que crear el Alternate Access Mapping en la configuración de MOSS, luego tienen que ir al ISA Server y crear un regla de publicación de sitio web, después de que ha creado esta regla tienen que editarla e incluir dentro de los links publicados los siguientes:

 

/_controltemplates/*
/_layouts/*
/_vti_bin/*
/_wpresources/*

 

Slds

Eduardo Castro

Comunidad Windows - http://mswindowscr.org

 

Technorati Tags: ,,
Posted: Aug 09 2008, 05:31 PM by ecastro | with no comments
Filed under: ,