Book Image

Microsoft SharePoint Server 2019 and SharePoint Hybrid Administration

By : Aaron Guilmette
Book Image

Microsoft SharePoint Server 2019 and SharePoint Hybrid Administration

By: Aaron Guilmette

Overview of this book

SharePoint Server is an on-premises collaboration and business productivity platform. It serves as a content management and web services platform, enabling users to create, publish, and discover content and applications and integrate with business systems. This SharePoint book offers complete, up-to-date coverage of the SharePoint Server 2019 interface to help you configure and deploy confidently from the start. With the help of clear and succinct explanations and expert tips, this book covers SharePoint Server and SharePoint Hybrid configuration as well as the process for migrating to Microsoft SharePoint Online. As the book takes you through strategies and techniques for configuring and managing SharePoint on-premises and hybrid scenarios, you’ll get to grips with the concepts essential for SharePoint deployments, such as authentication, Business Connectivity Services, and the data gateway. You’ll also explore migration methods and strategies. By the end of this book, you'll have learned the fundamentals of deploying SharePoint Server 2019 and be able to use this reference guide for your administration tasks.
Table of Contents (19 chapters)

Troubleshooting Cloud Hybrid Search

There are times when configuring or managing cloud hybrid search doesn't go as expected. Most issues can be easily fixed. The following common troubleshooting scenarios can be used to help address these issues.

The cloud hybrid search setup fails to complete due to networking

Cloud hybrid search requires access to SharePoint Online. If your environment is behind a proxy server or another network-filtering appliance, you should try to bypass the proxy server or appliances to reach SharePoint Online. If bypassing the proxy is not possible, you may need to configure the WinHTTP proxy settings via netsh.

You can use netsh to import Internet Explorer's proxy configuration into a WinHTTP proxy configuration:

netsh winhttp import proxy source=ie

For more information on the uses and capabilities of netsh, see https://docs.microsoft.com/en-us/windows-server/networking/technologies/netsh/netsh-contexts.

Once you've updated the proxy settings...