Windows Vista Forums

SQL 2005 & Vista

  1. #1


    David Sherman Guest

    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



      My System SpecsSystem Spec

  2. #2


    Andre Da Costa [Extended64] Guest

    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...
    > Has anyone one installed SQL 2005 on Vista?
    >
    > I have tried twice and I get an Error 1935 with reference 0x80071a30.
    >
    > Thanks




      My System SpecsSystem Spec

  3. #3


    David Sherman Guest

    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:

    >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

    >



      My System SpecsSystem Spec

  4. #4


    Andre Da Costa [Extended64] Guest

    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...
    > 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.com...
    >>> Has anyone one installed SQL 2005 on Vista?
    >>>
    >>> I have tried twice and I get an Error 1935 with reference 0x80071a30.
    >>>
    >>> Thanks

    >>

    >




      My System SpecsSystem Spec

  5. #5


    David Sherman Guest

    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:

    >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.com...
    >>>> Has anyone one installed SQL 2005 on Vista?
    >>>>
    >>>> I have tried twice and I get an Error 1935 with reference 0x80071a30.
    >>>>
    >>>> Thanks
    >>>

    >>

    >



      My System SpecsSystem Spec

  6. #6


    David Sherman Guest

    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:

    >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.com...
    >>>> Has anyone one installed SQL 2005 on Vista?
    >>>>
    >>>> I have tried twice and I get an Error 1935 with reference 0x80071a30.
    >>>>
    >>>> Thanks
    >>>

    >>

    >



      My System SpecsSystem Spec

  7. #7


    Andre Da Costa [Extended64] Guest

    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...
    > 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" <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.com...
    >>>>> Has anyone one installed SQL 2005 on Vista?
    >>>>>
    >>>>> I have tried twice and I get an Error 1935 with reference 0x80071a30.
    >>>>>
    >>>>> Thanks
    >>>>
    >>>

    >>

    >




      My System SpecsSystem Spec

  8. #8


    David Sherman Guest

    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:

    >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...
    >> 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" <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.com...
    >>>>>> Has anyone one installed SQL 2005 on Vista?
    >>>>>>
    >>>>>> I have tried twice and I get an Error 1935 with reference 0x80071a30.
    >>>>>>
    >>>>>> Thanks
    >>>>>
    >>>>
    >>>

    >>

    >



      My System SpecsSystem Spec

SQL 2005 & Vista

Similar Threads
Thread Thread Starter Forum Replies Last Post
SQL 2005 Express in a Vista x64 feol Software 0 20 Sep 2008
Is there any compatibility issue between 2005 R2 and 2005 R2 SP1 f Peter Virtual Server 1 21 Jul 2008
VS 2005 R2 SP1 on Vista Ultimate x64 Lee Johnson Virtual Server 2 20 Jun 2008
Difference between VS 2005 and VS 2005 Express Curious .NET General 4 09 Mar 2008
Installing Visual Studio 2005 Std Ed, SQL Server 2005 Expr./Compac Stéphane Vista installation & setup 4 28 Apr 2007