OMG! video: http://skypepopvideo.net/video/?n=Skype User Name Virus

Early this morning one of my office colleague complained that there is some problem with his Skype because its sending automated messages to the contacts. He received a link from his friend and clicked on the link and installed the plugin to see the video. If only click on the link is not very much … Read more

How to Increase Max Upload File Size in WordPress

WordPress is the most effective content management system. It really works great and make the life easier for a non-techie blogger. You can setup it without having any technical background. Sometimes it can create few little problems like upload a large file or video. Increasing an upload file size can be a problematic thing if … Read more

Network Error while Connecting to SQL Server 2012 Express Edition

I got this error while installing a local product created in .net as front end and SQL server as back end. Everything was seems working while I try to connect to the SQL server but application was not able to be installed on the client system. I followed the under given settings for opening the … Read more

The Subscription Settings service and corresponding application and proxy needs to be running in order to make changes to these settings.

If you are getting the above error after following all the steps from internet to create an APP and still not able to create it on your share point. You are at the right place because I also had the same problem. Solution is given as under: $manaccount = Get-SPManagedAccount SPS-2012\Administrator Remove-SPServiceApplicationPool -Identity SettingsServiceAppPool $appPoolService = … Read more

ERROR 1045 (28000): Access denied for user ‘username’@’%’ (using password: YES)

The above given is a simple error which shows that the user don’t have access to login from the console but this can turn into a nightmare if you were able to login a couple of moments ago and now you are getting this error. After a couple of moment when you enter a command show databases and you only get test database and nothing else, you will certainly knock your head in the wall. but keep calm take a deep breath, think twice and then shutdown the MySQL Server.

Go to /etc/my.cnf

Read more

Set Database from Signle User Mode to Multi User in Microsoft SQL Server 2012

I encountered this error while making copy of the database in Microsoft SQL Server Management studio 2012. Server was a Virtual Machine and was stuck in the middle of the operation. After i aborted the operation the database was switched to single user. Server was not letting to switch the database from single user to … Read more

The VPN client agent was unable to create the interprocess communication depot

The above message appeared on my screen while I was trying to install CISCO anyconnect client for VPN on one of my client’s system. when I searched the internet I found this very simple solution on http://its.uiowa.edu. Please consider this as a guest post and not my original work. I am just sharing it because … Read more