Archive for Tech Support

Google Apps: Connection to server failed with Exchange settings

Tech Supporton May 26th, 20112 Comments

Several of our clients use Google Apps and we have set up their iPhones to connect via the Exchange setting so that their Mail, Calendars and Contacts all sync. This has been working perfectly, but over the past day they started to get the dreaded error message:

Connection to the server failed.

Nothing had changed on our end, so I immediately thought it must be a Google problem. After some digging around, it turns out that it was indeed a problem with Google. For some reason (maybe the recent Google Apps upgrades), Google Sync was now turned off for their domain.

To turn this back on:

  1. Logon to your Google Apps administrator control panel
  2. Click on Settings in the menu bar
  3. Select Mobile under Services on the left
  4. Under Google Sync, make sure that that Turn on Google Sync is checked (ours was turned off)
  5. Click Save Changes at the bottom

That was it. Everything started working again after turning this back on.

If this does not work for you, also check to make sure that Google Sync is enabled under Organizations & Users -> Services in your control panel.

Download Microsoft Office 2010 Without Click-to-Run

Tech Supporton October 21st, 201013 Comments

Dell has really been screwing up recently. They have now delivered 6 new PCs that were ordered with Microsoft Office 2010 without the software pre-installed, and without the license keys included in the box either.  They rectified the situation relatively quickly by overnighting new license keys, but they failed to include CDs or download links for Microsoft Office.

If you go to the Microsoft Office site to download it, you are only given one option – Click-To-Run. This is their new streaming version of Office, and allows users to try it in a virtual server environment. Now, that is not necessarily what an IT administrator wants.  I needed to be able to copy it to the server to install to all desktop PCs, but unfortunately there did not appear to be anyway to do that.

Luckily, after MUCH searching, I found direct download links for the full versions of Microsoft Office 2010. You’ll need a valid license key to install, but these downloads may make your life easier too.

Hope these help.

UPDATE: Thanks to a commenter below, you may download backup copies of 32-bit or 64-bit versions of Microsoft Office 2010 or 2007 as well. You simply need your Product Key and you may then choose to download or order a DVD for a fee.

Picasa for Mac Import Problems: After Copying Grayed Out

Tech Supporton September 15th, 20107 Comments

We like Picasa for the Mac much better than iPhoto, so it was a real problem when the latest version of Picasa would no longer allow us to choose what to do after importing our photos.  For some reason, the “After Copying” option in Picasa was grayed out and could not be selected anymore.  We have no idea what caused this, but luckily, the fix is relatively easy.

  1. Close Picasa
  2. Open Finder
  3. Double-click [username] -> Library -> Preferences
  4. Drag the file com.google.picasa.plist to the Trash (or to your Desktop if you’re worried about erasing this file)
  5. Re-open Picasa

Doing this will cause Picasa to reset some of its settings.  Your Albums, Folders, Collections, etc. will all still be there, but there are some minor settings you will have to reset like Picasaweb logins and any add-ons you may have installed. In addition, the “After Copying” option will no longer be grayed out and unavailable.

iPhone 4 Upgrade Failing with Error 1004

Tech Supporton September 15th, 20103 Comments

I just tried upgrading my factory unlocked, but still jailbroken, iPhone 4 from iOS 4.0.1 to iOS 4.1 so that I could use Facetime between my iPhone 4 and the new iPod Touch (yes, iOS 4.1 is a requirement for this).

Unfortunately, the upgrade appeared to keep failing and my iPhone 4 was stuck in recovery mode. Every time I plugged it in, iTunes prompted me to upgrade and wipe out the device settings. I did this 3 or 4 times and got the Error 1004 message each time before realizing that something else must be wrong.

I then remembered that I had used RecBoot with my old 3GS to kick it out of recover mode when downgrading, and tried the “Recboot Exit Only” program. It worked!  It restarted my iPhone 4 and it had been upgraded to iOS 4.1 too.  All I had to do now was restore from iTunes and I was up and running.

Fix for WordPress 3.0 Upgrade Hanging/Looping

Tech Supporton July 12th, 20102 Comments

We recently upgraded to WordPress 3.0 and everything seemed to have gone very smoothly with the process.  After upgrading all the files, we ran the upgrade script,  http://domain.com/wp-admin/upgrade.php.  This confirmed that our database had been updated and clicking Continue took us to our home page.

There was only one problem – when we tried to go to the WordPress admin, we continued to get the upgrade script page asking us to upgrade.  Clicking this button sent us into a loop. We kept getting this message:

No Upgrade Required

Your WordPress database is already up-to-date!

It was hanging there and not letting us into our admin section.

After much troubleshooting, it turns out the problem was not with our WordPress install at all, but rather with PHP-FPM caching. We restarted the php-fpm process (/etc/init.d/php-fpm restart) and everything started working perfectly. We also restarted the web server for good measure.

Fix Problems Installing Microsoft Updates KB979906 and KB979909

Tech Supporton July 12th, 20106 Comments

Are you having problems installing Microsoft updates KB979906 and KB979909?  If you’re getting this error message:

Installation Failure: Windows failed to install the following update with error 0×80070643: Microsoft .NET Framework 1.1 SP1 Security Update for Windows 2000 and Windows XP (KB979906).
Luckily, the fix is easy. The problem turns out to be an issue with VBScript, not the patch itself.  If you go to the CMD prompt and run:
regsvr32 scrrun.dll
This will re-register the DLL and now, when you go back to install the patch, it will work perfectly.
Hope that helps…

Blackberry Professional Server – Blackberry Controller Service Will Not Start

Tech Supporton April 30th, 20104 Comments

Today we had a problem on our Blackberry Professional Server where the “Blackberry Controller” service was stopped and would not start.  Trying to manually start the service would give us the following error:

The BlackBerry Controller service terminated with service-specific error 5003 (0x138B).

Luckily, the fix was easy. There seemed to be some contention with this service and the “DNS Server” service on the same machine.  Stopping the DNS Server service, starting the Blackberry Controller service, and then restarting the DNS Server service seemed to fix the problem.

Deleting the Wrong Mailbox in Exchange Server 2007 – And Restoring It

Tech Supporton April 30th, 201010 Comments

So, it was bound to happen… We removed the wrong user’s mailbox in Exchange Server 2007 today.  Unfortunately, with Server 2007, removing an account, removes the Windows user object and also marks the mailbox in the database for removal.  Luckily, there is a relatively quick fix:

  1. Restore the Active Directory object with the AdRestore utility
  2. Connect the disconnected mailbox to the restored user account

Step 1
First, we downloaded the AdRestore program from Microsoft onto our primary Active Directory server and then ran the command:

> adrestore -r username

The program searches through recently deleted (tombstoned) objects and allows you to recover them.  The username part works as a rudimentary search.  If it finds the object, it prompts you to proceed.  Once you do, the account is restored.  It’s disabled and doesn’t have a password, so you’ll need to set the password and the activate the account. Microsoft has a long drawn-out article on restoring Active Directory accounts, but running this simple tool seemed to work fine for us.

Step 2
In the Exchange Management Console, we went to Recipient Configuration -> Disconnected Mailbox and went to find the deleted mailbox.  Oh crap! It wasn’t there!  Luckily, it turns out that if the mailbox management process has not yet run, you will not see recently deleted mailboxes.  Fortunately, you can force this by going to the Exchange Management Shell and running:

> clean-mailboxdatabase “Mailbox Database

After running this command, the disconnected mailbox now appeared.  You then right-click on it, and select “Connect…”  Check “User Mailbox” and click Next.  Then, select “Existing User,” browse to find the user, make sure their Alias is correct, and click Next. Clicking Finish reconnects the user’s old mailbox to the restored user account.

The reconnection looked like it finished quickly, but we found that it took about an hour for it to fully connect and allow the user access to her email again.  Hope this helped!

TEAC CA200 HH 13-1 Card Reader and Windows 7

Tech Supporton December 8th, 200918 Comments

I recently upgraded to Windows 7 Ultimate on my Dell Dimension E520 and after upgrading, realized that my TEAC CA-200 card reader no longer worked properly.  I went to support.dell.com to see if there were any Windows 7 drivers available, and of course they were not.  Luckily, there is a fix.  Read on…

  1. Download the Windows Vista drivers from the Dell Support site. (I only tried this with the 32-bit drivers.)
  2. Extract the drivers to the C:\Dell\Drivers\R176587 folder.
  3. Go to that folder, right-click on Imgr32b.exe and go to Properties.
  4. Click on the Compatibility tab and under Compatibility mode, check “Run this program in compatibility mode for:”  Then choose “Windows Vista (Service Pack 2).”
  5. Click OK.
  6. Now, double-click to run the file and follow the instructions to install.  You must put it into compatibility mode or it will not run. (When I installed, it hung near the end of the install process. I killed the program, and everything still worked fine.
  7. This should do it and everything should be working now.

In my case, it did not work immediately. I had to open up the PC, disconnect the card reader and then reconnect it.  Once I did that it was immediately recognized.

Hope this helps.