Wednesday, October 23, 2013

Psconfig Steps at each task

Psconfig Steps at each task
           


check out What happens when we run the Post Setup configuration Wizard . After setup is run the post setup configuration wizard must be run to complete the process of either creating a new farm or joining a server to an existing farm.

Step 1 -      Initialize SharePoint products and technologies configuration
  Note - It Initializes the configuration and has very less chances of failing on this step.

Step 2 -    Create Configuration database.
   Note - It creates a new configuration Database in the SQL. You need to have proper rights to create a database.

    http://technet.microsoft.com/en-us/library/cc678863%28v=office.14%29.aspx

 Setup user account - The Setup user account is used to run the following:

·        Setup
·        SharePoint Products Configuration Wizard
·        Domain user account.
·        Member of the Administrators group on each server on which Setup is run.
·        SQL Server login on the computer that runs SQL Server.
·        Member of the following SQL Server roles:
·        securityadmin fixed server role
·        dbcreator fixed server role

If you run Windows Power Shell cmdlets that affect a database, this account must be a member of the db_owner fixed database role for the database.
If you find an issue Connecting SharePoint to the SQL server. Create a UDL file and check for the  connectivity. For further information on UDL check the link below

http://blogs.msdn.com/b/farukcelik/archive/2007/12/31/basics-first-udl-test.aspx

Step 3 -      Install help collections

Step 4 -       Secure SharePoint resources

Step 5 -      Register SharePoint Services

·        Successfully provisioned service: Windows SharePoint Services  Usage.
·        Successfully installed service instance: Windows SharePoint Services Usage
·        Successfully provisioned service instance: Windows SharePoint Services Usage
·        Successfully installed service: Microsoft.SharePoint.BusinessData.SharedSBdcService.
·        Successfully provisioned service: Microsoft.SharePoint.BusinessData.Sharee.BdcService.

 Step 6 -   Register SharePoint features

·        Successfully installed feature C:\Program Files\Common Files\Microsoft Sh…
·        Server Extensions\14\Template\Features\SPSearchFeature\Feature.xml.
·        Successfully installed feature C:\Program Files\Common Files\Microsoft Sh
·        b Server Extensions\14\Template\Features\TenantAdmin\feature.xml.

Step 7 -    Provision Central Administration Web application and site if   Standalone install.

Step 8 -    Register SharePointHealth Analysis rules

Step 9 -    Create sample data and provision default Web application

Step 10 -   Install application content files

·        Installing the application content files...
·        Installing the SharePoint Central Administration Web Application content.
·        Installing the SharePoint Web Application content files...

Step 11 -   Finalize SharePoint product and technologies configuration

One new feature of SharePoint Foundation 2010 is that it will automatically set up inbound Windows firewall rules when provisioning a Web application or Web services. During PSConfig, steps above firewall rules will be created for newly created Web applications and services


Tuesday, October 22, 2013

Access stsadm at anytime in command prompt

 Access stsadm at anytime in command prompt 

A quick and easiest way to access STSADM is to set a Path for the 12 Hive's bin folder.  Doing this, you can type "stsadm" at anytime in a command prompt window to access the operations it provides. 
  1. Access Environment Variables
    1. Go to your server's System Properties
      1. RClick 'My Computer' > Properties
    2. Click Advanced tab
    3. Click Environment Variables button 

                    


  2. Select the variable Path in System Variables
  1. Click Edit button 
                                     
     
                                                                     
  2. In the edit window, add the directory path for stsadm at the end.  Make sure you add a semicolon before the path.
a.         C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\ 

    
  1. Click the OK button 
Preferred to do this on any MOSS server for ease of administration via command line. 


Difference Between Integrated Authentication and Classic Authentication types in IIS

I Am providing this article to brief the differences between classic and integrated methods. This is a question we get in our minds. Here is the answer below.

Classic   Users: 

1.     The incoming HTTP request is received through the IIS core.

2.     The request is processed through ISAPI.

3.     The request is processed through ASP.NET.

4.     The request passes back through ISAPI.

5.     The request passes back through the IIS core where the HTTP response finally is delivered


integrated uses:

1.     The incoming HTTP request is received through the IIS core and ASP.NET.

2.     The appropriate handler executes the request and delivers the HTTP response.


Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

How to create a New permission level in SharePoint 2010

How to create a New permission level in SharePoint 2010
 
In this article I am giving the steps on How to create the new Permission levels on SharePoint. Follow the below .

you need to have one of the following administrative credentials to create the new permissions level.

1.     You are a member of the Administrators group for the site collection.
2.     You are a member of the Owners group for the site.
3.     You have the Manage Permissions permission.

Creating New permission Level

1.     On the Site Settings page, under Users and Permissions, click Site permissions.
2.     In the Manage section of the ribbon, click Permission Levels.
3.     On the toolbar, click Add a Permission Level.
4.     On the Add a Permission Level page, in the Name field, type a name for the new permission level.
5.     In the Description field, type a description of the new permission level.
6.     In the list of permissions, select the check boxes to add permissions to the permission level.
7.     Click Create.


 Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

Installation of SharePoint 2013 on Windows 2012 Server with SQL 2012

Please follow the below links to get the detailed installation of SP-13.

Part-1:
http://sharepointgeorge.com/2012/installing-sharepoint-2013-preview-windows-2012-server-sql-2012part-1/#.UNqdRSqgt0s.blogger

Part-2 :
http://sharepointgeorge.com/2012/installing-sharepoint-2013-preview-windows-2012-server-sql-2012part-2/#.UNqdW8sjmfw.blogger

ShareThis

X