Installing Management Studio issue

Greeting.
Attempting to install Management Studio on a Win 7 box and am having an issue, apparently reading the registry. Since the account used is local admin, not sure why this is occurring. Any assistance would be welcomed.
Steps Taken:
0) Rebooted the machine
1) Logged in as Admin on the local machine
2) Copied the installation package to a local folder
3) Ran 'setup.exe'.
4) Chose 'New SQL Server stand-alone installation or add features to an existing installation
Outcome:
'SQL Server Setup has encountered the following error:
Failed to retrieve data for this request'.
From the logs located at: C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\Detail_GlobalRules.txt
Log Entry (last section):
(01) 2014-05-19 13:34:09 Slp:         Inner exception type: System.UnauthorizedAccessException
(01) 2014-05-19 13:34:09 Slp:             Message:
(01) 2014-05-19 13:34:09 Slp:                         Attempted to perform an unauthorized operation.
(01) 2014-05-19 13:34:09 Slp:             HResult : 0x80070005
(01) 2014-05-19 13:34:09 Slp:             Stack:
(01) 2014-05-19 13:34:09 Slp:                         at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.OpenSubKey(String subkey,
RegistryAccess requestedAccess)

Hi Zeke,
According to your description and error message, HRESULT value 0x80070005 means "access denied". Typically this happens due to a permission problem on one of the directories under \windows\ or the registry.
As Shanky post, when you run setup.exe, you should select “ run as administrator”. In addition I suggested looking at any anti-virus or anti-spyware software because they tend to lock down files and folders to prevent malicious programs from installing.
For more information, please refer to How to fix some 1935 errors with HRESULT 0x80070005 (access denied) when installing the .NET Framework :
http://blogs.msdn.com/b/astebner/archive/2005/08/16/452523.aspx
If this not work, could you please help us to collect the detailed error message and the error log. It is very useful for our research, so that more forum members can involve into the thread and help you out.
Regards,
Sofiya Li
Sofiya Li
TechNet Community Support

Similar Messages

  • Install Management Studio

    Hello Forum,
    I have to test some MS SQL Server Installations. I want to install management studio on my laptop to determine if I could reach these MS SQL Servers and if the login informations are correct. I have found threads like this:
    h++ps://social.msdn.microsoft.com/Forums/sqlserver/en-US/3e1ff217-8e19-4a7a-9a98-e7f77a268da6/where-can-i-download-sql-server-2012-management-studio-express?forum=sqlexpress
    I have downloaded the management studio and after running the setup, I got this error message: "The SQL Server license agreement cannot be located for the selected edition, EXPRESS. This could be a result of corrupted media or the edition being unsupported
    by the media."
    So it is not possible to install the management studio without SQL Server Express?
    Regards
    Peter

    I have downloaded SQLManagementStudio_x64_DEU.exe (German) with 644 MB.
    I want it to install on a Win 7 x64 virtual machine. The VM is nearly empty, its only for testing things.
    Can you have a look at below connect
    https://connect.microsoft.com/SQLServer/feedback/details/778358/the-sql-server-license-agreement-cannot-be-located-for-the-selected-edition-enterprise-this-could-be-a-result-of-corrupted-media-or-the-edition-being-unsupported-by-the-media
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • How to determine installed management studio is client or server

    How to determine installed management studio is client or server
    when I see in help it says 
    version 10.50.1600.1
    Neil

    Blog/thread:
    7 things to check to resolve  “A network-related or instance-specific error occurred while establishing a connection to SQL Server…” 
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/0628296e-939a-4700-b498-1c3c9ce90597/a-networkrelated-or-instancespecific-error-occurred-while-establishing-a-connection-to-sql-server?forum=sqlsecurity
    http://blogs.msdn.com/b/sql_protocols/archive/2007/05/13/sql-network-interfaces-error-26-error-locating-server-instance-specified.aspx
    http://stackoverflow.com/questions/18060667/connect-to-server-a-network-related-or-instance-specific-error
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Database Design
    New Book / Kindle: Beginner Database Design & SQL Programming Using Microsoft SQL Server 2014

  • MSSQL 2012 Management Studio Issue

    Hi All,
    I keep getting this error message "Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index (mscorlib)" in SQL Server 2012 Management studio whenever opening
    or viewing the detail of some sql server objects.
    We are running SQL Server 2012 on Windows Server 2012 Standard. Please see other details below:
    Microsoft SQL Server Management Studio 11.0.3000.0
    Microsoft Analysis Services Client Tools 11.0.3000.0
    Microsoft Data Access Components (MDAC) 6.2.9200.16384
    Microsoft MSXML 3.0 6.0 
    Microsoft Internet Explorer 9.10.9200.16384
    Microsoft .NET Framework 4.0.30319.17929
    Operating System 6.2.9200
    Any assistance would be appreciated in solving this riddle. Thanks in advance

    Hard to say what could be broken. But since you have SP1 of SQL 2012, you could start with installing SP2 to see if it self-heals.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Re-install FCP Studio issues.

    I am trying to reinstall FCS on an iMac that I just reformatted and took to Lion.  I installed FCP7.0 then tried 7.03 update.  Doesn't install.  Do I need 7.01 or 7.02 first?

    I assume you are using Software Update?
    One of the main reasons for FCS not updating is because one or more of the apps have been moved from the Applications folder or had their name altered.
    You don't need earlier updates, however, be aware that the update will probably not be called FCS.
    You should also allow Software Update to update every other Mac item it can.

  • Unable to install microsoft sql server management studio 2008 express

    When i install management studio 2008 express, throws an error stating that "SQL server 2008 Setup reqiures Microsoft .NET framework from http:.... and then rerun setup.
    Can any body help me in this, and also i have installed .NET framework 3.5.
    Thanks.

    Hi sivak_tamilan,
    According to your description, we need to verify if you install and enable the .NET Framework 3.5 SP1, it is a prerequisite for SQL Server 2008 standalone instance.
    In the setup, the SP-bit must be set to “1″, you can do as follows:
    Open the registry editor and browse to the key,
    Then locate the value SP, double-click it and change it from zero to”1”.
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5
    There is a similar issue about this error, you can review the following article.
    http://www.undermyhat.org/blog/2011/03/resolved-microsoft-sql-server-2008-setup-requires-microsoft-net-framework-3-5-sp1-to-be-installed/
    In addition, if you install SQL Server on a computer that is running Windows Server 2012 or Windows 8, you must make sure that you fulfill the minimum requirements. For example, you must apply SQL Server 2008 Service Pack
    3 or a later update.
    For more information, see:http://support.microsoft.com/kb/2681562/en-us
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Deploy SQL Management Studio 2012 through SCCM

    Hello,
    Has anyone successfully deployed SQL Management Studio 2012 with SCCM?
    A couple of specific questions:
    - Which folder from the SQL Media is required to ensure that only Management Studio deploys (we would like to limit the size of the deployment Package)?
    - What command line options do we need to use to install the Advanced version of Management Studio with all of the Tools and Books Online.  I have found the following but there is not a clear distinction about what is required and what is optional:
    http://msdn.microsoft.com/en-us/library/ms144259.aspx
    - Can someone confirm the following command line options for machine that has 2008 R2 Management Studio on it?
    Setup.exe /q /ACTION=upgrade /IACCEPTSQLSERVERLICENSETERMS /FEATURES=Tools
    - Can someone confirm the following command line options for a new installation of 2012 Management Studio?
    Setup.exe /q /ACTION=Install /IACCEPTSQLSERVERLICENSETERMS /FEATURES=Tools
    - Do I need to use /PID for the product key if I am only installing Management Studio?
    Thank you,
    Matt

    Hello,
    I had a couple of failed upgrades involving SSMS while testing on one of my laptops with a Hyper-V machine. I couldn’t blog about it because I couldn’t find the reason myself. I ended uninstalling the tools on SQL Server 2008 R2, and then proceeding with the
    upgrade. Both issues occurred with RC0. I used Hyper-V snapshots to create restore points.
    Besides that I had some issues enabling .NET Framework on Windos Server 8 using the GUI. However, enabling .NET Framework from the command prompt works perfectly.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • SQL 2012 SP2 - Cannot open Maintenance Plans in SQL Management Studio

    Hello...
    We have a number of SQL 2012 SP2 instances running on Server 2012 R2 where we cannot open any Maintenance Plans via the SQL Management Studio.
    At times we've received an error message screen when attempting to open the Plan, but most of the time just nothing happens when you try to open the Plan. 
    I cannot get any of them to display the error now to even provide more information there.
    This happens even after a reboot and/or restarting SQL server.
    Everything else seems to be working and we can examine the individual pieces under the SQL Server Agent -> Jobs, but we cannot open the Maintenance Plan itself.
    We can even create new Plans via the "Maintenance Plan Wizard" but not from "New Maintenance Plan" and once a Plan exists, we can't open it.
    As a test, I tried connecting from a SQL 2008 R2 server and am able to open the plans, so it appears to be a SQL 2012 Management Studio issue rather than the Plans.
    Any thoughts would be appreciated.
    Thank you...

    Hello,
    Once you modify and save a maintenance plan with a greater version of SSMS (let’s say SSMS 2014) you cannot modify it again
    with an earlier version of SSMS again ( SSMS 2012 or earlier). That may be a possibility.
    If you did not modify the maintenance plan with SSMS 2014, then try to repair SQL Server 2012, apply the latest service
    pack (SP2), or try to uninstall only SSMS and reinstall it again.
    If you have Visual Studio installed, please apply the latest update.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • SQL Server Agent not appearing in Management Studio

    Hi there,
    I have SQL Server set up on a server and I can't see the Agent in Management Studio.
    When I check the services it says it is there and started.
    I have the Enterprise edition installed.
    Funny thing is it doesn't show when I am on the server itself through Management Studio, however, on my local pc, when I connect to the server through Management Studio, I can see the Agent through there and I have jobs there that run successfully and everything.
    Its just when I log directly on the box and load up Management Studio, I don't see it.
    Any thoughts?
    Thanks!

    a) Is there a possibiity that you are using SQL Server Management Studio Express edition,  on your server instead of (full or complete edition of management studio that came with SQL enterprise edition media)
    one way to tell if you are using sql express studio is under management you will be missing Resouce Governor under management node, Resource governor mangeability feature is only available if you have install management studio that comes with an enterprise
    edition only
    OR
    b) account under which you are logged in your server does not have privileges to view SQL Server Agent   (the user need to be member of certain role in msdb database to view sql agent  see
    http://msdn.microsoft.com/en-us/library/ms188283.aspx )
    c) When you installed SQL managment stuido, which option did you choose for management studio (Basic or Complete)..?

  • No access to Management Studio

    I installed Microsoft SQLServer 2008 Express and I can only access Two functions: Import Export Data and Configuration Tools.
    There is no Management Studio

    HI,
    SQL Express doesnt install Management Studio by default.
    You need to download Management Studio from this link
    http://www.microsoft.com/en-gb/download/details.aspx?id=7593 and then install it seperately.
    HTH
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • Management Studio 2008

    Hi.
    I have a question about SQL Server 2008 Standard. On my computer I have SQL Server 2005 and 2008 Standard full version. A couple months ago i install SQL 2008 r2 on my computer for test, but now it’s not working becouse of expired license. I uinstall it and
    try to install management studio 2008 standard,but every time i want to open it shows me error that my evaluation period has expired. What can I do to open the management studio 2008 standard ?
    Sory for my english ;>

    When I specyfiy instance on my computer i see something like this
    SQL2008  SQLEngine,SQLEngine\Replication,SQLEngine\FullText       10.2.4000.0   Standard
    SQL2005 SQLEngine,SQLEngine\Replication,SQLEngine\FullText...     9.3.4035       Standard
    SYMFONIA
    SQLEngline_VNext 10.52.4000.0
    Express
    <shared components>  SSMS
    10.0.1600.22
    <shared components> Adv_SSMS, Conn, BC, IS
    10.2.4000.0
    <shared components>Tools, Tools\ToolsClient, Tools\ToolsClient\Connectivity.....  9.3.4035
    <shared components>Management Tools\Etretprise Maganer, Management tool.... 
    8.00.194

  • Microsoft SQL Server 2008 R2 RTM - Management Studio Express

    I found Microsoft SQL Server 2008 R2 RTM - Management Studio Express @ http://www.microsoft.com/en-gb/download/details.aspx?id=22985
    During installation I didn't find any option to install Management Studio
    Before this I just installed the Microsoft® SQL Server® 2008 R2 SP2 - Express Edition
    -- Thanks

    Hello,
    You may need to download the SQL Server 2008 R2 Express
    with Tools instead of the plain Express edition version. Please visit the following link:
    http://www.microsoft.com/en-us/download/details.aspx?id=23650
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Management Studio Express job activities monitoring

    Hi all
    I have a user installed management studio express, and can't view job activity monitor
    unable to execute requested.....
    any workaround......?? i don't want to install management studio( server version )

    Management studio express doest have this feature I assume and there are no shortcuts. You might need full version SSMS or else you can use evaluation edition to check this.
    http://thelonelydba.wordpress.com/2012/08/18/unable-to-open-job-activity-monitor-in-sql-2008-ssms-express/
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/f71d42f8-4045-4531-b3f9-bf7949222c68/job-activity-monitor-wont-start-if-you-have-installed-sql-server-2008-ssms-basic-only?forum=sqltools
    Another option is to use T-SQL Queries to check what you need to check
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • Issue of Installing SQL Management Studio

    Hi,
    I still have an issue of installing SQL Management Studio 2012 or even any version, so it gives me errors and i don't know what to so with that. Many people saw that issue and no body could fix it, i really need your help and why SQL Management Studio can't
    be installed in my Windows 7 64 bit
    Thanks so much
    Raed

    Hi Raed,
    According to your description, you fail to install SQL Server 2012 Management Studio on windows 7. It is supported to install SQL Server 2012 Management Studio on windows 7. Please help to post SQL Server setup error log for analysis. By default, SQL Server
    setup summary and detail logs locate in C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log.
    Make sure that your account has admin rights and you right-click the setup.exe and choose “Run as administrator” to install SQL Server. To troubleshoot the issue, please pay attention to the points below.
    1.Make sure that you install or enable .NET 3.5 SP1.
    2.Make sure that you install Windows 7 SP1.
    3.Make sure that you install Windows PowerShell 2.0.
    For more information about the process, please refer to the article:
    https://msdn.microsoft.com/en-us/library/ms143506(v=sql.110).aspx
    Regards,
    Michelle Li

  • New install of SQL Server 2012 x64 Express on Windows 2008 Server, keep getting error when using Management Studio?

    After installing the x64 with all tools excluding the SDK from the SQL Express Edition, I go to Management Studio, log in and get the error when I click under the Instance name- Databases...Have reinstalled many times, removed all directories and registry
    keys from both HKEYs(regular and Wow6432Node) before rebooting and reinstalling. No VS installed on this computer..put it looks like it installed "MS Visual Studio 2010 Shell (Isolated)-ENU" and "Visual Studio 2010 Prerequisites".....tried working past
    the error, it just hangs the Studio after it tries to add things...HELP..PLEASE!!!
    Object reference not set to an instance of an object. (Microsoft.VisualStudio.Platform.WindowManagement)
    Program Location:
       at Microsoft.VisualStudio.Platform.WindowManagement.DocumentObjectSite.QueryService(Guid& guidService, Guid& riid, IntPtr& ppvObject)
       at Microsoft.VisualStudio.Shell.ServiceProvider.GetService(Guid guid, Type serviceType)
       at Microsoft.VisualStudio.Shell.ServiceProvider.GetService(Type serviceType)
       at Microsoft.VisualStudio.Shell.WindowPane.GetService(Type serviceType)
       at Microsoft.SqlServer.Management.SqlStudio.Explorer.ObjectExplorerToolWindow.GetService(Type serviceType)
       at Microsoft.VisualStudio.Shell.WindowPane.System.IServiceProvider.GetService(Type serviceType)
       at System.ComponentModel.Design.ServiceContainer.GetService(Type serviceType)
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ObjectExplorerControl.GetService(Type serviceType)
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ObjectExplorerControl.System.IServiceProvider.GetService(Type serviceType)
       at System.ComponentModel.Design.ServiceContainer.GetService(Type serviceType)
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItem.GetService(Type serviceType)
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NodeContext.GetService(Type serviceType)
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.<GetColumnsFromNavigationService>d__11.MoveNext()
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.AddFields(List`1 list, IEnumerable`1 fields, IDictionary`2 allValidFields, AddFieldsFlags flags)
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.GetParentFields(INodeInformation source, Dictionary`2& allValidColumns)
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.BuildDynamicItemWithQuery(IList`1 nodes, INodeInformation source, INavigableItem sourceItem, String urnQuery, Boolean registerBuilder, Boolean registerBuiltItems)
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.BuildDynamicItem(IList`1 nodes, INodeInformation source, INavigableItem sourceItem, IFilterProvider filter)
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.Build(IList`1 nodes, INodeInformation source, INavigableItem sourceItem, IFilterProvider filter)
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItem.RequestChildren(IGetChildrenRequest request)
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ExplorerHierarchyNode.BuildChildren(WaitHandle quitEvent)

    Hi igorteper,
    Any progress?
    "MS Visual Studio 2010 Shell (Isolated)-ENU" and "Visual Studio 2010 Prerequisites" had been installed in your computer, or there is no Visual Studio installed on this computer?
    You log in SQL Server Management Studio and get an error. For further investigation the issue, please post the error messages in detail.
    TechNet Subscriber Support
    If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Thanks,
    Maggie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. This can be beneficial to other community members reading the thread.

Maybe you are looking for

  • [Feature request] Changing the y-limit directly in a graph

    Hi, in the GUI, when using graphs, you can usually click on the ymin and ymax and change the values. This is not possible if LV decides to change which ticks on the axes are labeled. It would be nice if the behaviour was consistent. Nicola

  • How do you make the resolution clearer in Acrobat pdfs?

    Any suggestions you have would be helpful!

  • Volume Structure Failed

    I ran TechTools on a PowerMac (Dual 2.0ghz G5) that has many crashes and the "Volume Structure" test failed. Does this mean the HD needs to be replaced, or will reformatting the HD fix this problem? Thanks

  • Synaptics touchpad 64-bit enhancements has stopped working.

    Hi guys, I recently bought new HP 15-r022tx Notebook PC (Product Number:   J6M27PA) which comes with free dos, have installed windows 7 x64 and updated all drivers from hp online, after all latest update i get a error message on startup 'synaptics to

  • Can't uninstall CS6Beta

    Trying to uninstall CS6Beta before installing CS6 from disc  -- onto a PC running Windows XP(SP3).  Left the Beta in place when it  expired.  Found and used Creative Suite Cleaner Tool.  Now <Control  Panel - Add or Remove Programs>  does not show CS