"Tradecraft" I collect from being an IT Operations and Automation Administrator | Documentación de coas que aprendo como Administrador de Sistemas y Automatización de procesos de TI
miércoles, 26 de octubre de 2011
Unattended Installation from USB | VMware ESXi 4.1 Update 1 | Instalación desatendida desde USB
martes, 25 de octubre de 2011
Useful resources: MS Word :Recursos útiles
http://thenewpaperclip.com/2009/04/24/insert-a-date-picker-into-your-word-2007-document/
El link es para ir a un blog con cosas interesantes y útiles sobre Word, muchas de las veces que yo me pregunto si algo se puede hacer en Word la respuesta la encuentro ahí o, al menos, la orientación necesaria para lograrlo.
lunes, 10 de octubre de 2011
Remote server administration tool / Administración remota de servidores 2008
Read more:
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=7887
Es posible administrar las funciones y roles de un servidor Windows Server 2008 desde una PC con W7 o Vista utilizando el siguiente control Windows6.1-KB958830, solamente hay que tener cuidado al escoger la versión ya que depende de la arquitectura de nuestro sistema operativo, el cual puede ser de 32 o 64 bit.
martes, 4 de octubre de 2011
Features and their GUID’s in SP2010 - Reference | Tabla de SharePoint 2010 Features y su GUID
Feature GUID's List
lunes, 23 de mayo de 2011
SET NTP sync in Windows 2003 CLI | Configurar NTP para sincronizar reloj Windows 2003 CLI
Set NTP peers:
w32tm /config /manualpeerlist:”0.pool.ntp.org 1. time-a.nist.gov” /syncfromflags:MANUAL /reliable:YES /update
Restart Time Service:
net stop w32time
net start w32time
Screen Capture:
Read More:
viernes, 13 de mayo de 2011
Lync-OCS-Exchange Certificates
Don’t forget to verify your certificates expiration date. When a certificate is expired, services from that server will be disabled, you will see errors in the Event Viewer/application pointing to a certificate failure.
Moral of the story… Always begin troubleshooting of this system by verifying certificates (expiration date if systems were operational and general certificate parameters if this is a fresh install)
miércoles, 20 de abril de 2011
BOXI Configure SMTP to send emails | Configurar SMTP en BOXI para enviar reportes por correo electrónico
miércoles, 23 de marzo de 2011
Install Web Intelligence Rich Client from InfoView
To install Web Intelligence Rich Client
from InfoView
1. Log into InfoView.
2. Click Preferences at the top right of the InfoView screen.
3. Scroll down and click Web Intelligence Preferences.
4. Click Desktop (Web Intelligence Rich Client required) in the Select a
default creation/editing tool section.
5. Click Document List at the top left of the InfoView screen.
6. Click New > Web Intelligence Document or select an existing document
to edit.
Web Intelligence Rich Client is downloaded to your computer and launched
to create the document.
Note: If you install Web Intelligence Rich Client from InfoView, the Web
Intelligence Rich Client online help system is not installed to your local
computer. If you work in Connected mode, Web Intelligence Rich Client
displays help pages stored on the server. If you work in Offline or Standalone
mode, help pages are not available.
Read More:
http://help.sap.com/businessobject/product_guides/boexir3/en/xi3_web_intelligence_rich_client_en.pdf
Spectrum Report Manager/Business Objects no CLASSPATH WIS 01901
Situation:
Web Intelligence Rich Client not running reports (WIS 10901 Java Class not found in classpath : com.mysql.jdbc.Driver)
Resolution:
Search for the jdbc.sbo file in the Business Intelligence Server, open it with a text editor and search for a <CLASSPATH> tag, should be something like this (This one is for MySQL):
<DataBase Active="Yes" Name="MySQL 5">
<JDBCDriver>
<ClassPath>
<Path>D:\CA\SC\CommonReporting3\common/4.0/java/lib/external\mysql-connector-java.jar</Path>
</ClassPath>
Copy the mysql-connector*.jar from that path to a folder (C:\TEMP for example) in the PC where the WEBI Rich Client is and set the Environment variable CLASSPATH to folder\mysql-connector*.jar; (for example CLASSPATH= C:\Temp\mysql-connector-java.jar;)
Read More:
http://wiki.sdn.sap.com/wiki/display/BOBJ/Connectivity+configuration+between+BOE+and+Data+Federator
domingo, 20 de marzo de 2011
SharePoint Update/Migration
http://www.chandima.net/Blog/archive/2009/09/25/planning-for-sharepoint-2010-%e2%80%93-upgrade-planning-part-2-moving-the-databases.aspx
Service Control Manager (SC) command / Comando SC (comunicación con Service Control Manager
Syntax
miércoles, 9 de marzo de 2011
Lync MAPI 2010 COM Server
Microsoft Lync 2010 MAPI COM Server (Credentials Screen) |
Environment
I remember using Credential Manager when Outlook 2007 start asking for credentials, the solution to that was to delete the entry for Outlook in Credential Manager and open Outlook to restore the entry with the right values; I research a little bit more on this and found this post where Allen Song propose the * before domain name, that took care of all Credential issues (Outlook, Communicator MAPI -this was because of a 32 to 64 bit arquitectural difference- and Lync MAPI)
Go to Credential Manager
Add entry:
Log on to: *.domainname (such as *.microsoft.com)
Username: domain\username
Password: password
Source:
http://social.technet.microsoft.com/Forums/en/exchangesvrclients/thread/e3e5b9cd-cdce-45ce-a6a6-eafc5011032a
martes, 8 de marzo de 2011
jueves, 3 de marzo de 2011
NETSH IP Config / Usar NETSH para configurar IP
viernes, 25 de febrero de 2011
VNC Connection to VMWare VMs / Conectarse a la consola de las VMs en VMWare mediante VNC
miércoles, 23 de febrero de 2011
VMWare Player: CAD Key Combination through RDP / Combinación de teclas CAS usando RDP
Enviar Combinación de teclas Ctrl + Alt + Supr (CAS)
Ordenanados según las veces que me ha funcionado
Ctrl + Alt Der + Fin (Esto permite enviar el equivalente a CAS al host que corre la VM, funciona, aunque VMPlayer te regaña por usar esta combinación y no CAS)
Ctrl + Alt Der + Espacio (Con esto le decimos a VMPlayer que no procese las teclas presionadas a continuación con lo que es posible presionar Ctrl + Alt sin que desenganche y poder enviar la combinación CAS)
Ctrl + Alt Der + Ins (Esta es la combinación de teclas por defecto, algunas veces trabaja cuando usamos RDP)