Latest developer linksBookmark and Share
 
HomeThis WeekTop MonthTop AlltimeSearchRegisterFAQ
  
 
Submit Your Link
Please login to submit your Link
 

IIS Feature requirement and Reporting Services

Posted: Jan/22/2011   By: nikhil   Points:15   Category: .NET  - ASP.Net    Views:108   Vote Up (0)   Vote Down (0)    

Hi

I was trying to install the SQL server 2005 trial version and the only warning I got was  for IIS feature requirement.

I am using MS Windows XP home edition SP2 with 1GB RAM and 2.80 GHz pentium processor.

How can I get this IIS feature on my machine with these specifications?  am I forced to have a different operationg system to support the IIS? Is this problem caused by the operating system I am using or what else could have caused this?

 

After installing  SQL server 2005  by ignoring the IIS warning I realised I could not get Reporting service feature installed.

How can I get this Reporting service  ? Will I be able to get the reporting services installed if I do not change the Operating system? What should I do  if I want to have reporting services components installed on my machine?

 

 

 

Thanks

 

Below is the warning message I got , I tried to follow the instruction but I could not see the IIS anywhere on my machine

"- 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."

View Complete Post


Comments:
Be the first to comment this post.
 
Post Comment
Please login to post your comment
More Related Resources

JQuery and web services

  

I am currently using JQuery to post to action methods in my MVC app.  The methods are quite complicated and since I only know the basics of Javascript and JQuery, if I wanted to use JQuery to make a client side call, would I be able to make a call to a web service to do this?  I am new to all these technologies so not sure about how posting from JQuery to web services etc works! 


There was an error while enumerating services on local machine

  

Hello,

This error never happens before in my machine since 7 months of using it. Sad

"There was an error while enumerating services on local machine:
Active Directory Services cannot find the web server. A possible cause for this is an incompatibility between versions of Internet Information Server (IIS) on the client and the server. Another possible cause is that IIS is not installed on the local machine, or the user identity under which you are running may not have permissions to view websites on this machine. To view websites on this machine, make sure that you run Visual Studio as administrator. On Windows Vista computers with IIS installed, make sure that IIS Metabase and IIS 6 configuration compatibility feature is enabled."


I'm trying to add back a webservice (localhost) after deletion. And suddenly I'm getting the above error.Sad

The error's suggested tip is to install IIS but I did not install IIS since then in my machine because VS2010 built-in server do just fine. Should I install IIS?

I also found this helpful tips but nothing works. Sad

    * Run Visual Studio with elevated administrator permissions
    * Be a member of the "Administrators" group on the local machine
    * Right-click the Visual Studio icon and select the "Run as administrator" option from the context menu


Any help is much appreciated. Thank You.


Domain Services editing for a many-to-many

  

I switched a Dynamic Data site to Domain Services (LinqToEntitiesDomainService) and notice there is no many-to-many field templates.


Have anyone implemented this in a generic manner?


The templates from the Entity Data Service don't work.


--mike


Does Dynamic Data support soft delete feature?

  

Due to auditing purpose, we are not supposed to delete records from the database. Instead we update a flaf which will mark it as deleted. Is there a way to accomplish this is Dynamic Data?

 At current I am overriding the partial method in datacontext and executing my own query. I wanted to check if other members in the community have a different approach.


Download to XML feature in C#

  

Hi All,

I have the following C# code which generates and creates an xml file which  store it in my local drive. It loops through the dataTable  and convert it as xml file. What i need is, instead of creating xml file in my local drive, I want it to prompt the user to load the file so that user can either click the save button or click the open button. Possible?

This is my code,

        XmlWriterSettings settings = new XmlWriterSettings();
        settings.Indent = true;
        settings.IndentChars = " ";
        settings.NewLineOnAttributes = true;

        using (StreamWriter streamWriter = new StreamWriter("C:\\myXML.xml", false, Encoding.GetEncoding("UTF-16")))
        {
            using (XmlWriter xmlWriter = XmlWriter.Create(streamWriter, settings))
            {
               xmlWriter.WriteStartElement("UsersList");			
                foreach (DataRow dataRow in dtResults.Rows)
                {
	    foreach (DataColumn dataColumn in dtResults.Columns)
                    {
	        xmlWriter.WriteStartElement("Users");			
	        xmlWriter.WriteElementString(dataColumn .ColumnName, dataRow[dataColumn].ToString());	
	        xmlWriter.WriteEndElement();

	    }	

	}
               xmlWriter.WriteEndElement();			
            }
        }


 


Can we have "Content and structure" feature within My Site sites?

  
Hi everybody,

The "Site Settings > Site Administration > Content and structure" feature is quite usefull to move list / document library items preserving meta-data, history etc.

I did not found this feature within "My Site" parent site or subsites. It seems to be only available in "Collaboration Portal" site!

Is there a way to activate this feature for "My Site" sites?

Thanks,

Regards,
-Ruben-

Why do the aks master pages not get applied if the feature is not activated on the top site collection?

  
Hi

I installed AKS 2.0 and activated AKS feature. The problem I found was the aks master pages do not get applied if the feature is not activated on the top site collection. why is so?

example: If i activate the feature on http://<servername>/sites/<sitename> and apply the master page, I dont see any changes.

              But if i activate the same aks feature on http://<servername/ then everything started working on all sites.

              The reason i found is the CSS reference in the aks master pages.

              It reference should be given as follows:

                 for http://<servername>/sites/<sitename> ->  <link rel="stylesheet" type="text/css" href="../../Style%20Library/AKS/Aks_Band_Blueband.css"/>

                 for http://<servername>/ -><link rel="stylesheet" type="text/css" href="/Style%20Library/AKS/Aks_Band_Blueband.css"/>

So my question is, am i missing anything? am i supposed to activate the AKS feature on top level site collection at any cost? if yes, why is so? 

And after applying aks master pages, i see differnece in font sizes. Why the font size is getting changed?

Also why the color changes are there? example: microsoft blueband master page has different color scheme and aks blueband master page has different color scheme.

please let me know.

Regards
Sujasree

How to work around Share point accessibility requirement ?

  

Hi,

I am somewhat new to things related to accessibility in SharePoint. I am trying to work on section 508 accessibility requirements for SharePoint site. I have tried to see few articles from the internet and still looking for more information on the subject matter including what to consider fro preparing requirement.  

I am looking to know what is possible and what is not with SharePoint?

How to achieve all the possible accessibilities in SharePoint?

Is it possible to make accessible all site types (Publishing, team sites,.)?

Please help me in understanding everything around SharePoint accessibility and first in preparing the requirement document. I have tried to see AKS site but there were some issues that are not clear for me at this level.

Thank you in advance,


ephi

Problems ACTIVATING AKS Feature

  

I get the message below when attempting to active the Accessibility Kit for SharePoint feature on my Site.

 

Failed to instantiate file "aks_bl_Navbar.JPG" from module "Images": The specified list does not exist.

 

This occurs on a default "MySite" but not in a default "Publishing Site" ... Anyone know what the problem is?


Sharepoint Services 3.0 Integrated the olap Services

  

Dear All,

ANy on familiar with Olap Cube to sharepoint services 3.0, any faster way without much of Coding. I lack of expectise in coding. Please guide on this.

thank you so much.


 
Categories:
.NET
Java
PHP
C/C++/VC++
HTML/XML
SAP
MainFrames
Data Warehousing
Testing
MySQL
SQL Server
Oracle
Javascript/VB Script
Others
Login
 
 
 
 
 Forgot password
 Contact Us   Terms Of use   Share your knowledge