viernes, 28 de noviembre de 2014

SharePoint 2010: Windows could not start the administration service on local computer.


Related also with: 

Error 1053: The service did not respond to the start or control request in a timely fashion (SharePoint)

Resolution:

Increased the default service time-out
  • Click Start, click Run, type regedit in the Open box, and then click OK.
  • Locate and then select the following registry subkey:
  • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
  • Right-click Control, point to New, and then click DWORD Value.
  • In the New Value box, type ServicesPipeTimeout, and then press Enter.
  • Right-click ServicesPipeTimeout and then click Modify.
  • Click decimal, type the number of milliseconds that you want to wait until the service times  out, and then click OK.
  • Exit Registry Editor and then restart the computer.
Restarted the server and issue has been resolved.

jueves, 27 de noviembre de 2014

Pantalla negra luego de logueo en servidor (RDP)




Hola,

Luego de horas de busqueda sin resultados positivos, mis canas han dado frutos y he encontrado una solución a mi problema.

Escenario:
  • Conectado a un PC#01 usando RDP
  • Desde la PC#01 me conecto a un servidor llamado SERVER#01 usando Remote Desktop Connection Manager v2.2
Al conectarme al SERVER#01 luego de ingresar los credenciales, recibo una pantalla negra la cual no permite continuar trabajando.


La forma que encontré para solventar dicho problema es el siguiente:
  • Ingresar al servidor con otro usuario
  • Abrir el taskmgr.exe con el usuario que se tiene problemas de logueo
  • Hacer un log off del usuario con problemas.
Listo, ya puedes volver a cargar el perfil y va a fucionar sin problemas

martes, 25 de noviembre de 2014

PowerShell: Finding Creator of List, Finding Date of List Creation



To find list creator:

$web = Get-SPWeb “Name of your site (keep the quotes)”
$list = $web.lists["Name of your list (keep the quotes)"]
$listAuthor = $list.Author
Write-Host $listAuthor

To find list creation date:

$web = Get-SPWeb “Name of your site (keep the quotes)”
$list = $web.lists["Name of your list (keep the quotes)"]
$listCreatedDateTime = $list.Created
$web.Dispose()
$web=$null
Write-Host $listCreatedDateTime

Enjoy it!

jueves, 18 de septiembre de 2014

Charla online: Publicando aplicaciones en SharePoint 2013

Hoy es nuestra última charla en línea sobre SharePoint y LightSwitch, brindada por nuestro colega César Loaiza Picado.

El tema para hoy es: "Publicando aplicaciones en SharePoint 2013"

Iniciaremos a las 7:00PM

Les esperamos

Registro

jueves, 11 de septiembre de 2014

Webcast: SharePoint y LightSwitch - Interfaz gráfica de un app




Hoy seguimos con las charlas impartidas por César Loaiza Picado sobre LightSwitch. El tema para hoy es: "Interfaz gráfica de un app"

Con mucho placer los invitamos a participar de esta charla:
-HOY Jueves 11 de setiembre, 7:00 PM - LAB

Próxima charla:
-Jueves 18 de setiembre, 7:00 PM - LAB: Publicando aplicaciones SharePoint 2013

Registro

martes, 2 de septiembre de 2014

Webcast "SharePoint y LightSwitch - SharePoint como fuente de datos"



La Comunidad de SharePoint junto con Cesar Loaiza ha preparado un grupo de charlas online para introducirlos en el mundo de SharePoint y LightSwitch.

Con mucho placer los invitamos a participar en nuestro segundo webcast:

Esta charla:
-Jueves 4 de setiembre, 7:00 PM - LAB: SharePoint como origen de datos y manipulación de listas desde apps

Próximas charlas:

-Jueves 11 de setiembre, 7:00 PM - LAB: Interfaz gráfica de un app
-Jueves 18 de setiembre, 7:00 PM - LAB: Publicando aplicaciones SharePoint 2013

Registro: link

lunes, 25 de agosto de 2014

Charla Online: Introducción a aplicaciones HTML LightSwitch





La Comunidad de SharePoint junto con César Loaiza Picado ha preparado un grupo de 4 charlas online para introducirlos en el mundo de SharePoint y LightSwitch.
Esta charla:
-Jueves 28 de agosto, 7:00 PM - Introducción a aplicaciones HTML LightSwitch
Próximas charlas:
-Jueves 4 de setiembre, 7:00 PM - LAB: SharePoint como origen de datos y manipulación de listas desde apps
-Jueves 11 de setiembre, 7:00 PM - LAB: Interfaz gráfica de un app
-Jueves 18 de setiembre, 7:00 PM - LAB: Publicando aplicaciones SharePoint 2013

Les esperamos!

Inscribirse en el evento acá

sábado, 9 de agosto de 2014

“Database is up to date, but some sites are not completely upgraded”

Hola,

Seré breve y al grano...

Luego de que este error me sacara las canas, y buscarle una explicación lógica del porque todos los procedimientos en tres ambientes no productivos funcionaron y en producción no, he aquí el porqué:

Estuve corriendo la siguiente línea con PowerShell sobre un ambiente 2010 (SharePoint Server 2010)

  • Upgrade-SPContentDatabase -id "nombre de base de datos"
y recibí la siguiente entrada en los logs de actualización:

Microsoft.SharePoint.Portal.Upgrade.MossSiteSequence failed. Exception: Attempted to perform an unauthorized operation. at Microsoft.SharePoint.SPSite.set_AllowDesigner(Boolean value) at Microsoft.SharePoint.Portal.Upgrade.AllowMasterPageEditingAction.Upgrade(SPSite site) at Microsoft.Office.Server.Upgrade.SiteAction.Upgrade() at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()

Señoras y señores, primero que todo preguntensen.. 

¿En mis ambientes no productivos tengo en los web applications habilitado el SharePoint Designer?

Creo que ya saben el porque del error... 

Habiliten el SPD en el web application de la base de datos que te esta dando error, luego corre nuevamente el update desde el PowerShell y listo..

Nos vemos! 

miércoles, 6 de agosto de 2014

Charla "SharePoint 2013 Explotando la Inteligencia de Negocios de SQL"



Nuestra Comunidad les invita a nuestro próximo evento en línea "SharePoint 2013 Explotando la Inteligencia de Negocios de SQL" con Eduardo Castro. Esta charla será el 18 de Agosto iniciando a las 7:00PM.

Nos vemos!

Para registro del evento dar click acá