Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows Vista

Notices

Reply

SQL 2005 & Vista

 

LinkBack Thread Tools Display Modes
Old 05-23-2006, 08:58 PM   #1 (permalink)
Default SQL 2005 & Vista

Has anyone one installed SQL 2005 on Vista?

I have tried twice and I get an Error 1935 with reference 0x80071a30.

Thanks
David Sherman
Guest
 
Posts: n/a
Reply With Quote  
Old 05-23-2006, 09:15 PM   #2 (permalink)
Default Re: 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" <dshermin@ameritech.net> wrote in message
news:fjt672hphpe7n2ukkeoprfkkm26dlu427r@4ax.com...
Quote:
> Has anyone one installed SQL 2005 on Vista?
>
> I have tried twice and I get an Error 1935 with reference 0x80071a30.
>
> Thanks

Andre Da Costa [Extended64]
Guest
 
Posts: n/a
Reply With Quote  
Old 05-24-2006, 12:37 AM   #3 (permalink)
Default Re: SQL 2005 & Vista

Failure

I tried 3 times.


On Tue, 23 May 2006 14:15:04 -0700, "Andre Da Costa [Extended64]"
<andred25@hotmail.com> wrote:
Quote:
>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" <dshermin@ameritech.net> wrote in message
>news:fjt672hphpe7n2ukkeoprfkkm26dlu427r@4ax.com.. .
Quote:
>> Has anyone one installed SQL 2005 on Vista?
>>
>> I have tried twice and I get an Error 1935 with reference 0x80071a30.
>>
>> Thanks
>
David Sherman
Guest
 
Posts: n/a
Reply With Quote  
Old 05-24-2006, 01:21 AM   #4 (permalink)
Default Re: SQL 2005 & Vista

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" <dshermin@ameritech.net> wrote in message
news:gla7725ke8ohlhbb7v0p2nif0005qug0jk@4ax.com...
Quote:
> Failure
>
> I tried 3 times.
>
>
> On Tue, 23 May 2006 14:15:04 -0700, "Andre Da Costa [Extended64]"
> <andred25@hotmail.com> wrote:
>
Quote:
>>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" <dshermin@ameritech.net> wrote in message
>>news:fjt672hphpe7n2ukkeoprfkkm26dlu427r@4ax.com. ..
Quote:
>>> Has anyone one installed SQL 2005 on Vista?
>>>
>>> I have tried twice and I get an Error 1935 with reference 0x80071a30.
>>>
>>> Thanks
>>
>

Andre Da Costa [Extended64]
Guest
 
Posts: n/a
Reply With Quote  
Old 05-24-2006, 11:05 AM   #5 (permalink)
Default Re: SQL 2005 & Vista

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]"
<andred25@hotmail.com> wrote:
Quote:
>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" <dshermin@ameritech.net> wrote in message
>news:gla7725ke8ohlhbb7v0p2nif0005qug0jk@4ax.com.. .
Quote:
>> Failure
>>
>> I tried 3 times.
>>
>>
>> On Tue, 23 May 2006 14:15:04 -0700, "Andre Da Costa [Extended64]"
>> <andred25@hotmail.com> wrote:
>>
Quote:
>>>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" <dshermin@ameritech.net> wrote in message
>>>news:fjt672hphpe7n2ukkeoprfkkm26dlu427r@4ax.com ...
>>>> Has anyone one installed SQL 2005 on Vista?
>>>>
>>>> I have tried twice and I get an Error 1935 with reference 0x80071a30.
>>>>
>>>> Thanks
>>>
>>
>
David Sherman
Guest
 
Posts: n/a
Reply With Quote  
Old 05-24-2006, 01:54 PM   #6 (permalink)
Default Re: SQL 2005 & Vista

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:
Quote:
>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" <dshermin@ameritech.net> wrote in message
>news:gla7725ke8ohlhbb7v0p2nif0005qug0jk@4ax.com.. .
Quote:
>> Failure
>>
>> I tried 3 times.
>>
>>
>> On Tue, 23 May 2006 14:15:04 -0700, "Andre Da Costa [Extended64]"
>> <andred25@hotmail.com> wrote:
>>
Quote:
>>>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" <dshermin@ameritech.net> wrote in message
>>>news:fjt672hphpe7n2ukkeoprfkkm26dlu427r@4ax.com ...
>>>> Has anyone one installed SQL 2005 on Vista?
>>>>
>>>> I have tried twice and I get an Error 1935 with reference 0x80071a30.
>>>>
>>>> Thanks
>>>
>>
>
David Sherman
Guest
 
Posts: n/a
Reply With Quote  
Old 05-24-2006, 03:18 PM   #7 (permalink)
Default Re: SQL 2005 & Vista

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" <dshermin@ameritech.net> wrote in message
news:q4p872dqec259m3emfdq2op0vn06pnqms2@4ax.com...
Quote:
> 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:
>
Quote:
>>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" <dshermin@ameritech.net> wrote in message
>>news:gla7725ke8ohlhbb7v0p2nif0005qug0jk@4ax.com. ..
Quote:
>>> 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" <dshermin@ameritech.net> wrote in message
>>>>news:fjt672hphpe7n2ukkeoprfkkm26dlu427r@4ax.co m...
>>>>> Has anyone one installed SQL 2005 on Vista?
>>>>>
>>>>> I have tried twice and I get an Error 1935 with reference 0x80071a30.
>>>>>
>>>>> Thanks
>>>>
>>>
>>
>

Andre Da Costa [Extended64]
Guest
 
Posts: n/a
Reply With Quote  
Old 05-24-2006, 06:00 PM   #8 (permalink)
Default Re: SQL 2005 & Vista

Thanks for the help.

On Wed, 24 May 2006 08:18:47 -0700, "Andre Da Costa [Extended64]"
<andred25@hotmail.com> wrote:
Quote:
>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" <dshermin@ameritech.net> wrote in message
>news:q4p872dqec259m3emfdq2op0vn06pnqms2@4ax.com.. .
Quote:
>> 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:
>>
Quote:
>>>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" <dshermin@ameritech.net> wrote in message
>>>news:gla7725ke8ohlhbb7v0p2nif0005qug0jk@4ax.com ...
>>>> 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" <dshermin@ameritech.net> wrote in message
>>>>>news:fjt672hphpe7n2ukkeoprfkkm26dlu427r@4ax.c om...
>>>>>> Has anyone one installed SQL 2005 on Vista?
>>>>>>
>>>>>> I have tried twice and I get an Error 1935 with reference 0x80071a30.
>>>>>>
>>>>>> Thanks
>>>>>
>>>>
>>>
>>
>
David Sherman
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Vista and WME 2005 Dual Boot on Acer Laptop Colin Senior Windows Vista Performance & Maintenance 0 05-18-2007 11:14 PM
Printer sharing trouble between Vista RC1 and XP MCE 2005 Bones558 Windows Vista Networking & Sharing 0 09-06-2006 09:12 PM
Printer sharing between Vista & XP MCE 2005 Bones558 Windows Vista Networking & Sharing 0 09-06-2006 09:11 PM
Quicken 2005 Breaks in Vista? TRENO Windows Vista Networking & Sharing 2 06-17-2006 09:26 PM
Installing Visual Studio 2005 on Vista Carl Daniel [VC++ MVP] Windows Vista Install & Setup 5 05-07-2006 12:25 AM


All times are GMT. The time now is 07:35 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90