Problem with Webshell (page not found error)
Hsphere,Windows General,ERROR: Warning: Invalid argument supplied for foreach() in C:\Program Files\HSphere\3rdparty\WebShell4\includes\functions.php on line 768 Webshell link not opening from H-sphere control panel. ex: H-sphere -> user / reseller -> File manager / FTP manager -> Webshell -> login -> Page not found error Solution: Goto server -> IIS -> Default site -> properties -> Advanced ->…
Read moreEnable Audio from remote machine through RDP
Windows General,Here are the steps to follow to enable audio from remote machines in windows: Steps: 1. First check the RDP application has audio enabled Start -> mstsc -> options in RDC application -> Local resources -> Remote computer sound -> choose “Bring to this computer” 2. Edit group policy of the remote machine start -> run -> gepdit.msc -> computer configuration…
Read moreWindows Client Experience in Server OS
Windows General,To enable the windows vista/windows 7 experience (theme) in server three things should be considered: 1. Installing Terminal server Role 2. Installing Desktop Experience 3. Modifying Group policy to take effect the theme for the users Installing Terminal server Role: RDC (Remote Desktop Connection) no longer supports desktop ecpereince service for the server. So it is mandatoy that…
Read moreFTP Problems in Virtuozzo Servers
Windows General,When connecting to VPS via FTP( Say File zilla ) which results in Could not connect to server. But the settings will be perfect. You check with server FTP settings, Permissions, ports, FTP modes etc and see everything is fine to avoid FTP Problems in Virtuozzo. Cause of FTP Problems in Virtuozzo After uploading large…
Read moreMSSQL – Enabling “Service Broker protocol” for a DB
Windows General,To determine whether or not Service Broker is enabled for a particular database, execute the following T-SQL: SELECT is_broker_enabled FROM sys.databases WHERE name = ‘Database name’; — Enable Service Broker: ALTER DATABASE [Database Name] SET ENABLE_BROKER; — Disable Service Broker: ALTER DATABASE [Database Name] SET DISABLE_BROKER; Database Mirroring will be enabled after installing Service Pack…
Read moreEvent viewer error message “Metabase Key 7041 is out of range. using 1 as default”
Windows General,When you access a website in Event viewer there is a error message "Metabase Key 7041 is out of range. using 1 as default". Metabase Key 7041 - AspExecuteInMTA AspExecuteInMTA Metabase Property(ASP pages to run on multithreaded apartment (MTA) threads instead of single-threaded apartment (STA) threads. Analysis If your COM components are primarily free-threaded or…
Read moreCommon Errors and Fixes in IIS and its applications
Windows General,Service Unavailable: If you face the error ‘Service unavailable’ while accessing the domains in the browser. Cause: Application pool gets stopped for that domain. Fix: In this case you have to to start or restart the application pool belongs to that domain. If you are undable to start the applicaton poll and if you get…
Read moreSteps to install SQL server 2008 with screenshot
mssql,Windows General,Microsoft SQL Server 2008 Release to Manufacturing (RTM) was released in the August 2008. There are different versions of SQL Server 2008 available such as Enterprise, Standard, Workgroup, Web, Express, Compact and Developer editions. The trial version of Microsoft SQL Server 2008 can be downloaded from the following link http://www.microsoft.com/sql/2008/prodinfo/download.mspx. This article describes the steps…
Read more