If you find this site useful, Please click on the Ads to Visit our Sponsors
Search

 
Archive
Links
Categories
Admin Login
Sign In

 

 

 

 

Wednesday, February 24, 2010

I recently had a user clean up a lot of pictures on their computer by moving and deleting them.  The next time the user went into Office Picture Manager, the splash screen would appear but it would never bring up the program (never meaning within 5 minutes - I have read reports that it will eventually open it just takes time).

The problem seems to be the catalog file that OIS.exe (the Picture Manager executable) uses.  Follow these directions to reset the picture manager catalog:

Browse to %userprofile%\Local Settings\Application Data\Microsoft\OIS. Locate the file named OIScatalog.cag, and double-click on it. When asked what you want to open the file with choose Notepad from the list. When it opens you will see a file that looks like the following. Remove any lines that start with mru path. Make sure to remove the entire line including the opening/closing tags. You can also just delete the OIScatalog.cag file, and it will be re-created the next time you open a picture.

Wednesday, February 24, 2010 3:04:04 PM (Central Standard Time, UTC-06:00) | Comments [0] | Windows XP | Microsoft Office#
Monday, February 22, 2010

I had a situation where I had a non-booting Windows XP but did not know what service pack it was to know which CD to use to repair it.

Using MiniPE and a remote registry tool, navigate to this key:

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion

The sub-keys and values under this location will help determine OS and Service Pack versions.

Monday, February 22, 2010 12:44:41 PM (Central Standard Time, UTC-06:00) | Comments [0] | Windows XP#
Tuesday, February 09, 2010

It seems like this problem is related to an iTunes or Firefox update.  If you search the system drive for CoreFoundation.dll and simply rename the copy in the Adobe directory to something else (old-corefoundation.dll for example), it seems to fix the problem.

Mine was in C:\Program Files\Adobe\Photoshop Elements 6.0\

Tuesday, February 09, 2010 12:04:13 PM (Central Standard Time, UTC-06:00) | Comments [0] | Windows XP | Adobe | Adobe Elements#
Thursday, February 04, 2010

I had an issue with virtual machines not talking to each other.  I took a production SBS 2003 server and a production XP client workstation to that same domain and used Disk2VHD to create virtuals out of them so I could test a migration to SBS 2008 on a Hyper-V server. 

From research, it seems like the problem has to do with Symantec Corporate Antivirus.

I removed Symantec AV from the server and the workstation and the SRV error messages in the Event logs went away and the machines started communicating.

On the server or local machine you might get this following message in the event viewer.
"The server's configuration parameter "irpstacksize" is too small for the server to use a local device. Please increase the value of this parameter".

One fix that did not seem to fix in my case was:

You'll have to add then following to the local pc's registry. 
- Go to HKLM\SYSTEM\CurrentControlSet\Services\lanmanserver\parameter
- There edit the IRPStackSize value to 18 Decimal or 12 Hex.
- If the value is missing insert a new DWORD Value and name is IRPStackSize as it is spelled here with upper and lower case.
- After this you restart the computer and login. You should now be able to access shares accross the network

Thursday, February 04, 2010 11:17:14 AM (Central Standard Time, UTC-06:00) | Comments [0] | Windows XP | Hyper-V | Windows Server#
Saturday, November 07, 2009
I had a drive that was going out.  Kept getting error 29004 when trying to create a Ghost image of the drive.  The resulting image was useless because when trying to restore it, it said unexpected end of file.  Also when cloning, the drive backed up 120-125% instead of 100 which was strange. 

After researching, I found these options:

This problem appears to be due to the way Ghost is accessing the drive. To resolve the problem, recreate the image using the -FNI switch to start Ghost:

Ghost -FNI

If that does not work, recreate with the -FFX switch also:

Ghost -FFX -FNI

These switches force Ghost to use a different method for accessing the drive.

Alternate cause and solution
If this error occurs regardless of your Ghost version, it is probably due to bad sectors on the destination drive if restoring an image, or due to bad sectors on the source drive if creating an image. Run Scandisk, CheckDisk, or Norton Disk Doctor with a thorough surface test.

If the problem persists, run Ghost with the -BFC switch. This will allow Ghost to ignore up to 500 bad blocks on the destination drive.

To clone a disk that has numerous bad sectors, run Ghost with the -FRO switch. This instructs Ghost to continue cloning regardless of the number of bad sectors.

If the problem continues, contact the hard drive manufacturer and obtain the diagnostic program for your specific hard drive. Run the diagnostic program on the hard drive and see if this resolves the problem.

In Ghost PE on MiniPE I was able to use the -FRO switch by choosing options and force cloning and saving the options.

Saturday, November 07, 2009 10:58:25 AM (Central Standard Time, UTC-06:00) | Comments [0] | KnowledgeBaseArticles | Windows XP#