Monthly archive - November 2009

TFS2010 Build Service Configuration Error

While setting up the Build Service for TFS2010 I ran in to an issue with TFS_BUILDSERVICE (Visual Studio Team Foundation Build Service Host) service unable to start. The fix for the issue was found by checking the System Event viewer and reading the errors below. Once all of the dependent services were enabled, the build configuration completed successfully.

*The Remote Access Connection Manager service, Remote Access Auto Connection Manger and Telephony services must all be enabled in order to start the  Visual Studio Team Foundation Build Service Host service.EventViewer

The Visual Studio Team Foundation Build Service Host service depends on the Remote Access Connection Manager service which failed to start because of the following error:
The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.

The Remote Access Auto Connection Manager service depends on the Telephony service which failed to start because of the following error:
The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.

TFSsuccess

How To Restore Your Recycle Bin on Vista

So I accidentally deleted the Recycle Bin on my Desktop by selecting all items and deleting. Well I thought a simple undo delete would fix the issue but unfortunately it restored everything except for the Recycle Bin. I performed a quick Google Search and found the quickest fix possible. Figured this could be useful to others so here you  go..

By: Ramesh Srinivasan / WinHelpOnline.Com

Restore Recycle Bin icon to the Desktop

  • Click Start, type Control desk.cpl,,@Web and press Enter
  • In the Desktop Icon Settings dialog, enable the Recycle Bin checkbox
  • Click OK

Another way to access the Desktop Icon Settings dialog is to right-click on the Desktop, click Personalize, and in the left pane, click Change desktop icons.

Magento eCommerce Open Source Application Installation

Magento eCommerce Open Source Application Installation

Magento is basically a Business CMS/Shopping cart application designed to take online businesses to the next level. While on Template Monster I browsed for great eCommerce templates and found the Magento templates to have the look and functionality that I expect for a business. They have a free edition which is limited to basic functionality and then there’s the Enterprise edition which is designed for a mature successful company. The project took a total of 30minutes for me to install including the download from the site. The download was slow for some reason but the rest of the setup was a breeze. Here’s the installation instructions from the site, however before you get started with the install make sure you verify the version of MySQL installed by your host is 4.1.20 or newer.   MySQL

Magento Installation Guide

Posted on Thursday, August 30, 2007
Category: Installation & Setup

Installation

  1. Please refer to Magento’s system requirementsto ensure you have the appropriate platform and environment set up. If you attempted to install Magento and the installation wizard suggested to use the PHP-CGI workaround, please click here.
  2. Downloadthe .zip or .tar.gz file from the Magento website and decompress it.
  3. Upload the Magento web files to your web server via FTP (if you have SSH access and are comfortable with the command line, check out this wiki post)
  4. Create a MySQL database and user/password for Magento This step varies by hosting provider and is out of the scope of this document. Consult your provider’s support/documentation for instructions on how to do this.
  5. Ensure that the file magento/var/.htaccess, the directories magento/app/etc, magento/var, and all the directories under magento/media are writable by the web server. To do so, navigate to the directory with your FTP client. Then locate the function “Change Permissions” or “Change Mode” in your FTP client and select it. Once you find the function, you must set the permissions so the web server can write to this file. There are two typical ways of representing file permissions in Linux:
    1. As a number (eg, 755)
    2. As a series of permissions categorized into user, group, and other
  6. If your FTP client uses the first representation, set the permissions on each directory to be 777, or 0777. If your FTP client uses the second representation, set the permissions as shown in the image below. http://www.magentocommerce.com/wiki/magento_filesystem_permissions

    image

  7. Use your web browser to surf to the Magento installation wizard. If you’ve uploaded the Magento files to http://www.example.com/magento/, then the wizard will be located here: http://www.example.com/magento/install/.
  8. Once in the wizard, you can configure various system-level settings that are required for Magento to function. Most options will be intelligently guessed for you, but you’re free to override any settings that don’t look right. At the very least, change the database parameters in the first box “Database connection” to match those of the database you set up in Step 3.
  9. Success! You’ve completed a basic Magento install. You can now visit the administration backend and begin configuring your new online store.

Once I completed the Installation the first thing I wanted to do was load a few images of the test store and see if it worked. Unfortunately you must crawl before you walk. Which means you must go through the Backend options of the site and modify the settings to meet your business.  But for starters it’s best to visit the Knowledge Base page to find answers for most of your questions. If you find the software appealing enough you can pay for the User Guide. It’s inexpensive for a refined application such as Magento. Later I will follow up with my Complete Site Setup but for now here’s a peek at the installation with a sample product.

Sample Product

Magento3