The certificate that was used has a trust chain that cannot be verified. Replace the certificate or change the certificateValidationMode April 11, 2014
Posted by juanpablo1manrique in Windows 2008, Windows 2012.Tags: ADFS, SharePoint
add a comment
El Error
The X.509 certificate CN=ADFS Signing – myadfs.mydomain.loc is not in the trusted people store. The X.509 certificate CN=ADFS Signing – myadfs.mydomain.loc chain building failed. The certificate that was used has a trust chain that cannot be verified. Replace the certificate or change the certificateValidationMode. A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider.
Este error se presenta por la falta de
<certificateValidation certificateValidationMode=”None” />
Y que la dirección
<add thumbprint=”4D8781tttytyttC83DD8B7088C769287″ name=”https://myadfs.mydomain.loc/adfs/services/trust” />
estaba http y no https
Salud2
Prerequisitos Instalacion SharePoint 2010 February 13, 2011
Posted by juanpablo1manrique in SharePoint, Uncategorized, Windows 2008.Tags: SharePoint
add a comment
Cuando sale un mensaje de error indicando que faltan varios prerequisitos es necesario correr el ejecutable PrerequisiteInstaller.exe este necesita necesariamente acceso a internet para descargar los faltantes, algo interesante es que así no se tengan permisos de descarga el descarga los componentes.
Sino se puede ingresar y descargar cada uno
- Windows Identity foundation
- Microsoft Sync Framework Runtime v1.0 (x64)
- Microsoft SQL server 2008 Native Client
- Microsoft Filter Pack 2.0
- Microsoft .Net Framework 3.5 Service pack 1 Redistributable package
- Microsoft Windows (KB976462)
- Chart controls for .NET Framework 3.5
Hay un punto especial que son las Caracterisiticas o servicios de Windows Server, según el siguiente link http://technet.microsoft.com/es-co/library/cc262485.aspx solo es necesario instalar los roles de
- Rol Servidor web (IIS)
- Rol Servidor de aplicaciones
Pero siempre es mejor correr el PrerequisiteInstaller.exe, para que se configuren todas las caracterisiticas necesarias del Roles en custion.
Saludos
Internet explorer en Windows 2008 July 7, 2010
Posted by juanpablo1manrique in Install, Internet Explorer, Windows 2008.Tags: IE 8
add a comment
En Internet explorer en Windows 2008 solo esta la opcion high para sitios de internet
Dado que windows 2008 server, como su nombre lo indica, es una versión de servidor, las opciones de navegación son muy reducidas y con un nivel muy alto de seguridad, para solucionar este incidente es necesario
– ingresar a server manager
– En el summary buscar la opción Configure IE ESC
– Deshabilitar esta opción para administradores
http://www.tech-recipes.com/rx/2519/windows_server_2008_how_to_disable_ie_esc/
Login failed for user ‘NT AUTHORITY\SYSTEM’. Reason: Failed to open the explicitly specified database. March 26, 2010
Posted by juanpablo1manrique in DAtabase, event viewer, IT, SQL SERVER, SQL SERVER 2008, Windows 2008.Tags: SQLSERVER2008
add a comment
A veces por alguna razon todo esta bien y pumm uno no se conecta y sale un error come este en el eventviewer
Login failed for user ‘NT AUTHORITY\SYSTEM’. Reason: Failed to open the explicitly specified database. [CLIENT: x.x.x.x]
Entonces toca iniciar una sesión por consola, y cambiar el dafault_database
– Sql autentication
sqlcmd -S ISQLSHP -d TableroControlDW -U sa -P *******
– windows autentication
sqlcmd -S CSQLSHP\ISQLSHP -d TableroControlDW
Luego ejecutar
1>ALTER LOGIN sa WITH DEFAULT_DATABASE = availableDB
2>GO
ó
1>ALTER LOGIN [domain\user] WITH DEFAULT_DATABASE = availableDB
2>GO
Luego Enter Cuando se ejecuta el comando se le cambia la clave a sa Entonces en bueno ejecutar la sentencia
ALTER LOGIN sa WITH PASSWORD = ”
Run as different user Windows 2008 ? March 15, 2010
Posted by juanpablo1manrique in Best Practices, Seguridad, Windows 2008.Tags: WINDOWS2008
1 comment so far
Nunca es buena idea logearse como un usuario administrador en la máquina de un usuario, debido a que pueden existir virus latentes esperando a tener permisos necesarios en alguna maquina de usuario para infectarla, o algún locker que el usuario haya instalado tambien puede a llegar a ser una amenaza de seguridad.
Y es aqui donde el Run as.. es muy importante, esta funcionalidad existia en XP y en Win2003. En las ultimas versiones de Windows vista y Win 2008 server no viene disponible.
Si lo desean lo pueden descargar de aqui.
- http://technet.microsoft.com/en-us/sysinternals/cc300361.aspx
- Después e descargarlo lo copian en windows\system32\
- Abrir la consola de comandos y correr shellrunas /reg
- De click en OK para confirmar la instalación
Y ahora tendra la posibilidad de dar SHIFT + Click Derecho y ver la opción de Run as different user.
Saludos
Extractao de: http://www.groovypost.com/howto/microsoft/vista/add-runas-to-explorer-context-menu-in-vista-and-server-2008/
problems installing SQL 2008 in WINDOWS 2008 in cluster February 24, 2010
Posted by juanpablo1manrique in Alta Disponibilidad, Cluster, IT, SQL SERVER 2008, Windows 2008.1 comment so far
Hello Friends
I have problems installing SQL 2008 in WINDOWS 2008 in cluster, the installation start but not finish.
I see de log …
Detailed results:
Feature: Database Engine Services
Status: Failed: see logs for details
MSI status: Passed
Configuration status: Failed: see details below
Configuration error code: 0x4BDAF9BA@1306@23
Configuration error description: Could not find the Database Engine startup handle.
Configuration log: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20100119_121017\Detail.txt
And in detail you can see.
Error: Action “ConfigEvent_SQL_FullText_Adv_sql_fulltext_Cpu64_CompleteFailoverCluster_ConfigRC_postmsi” failed during execution.
2010-01-19 13:42:59 Slp: Action “ConfigEvent_SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64_CompleteFailoverCluster_Startup_postmsi” will return false due to the following conditions:
2010-01-19 13:42:59 Slp: Condition “Feature dependency condition for action: ConfigEvent_SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64_CompleteFailoverCluster_Startup_postmsi The condition tests feature: SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64. There are 10 dependant features. The feature is tested for results: ValidateResult, Result.” did not pass as it returned false and true was expected.
2010-01-19 13:42:59 Slp: Condition is false because the required feature SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64 failed in result Result
The solution was unable de recicly bin
– Right click on the “Recycle Bin” icon. A window will open
– Click on the “Do not move files to the Recycle Bin. Remove files immediately when deleted” copy from (http://www.sqlservercentral.com/articles/Clustering/68967/)
Download AdventureWorks 2008 R2 November CTP February 23, 2010
Posted by juanpablo1manrique in Best Practices, BI, Business Inteligent, Developer, Install, OLAP, SQL SERVER, SQL SERVER 2008, Windows 2008.add a comment
Recordando que en el isntalador de SQL 2008 no viene incluida la base de datos de AdventureWorks para realizar pruebas y para carga los ejemplos como los de BI con los proyectos de Analysis Services listos para ejecutar me encontre este link donde lo pueden desacargar.
http://msftdbprodsamples.codeplex.com/releases/view/24854#DownloadId=91938
El instalador incluye
AdventureWorks OLTP 2008 R2
AdventureWorks Data Warehouse 2008 R2
AdventureWorks LT 2008 R2
AdventureWorks OLAP Standard 2008 R2
AdventureWorks OLAP Enterprise 2008 R2
AdventureWorks OLTP
AdventureWorks Data Warehouse
AdventureWorks LT
AdventureWorks OLAP Standard
AdventureWorks OLAP Enterprise
Manual Install of sharePoint with NLB Windows 2008 February 21, 2010
Posted by juanpablo1manrique in Best Practices, Cluster, Developer, Install, IT, Manual, NLB, SharePoint, Windows 2008.1 comment so far
For my followers, I publish this excelent manual to Install Microsoft SharePoint Server 2007, the subject than you can find here.
1. Install Share Point Process
2. Configuration Process of Share Point
3. Install NLB Windows server 2008
4. Install Second Node of SharePoint
5. Administration of MOSS
Happy coding
Best reguards
Manual de Instalacion sharePoint con NLB Windows 2008 February 21, 2010
Posted by juanpablo1manrique in Install, IT, Manual, NLB, SharePoint, Windows 2008.3 comments
Para las personas que siguen este blog he publicado uno de los mejores manuales de Instalacion de SharePoint, los temas que podran encontrar aqui son los siguientes.
1. Proceso de Instalación de Share Point
2. Proceso de Configuración de Share Point
3. Instalación NLB
4. Instalación segundo Nodo SharePoint
5. Administración de MOSS
Les deseo mucha suerte
Saludos