Search This Blog

Friday, December 26, 2014

Content Search Web Part in SharePoint 2013

Content Search Web Part in SharePoint 2013
Introduction:
The Content Search Web Part (CSWP) is a Web Part introduced in SharePoint 2013 that uses various styling options to display dynamic content on SharePoint pages.
How the Content Search Web Part works
Content Search Web Part displays search results in a way that you can easily format. Each Content Search Web Part is associated with a search query and shows the results for that search query.

You can use display templates to change how search results appear on the page. Display templates are snippets of HTML and JavaScript that render the information returned by SharePoint. The information to be displayed gets inserted into the page in JSON format.

When to use the Content Search Web Part (CSWP) or the Content Query Web Part (CQWP)
The CSWP can return any content from the search index. Use it on your SharePoint 2013 sites when you are connecting to a search service and want to return indexed search results in your pages.

The CSWP returns content that is as fresh as the latest crawl of your content, so if you crawl often, the content that the CSWP returns is more up-to-date than if you crawl infrequently. If you need to display instant content or the refreshed version of content, use the Content Query Web Part (CQWP) instead.

Search crawls only the major versions of content, never the minor versions. If you want to display the minor versions of your content, do that by using a CQWP.


Some site collection administrators mark sites to not be indexed. Content marked in this way is not available in a CSWP. If you want to return results from a site that is marked to not index, use the CQWP instead.

Update SharePoint 2010 Farm Credentials

In SharePoint 2010, for SharePoint single server install – a common task that you have to do is to update the SharePoint Farm credentials whenever the password changes.
                                                                                     
Below are the two simple steps to update Farm Credentials:
1. Go to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Bin folder using cmd.exe (open it as administrator).







2. Run this command using your credentials.
stsadm –o updatefarmcredentials –userlogin DOMAIN\username –password $password$
Example: stsadm -o updatefarmcredentials -Userlogin XXXXX\xxxxxx -password xxxxxxx
Note: Please type the whole command by your own including each and everything. Sometimes copy & paste leads to text encode.

Bug Fix:
If your SQL Server service is running under your windows credentials. Please make sure that credentials updated manually. Otherwise you will get below error.
Error: Value cannot be null. Parameter name: farm
Fix:
1) Just go to services.msc and change the sql server service password to your current windows password,

2) Restart the sql server service.
3) Run the above command.


Wednesday, November 26, 2014

More Progress on Yammer & Office 365 Integration

Microsoft announced that Yammer will now allow users to sign in using their Office 365 credentials. This means that users now will be able to seamlessly toggle between Office 365 services and Yammer by use of the Office 365 Navigation Bar (picture below).

 

This feature gives users one less password to manage and a seamless online entry point to all Office 365 apps.

Tuesday, October 28, 2014

Microsoft brings real-time analytics to Hadoop with Storm preview

Today at Strata + Hadoop World, Microsoft is announcing the preview of Apache Storm clusters on Azure HDInsight. Apache Storm is an open source project in the Hadoop ecosystem which gives users access to an event-processing analytics platform that can reliably process millions of events. Now, users of Hadoop can gain insights to events as they happen in real-time.
As a managed cluster integrated into Azure HDInsight, Storm will have the benefit of being easy-to-setup (within a few clicks and a few minutes), having high availability (clusters are monitored 24/7 and under the Azure SLA for uptime), having elastic scale (where more resources can be added depending on need), and being integrated to the broad Azure ecosystem (ie. Event Hubs, HBase, VNet, etc). In many cases, Storm will integrate with an event queuing system like Event Hubs or Apache Kafka.
clip_image001
To try Storm, we invite you to begin by reading the following documentation:

Additionally, at Strata + Hadoop World, our partner Hortonworks announced the future GA of Hortonworks Data Platform 2.2 as well as being Azure Certified. A key part of HDP 2.2 is the ability for Hortonworks customers to automatically move their on-premises data into Azure using Falcon.Falcon is an open-source project (found in HDP) that enables the movement and processing of datasets. With HDP 2.2, customers can schedule an automatic backup of their data in Azure. This opens up different scenarios like having a hybrid dev/test architecture, doing on-demand bursting by spinning up larger Hadoop clusters in the cloud as needed, and integration with Microsoft’s broader cloud data platform like Azure Machine Learning or Power BI for Office 365.
Read more about Microsoft’s announcements at Strata by going to the Official Microsoft Blog.
Reference:
http://azure.microsoft.com/blog/2014/10/15/microsoft-brings-real-time-analytics-to-hadoop-with-storm-preview/

Azure Web Application Gallery on azure

Azure Gallery now provides an easy way to explore and install popular Open source community web applications from Microsoft Azure Websites.
galleryindex

To view the list of applications offered for Azure websites , click here.
index1

Click on any of these applications to learn more about them and create the application by clicking on Create Web App
detailspage

If you cannot find the application you are looking for, please share your suggestions in our feedback forum.

Reference:
http://azure.microsoft.com/blog/2014/09/30/azure-web-application-gallery-on-azure-microsoft-com/