Mobile BI using Qlikview, iPhone, F5, and VPN on demand.
Filed under: Applied IT, F5, Iphone, Qlikview, Uncategorized | Leave a Comment »
Mobile BI using Qlikview, iPhone, F5, and VPN on demand.
Filed under: Applied IT, F5, Iphone, Qlikview, Uncategorized | Leave a Comment »
First you need to install GhostScript. Then add a PATH environment variable to C:\Program Files\gs\gs8.64\bin and C:\Program Files\gs\gs8.64\lib (using your version of course) And then copy the file gswin32c.exe from the directory : C:\Program Files\gs\gs8.64\bin to the directory : C:\Program Files\gs\gs8.64\lib so that it exists in both places? The ‘lib’ directory is probably already in the [...]
Filed under: Uncategorized | Leave a Comment »
To Fix: Free up some space on the harddrive of the virtual machine. From here http://kb.hyve.com/wiki/Veeam%20backup%20fails%20due%20to%20bad%20vss%20writer
Filed under: Uncategorized | Leave a Comment »
To fix: ”I had installed the add-in “Microsoft Office Labs Search Command”. As soon as I “deselected” it from the active add-ins it went back to working. From http://answers.microsoft.com/en-us/office/forum/office_2010-excel/excel-2010-only-prints-to-the-default-printer/5b6beddd-f85d-4fda-ab2b-56c750f2028c?msgId=860b990d-a5ab-4078-aa65-63c659c3a01c
Filed under: Uncategorized | Leave a Comment »
This happens to our users on occasion, and after a little searching ran across this article! http://www.techtamasha.com/how-to-remove-active-desktop-recovery-screen/109 It actually does the trick! Go to Run and type regedit Now navigate to this path –HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Desktop\SafeMode\Components You would find a key named DeskHtmlVersion Right click the key and select Modify Under the label Base, select the radio button Decimal Change Value [...]
Filed under: Uncategorized | Leave a Comment »
Use hobocopy I love the name! https://github.com/candera/hobocopy/downloads http://www.howtogeek.com/howto/windows-vista/backupcopy-files-that-are-in-use-or-locked-in-windows/
Filed under: Uncategorized | Leave a Comment »
This might work, http://www.sevenforums.com/tutorials/919-desktop-icons-add-remove.html
Filed under: Uncategorized | Leave a Comment »
Update to 5.05 and you will be good to go http://www.adobe.com/support/downloads/detail.jsp?ftpID=1309
Filed under: Uncategorized | Leave a Comment »
From stack overflow http://stackoverflow.com/questions/340151/reportviewer-client-print-control-unable-to-load-client-print-control Unable to load Client Print Control! Everytime, clients wanted to print report by clicking the button print on their report viewer, they always got this error message. I had spent nearly two weeks to fix this problem. My environment is: – Window Server 2003 Standard Edition R2 – Report Server Version [...]
Filed under: Uncategorized | 1 Comment »
From here http://social.msdn.microsoft.com/forums/en-US/netfxbcl/thread/9abce4d0-d91b-49d2-9976-230e785bb750/ Image image = Image.FromFile(fileName); Bitmap bmp = new Bitmap(image); image.Dispose(); return Image.FromHbitmap(bmp.GetHbitmap());
Filed under: Uncategorized | Leave a Comment »