News:

Welcome to TFT!

Main Menu

Recent posts

#41
Quickbooks / Quickbooks Web Connector Error...
Last post by James - July 22, 2014, 06:12:04 PM
Errors:

  • QBWC1085: QuickBooks was unable to write to the log file. QuickBooks will open without writing to log file.
  • QBWC1085: There was a problem with the log file. QuickBooks Web Connector will continue without the log file.
  • Exception TypeError: Unknown name



If you have not connected your data to a third-party program:

  • Log in as administrator
  • (Win8,7,Vista)C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
  • (WinXP)C:\Documents and Settings\All Users\Start Menu\Programs\Startup
  • Delete the QuickBooks Web Connector
  • Restart the computer and open QuickBooks to verify

If you have connected your data and a third-party application through Web Connector:

  • Close QuickBooks and Web Connector
  • (Win8,7,Vista)C:\ProgramData\Intuit\QBWebConnector\log
  • (WinXP)C:\Documents and Settings\All Users\Application Data\Intuit\QBWebConnector\log
  • Rename QWCLOG.TXT to QWCLOG.TXT.OLD
  • Reopen Web Connector
  • Restart the computer, open QuickBooks, and login to your third-party application




Source: http://support.quickbooks.intuit.com/support/articles/SLN41033
#42
Unifi / UniFi Default Username & Passw...
Last post by James - July 17, 2014, 02:26:02 PM
Username: ubnt
Password: ubnt
#43
Tech Tools / Command Prompt & Run Window Co...
Last post by James - July 09, 2014, 08:14:29 AM
When running the commands from the Command Prompt the entire command must be typed in. When running the command from the Run Window, 'control' is not needed unless 'control' is typed in bold and underlined.


























Control Panel Tool                                                  Command
Accessibility Optionscontrol access.cpl
Add New Hardwarecontrol sysdm.cpl add new hardware
Add/Remove Programscontrol appwiz.cpl
Date/Time Propertiescontrol timedate.cpl
Display Propertiescontrol desk.cpl
Fonts Foldercontrol fonts
internet Propertiescontrol inetcpl.cpl
Joystick Propertiescontrol joy.cpl
Keyboard Propertiescontrol main.cpl keyboard
Microsoft Exchange (or Windows Messaging)control mlcfg32.cpl
Microsoft Mail Post Officecontrol wgpocpl.cpl
Modem Propertiescontrol modem.cpl
Mouse Propertiescontrol main.cpl
Multimedia Propertiescontrol mmsys.cpl
Network Propertiescontrol netcpl.cpl  or  control ncpa.cpl (In Windows NT 4.0)
Password Propertiescontrol password.cpl
PC Cardcontrol main.cpl pc card
Power Managementcontrol powercfg.cpl
Printers Foldercontrol printers
Regional Settingscontrol intl.cpl
Scanners and Camerascontrol sticpl.cpl
Sound Propertiescontrol mmsys.cpl sounds
System Propertiescontrol sysdm.cpm
#45
Microsoft Exchange / How to Test Autodiscover for M...
Last post by Adventech - June 26, 2014, 06:31:07 AM
PROBLEM:
How to Test Autodiscover for Microsoft Exchange with Outlook 2010

SOLUTION:
1.Start Outlook 2010 as you normally would.
2.Outlook will place an icon in the System Tray.
3.Hit the <CTRL> key, right-click the Outlook System Tray icon, and choose "Test E-mail Autoconfiguration".
4.Enter your email address, password, and ONLY select Use Autodiscover.
5.Run the test!
#46
Windows SBS 2011 / Office 365 with Microsoft Wind...
Last post by Adventech - June 26, 2014, 06:22:07 AM
PROBLEM:
Using Office 365 with Microsoft Small Business Server 2008.
Using Office 365 with Microsoft Small Business Server 2011.
Outlook prompts for username and password for Office 365 in SBS Domain.

SOLUTION:
Use the Exchange Management Shell to remove the Autodiscover Virtual Directory.

1. Open an elevated command prompt and back up the IIS configuration using the following command.

%windir%\system32\inetsrv\appcmd.exe add backup "Pre Removing Autodiscover"

2. Retrieve the current autodiscover virtual directory.

Get-AutodiscoverVirtualDirectory | fl Name, Server, InternalUrl, Identity
*Make note of the Identity value for the next step.

3. Remove the autodiscover virtual directory.

Remove-AutodiscoverVirtualDirectory –Identity <identity value retrieved above>

You will have to confirm by typing a "Y".

4. Check that the autodiscover virtual directory is gone.

Get-AutodiscoverVirtualDirectory | fl Name, Server, InternalUrl, Identity
This should return nothing.

5. Open Outlook, hold the CTRL button, right-click on the Outlook icon in the system tray, and select Test E-mail AutoConfiguration. Enter your email address and password and click the Test button. The results should come from the Office 365 server.

CREDIT:
Thanks to Mark Berry at MCBSYS
#47
Windows SBS 2011 / Windows Install Error - Disk S...
Last post by James - June 23, 2014, 03:16:44 PM
"Setup was unable to create a new system partition or locate an existing system partition. See the Setup log files for more information."


Method #1:


  • Boot the system with the Operating System CD
  • At the "Install Now" screen, insert your USB drive that contains the disk controller drivers
  • Install the appropriate drives, and before selecting the install disk, disconnect the USB
  • Start your installation
#48
Windows SBS 2008 & 2008 R2 / VSS Error: Failed resolving ac...
Last post by James - May 21, 2014, 11:24:51 AM
SBS 2011 Standard Edition installs Sharepoint 2010 Foundation in SharePoint farm mode. The accounts SPfarm and SPsearch are used as service accounts for some of the Sharepoint services. In order to be able to utilize the VSS writers, the accounts must be granted access to VSS. The accounts are added by SBS to the vssaccesscontrol registry key but the VSS service fails to locate the accounts. As Microsoft knowledge base article http://support.microsoft.com/kb/2483007/en-us?sd=rss&spid=1167 suggests you can ignore the warnings. The warnings don't affect the operation of VSS. If you wish to remove the warnings, you can use the steps in the resolution section.

Resolution:



You can use the following steps to workaround the issue.

1. In Active Directory Users and Computers, create a Domain Local Security Group named VSSRegistryGroup

2. Add SPFARM and SPSEARCH accounts to the VSSRegistryGroup Group

3. Run regedit 

4. Go to hklm\system\currentcontrolset\services\vss\vssaccesscontrol     

5. Add Dword value of DOMAIN\vssregistrygroup where domain is the netbios domainname (example: CONTOSO\vssregistrygroup Note: The Domain name must be in all caps) set the value to 1     

6. Remove values for domain\spsearch and domain\spfarm     

7. Go to hklm\system\currentcontrolset\services\vss\diag     

8. Right click on diag and go permissions, click advanced and add VSSRegistrygroup group with Full Control.

9.  Remove spsearch and spfarm accounts from the list of permissions

10. Reboot the server




Ref: http://support.microsoft.com/kb/2537096
#49
Windows XP / Spooler SubSystem App has enco...
Last post by James@AdvenTech - May 16, 2014, 11:36:20 AM
1.) Delete Print Que for All Installed Printers

  • Open a command prompt (Win Key + R, Type "cmd", hit enter)
  • HIT STOP SPOOLER, hit Enter
  • DEL %SYSTEMROOT%\SYSTEM32\SPOOL\PRINTERS\*.*, hit Enter
  • NET START SPOOLER, hit Enter
  • EXIT, hit enter

Your print spooler should now be working and you should be able to print.

2.) Reinstall Printer Driver


3.) Uncheck 'Enable advanced printing features'

  • Open Printer Properties
  • Advanced > Uncheck 'Enable advanced printing features'

You may also need to uncheck advanced printing options through each respective program.
#50
Microsoft Remote Desktop Protocal (RDP) / Windows Presentation Foundatio...
Last post by James - April 08, 2014, 09:59:00 AM
If using Windows XP to remote connect you need to replace TsWpfWrp.exe (located in C:\Windows\System32) with the same file from Windows Vista or Windows 7.