Thursday 17 May 2012

Alternate Access Mapping




for more info please info please visit http://www.sharepointreferences.wordpress.com


InfoPath form library forms cannot be filled out in a Web browser


 InfoPath form library forms cannot be filled out in a Web browser
One or more of the following might be causing this:
The Render form templates that are browser-enabled by users check box in Central Administration is cleared.
The following Windows PowerShell command has been run:
Set-SPInfoPathFormsService -AllowUserFormBrowserRendering $false.
Solution:
Enable browser rendering of user forms by using Central Administration
Verify that the user account that is performing this procedure is a member of the Farm Administrators SharePoint group.
In Central Administration, on the Home page, click General Application Settings.
On the General Application Settings page, in the InfoPath Forms Services section, click Configure InfoPath Forms Services.
On the Configure InfoPath Forms Services page, in the User Browser-enabled Form Templates section, select the Render form templates that are browser-enabled by users check box.
Click OK at the bottom of the page.
Using power shell
Enable browser rendering of user forms by using Windows PowerShell
Verify that you meet the following minimum requirements: See Add-SPShellAdmin.
On the Start menu, click All Programs.
Click Microsoft SharePoint 2010 Products.
Click SharePoint 2010 Management Shell.
At the Windows PowerShell command prompt, type the following command:
Set-SPInfoPathFormsService -AllowUserFormBrowserRendering $true



for more info please info please visit http://www.sharepointreferences.wordpress.com





Built-in accounts are used as application pool or service identities.



Built-in or local computer accounts are used as an application pool identity or service identity.

  Using built-in accounts as application pool identities or as service identities is not supported in a farm configuration. Built-in accounts include Network Service, Local Service, and Local System.

Solution:

Change the identity that is used for the service or application pool

  1. Verify that the user account that is performing this procedure is a member of the Farm Administrators SharePoint group.
  2. On the Central Administration Home page, click Security.
  3. On the Security page, in the General Security section, click Configure service accounts.
  4. On the Service Accounts page, in the Credential Management section, in the upper drop-down list, click the service or application pool for which you want to change the identity.
  5. In the Select an account for this componentlist, click the domain user account that you want to associate with the service or application pool.If you want to register the account that you selected on the SharePoint Foundation 2010 farm, click Register Managed Account.
  6. Click OK.

for more info please info please visit http://www.sharepointreferences.wordpress.com

SharePoint 14 Hive Directory Structure


Microsoft has replaced the “12 hive” structure that we had in SharePoint 2007 with “14 Hive” structure in 2010.
Some of the folders in 14 hive are :
Program Files\Common files\Microsoft Shared\Web Server Extensions\14 -
This directory is the installation directory for core SharePoint Server files.
Program Files\Common files\Microsoft Shared\Web Server Extensions\14\ADMISAPI -
This directory contains the soap services for Central Administration. If this directory is altered, remote site creation and other methods exposed in the service will not function correctly.
Program Files\Common files\Microsoft Shared\Web Server Extensions\14\CONFIG -
This directory contains files used to extend IIS Web sites with SharePoint Server. If this directory or its contents are altered, Web application provisioning will not function correctly.
Program Files\Common files\Microsoft Shared\Web Server Extensions\14\LOGS -
This directory contains setup and run-time tracing logs.
Other newly added folders are :
Program Files\Common files\Microsoft Shared\Web Server Extensions\Policy -
Program Files\Common files\Microsoft Shared\Web Server Extensions\UserCode -
This directory contains files used to support your sandboxed solutions.
Program Files\Common files\Microsoft Shared\Web Server Extensions\WebClients -
This directory contains files related to the new Client Object Model.
Program Files\Common files\Microsoft Shared\Web Server Extensions\WebServices -
This directory contains new wcf or .svc related files.
Note : You should rewrite and recompile any code that refers to files and resources in “12″ Hive structure.For example, if you have redeployed all of your files into the “14″ folder and emptied your “12″ folder, any references to files under the “12″ folder will not work.


for more info please info please visit http://www.sharepointreferences.wordpress.com