XenServer Guest VM time issues

I was working on some server today and noticed that the time was off. I resynced the time to the dc and then shortly after it was wrong again. I have seen this sort of thing when the Xenserver clock was arong. I checked the clock on the Xenserver and it was correct. It seems […]

Cisco ASDM Unable to launch device manager

I had a issue with the Cisco ASA ASDM gui not loading. Turns out the new java is causing the issue. If you run it in Java 6 it works. http://tcpsolution.com/files/java/jre-6u43-windows-i586.exe http://tcpsolution.com/files/java/jre-6u43-windows-x64.exe   Source Post stevenmcconnell https://supportforums.cisco.com/discussion/10478416/asdm-unable-launch-device-manager

Think your Hard drive is Failing?

One of the most common par tin a computer to cause problems and slow the computer down is the hard drive. Diagnosing this was also a bit tricky but some clever people have made this job a little easier. The key features of HDD Guardian are: easy device overview, with temperature, overall health and bad […]

MYOB Please check your MAPI Installation.

I had this problem with a customer the other day and found this on the myob site. I don’t find the MYOB site very friendly so i thought i’d post it here. This error occurs if a required Windows file is missing from your computer, which can occur when software is removed or upgraded. We’ve […]

Xerox Mac OSX driver

If you have a Xerox Printer that doesn’t not have a Post Script card in it you normally can not print in color. You can use the Generic PCL driver and print in black and white but if you use the following driver and select the “FX Print Driver for Mac OS X v1.5” you […]

Xerox Fault Codes

Below is the list of Xerox printer fault codes. For some reason some Xerox printers come without the list of fault codes in the manual while some others do. Code Description 002-770 The job template could not be processed due to insufficient hard disk space. Delete unnecessary data from the hard disk. 003-750 No document […]

unable to get local issuer certificate

I was having a issue with a wordpress plugin for a customer and was getting a “unable to get local issuer certificate” error After a bit is research i found that the curl.cainfo= was missing from the php.ini file. I downloaded the cacert.pem from http://curl.haxx.se/docs/caextract.html (Right Click save as) Copied it to C:\Program Files (x86)\PHP and added curl.cainfo=”C:\Program Files […]

Task Scheduler Last Run Results

SCHED_S_TASK_READY 0x00041300 The task is ready to run at its next scheduled time. SCHED_S_TASK_RUNNING 0x00041301 The task is currently running. SCHED_S_TASK_DISABLED 0x00041302 The task will not run at the scheduled times because it has been disabled. SCHED_S_TASK_HAS_NOT_RUN 0x00041303 The task has not yet run. SCHED_S_TASK_NO_MORE_RUNS 0x00041304 There are no more runs scheduled for this task. […]

vssadmin list writers empty

Running the vssadmin utility and using the “vssadmin list writers empty” parameters returns nothing. The syntax “vssadmin list writers”. Usually this issue can be resolved by registering the dlls that are needed by the VSS service. 1. From command prompt: Cd windows\system32 Net stop vss Net stop swprv regsvr32 ole32.dll regsvr32 vss_ps.dll Vssvc /Register regsvr32 […]