<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
	<title>Frequently Asked Questions</title>
	<description>Frequently Asked Questions on the SixBit Software Discussion Board</description>
	<link>http://forums.sixbitsoftware.com/index.php</link>
	<pubDate>Thu, 11 Feb 2010 16:08:34 +0000</pubDate>
	<ttl>0</ttl>
	<item>
		<title>The Install Keeps Telling Me I Need Sql Server.  How Do I Get Past This?</title>
		<link>http://forums.sixbitsoftware.com/index.php?/topic/23-the-install-keeps-telling-me-i-need-sql-server-how-do-i-get-past-this/</link>
		<description><![CDATA[<strong class='bbc'>Background:<br />
</strong><br />
SQL Server 2008 provides the database component for SixBit.  The first time you install, SixBit will download SQL Server 2008 and install its own instance for SixBit.  SQL Server has many prerequisites and conditions for installation, one of them being a fresh reboot before installing.  If the installation fails, it will ask you to reboot your computer and try again.<br />
<br />
<strong class='bbc'>Symptom:<br />
<br />
</strong>During the installation, users are informed that a reboot is necessary.  After a reboot, and another attempt to install, the installation still says it requires a reboot.  Multiple attempts always result in the reboot request.<br />
<br />
<strong class='bbc'>Cause:<br />
</strong><br />
This is caused by a flag in the registry not getting correctly set.  Having a Logitech Webcam is one know cause of this issue.<br />
<br />
<strong class='bbc'>Solution:<br />
</strong><br />
You need to clear the registry setting that is causing this message.  Follow these steps:<br />
<br />
<ul class='bbc'><li>Go to Start|Run and enter "regedit" to open the registry editor.</li><li>Navigate to the key HKEY_LOCAL_MACHINE&#092;SYSTEM&#092;CurrentControlSet&#092;Control&#092;Session Manager</li><li>Delete the value in the PendingFileRenameOperations on the right</li><li>Run the installation again WITHOUT rebooting your computer.</li></ul>]]></description>
		<pubDate>Thu, 11 Feb 2010 16:08:34 +0000</pubDate>
		<guid>http://forums.sixbitsoftware.com/index.php?/topic/23-the-install-keeps-telling-me-i-need-sql-server-how-do-i-get-past-this/</guid>
	</item>
	<item>
		<title>How Do I Uninstall Sql Server 2008?</title>
		<link>http://forums.sixbitsoftware.com/index.php?/topic/9-how-do-i-uninstall-sql-server-2008/</link>
		<description><![CDATA[<strong class='bbc'>Uninstalling SQL Server 2008 for SixBit</strong><br />
<br />
When installed, SixBit created its own instance of SQL Server 2008. This means that regardless of whether you had another copy of SQL Server 2008 installed or not, SixBit would get its own copy and not interfere with any other copies.<br />
<br />
This means that if you are moving SixBit to another machine and want it removed from your current machine, you can uninstall the database without any affect to other instances of SQL Server 2008.<br />
<br />
<strong class='bbc'>Saving a Backup</strong><br />
<br />
Before you uninstall, you may want to save a backup. You can make a backup from within SixBit under the Application Menu|Manage button. If you would prefer, you can make manual backups of the database files. There are two files associated with each database, an SixBit.MDF and a SixBit_Log.LDF file. The default folder where they can be found is C:&#092;Program Files&#092;Microsoft SQL Server&#092;MSSQL10.SIXBITDBSERVER&#092;MSSQL&#092;DATA. You can simply copy these files to another media.<br />
<br />
<strong class='bbc'>Pre-Requisite Uninstallation<br />
</strong><br />
Before uninstalling SQL Server for SixBit, you must uninstall the SixBit eCommerce Solution.  You will use the Control Panel to uninstall. Simply choose "SixBit eCommerce Solution" from the "Uninstall a program" screen in Vista, or the "Add/Remove Programs" screen in XP, and follow the prompts to remove SixBit completely before continuing.<br />
<br />
<strong class='bbc'>Uninstalling </strong><br />
<br />
You will use the Control Panel to uninstall. Simply choose "Microsoft SQL Server 2008" from the "Uninstall a program" screen in Vista, or the "Add/Remove Programs" screen in XP.<br />
<br />
Choose "Remove" when prompted.<br />
<br />
<img src='http://www.sixbitsoftware.com/jslocum/screenshots/UninstallSQL/Remove.png' alt='Posted Image' class='bbc_img' /><br />
<br />
Step through the screens as they appear...<br />
<br />
<img src='http://www.sixbitsoftware.com/jslocum/screenshots/UninstallSQL/SetupSupportRules.png' alt='Posted Image' class='bbc_img' /><br />
<br />
When asked for the instance to be removed, select "SIXBITDBSERVER".<br />
<br />
<img src='http://www.sixbitsoftware.com/jslocum/screenshots/UninstallSQL/SelectInstance.png' alt='Posted Image' class='bbc_img' /><br />
<br />
<br />
On the following screen, check "Database Engine Services" and click Next.<br />
<br />
<img src='http://www.sixbitsoftware.com/jslocum/screenshots/UninstallSQL/SelectFeatures.png' alt='Posted Image' class='bbc_img' /><br />
<br />
Click "Next" on the Removal Rules page.<br />
<br />
<img src='http://www.sixbitsoftware.com/jslocum/screenshots/UninstallSQL/RemovalRules.png' alt='Posted Image' class='bbc_img' /><br />
<br />
Click "Remove" on the Ready to Remove page.<br />
<br />
<img src='http://www.sixbitsoftware.com/jslocum/screenshots/UninstallSQL/ReadyToRemove.png' alt='Posted Image' class='bbc_img' /><br />
<br />
Click "Close" on the Complete page.<br />
<br />
<img src='http://www.sixbitsoftware.com/jslocum/screenshots/UninstallSQL/Complete.png' alt='Posted Image' class='bbc_img' /><br />
<br />
<strong class='bbc'>Data Cleanup</strong><br />
Your data files (SixBit.mdf and SixBit_Log.ldf) will still be in the C:&#092;Program Files&#092;Microsoft SQL Server&#092;MSSQL10.SIXBITDBSERVER&#092;MSSQL&#092;DATA folder. You should delete them when complete.<br />
<br />
<strong class='bbc'>Registry Cleanup</strong><br />
There may still be an entry in your registry that needs to be cleaned up. Follow these instructions to look for it and remove it if it exists.<br />
<br />
1. From the "Start" menu in Vista, enter "regedit" into the search window and click Enter.  In XP, go to Start|Run and enter "regedit" and hit enter to start the registry editor.<br />
2. Navigate to HKEY_LOCAL_MACHINE|Software|Microsoft|Microsoft SQL Server<br />
3. If there is a SIXBITDBSERVER folder under that key, then right click it and Delete it.]]></description>
		<pubDate>Wed, 10 Feb 2010 02:28:30 +0000</pubDate>
		<guid>http://forums.sixbitsoftware.com/index.php?/topic/9-how-do-i-uninstall-sql-server-2008/</guid>
	</item>
	<item>
		<title><![CDATA[Why Didn't Sql Server 2008 Express Install When I Installed Sixbit?]]></title>
		<link>http://forums.sixbitsoftware.com/index.php?/topic/8-why-didnt-sql-server-2008-express-install-when-i-installed-sixbit/</link>
		<description><![CDATA[<strong class='bbc'>Background:</strong><br />
<br />
As part of our SixBit installation, we download and install a copy of SQL Server 2008 Express. SQL Server 2008 Express is a program from Microsoft. Our installation is <br />
really no different than the manual process of downloading SQL Server 2008 Express yourself and installing, we just do it for you automatically. <br />
<br />
<strong class='bbc'>Issue:</strong><br />
<br />
Sometimes SQL Server will not install on a computer for various reasons (i.e. it requires a reboot, a required component is missing, etc.). When that happens, the SixBit install can't perform a proper installation and therefore won't work properly. A 27502 error is usually the result.<br />
<br />
<strong class='bbc'>Solution:</strong><br />
<br />
The next step is to troubleshoot why SQL Server won't install on your computer. Here are the steps to go through.<br />
<br />
1. SQL Server will log its attempted installation in a folder called C:&#092;Program Files (x86)&#092;Microsoft SQL Server&#092;100&#092;Setup Bootstrap&#092;Log&#092;. There are several files in this folder that can help us understand why SQL Server won't load. Go to this folder now.<br />
<br />
2. Open the file Summary.txt in the Log folder. This is a summary log of your latest SQL Server Installation attempt. It may include clues as to why SQL Server wouldn't install.<br />
<br />
3. In the folder C:&#092;Program Files (x86)&#092;Microsoft SQL Server&#092;100&#092;Setup Bootstrap&#092;Log&#092; you will find one or more folders. Each will be named with a date of an attempted installation. Open the folder for the latest installation attempt and look at the file named SystemConfigurationCheck_Report.htm. That file will provide the results of the system check to see if your system is acceptable for SQL Server 2008.<br />
<br />
4. If you haven't found the problem yet, look at the files that start with: Detail or Summary.<br />
<br />
5. If you still havent been able to figure out the issue, please send a copy of the LogSet_YourPCName_2010MMDD_HHMMSS file to support (support@sixbitsoftware.com). This is a zip file containing all the logs.]]></description>
		<pubDate>Wed, 10 Feb 2010 02:23:51 +0000</pubDate>
		<guid>http://forums.sixbitsoftware.com/index.php?/topic/8-why-didnt-sql-server-2008-express-install-when-i-installed-sixbit/</guid>
	</item>
	<item>
		<title>How Do I Post Screenshots To The Discussion Group</title>
		<link>http://forums.sixbitsoftware.com/index.php?/topic/7-how-do-i-post-screenshots-to-the-discussion-group/</link>
		<description><![CDATA[Fixing some bugs is easier if we can see what you see. Therefore, we may ask you for a screenshot while SixBit is running. <br />
<br />
If you aren't familiar with creating screenshots, then please follow these instructions:<br />
<br />
1. Load SixBit to the screen or error message that you want to create a screenshot image from.<br />
2. Press and hold the Ctrl key and press the PrtScrn key on your keyboard. This will place the screenshot on the clipboard. <br />
3. Open Microsoft Paint (or your image program of choice) by choosing Start|All Programs|Accessories|Paint in your Windows Start Menu. <br />
4. Click Edit|Paste from the Paint menu. <br />
5. Click File|Save As from the Paint menu. <br />
6. Enter a name for the screenshot, and choose JPEG as the file type, and save the file to your "My Documents" folder (or folder of your choice). <br />
7. Make a post to the board, and use the "Click to Attach Files" button in the Attachments section below the Topic editor to upload your screenshot image to the board.]]></description>
		<pubDate>Wed, 10 Feb 2010 02:22:30 +0000</pubDate>
		<guid>http://forums.sixbitsoftware.com/index.php?/topic/7-how-do-i-post-screenshots-to-the-discussion-group/</guid>
	</item>
	<item>
		<title>What Is Error 27552 During Install?</title>
		<link>http://forums.sixbitsoftware.com/index.php?/topic/6-what-is-error-27552-during-install/</link>
		<description><![CDATA[<strong class='bbc'>Symptom:</strong><br />
<br />
During installation, user sees the following error:<br />
<br />
Error 27552. Error creating database SBData. Server: Microsoft SQL Server &#092;SIXBITDBSERVER. CREATE DATABASE failed. Some file names could not be created. Check related errors. (1802)<br />
<br />
<strong class='bbc'>Cause:</strong><br />
<br />
This error will occur if you have uninstalled SQL Server, but have left your SBData files still on the computer. During the installation, SixBit reinstalls SQL Server, but when it tries to create a new database, it finds other files in its place and can't create it.<br />
<br />
<strong class='bbc'>Solution:</strong><br />
<br />
After uninstalling SQL Server (which should only be performed in very special cases), you must also delete or move the database files. By default, the database files (SBData.mdf and SBData_Log.ldf) will be in C:&#092;Program Files&#092;Microsoft SQL Server&#092;MSSQL10.SIXBITDBSERVER&#092;MSSQL&#092;DATA folder.]]></description>
		<pubDate>Wed, 10 Feb 2010 02:21:43 +0000</pubDate>
		<guid>http://forums.sixbitsoftware.com/index.php?/topic/6-what-is-error-27552-during-install/</guid>
	</item>
	<item>
		<title>How Can I Sign Up For The Beta?</title>
		<link>http://forums.sixbitsoftware.com/index.php?/topic/5-how-can-i-sign-up-for-the-beta/</link>
		<description>If you are registered on this board, then all public betas and releases will be announced in the Announcements topic. Simply subscribe to that topic to get an email with any new announcements.</description>
		<pubDate>Wed, 10 Feb 2010 02:20:57 +0000</pubDate>
		<guid>http://forums.sixbitsoftware.com/index.php?/topic/5-how-can-i-sign-up-for-the-beta/</guid>
	</item>
	<item>
		<title>What Imports Will You Support?</title>
		<link>http://forums.sixbitsoftware.com/index.php?/topic/4-what-imports-will-you-support/</link>
		<description>We currently plan to support an XML import, import from Turbo Lister and import from Blackthorne. The data structure will vary from the Blackthorne data structure in some areas, so a complete 1 to 1 import may not be possible. We will strive to make the import process as painless as possible though.</description>
		<pubDate>Wed, 10 Feb 2010 02:20:34 +0000</pubDate>
		<guid>http://forums.sixbitsoftware.com/index.php?/topic/4-what-imports-will-you-support/</guid>
	</item>
</channel>
</rss>