Pages

Showing posts with label Sharepoint Admin. Show all posts
Showing posts with label Sharepoint Admin. Show all posts

Friday, October 10, 2014

Manually Installed Microsoft App Fabric Prerequisite for SharePoint Server 2013


In order to manually install Windows Server App Fabric for SharePoint 2013,

download the install file:

http://www.microsoft.com/en-us/download/details.aspx?id=27115

you just store the file at c drive:

run the following commands from an elevated PowerShell command line:

$file = “c:\WindowsServerAppFabricSetup_x64.exe”


& $file /i CacheClient”,”CachingService”,”CacheAdmin /gac
 
Note: The double quotations around the commas.

Monday, September 23, 2013

Test the SQL Server User's Credentials for the Database using .UDL files

1.create note pad and save As .udl extension files in to your system
2.Open that file and enter user name and password
3.Click on the Test Connection.







 

Tuesday, September 3, 2013

Delete Sharepoint Published Infopath Column using sharepoint Manager

The Infopath form has published in the Sharepoint Form library . After published the promoted fields is added in the respective form library. You can not remove the column because it is read only.

Solution:

You can open Sharepoint Manager and Open the Web,Form Library and set the specific column Allow deletion to yes, Save and delete the column.