jackwc


I downloaded the SQL Server 2005 Evaluation setup .exe. When I wen to install it by clicking "SQLEVAL.EXE", I received an eror stating "There is not enough space on Drive C:\ to extract this package.

I have over 50 gig of available spac eon my C drive. What gives

When I downloaded the .exe, I had the Norton AntiVirus Auto-Protect enabled. Could that have caused it Also, 2 days ago, I installed MS-Accounting 2007. Could that have caused a problem

I have seen this error posted on the SS2005 forums and the standard response is to look at the installation logs. I have no logs. The extraction never completed.

Thanks.




Re: SQL Server 2005 Evaluation Install Error

Peter Saddow MSFT


Check your system %temp% variable to see where it pointing. Ensure this location has enough space. Ensure the account you are running under has permissions to the folder. When we have seen problems with extraction space as you described, the temp folder is pointing to a location without enough space.

Thanks,

Peter Saddow







Re: SQL Server 2005 Evaluation Install Error

jackwc

Peter:

How do I check the system %temp% variable Where is it






Re: SQL Server 2005 Evaluation Install Error

Michelle Alexander - MS

Look at your system properties under Advanced Tab you will find enviroment variables you will find it defined.

Michelle






Re: SQL Server 2005 Evaluation Install Error

Jin Feng - MSFT

Hi Jackwc,

you can open up a cmd window and run

sqleval.exe /x

which should pop a dialog asking for where to extract the package, pick one that you're sure that 1) your running account has write access to and 2) there is enough space at the location.






Re: SQL Server 2005 Evaluation Install Error

jackwc

Looking at the Advanced tab, environment variables, I see that they appear to be in order. I see the "User Variables" for my ID lists the TEMP & TMP files to C:\Documents and Settings\my ID\Local Settings\Temp. They seem to be in order.





Re: SQL Server 2005 Evaluation Install Error

jackwc

I have 52 gig available on my C drive.



Re: SQL Server 2005 Evaluation Install Error

jackwc

How do I check to see if I have write access



Re: SQL Server 2005 Evaluation Install Error

Jin Feng - MSFT

1. create a folder c:\temp

2. copy any file to c:\temp, a txt, a jpg, whatever

if you can do 1 and 2 then you have write access to c:\temp,

then you can try "sqleval.exe /x" and put "c:\temp" in, see if you can extract the package manually or not.






Re: SQL Server 2005 Evaluation Install Error

VJRod

Attempted the above, Update as requested by Jack:

- Same error

- Also earlier verified that %temp% is pointed to folder in C: and he has 52GB available space in C:

-Just fyi - System is a Windows XP Tablet PC





Re: SQL Server 2005 Evaluation Install Error

Jin Feng - MSFT

Hm....that is very odd.

I dug up a KB. Not sure if it will help or not. But give it a try anyway:

http://support.microsoft.com/kb/301913






Re: SQL Server 2005 Evaluation Install Error

rp_suman

The problem is happening in my PC too.

Mine is DELL Optiplex GX270 with around 14GB of free space.

I upgraded the PC from XP SP1 to SP2 through net.

It would be great if there is a workaround!!

Regards,

Suman





Re: SQL Server 2005 Evaluation Install Error

Jin Feng - MSFT

besides the KB I mentioned above, you might want to try to run the package with /x and specify different drives d:\ or e:\, etc.