Has anyone one installed SQL 2005 on Vista?
I have tried twice and I get an Error 1935 with reference 0x80071a30.
Thanks

SQL 2005 & Vista
Try disabling UAP and see if it installs then. Start > All Programs > Accessories > Run > MSCONFIG > Tools (tab) > scroll down > select "Disable UAP" > Launch, restart system for changes to take effect. -- Andre Extended64 | http://www.extended64.com Blog | http://www.extended64.com/blogs/andre http://spaces.msn.com/members/adacosta "David Sherman" wrote in message
Has anyone one installed SQL 2005 on Vista?
I have tried twice and I get an Error 1935 with reference 0x80071a30.
Thanks
Failure
I tried 3 times.
On Tue, 23 May 2006 14:15:04 -0700, "Andre Da Costa [Extended64]" wrote:
Try disabling UAP and see if it installs then. Start > All Programs Accessories > Run > MSCONFIG > Tools (tab) > scroll down > select "Disable UAP" > Launch, restart system for changes to take effect. -- Andre Extended64 | http://www.extended64.com Blog | http://www.extended64.com/blogs/andre http://spaces.msn.com/members/adacosta "David Sherman" wrote in message Has anyone one installed SQL 2005 on Vista?
I have tried twice and I get an Error 1935 with reference 0x80071a30.
Thanks
Is IIS 7.0 installed? If it is and that does not work, give this work around suggestion a try:
"I took the cue from the SQL Server 2005 embedded install, which did work. The trick is to put a new manifest and dll file in each of the Binn directories. I can't get the SQL Management Studio to install as it has some error during setup, but the SQL Server Services work.
First, create a new file called Microsoft.VC80.ATL.manifest and paste the following XML into it:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- Copyright © 1981-2001 Microsoft Corporation --> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <noInheritable/> <assemblyIdentity type="win32" name="Microsoft.VC80.ATL" version="8.0.50608.0" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b" /> <file name="ATL80.dll"/> </assembly>
Then, locate a copy of the released atl80.dll (look in the %systemroot%\winsxs directory of a machine with either SQL 2005 or vS 2005 on it.
Now, as the SQL 2005 installer is running, copy those two files into any directory that has exe/dll files within the Program Files\Microsoft SQL Server dir -- specifically:
MSSQL.1\MSSQL\Binn 90\Tools\Binn 90\Shared 90\COM 90\Setup Bootstrop (just for good measure)" -- -- Andre Windows Connected | http://www.windowsconnected.com Extended64 | http://www.extended64.com Blog | http://www.extended64.com/blogs/andre http://spaces.msn.com/members/adacosta
"David Sherman" wrote in message
Failure
I tried 3 times.
On Tue, 23 May 2006 14:15:04 -0700, "Andre Da Costa [Extended64]" andred25@hotmail.com> wrote:
Try disabling UAP and see if it installs then. Start > All Programs Accessories > Run > MSCONFIG > Tools (tab) > scroll down > select "Disable UAP" > Launch, restart system for changes to take effect. -- Andre Extended64 | http://www.extended64.com Blog | http://www.extended64.com/blogs/andre http://spaces.msn.com/members/adacosta "David Sherman" wrote in message Has anyone one installed SQL 2005 on Vista?
I have tried twice and I get an Error 1935 with reference 0x80071a30.
Thanks
IIS is not installed. I could not get it installed when I tried to install Virtual PC server.
Even though IIS isn't installed, I will try your suggestion.
On Tue, 23 May 2006 18:21:57 -0700, "Andre Da Costa [Extended64]" wrote:
Is IIS 7.0 installed? If it is and that does not work, give this work around suggestion a try:
"I took the cue from the SQL Server 2005 embedded install, which did work. The trick is to put a new manifest and dll file in each of the Binn directories. I can't get the SQL Management Studio to install as it has some error during setup, but the SQL Server Services work.
First, create a new file called Microsoft.VC80.ATL.manifest and paste the following XML into it:
?xml version="1.0" encoding="UTF-8" standalone="yes"? !-- Copyright © 1981-2001 Microsoft Corporation -- assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" noInheritable/ assemblyIdentity type="win32" name="Microsoft.VC80.ATL" version="8.0.50608.0" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b" / file name="ATL80.dll"/ /assembly
Then, locate a copy of the released atl80.dll (look in the %systemroot%\winsxs directory of a machine with either SQL 2005 or vS 2005 on it.
Now, as the SQL 2005 installer is running, copy those two files into any directory that has exe/dll files within the Program Files\Microsoft SQL Server dir -- specifically:
MSSQL.1\MSSQL\Binn 90\Tools\Binn 90\Shared 90\COM 90\Setup Bootstrop (just for good measure)" -- -- Andre Windows Connected | http://www.windowsconnected.com Extended64 | http://www.extended64.com Blog | http://www.extended64.com/blogs/andre http://spaces.msn.com/members/adacosta
"David Sherman" wrote in message Failure
I tried 3 times.
On Tue, 23 May 2006 14:15:04 -0700, "Andre Da Costa [Extended64]" andred25@hotmail.com> wrote:
Try disabling UAP and see if it installs then. Start > All Programs Accessories > Run > MSCONFIG > Tools (tab) > scroll down > select "Disable UAP" > Launch, restart system for changes to take effect. -- Andre Extended64 | http://www.extended64.com Blog | http://www.extended64.com/blogs/andre http://spaces.msn.com/members/adacosta "David Sherman" wrote in message Has anyone one installed SQL 2005 on Vista?
I have tried twice and I get an Error 1935 with reference 0x80071a30.
Thanks
After looking at this message again, I won't be able to do it. I don't anyone who has SQL 2005 loaded.
On Tue, 23 May 2006 18:21:57 -0700, "Andre Da Costa [Extended64]" wrote:
Is IIS 7.0 installed? If it is and that does not work, give this work around suggestion a try:
"I took the cue from the SQL Server 2005 embedded install, which did work. The trick is to put a new manifest and dll file in each of the Binn directories. I can't get the SQL Management Studio to install as it has some error during setup, but the SQL Server Services work.
First, create a new file called Microsoft.VC80.ATL.manifest and paste the following XML into it:
?xml version="1.0" encoding="UTF-8" standalone="yes"? !-- Copyright © 1981-2001 Microsoft Corporation -- assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" noInheritable/ assemblyIdentity type="win32" name="Microsoft.VC80.ATL" version="8.0.50608.0" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b" / file name="ATL80.dll"/ /assembly
Then, locate a copy of the released atl80.dll (look in the %systemroot%\winsxs directory of a machine with either SQL 2005 or vS 2005 on it.
Now, as the SQL 2005 installer is running, copy those two files into any directory that has exe/dll files within the Program Files\Microsoft SQL Server dir -- specifically:
MSSQL.1\MSSQL\Binn 90\Tools\Binn 90\Shared 90\COM 90\Setup Bootstrop (just for good measure)" -- -- Andre Windows Connected | http://www.windowsconnected.com Extended64 | http://www.extended64.com Blog | http://www.extended64.com/blogs/andre http://spaces.msn.com/members/adacosta
"David Sherman" wrote in message Failure
I tried 3 times.
On Tue, 23 May 2006 14:15:04 -0700, "Andre Da Costa [Extended64]" andred25@hotmail.com> wrote:
Try disabling UAP and see if it installs then. Start > All Programs Accessories > Run > MSCONFIG > Tools (tab) > scroll down > select "Disable UAP" > Launch, restart system for changes to take effect. -- Andre Extended64 | http://www.extended64.com Blog | http://www.extended64.com/blogs/andre http://spaces.msn.com/members/adacosta "David Sherman" wrote in message Has anyone one installed SQL 2005 on Vista?
I have tried twice and I get an Error 1935 with reference 0x80071a30.
Thanks
This issue might be resolved with the first Service Pack for SQL 2005 or a future build of Vista BETA. -- Andre Extended64 | http://www.extended64.com Blog | http://www.extended64.com/blogs/andre http://spaces.msn.com/members/adacosta "David Sherman" wrote in message
After looking at this message again, I won't be able to do it. I don't anyone who has SQL 2005 loaded.
On Tue, 23 May 2006 18:21:57 -0700, "Andre Da Costa [Extended64]" andred25@hotmail.com> wrote:
Is IIS 7.0 installed? If it is and that does not work, give this work around suggestion a try:
"I took the cue from the SQL Server 2005 embedded install, which did work. The trick is to put a new manifest and dll file in each of the Binn directories. I can't get the SQL Management Studio to install as it has some error during setup, but the SQL Server Services work.
First, create a new file called Microsoft.VC80.ATL.manifest and paste the following XML into it:
?xml version="1.0" encoding="UTF-8" standalone="yes"? !-- Copyright © 1981-2001 Microsoft Corporation -- assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" noInheritable/ assemblyIdentity type="win32" name="Microsoft.VC80.ATL" version="8.0.50608.0" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b" / file name="ATL80.dll"/ /assembly
Then, locate a copy of the released atl80.dll (look in the %systemroot%\winsxs directory of a machine with either SQL 2005 or vS 2005 on it.
Now, as the SQL 2005 installer is running, copy those two files into any directory that has exe/dll files within the Program Files\Microsoft SQL Server dir -- specifically:
MSSQL.1\MSSQL\Binn 90\Tools\Binn 90\Shared 90\COM 90\Setup Bootstrop (just for good measure)" -- -- Andre Windows Connected | http://www.windowsconnected.com Extended64 | http://www.extended64.com Blog | http://www.extended64.com/blogs/andre http://spaces.msn.com/members/adacosta
"David Sherman" wrote in message Failure
I tried 3 times.
On Tue, 23 May 2006 14:15:04 -0700, "Andre Da Costa [Extended64]" andred25@hotmail.com> wrote:
Try disabling UAP and see if it installs then. Start > All Programs Accessories > Run > MSCONFIG > Tools (tab) > scroll down > select "Disable UAP" > Launch, restart system for changes to take effect. -- Andre Extended64 | http://www.extended64.com Blog | http://www.extended64.com/blogs/andre http://spaces.msn.com/members/adacosta "David Sherman" wrote in message Has anyone one installed SQL 2005 on Vista?
I have tried twice and I get an Error 1935 with reference 0x80071a30.
Thanks
Thanks for the help.
On Wed, 24 May 2006 08:18:47 -0700, "Andre Da Costa [Extended64]" wrote:
This issue might be resolved with the first Service Pack for SQL 2005 or a future build of Vista BETA. -- Andre Extended64 | http://www.extended64.com Blog | http://www.extended64.com/blogs/andre http://spaces.msn.com/members/adacosta "David Sherman" wrote in message After looking at this message again, I won't be able to do it. I don't anyone who has SQL 2005 loaded.
On Tue, 23 May 2006 18:21:57 -0700, "Andre Da Costa [Extended64]" andred25@hotmail.com> wrote:
Is IIS 7.0 installed? If it is and that does not work, give this work around suggestion a try:
"I took the cue from the SQL Server 2005 embedded install, which did work. The trick is to put a new manifest and dll file in each of the Binn directories. I can't get the SQL Management Studio to install as it has some error during setup, but the SQL Server Services work.
First, create a new file called Microsoft.VC80.ATL.manifest and paste the following XML into it:
?xml version="1.0" encoding="UTF-8" standalone="yes"? !-- Copyright © 1981-2001 Microsoft Corporation -- assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" noInheritable/ assemblyIdentity type="win32" name="Microsoft.VC80.ATL" version="8.0.50608.0" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b" / file name="ATL80.dll"/ /assembly
Then, locate a copy of the released atl80.dll (look in the %systemroot%\winsxs directory of a machine with either SQL 2005 or vS 2005 on it.
Now, as the SQL 2005 installer is running, copy those two files into any directory that has exe/dll files within the Program Files\Microsoft SQL Server dir -- specifically:
MSSQL.1\MSSQL\Binn 90\Tools\Binn 90\Shared 90\COM 90\Setup Bootstrop (just for good measure)" -- -- Andre Windows Connected | http://www.windowsconnected.com Extended64 | http://www.extended64.com Blog | http://www.extended64.com/blogs/andre http://spaces.msn.com/members/adacosta
"David Sherman" wrote in message Failure
I tried 3 times.
On Tue, 23 May 2006 14:15:04 -0700, "Andre Da Costa [Extended64]" andred25@hotmail.com> wrote:
Try disabling UAP and see if it installs then. Start > All Programs Accessories > Run > MSCONFIG > Tools (tab) > scroll down > select "Disable UAP" > Launch, restart system for changes to take effect. -- Andre Extended64 | http://www.extended64.com Blog | http://www.extended64.com/blogs/andre http://spaces.msn.com/members/adacosta "David Sherman" wrote in message Has anyone one installed SQL 2005 on Vista?
I have tried twice and I get an Error 1935 with reference 0x80071a30.
Thanks
Windows Vista
User login
Related topics
- newer build
- Low Performance Ratings Explained
- No logon screen
- multiboot xp and vista help?
- Simple Accessories stuff
- Vista beta 2 - running very choppy
- Cant Install(yes another)
- Can i update beta2 to 5456 ??
- hangup during installation; soft shutdown; computer will not
- Vista Beta 2 - Unable to Login
- Installing Audigy 2 zs in Vista Beta2
- 5342 Build - Movie Maker Publishing
- SoundStorm and Speaker Config
- installtion error 0x00000e9
- Corrupt Disk message - Bug or Driver problem ?
- apps running
- Andre & Zack WOW!
- Installation Error - Laying down images
- Downgraded to "basic" slideshow
- System preparation, boot loader
- Before installing
- Perfect installation - problems with IE7
- Lack of visual themes
- What programs don't work in Vista
- Public Preview
- Streaming photo's from Vista beta 2 to xbox 360.
- Vista and Disckeeper 10-re: defragmentation in Vista
- Vista MUCH slower than XPSP2 - How can we change the TCP lim
- Fujitsu Siemens Amilo 3438G
- Locked out of folders in Documents
- Why doesn't Product Key work?
- Monitor turns on and off