Welcome to the SharePoint Ocean. This blog help's you to Swim with perfection!! Thank You.
Friday, March 6, 2015
Wednesday, March 4, 2015
February 2015 CU for SharePoint 2010 has been released
February 2015 CU for SharePoint 2010 has been released
The KB
articles for February CU will be available at the following locations in a
couple of days:
- KB 2910904 - SharePoint Foundation 2010
- KB 2899558 - SharePoint Server 2010
- KB 2899557 - Project Server 2010
The Full
Server Packages for February 2015 CU are available through the following links:
- Download SharePoint Foundation 2010 February 2015 CU
- Download SharePoint Server 2010 February 2015 CU
- Download Project Server 2010 February 2015 CU
Note:
1. After installing the fixes you need
to run the SharePoint 2010 Products Configuration Wizard on each machine in the
farm.
2. Be aware that the SharePoint Server
2010 CU contains the SharePoint Foundation CU.
That means only one package has to be installed for the SharePoint 2010 product family.
That means only one package has to be installed for the SharePoint 2010 product family.
3. Be aware
that the February Cumulative Update for SharePoint 2010 is a Post-SP2 hot fix.
It is required to have SP2 installed before installing the February CU.
4. This CU
includes all SharePoint 2010 fixes released since SP2. The CU does not
include SP2.
5. Attention:
this CU no longer supports SP1! It is required to have SP2 installed for the
base product and all installed language packs to install February 2015 CU for
SharePoint 2010.
I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.
February 2015 CU for SharePoint 2013
February 2015 CU for SharePoint 2013
The KB
articles for February CU are available at the following locations:
- KB 2920801 - SharePoint Foundation 2013 February 2015 CU
- KB 2920804 - SharePoint Server 2013 February 2015 CU
- KB 2920796 - SharePoint Server 2013 with Project Server February 2015 CU
- KB 2956101 - Office Web Apps Server 2013 February 2015 CU
The Full
Server Packages for February 2015 CU are available through the following links:
- Download SharePoint Foundation 2013 February 2015 CU
- Download SharePoint Server 2013 February 2015 CU
- Download Project Server 2013 February 2015 CU
- Download Office Web Apps Server 2013 February 2015 CU
Note:
1.
After installing the fixes you need to run the SharePoint 2013 Products
Configuration Wizard on each machine in the farm.
2.
Be aware
that the SharePoint Server 2013 CU contains the SharePoint Foundation CU. And
the SharePoint Server 2013 with Project Server CU contains Project Server CU,
SharePoint Server CU and SharePoint Foundation CU.
3.
Be aware that
all Updates for SharePoint 2013 require SharePoint Server 2013 SP1 OR March
2013 PU for SharePoint 2013 to be installed first.
4.
This CU
includes all SharePoint 2013 fixes released since RTM. The CU does not
include SP1. You can install SP1 before or after installing this CU.
I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.
Improve work flow performance in SharePoint
Improve work flow performance in SharePoint
Many of the reasons work flow ‘s work will less performance as expected.
we may encounter the below issues while we run the work flows.
Errors:
1.
When a item
added to the library it takes some times to initiate the workflow.
2.
Workflow
mail generating is not very fast sometimes.
3.
Workflows
takes more time to process
4.
“Due to
heavy load, the latest workflow operation has been queued. It will attempt to
resume at a later time” is coming sometimes.
5.
I had a
custom workflow approval web part and it is taking more than 30 seconds to
proceed.
Improve performance of
work flow:
There are some ways that can
improve the performance of the workflows. In this article I am mentioning the
ways to improve as per my experience.
1. Increase Throttle Size
2. Increase Batch Size
3. Time Out
4. Workflow
Timer Interval
Increase
Throttle Size :
Following command shows how to get the existing value. the default is set to 15. from SharePoint shell to execute this command.
stsadm -o getproperty -pn workflow-eventdelivery-throttle
You can change the value by using following command. Below example change the current value to 25.
stsadm -o setproperty -pn workflow-eventdelivery-throttle -pv "25"
Increase Batch Size
Bbatch size property controls how many work items waiting to be processed by the timer service will be executed in each run” Therefore if we increase the Batch Size there will be more workflow items ready to execute in the next time. Batch size is improving performance in Immediate Execution and Timer Job.
Following command shows the current batch size in the farm.
stsadm -o getproperty -pn workitem-eventdelivery-batchsize
as you can see default value is set to 100. following command will increate the size to 125.
stsadm -o setproperty -pn workitem-eventdelivery-batchsize -pv "125"
Time Out
Timeout specify the time which can be take maximum to complete the workflow timer job. of cause not finished timers jobs can proceed in next cycle. this value is specify in minutes. default value is 5.
Following command shows how you can view the current configuration.
stsadm -o getproperty -pn workflow-eventdelivery-timeout
Following command will change the existing value to 10.
stsadm -o setproperty -pn workflow-eventdelivery-timeout -pv "10"
Workflow Timer Interval
Workflow timer Interval how often SPtimer job should run to process workflow items. this is specify in the application level not in the farm level like others.
following command shows the current setting of the web application.
stsadm -o getproperty -pn job-workflow -url http://Webapplication
If you type wrong URL following error will come.
SPTimer schedule string format
|
Meaning
|
"Every 10 minutes between 0
and 30"
|
Timer fires every 10 minutes from
the top of the hour to half past the hour
|
"Hourly between 9 and
17"
|
Every hour from 9 A.M. to 5 P.M.
|
"Daily at 15:00:00"
|
Timer fires every day at 3 P.M.
|
"Monthly at 15 15:00:00"
|
Timer fires on the 15th of every
month at 3 P.M.
|
Following
table shows the values you can set for the property.
Following
command set the workflow timer interval.
stsadm -o
setproperty -pn job-workflow -pv "Every 10 minutes between 0 and 30"
-url http://webapplication:port
I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.
Wednesday, February 25, 2015
Anonymous Access to a SharePoint 2013 site
Anonymous Access to a
SharePoint 2013 site
Please follow the steps below to
configure the anonymous access to the SharePoint site.
1.
Navigate
to the SharePoint 2013 Central Administration in your SharePoint 2013
environment. Under Application Management section, click the “Manage web
applications” link.
2.
Select
one of the available web applications and press the “Authentication providers”
button available in the Ribbon. A modal dialog showing the authentication
providers available per zone is displayed. As you can see, in a basic scenario
only the “Default” zone is listed.
3. Click the “Default” link so a new modal dialog is
displayed. Just check the “Enable anonymous access” option and press the “Save”
button.
4. Navigate to one of the site collections you have
created under the configured web application and go to “Configure -> Site
Settings”. Under the “Users and permissions” section, click the “People and
groups” link.
5. As you can see, SharePoint 2013’s Ribbon display is an
“Anonymous Access” button that allows you to configure how anonymous users can
access to the site.
6. Press the “Anonymous Access” button in the Ribbon so
the related configuration modal dialog is shown. In this dialog you have three
configuration options, just click the first one that provides full anonymous
access to the site. Press the “OK” button.
7. Back to the “People and Groups” page, check there is a
new group called “Anonymous users” available in the list.
8. We are almost done. To finish, start a new instance of
a web browser and check that you don’t need to provide credentials information
since anonymous access is enabled on the entire site.
I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.
Subscribe to:
Posts (Atom)