Logs of an SMS Administrator at myITforum.com

Losing Hair Daily in the Name of Technology

Syndication

Blog to Blog

Some of My Favorite Web Sites

SMS 2003 - Troubleshooting - SQL Server 2005 Client Tools Installation Failure Exit Code 1307

This weekend, I was monitoring an installation of the SQL Server 2005 client tools to a workstation. Normally, I would have the help desk perform this, but the particular individual had some critical DTS packages to run first thing this morning, so I wanted to ensure that everything installed properly. Of course, since it was critical that this worked, it did not.

So, I put this here for those of you who may run into this in the future.

execmgr.log:

Script for Package:CEN0011C, Program: SQL 2005 SP2 - 2nd Install failed with exit code 1307 execmgr 5/29/2009 6:39:36 PM 2224 (0x08B0)

Generally, I first check exit codes (which I do not recognize) against a handy link from symantec:

http://www.symantec.com/connect/articles/windows-system-error-codes-exit-codes-description

This specific error code yielded big goose egg on this site.

1307  This security ID may not be assigned as the owner of this object.

which made absolutely no sense in this case. So, I checked the following handy link from Microsoft:

http://msdn.microsoft.com/en-us/library/aa372835(VS.85).aspx

1307  There is not enough disk space remaining to install this file: [2]. If you can, free up some disk space, and click Retry, or click Cancel to exit.

This made far more sense that the Symantec site. I next checked the SQL installation summary log for SP2, which are located at: %Program Files%\Microsoft SQL Server\90\Setup Bootstrap\LOG\Hotfix\Summary.txt. The only failure noted in the summary was the following entry:

Summary
     Setup cannot complete due to out of disk space.
     Exit Code Returned: 1307

After checking the total disk space on the remote computer, I found this to be true. I had the user clean out some garbage and the installation worked fine.

I hope this saves others some time.

 

Published Monday, June 01, 2009 10:51 AM by mlucero

Comments

No Comments