Confused About Whether I Need .Net Framework 2.0 With Windows Vista Home Edition!
Dec 4, 2007
I wanted to install SQL Server 2005 Express Edition, instead of installing .Net Framework 2.0, I installed .Net Framework 3.5. When I tried to install SQL Server 2005 Express Edition I received the following error:
SQL_ERROR (-1) in OdbcStatement::execute_batch
sqlstate=42000, level=16, state=2, native_error=7404, msg=[Microsoft][SQL Native Client][SQL Server]The server could not load DCOM.
Error Code: 0x80071cec (7404)
Windows Error Text: Source File Name: libodbc_statement.h
Compiler Timestamp: Wed Jun 14 16:28:15 2006
Function Name: OdbcStatement::execute_batch@sysdbupg.sql@56
Source Line Number: 91
I then decided maybe I do need .net framework 2.0, but when I try to install it it says it's already included with the OS.
But the "Programs and Featuers" only list .Net Framework 1.1 and .Net Framework 1,1 Hotfix (KB92979).
I uninstalled .Net Framework 3.5 and tried to install .Net Framework 2.0 again, but it still says it's included in the OS.
After uninstalling .Net Framework 3.5, I tried to install SQL Server 2005 Express Edition, but still received the above error message.
Is .Net Framework 2.0 included with Windows Vista Home Edition?
If it is, any ideas in solving the Server 2005 Express Edition installation error?
Thanks in advance for your help!
View 2 Replies
ADVERTISEMENT
Dec 26, 2007
hi,
Can we install SQL Server 2005 on MS Windows Vista Home Edition???
Please guide..
Thanks
View 4 Replies
View Related
Dec 21, 2007
Hi
I am interested in taking MCTS exam 70-431 for sql server 2005 implementation and maintainance.
I have been reading the hardware requirements for the instalation of sql server versions and realise that enterprise and developer editions have same minimum requirements for the operation system.
I understand that the Developer Edition includes all the functionality of SQL Server 2005 Enterprise Edition, but it is licensed for use as a development and test system, not as a production server.
Also I undestand that the developer edition supports the Windows XP Home Edition with SP2 or later but the enterprise edition does not support this operating system. The evaluation/trial version is for the enterprise edition. Can I use the developer version of sql server 2005 for my practice exercises instead of using the trial version?
I have all hardware requirements for the trial enterprise version except that I am using Microsoft windows Xp home edition version 2002 with SP2. I am trying to see if I can use the developer version of sql server 2005 as it is cheaper for me to buy this software than buying the new operating system for my computer.
According to the microsoft book for the MCTS exam 70-431 there is a section which states that before you begin you should have Microsoft Windows Server 2003 running on your computer on an NTFS file system
(NTFS) partition. Will I still be ok to use the book and be able to do all the tests in the book if i am using the developer version of sql server 2005 with my Microsoft windows Xp home edition than using the trial version which comes with the book?
Thanks
gifty
View 3 Replies
View Related
Aug 31, 2007
I'm trying (and failing) to get a definitive answer from various MS web sites as to whether or not SQL Server Developer Edition will run on Windows Vista Home (Premium)
I've just taken delivery of a shiny new laptop preinstalled with the above, and was looking for some reassurance before shelling out for the software (granted, it's not a lot of money, but even so...)
Mark
View 3 Replies
View Related
Feb 19, 2008
Hi, I'm having a problem installing SQL2005 Developer on Windows Vista.
At the System Configuration check page, I'm getting the IIS Feature Requirement item telling me IIS is not installed or disabled. This is not the case.
I have read article http://support.microsoft.com/kb/920201 and switched on the IIS components as specified.
I've tried installing with Firewall, virus checker etc switched off. Every time I get the same problem. This is an issue, as I specifically need Reporting Services installed.
Has anyone managed to solve this problem ?
View 6 Replies
View Related
Mar 8, 2007
Hi Every One,
I am trying to install SQL Server 2005 on Windows Vista Home Premium edition, when I run the Installer I received are the following error message.
IIS Feature Requirement (Warning)
Messages
IIS Feature Requirement
Microsoft Internet Information Services (IIS) is either not installed or is disabled. IIS is required by some SQL Server features. Without IIS, some SQL Server features will not be available for installation. To install all SQL Server features, install IIS from Add or Remove Programs in Control Panel or enable the IIS service through the Control Panel if it is already installed, and then run SQL Server Setup again. For a list of features that depend on IIS, see Features Supported by Editions of SQL Server in Books Online.
I already configure IIS7 with all feature, but system still generate above mentioned message.
View 18 Replies
View Related
Aug 20, 2007
I could not install SQL Server 2005 Developer edition on my notebook with os Vista Home Premium. I know about the SP2 thing...but before coming that point, I can not either install the SQL Server 2005...
When installing,when the database services point comes it gives an error about user thing...and then installation starts to rollback...
I check the IIS configuration from the net...And see that while activating IIS there is no option for Windows Auth. in Home Premium in Control Panel>Program...>Windows Programs.....etc....
SO ON VISTA HOME PREMIUM is SQL SERVER 2005 Dev. Edition can be installed or not?
View 6 Replies
View Related
Feb 17, 2008
I am new to servers and when I try to learn about them I get confused, because the information does not list a server in XP, but they keep it separate from Microsoft SQL Server, like XP has it's own server. Can someone help clarify for me what the versions of SQL servers are?
SQL 2000 1.0, SQL 2002, SQL 2003........?
View 10 Replies
View Related
Apr 17, 2008
Hi,
I have Vista Home premium edition and trying to install SQL Server developer edition 2005 as local administrator. I have already enabled IIS 7 and have Office Ultimate 2007 installed. When I run the set up program, I get a warning titled "Program Compatibility Assistant" that my Operating system may not be compatible with the version of sql server I am installing. It says after setup is complete, I should run SP2 of SQL Server 2005 with 3 buttons as "Check for solutions online", "run this program" and "cancel"...
My question, should I select "run this program" and after the setup completes, download SP2 and apply the patch?
I read some articles in forums that sounds like lot of issues to get sql server working on vista. Can some one direct me to correct options. This is my wife's machine so I dont want to experiment too much and blow her machine away. Please help.
Thanks,
Gaja
View 7 Replies
View Related
Mar 22, 2008
i m trying to install sql server 2005 dev edition n window vista home primium.but onll book online part is installed.how can i install it.
View 1 Replies
View Related
Mar 8, 2006
Hi,
I am trying to install SQL Express on Window Home XP and SCC is returning the following error:
The SQL Server Configuration Checker cannot b execute due to WMI configuration on the machine ..... Error 2147942405 (0X80070005).
I tried running the following batch file which I believe resolved the same issue that someone else raised earlier (though I am not sure whether the OS was Home XP)
Will upgrading from XP Home to XP Professional (academic version) help me install SQL express successfully>
The Batch file I ran looks like this:
FIXWMI.CMD
------------------------
@echo on
cd /d c: emp
if not exist %windir%system32wbem goto TryInstall
cd /d %windir%system32wbem
net stop winmgmt
winmgmt /kill
if exist Rep_bak rd Rep_bak /s /q
rename Repository Rep_bak
for %%i in (*.dll) do RegSvr32 -s %%i
for %%i in (*.exe) do call :FixSrv %%i
for %%i in (*.mof,*.mfl) do Mofcomp %%i
net start winmgmt
goto End
:FixSrv
if /I (%1) == (wbemcntl.exe) goto SkipSrv
if /I (%1) == (wbemtest.exe) goto SkipSrv
if /I (%1) == (mofcomp.exe) goto SkipSrv
%1 /RegServer
:SkipSrv
goto End
:TryInstall
if not exist wmicore.exe goto End
wmicore /s
net start winmgmt
:End
Any suggesstions will be geatly appreciated.
View 4 Replies
View Related
Oct 6, 2007
i've a new laptop with windows vista and i've installed vwd express edition, framwork, asp.net and sql expresse edition, but once i try to use the sql connection from the vwd, i receive an error msg "Échec de la création d'une instance d'utilisateur SQL Server en raison d'une défaillance du démarrage de processus pour l'instance d'utilisateur. Fermeture de la connexion." it's in french sorry
sql can't creat a user instance because of a process startup....
is that any update i have to download for windows vista?
thanks
mehdi
View 3 Replies
View Related
Oct 27, 2007
Dear friends...
I am having this problem since I installed the new windows Vista.
I am trying to install the SQL Server 2005 developer edition on Windows Vista, but After installation finish successfuly I open the start menu to surprise that I could not find the Shortcuts to open the SQL Server and create new database and tables etc... I opened the full path of the exe files "C:Program FilesMicrosoft SQL Server90ToolsBinnVSShellCommon7IDE" but there are not any file there, even that I searched for the exe files names but they are not existed. It looks that after instalation complete that the SQL Server is not installed on Windows Vista.
So, my question is: After installing the SQL Server 2005 SP2 for windows Vista, will the problem be solved? Or there is something else to do ON WINDOWS VISTA.
Please, I need the answer for this problem, because I need to work on SQL Server 2005 very hard.
Thanks in advance for your help...
View 11 Replies
View Related
Jul 24, 2007
I cannot find any specific info on the support of SQL server 2005 developer edition on different Windows Vista. Does anyone have any experience? TIA
View 3 Replies
View Related
Jan 18, 2008
Has microsoft issued an update so I can install SQL 2005 DE on Windows Vista? Thank You!
View 3 Replies
View Related
Jul 25, 2007
Hi
I have just take my system back to the factory defaults after some unsuccessful attempts to install 64 bit and 32 bit sql server on my notebook. I am looking to use either 32 or 64 bit (I have disks for both) and I would like to get a step by step guide that will help me through the process.
I tried an install of the 64 bit version, applied SP2, and it went smoothly but the report services browser didn't work. I tried to change some IIS settings but I didnt document what I changed so i was unable to undo the changes that i made when these didnt work.
I tried several combinations of things but then decided that a clean install on a clean system was the best option.
I need the SQL engine , reporting services, analysis services - and possibly integration services - i am not sure if i need notification services (dont know what it does anyway!)
I also have vs2005 - should i install that first or after sql server 2005 SP2?
Thanks
Doug
View 1 Replies
View Related
Feb 11, 2008
I watched and followed the Intro to VB 2008 Express, but in the final part of the video, when you add a database, i did everything as the video says, still i get:
An error occurred creating the form. See Exception.InnerException for details. The error is: Unable to load DLL 'sqlceme35.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Ive tried the fix stated in another forum, the one about changing the "Target CPU" but the option doesn appear, what does appear its the "Platfrom" dropdown list, but its fixed to "Any CPU" and dont have any more options.
Ive also downloaded Microsoft SQL Server Compact 3.5 ENU and "re-installed" and selected repair, followed the steps, rebooted and still nothing.
The problem persists, any ideas, please?
View 6 Replies
View Related
Jan 11, 2008
What version of .net framework should be used with MS Vista. I am using v 1.1.
CEF
View 1 Replies
View Related
Oct 5, 2007
I've tried everything that I can find on this forum and elsewhere. I CAN'T INSTALL MS SQL 2005 Express on Vista Home Premium 32bit!!!!!! Please! Can someone help??
The error I receive is as follows:
The SQL Server System Configuration Checker cannot be executed due to WMI configuration on the machine NOTPIT-PC Error:2147749907 (0x80041013).
I'm dying here, my productivity is shot... I'm thining about cleaning out my system and going back to XP Pro...
View 11 Replies
View Related
Apr 1, 2008
I installed SQL Server 2005 Enterprise trial on Vista Home Premium. In the process of trying to get SQL Server Management Studio installed I ended up removing everything. Now when I try to install any tool, service, or database of SQL Server 2005 (Enterprise or SQLExpress) the install fails and says that a newer version is already installed but nothing is installed. Rollback my restore points fails too. Seems like I need to clean up the registry somehow????
View 4 Replies
View Related
Dec 21, 2007
is it possible to install SQL Server 2005 on Windows XP Home. ?
is it possible ot install SQL 2005 on windows vista ultimate?
View 1 Replies
View Related
Jan 23, 2008
I have windows vista home with IIS installed in it. In microsoft download website I found 5 related links. I downloaded all of them. none of them says it is compatible with vista. and accordingly none of them after installing worked properly.
View 5 Replies
View Related
Sep 5, 2007
I am just wondering....
Has ANYONE actually gotten Reporting Services to install under Windows Vista Home Premium?!?!
I have gone through every possible fix, KB Article and anecdote and I STILL can't get it to install. Every IIS option is there that should be there.
In all honesty, what was Microsoft thinking? I'll make RS compatible with every OS we offer EXCEPT this one...
What truly bites is now that Visat is out, it is almost impossible to buy a new laptop/PC without it. Looks like it's nuke my new laptop and install XP...great...
View 8 Replies
View Related
Jul 26, 2007
hi
i have windows vista home basic.I am trying to install sql server 2005.
I have two issue:
1)Its always throwing a popup window saying sql server has a know issue and do you want to continue.
2)I am not able to connect to any database engine.
Please help.
View 5 Replies
View Related
Feb 5, 2008
Trying to install SQL Server 2005 Express and can't get SSIS to install - I keep getting message that IIS is not installed or enabled, however IIS 7.0 is installed and all features are enabled. I'm running VISTA home premium. Is this the problem?
View 5 Replies
View Related
Oct 19, 2007
Hello
What is the minimum vista version required for SQL 2005 installation ? I have Win Vista Home Premium on my new laptop computer, and enabled IIS on it. When I tried to install SQL 2005 developer edition on it, it reported lots of errors
and Reporting Services was not even available to select even though IIS itself was enabled.
Can some one please help me install sql server 2005 and reporting services on win vista home premium ?
Thanks
Ramesh.Rao
View 5 Replies
View Related
Mar 11, 2007
I am using Vista Home Premium, Sql 2005 Sp2 & IIS 7.0
I tried to install Reporting service on Vista home premium. Got message there is compatability issue with this version of Windows. Then i check support website and downloaded SP2. BUT CANT STILL INSTALL REPORTING SERVICE ON MY SYSTEM.
Have tried all solution but i think problem is with windows authentication. which is creating problem for me.
Can Someone Help......?
View 9 Replies
View Related
Jun 6, 2007
I have not been able to get iis to be seen correctly. I have turned on every service with IIS7 available and still get warning IIS in not running. I have changed computer name to all caps and I am running on admin account. I see IIS7 when I run localhost. What is wrong here. When I go on to install system I get stuck at detecting installed IIS. As I move forward with install owc, DB services,Notification, Intagrated, and workstation components all fail. I cant move onto sp2 because nothing is installed. I have worked on this for months off and on and now I have to have it running for deadline. Any help would be appreciated. I also have VS2005 and office 2007 on this system. I have worked on this the past two days solid and I have to have it now.
Jeff
View 2 Replies
View Related
Mar 14, 2007
Hi,
I have been trying to install SQL Express SP2 (SQLEXPR32.exe) on a Window Vista Home Premium for past 2 days . After failing I tried installing SQLEXPR_ADV. (Maybe I have a corrupted download, desperate enough to try anything.). However it keeps showing the following error:
SQL Server Setup Failed to compile the Managed Object Format (MOF) file C:Program FilesMicrosoft SQL Server90Sharedsqlmgmproviderxpsp2up.mof. To proceed, see "Troubleshooting an Installation of SQL Server 2005" or "How to: View SQL Server 2005 Setup Log Files" in SQL Server 2005 Setup Help documentation.
I have search through the forums. One of the possibilities is due to a WMI repository corruption. Tried fixing it, but the problem still persists. (Maybe I am doing it the wrong way , I have downloaded the WMIDiag scripts, not too sure if i ran it correctly).
Below is the installation summary:
Microsoft SQL Server 2005 9.00.3042.00
==============================
OS Version : Home Edition (Build 6000)
Time : Thu Mar 15 02:13:51 2007
ATLANTIS : Microsoft Internet Information Services (IIS) is either not installed or is disabled. IIS is required by some SQL Server features. Without IIS, some SQL Server features will not be available for installation. To install all SQL Server features, install IIS from Add or Remove Programs in Control Panel or enable the IIS service through the Control Panel if it is already installed, and then run SQL Server Setup again. For a list of features that depend on IIS, see Features Supported by Editions of SQL Server in Books Online.
Machine : ATLANTIS
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.3042.00
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0013_ATLANTIS_SQLSupport_1.log
--------------------------------------------------------------------------------
Machine : ATLANTIS
Product : Microsoft SQL Server Native Client
Product Version : 9.00.3042.00
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0013_ATLANTIS_SQLNCLI_1.log
--------------------------------------------------------------------------------
Machine : ATLANTIS
Product : Microsoft SQL Server VSS Writer
Product Version : 9.00.3042.00
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0013_ATLANTIS_SqlWriter_1.log
--------------------------------------------------------------------------------
Machine : ATLANTIS
Product : SQL Server Database Services
Error : SQL Server Setup Failed to compile the Managed Object Format (MOF) file C:Program FilesMicrosoft SQL Server90Sharedsqlmgmproviderxpsp2up.mof. To proceed, see "Troubleshooting an Installation of SQL Server 2005" or "How to: View SQL Server 2005 Setup Log Files" in SQL Server 2005 Setup Help documentation.
--------------------------------------------------------------------------------
Machine : ATLANTIS
Product : Microsoft SQL Server 2005
Product Version : 9.2.3042.00
Install : Failed
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0013_ATLANTIS_SQL.log
Last Action : InstallFinalize
Error String : SQL Server Setup Failed to compile the Managed Object Format (MOF) file C:Program FilesMicrosoft SQL Server90Sharedsqlmgmproviderxpsp2up.mof. To proceed, see "Troubleshooting an Installation of SQL Server 2005" or "How to: View SQL Server 2005 Setup Log Files" in SQL Server 2005 Setup Help documentation.
Error Number : 29513
--------------------------------------------------------------------------------
What are the other possibilities and fixes? Please help.
Thanks a million.
View 5 Replies
View Related
Apr 10, 2008
Hi,
When I try to install MS SQL Server 2005 on my computer, I receive an error message:
The SQL Server System Configuration Checker cannot be executed due to WMI configuration
on the machine Error:2147942405(0x80070005)
Does anyone know what I can do to install SQL Server?
View 5 Replies
View Related
Nov 29, 2007
Hi,
We have an application using SQL Express as the back end.
One of our clients has two machines both running Vista Home Premium
One of the Home Premium machines has SQL Express installed on it as well as our application - it is acting as a server.
The other machine is networked to it. The application will run but cannot establish a connection to SQL server.
I have done the following:
Set remote access on
Enabled named pipes and TCP/IP
Enabled SQL Browser
Set VIA on
Restarted SQL and rebooted the Machine.
Disabled the firewall on the host and workstation
Is there anything I'm missing here? I was able to get the installation running on a Vista Business machine to Vista Ultimate machine with no issues.
Thanks
Sam
View 3 Replies
View Related
May 8, 2007
I have recently updated from XP to Vista Home Premium. Now when I try to install SQL Serve Express SP2 I get :
"setup has detected problem with .net framework installation
and cannot proceed. Microsoft .net framework 2.0 is either not installed or
is corrupt."
I have tried to run sfc /scannow to make sure my .NET 2.0 was not corrupted and also was running as an administrator but could not get it installed. Anyone has any ideas?
View 1 Replies
View Related