Posts

Showing posts from March, 2006

Enviar CTRL-ATL-DEL en una sesion de RDP

Si estas utilizando una conexion de Remote Desktop y quieres enviar el comando CTRL-ALT-DEL a la sesion debes utilizar la combinacion CTRL-ALT-END

Unexpected error SharePoint usando webservices

Cuando se publica un webservice para que sea usado dentro de SharePoint se tiene que registrar el asmx en los archivos de configuracion de sharepoint y agregar el archivo asembly en el directorio Program files\microsoft share\webserver extensions\6.0\isapi\bin Si usted tiene un assembly en ese directorio que no esta registrado en el SharePoint entonces cuando se llame a cualquier webservices desde un webpart va a dar un error "Unexpected Error", para solucionar el problema remueva de ese directorio todos los assemblies que no esten registrados adecuadamente dentro de SharePoint. Para consultar como se crean y se registran webservices para SharePoint consulten el siguiente articulo. http://msdn.microsoft.com/library/en-us/odc_SP2003_ta/html/ODC_WritingCustomWebServicesforSPPT.asp?frame=true

SharePoint cambiar a NTLM y cambiar el usuario a SPN

Adjunto un articulo muy bueno sobre como configurar SharePoint para que utilice autenticacion NTLM y para configurar un usuario para que sea utilizado como identidad dentro del Application Pool. To configure an SPN for the domain user account Download and install the Setspn.exe command-line tool. You can download the Setspn.exe tool from the following Microsoft Web site: http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/setspn-o.asp Note: You must be a Domain Administrator to use the setspn utility. Use Setspn.exe to add an SPN for the domain account. At the command prompt, type the following syntax, and then press ENTER, where ServerName is the fully qualified domain name (FQDN) of the server, Domain is the name of the domain, and UserName is the name of the domain user account: setspn -A HTTP/ServerName Domain\UserName If you install Windows SharePoint Services and choose to use Kerberos authentication but do not configure the domain account Windows SharePoint Servi

Recycling y Internet Information Services IIS 6.0

Si tienes habilitado el recycling de IIS 6.0, cada vez que ocurra el recycle las sesiones existentes se pierden por tanto, el usuario que este en ese momento utilizando la aplicacion podria obtener datos incorrectos. Para evitar esto tienes que configurar la aplicacion para que guarde el estado de la sesion OutOfProcess ya sea utilizando un state server o sqlstate.

Variables de sesion en SPS y WSS

Si deseas activar las variables de sesión en páginas y webparts que están dentro de SharePoint revisa el web.config del sitio principal de SharePoint para que tenga lo siguiente: Con esto habilitas las variables de sesion

SharePoint TimeOut

Si desean cambiar el TimeOut de Sharepoint puede intentar lo siguiente: SharePoint Portal -> Site Settings -> SharePoint Portal Server Central Admin -> Configure Virtual Settings from the Virtual Server List page -> Virtual Server List (pick server) -> Virtual Server Settings -> Virtual Server General Settings -> Web Page Security Validation El default es de 30 minutos

Microsoft Office System Developers Conference 2006

Les recomiendo que si tienen la posibilidad asistan al evento Microsoft Office System Developers Conference 2006, en este se veran las nuevas tecnologias disponibles en Microsoft para aumentar la productividad.

Problemas con SharePoint Services

Este día se me presentó un problema con WSS, especificamente restaurando una base de datos, me decía que la base de datos de configuración había sido creada con seguridad integrada y no podía restaurarse si no era en ese modo, si alguna vez te pasa esto te recomiendo que entres a la base de datos, busca la tabla Global, y cambia el valor de la columna USENTSECURITY a cero y con eso ya podrás utilizar seguridad no integrada.