Microsoft Premier Support (PFE) Latin America

Este Blog está dedicado a todo aquel interesado en tecnología Microsoft, y con deseos de aprender de la experiencia y vivencias de los PFES de Latinoamerica y del grupo de Incubation Support & Services (ISS)

February, 2013

  • Actualizaciones aparentemente no instaladas en SharePoint 2010

    Hola SharePointeros

     

    Esta ves estuve trabajando con un cliente en Jamaica y me encontré con un problema instalado actualizaciones en una granja de SharePoint 2010, básicamente estábamos instalando un CU y después de instalar los binarios ejecutamos el Asistente de Configuración de SharePoint como mandan los cánones y nos arrojó una pantalla de error y no nos permitió seguir:

    En primera instancia tratamos de re-instalar el CU pero nos arrojó el clásico mensaje diciendo que el CU ya estaba instalado.

    Entonces pensé, reiniciemos y eso seguro lo corrige, pero sorpresa no fue así.

    Tuve que ir a mirar en la base de datos de conocimientos y encontré que los parámetros Installcheck -noInstallcheck del psconfig me podría ayudar, así que abrí una sesión de PowerShell como administrador y escribí: psconfig -cmd installcheck -noinstallcheck.

    Magia, en esta ocasión el asistente de configuración de SharePoint inició y completó sin errores.

     

    Espero que les sea útil!

  • Missing updates listed on Server Farm Products and Farm Patch status page

    Hello community,

     

    This time I was working on a customer in Jamaica and faced an issue installing updates in a SharePoint 2010 farm, basically we were installing a CU and when we try to start the PsconfigGUI we got an error screen preventing us to update SharePoint properly:

    At first sight I though reinstalling the hotfix is an option but I got a message saying, the fix is already installed, so that meant binaries were already there.

    Ok a reboot will fix it like in the most cases, but this time didn't work.

    Then looking into the KB I found that Installcheck -noInstallcheck psconfig parameters could help, so I ran PowerShell and typed psconfig -cmd installcheck -noinstallcheck.

    Magic, this time SharePoint Configuration Wizard started and completed successfully.

     

    Hope this can help you in some way!