While deleting one domain from Plesk it was throwing following error
Microsoft SQL Server is a relational model database server produced by Microsoft and it’s Installation is quite Easy using GUI where a user has to selects the options which he/she needs with the database server and install it. We can automate the installation procedure and make it so simple that MSSQL can be installed using a single command.
Automating SQL server installation is made easier in MSSQL 2005 version and we can define the components which need to be installed with setup.exe via command prompt OR we can create an ini file which will contain all the information about the installation. In this post I will explain the steps to install MSSQL 2005 using command prompt with the help of single command. Read the rest of this entry »
Sometime Schedule tasks on Microsoft doesn’t run and which checking them from Schedule tasks it give a pop up with following Error
ERROR: General page initialization failed. The specific error is: 0x8007000d: The data is invalid. An error has occurred attempting to retrieve task account information. You may continue editing the task object, but will be unable to change task account information. Read the rest of this entry »
While Accessing Horde Webmail interface in Plesk it gives following error
Fatal error: Cannot use object of type DB_sqlite as array in D:\inetpub\vhosts\webmail\horde\lib\Horde\DataTree.php on line 656 Read the rest of this entry »
Sometime while deleting domain from Plesk it throws following Error:
DNSZone::Table::select() failed: no such row in the table Read the rest of this entry »
Sometime while connecting to MSSQL Server Configuration Manager it throws following Error
Cannot Connect to WMI Provider. You do not have permissions of the server is unreachable. Note that you can only manage SQL Server 2005 servers with the SQL Server Configuration Manager.
Invalid namespace[0x8004100e] Read the rest of this entry »