July 29th, 2010 by rob.jennings
No comments »
When trying to open Active Directory on a Microsoft Small Business Server 2008 I was greeted with a nice error message saying -
“Error Microsoft Visual C++ Runtime Library Error ” I then clicked OK and got a MMC snap in error and no Active Directory!!!
To fix this you need to browse to:
- Logon As the user who is having the problem
- Browse to: c:\Users\%username%\AppData\Roaming\Microsoft\MMC
- Look for a file called ”DSA” and rename it “DSAOLD”
- Now try and open Active Directory again and all should be fine
July 20th, 2010 by john.rider
No comments »
A Brief History
Universal Serial Bus (USB) was developed and invented by Ajay Bhatt while working for Intel and is a specification to establish communication between devices and a host controller (usually a PC). It was is intended to replace the many confusing varieties of serial and parallel ports.
USB can not only connect computer peripherals such as mice, keyboards, digital cameras, printers, personal media players, flash drives, and external hard drives – it can also power them! For many of those devices USB has become the industry standard connection method.
Although it was originally designed for personal computers, it has become commonplace on other devices such as smartphones, PDAs and video game consoles. As of 2008 about 2 billion USB devices are being sold per year, and approximately 6 billion total sold to date!!!
Standard connectors? Not always…
Despite its original simplicity many companies have adapted their own proprietary connectors, so not all your devices will use the standard formats. Therefore we recommend you keep your original cables in a safe place. Here are some images showing the standard connections:

Supported Operating Systems
Windows 98 was the first OS to support USB connections right out of the box. Since then, virtually every OS on the market is USB enabled. Support for Windows 95 has since been added and third party solutions have been created for support in NT 4.0.
Data Transfer Rates
- Low or Normal Speed 1.5Mbps
- Full Speed 12Mbps
- High Speed 480Mbps (USB 2.0)
- Super Speed 4800Mbps (USB 3.0)
Note: Not all USB 2.0 devices are certified for High Speed transfer rates. Look for the USB High Speed Logo to ensure maximum capacity.
Did you know…?
Up to 127 devices can be added and controlled by a single USB port and your devices can be up to 30 meters away from the controlling computer system!!!
June 23rd, 2010 by andrew.barnes
1 comment »
On the 17th Sept 2010, 18 men, all (at least 3!!) in the peak of physical fitness, take their trusty bicycles on a journey from Calais to Bilbao all in the name of Charity.
Riding for Cancer Research and Kirkwood Hospice (all sponsorship split 50:50). Part of the 18 team are two members of the Ancar B Technologies, Paul Binns and Andrew Barnes.

The challenge is 800 miles in 9 days across France from the Port of Calais to the Port of Bilbao in Northern Spain. Again we aim to raise money for Cancer Research and Kirkwood Hospice, both great causes and always in need of additional funds. At present we have 18 cyclists ready willing and most of them able to take on this ride along with a backup vehicle to support them. We are all paying our own way for Ferries, accommodation and transport so all donations go 100% to the designated charities.
Please help support our charities and allocate your donation to Andrew or Paul and leave a message of encouragement.
http://uk.virginmoneygiving.com/team/Port2Port
Port 2 Port Website
Much appreciated
Andy
June 3rd, 2010 by rob.jennings
No comments »
Ever noticed how you cannot take local drives through with you when using the Remote Web Workplace (RWW) in Small Business Server (SBS) 2008? well follow these instructions and you can!
- Log onto the Small Business Server as Domain Admin
- First make a backup fo this file:
- “C:\program files\windows small business server\bin\webapp\remote\tsweb.aspx”
- Open Notepad as Administrator (right-click, run as administrator)
- Select file => open and open the following file:
- “C:\program files\windows small business server\bin\webapp\remote\tsweb.aspx”
- Once opened search for this line:
- MsRdpClient.AdvancedSettings2.RedirectDrives = FALSE
- You now need to modify this line so it says:
- MsRdpClient.AdvancedSettings2.RedirectDrives = TRUE
- Now Save the notepad and close
- Finally log back into the Remote Web Workplace from any PC and the drive option will be available to be ticked!!
June 3rd, 2010 by rob.jennings
No comments »
Windows 7 comes with a new version of Remote Desktop which we have noticed no longer allows you to create connections with 256 (8bit)screen resolution.
If you need to create a connection using 256 (8bit) colour mode, follow the instructions below:
- Open the Remote Desktop icon
- Create the connection with the required details, computer Name, Username etc
- Click the options button so you can see the Save option
- Click the Save as option and Save this to your desktop
- Open Notepad and then drag and drop the RDP icon onto the newly opened notepad
- You will now see loads of text, search through untill you see “session bpp:i:16” (the end number could say 8, 24 or 32)
- Finally edit this so it says “session bpp:i:8” and save
- now if you double click the saved RDP icon it will connect in 256 (8bit) colour mode!!