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 […]
Access to this link has been disabled. Please ask the owner of the shared link to send a new link to access the file or the folder.
If your getting this error “Access to this link has been disabled. Please ask the owner of the shared link to send a new link to access the file or the folder.” on your drop box links. you might want to read https://blog.dropbox.com/2014/05/web-vulnerability-affecting-shared-links/ It seems drop box disabled all the links. There is a easy fix […]
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 […]
The task image is corrupt or has been tampered with
Logging to to a customers server today i find these errors while opening the Task Scheduler. After doing some digging around i find the effected file in C:\Windows\System32\Tasks i find the file it was complaining about. (some user sync) and i deleted the file. After that the error has gone.
Varnish Cache Commands
How to reload Varnish config while varnish running. # varnishadm 200 —————————– Varnish Cache CLI 1.0 —————————– -sfile,-smalloc,-hcritbit Type ‘help’ for command list. Type ‘quit’ to close CLI session. vcl.load newconfig /etc/varnish/default.vcl vcl.use newconfig quit 500 Closing CLI connection # top IP addresses varnishtop -i TxHeader -I ‘^X-Forwarded-For:’ # which pages the IP address 103.4.122.20 […]
Getting error 0x8007005 Office 2013
If your getting the a error 0x8007005 when trying to activate Office 2013 just right click the icon and run as admin.
Remove and Re-add License Key for Office 2013
Need to change the product key that office 2013 was installed with? Open a command prompt And type the following (This is for 32bit office on 64 bit windows) cscript “C:\Program Files (x86)\Microsoft Office\Office15\OSPP.VBS” /dstatus Last 5 characters of installed product key: JHRTJ cscript “C:\Program Files (x86)\Microsoft Office\Office15\OSPP.VBS” /unpkey:JHRTJ —Processing————————– ————————————— Uninstalling product key for: […]
Windows 7 Desktop Icons Disappear
I had a few customers call up about icons on their desktop disappearing. At first i just thought it was some one playing a game. Then i found out that in fact it was real. After looking at the issue over 3 different pc’s with the same problem i found it was only network short […]