$ScriptToExecute = {return (Get-Item Env:AppData)}
$AppData = Invoke-Command -ComputerName localhost -Credential $Credentials -ScriptBlock $ScriptToExecute
"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

The attempt to connect to http://yourserver.domain.local/Powershell user ‘Kerberos’ authentication failed: Connecting to remote server failed with the following error message: The WS-Management service cannot process the request. The system load quota of 1000 requests per 2 seconds has been exceeded. Send future requests at a slower rate or raise the quota for this user. The next request from this user will not be approved for at least X milliseconds.
I decided to put an end to the issue of not being able to lock my drives whenever I wanted to, so I started to search for answers and as usual CLI commands were the solution, using CLI drives can be locked again without a restart.
Syntax
manage-bde -lock <drive letter>: -ForceDismount
Something more like a “right click” thing is better and Jonathan at Jonamafun’s racetrack has a tutorial on this, just remember that an Administrator access is needed.
Sources/Fuentes:
http://jonamafun.blogspot.com/2009/11/how-to-re-lock-bitlocker-drive.html
http://technet.microsoft.com/en-us/library/dd894351(WS.10).aspx
Para volver a bloquear el acceso a un disco duro usando BitLocker sin tener que reiniciar la máquina, es necesario utilizar la consola:
Sintaxis
manage-bde -lock <letra del disco>: -ForceDismount
existe una forma más fácil de bloquear los discos y esto es utilizando el menú contextual, para lo que es necesario hacer algunas modificaciones en el registro de Windows, Jonathan tiene una entra da en su blog Jonamafun’s racetrack que cubre muy bien esta parte.
When working with SIP IVRs it’s important to set the right configuration for DTMF tones.
Es importante utilizer la configuración correcta de acuerdo a lo que el IVR SIP utiliza para trabajar con tonos DTMF.
Sources/Fuentes:
http://www.cisco.com/en/US/docs/ios/12_3/sip/configuration/guide/chapter8.html http://www.voip-info.org/wiki/view/SIP+DTMF+Signalling
http://www.3cx.com/blog/voip-howto/dtmf-rfc2833/
I have an IVR (Nortel ICP) HP Proliant DL 360 G5 Server Windows 2003 Standard SP2 with many confusing event entries like the Event ID 57 and unexpected reboots:
Many forums at HP Communities helped me nailed this down to a faulty HP iLO driver firmware, updating it to 1.12.1 The issue is the unexpected reboots that corrupt the files used by the IVR (JBOSS WAR file), this is a live incident case I will update the post with the outcome.
Diagnosticando un IVR (Nortel ICP) HP Proliant DL 360 G5 Server Windows 2003 Standard SP2 me encontré con varios eventos de hpqilo2 que muestran instancias duplicadas y particularmente el evento 57 (ver imagen).
Varias entradas en los foros de HP indican que es algo común (lo reportan en servidores blade, pero mi caso es un servidor de rack y tiene los mismos síntomas). Este es un caso abierto, próximamente actualizaré la entrada con el resultado.
Downloaded Firmware/Firmware descargado:
Sources/Fuentes:
http://h30499.www3.hp.com/t5/ProLiant-Servers-ML-DL-SL/Strange-events-from-hpqilo2/td-p/4400209
http://bsmith9999.blogspot.com/2009_04_01_archive.html
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:
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)
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
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
![]() |
| Microsoft Lync 2010 MAPI COM Server (Credentials Screen) |