Learn More Download Free Trial Pricing & Buy

Archive for December, 2008


How to use TSL to track logged users when backup job is starting?

Our client had a problem with one of the servers in their farm. The backup job could not be run if someone was trying to access certain files on the computer. If a file was opened the backup would fail.

Although most modern backup programs are able to backup an open file, our customer  backups is a very old database format, and even a modern backup program cannot handle it.

This is the error we were receiving: Backup could not be performed due to inability to lock the database.

Performing Backup jobs on a Terminal Sever can be complicated. An automated script is going to log-off all users at midnight. Users cannot login 12:00AM – 3:00AM. to prevent them from accessing the server and opening a databases that is being backuped.To ensure everything works smoothly we used our product Terminal Services Log to analyze user activities on the server and checked if there were any no active sessions (if a user was not included in the log off script).

By using Users and Sessions report we were able to locate what the users that were still active in backup time. For these ‘problematic users’ we change idle logoff timeout and included them in the midnight auto log off script.

After correct configuration backup is running normally :) .


Excel 2003 crash (OLEAUT32.dll) and Vista business

This post is not related to SBC computing. It is client based computing :-)

I have had a Dell XPS laptop for a while now. I am very satisfied with it. It is very fast and reliable.

I have Windows Vista and Office 2003 installed, and everything worked fine but Excel. It was crashing all the time, and I had to run it in a virtual machine.

Excel was crashing with the following error:

Faulting application EXCEL.EXE, version 11.0.8237.0, time stamp 0x48eff43b, faulting module OLEAUT32.dll, version 6.0.6001.18000, time stamp 0x4791a74f, exception code 0xc0000005, fault offset 0×00004580, process id 0x6b4, application start time 0x01c95f0ed33d2368.

I have been trying to solve the problem for a while. I finally figured out that the problem was caused by a Bluetooth Add-in that was auto starting with Excel.

If you have a similar problem this might solve it, it did for me:

Open registry and locate HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Excel\Addins\BtOfficeAddin.BtOfficeIntegration.1

Change the key LoadBehavior from 3 to 0.

Exit registry edit and try Excel. It helped me.