Click to add text IBM Collaboration Solutions

Size: px
Start display at page:

Download "Click to add text IBM Collaboration Solutions"

Transcription

1 IBM Connections Search: Troubleshooting and Best Practices 5/14/2014 Greg Presayzen Client Technical Professional Mark McCarville Advisory Software Engineer Click to add text IBM Collaboration Solutions Powered by IBM SmartCloud Meetings

2 Who are we? 7+ years of Connections experience and in Connections L2 Support Client Technical Professional for Social Collaboration and Exceptional Digital Experience in the Northeast US Based out of Boston, MA 7+ years of Connections experience Search Developer Based out of Dublin, Ireland 2

3 Agenda Architectural Overview of IBM Connections Search Catalog Index, and Activity Steam Index Search Index Usage Search Troubleshooting - Server Status - Server Stats - Search Resources Q&A 3

4 IBM Connections Search The Search service provides a point for performing full text and tag searches across all the deployed IBM Connections applications. Search is a required application for all IBM Connections applications, and it must be running to prevent unexpected behaviors in the other applications. IBM Connections Search is based on multifaceted search technology and uses related people, related dates, related tags, and source application facets. This information enables users to drill down into specific facets to find the content that they want without having to page through large numbers of results. 4

5 IBM Connections Search Index The Search application uses a Lucene index, supplemented by social facet information The location of the Search index is mapped to an IBM WebSphere Application Server variable, SEARCH_INDEX_DIR Search uses the WebSphere Application Server scheduling service for creating and updating the Search index. IBM Connections applications maintain delete and access-control update information for a maximum of 30 days If indexing is not performed on an index for 30 days, that index is considered to be out-of-date and reindexing is necessary The index must be deployed on each node running the Search enterprise application. Because of the new features introduced in IBM Connections 4.5, you cannot migrate an index from a previous versions of the product. 5

6 The Indexing Process The Search index is generated by retrieving information from each of the applications. Search indexing happens in several stages: Crawling Crawling is the process of accessing and reading content from each application in order to create entries for indexing File content extraction Search provides a document conversion service to extract the content of the files to be indexed Indexing During the indexing phase, the entries in the persisted seedlists are processed into Lucene documents, which are serialized into a database table that acts as an index cache. 6

7 The Indexing Process Index building Index building refers to the deserialization and writing of the Lucene documents into the Search index Post Processing Post-processing work takes place on the new index entries to add additional metadata to the search results This work includes bookmark rollup and the addition of file content to Files search results. 7

8 8

9 Indexing Types Initial indexing Incremental indexing Foreground Indexing Background Indexing The initial index is built using the default 15minsearch-indexing-task. An index is built using the SearchService.startBackgr oundindex command. This index is used for searching and for further indexing. The database cache is not used. This index is not used for searching. The database cache is not used. The index is updated using the default 15min-searchindexing-task. A background index can be updated using the SearchService.startBackgr oundindex command. This index is used for searching and for further indexing. The database cache is used. This index is not used for searching. The database cache is not used. 9

10 Initial and Background Indexing Crawl all pages of the seedlist and persist them to disk. Extract the file content and persist it to disk. Crawl a seedlist page from disk. Index the seedlist entries into Lucene documents. Write the documents to the Lucene index. Repeat until all the persisted seedlist pages have been crawled. 10

11 Incremental Foreground Indexing The node that has the scheduler lease crawls all the pages of the seedlist and persists them to disk. Crawl a seedlist page from disk. Index the seedlist entries into Lucene documents. Serialize the Lucene documents into the database cache. Send a JMS message to all Search nodes to alert them of the completion of the serialization. Each node deserializes the Lucene documents into the Lucene index. 11

12 Bookmark Rollup Bookmark rollup refers to the process of aggregating the information for public bookmarks that point to the same URL For example, if 1000 users create a public bookmark for the same URL, when someone searches for that URL, a single bookmark is returned instead of 1000 search results. The bookmark that is returned includes the information for all 1000 bookmarks rolled up into a single search result All of the tags and people associated with each of the individual bookmarks are now associated with the one document. If two users bookmark the same internal document, for example, a wiki page, then the wiki page gets rolled up with the bookmark The tags and people associated with the bookmark and the wiki page are combined into a single document. 12

13 Agenda Architectural Overview of IBM Connections Search Catalog Index, and Activity Steam Index Search Index Usage Search Troubleshooting - Server Status - Server Stats - Search Resources Q&A 13

14 Communities Catalog Index The Communities catalog enables you to display content from IBM Lotus Quickr places in the Communities application You need both a catalog index folder and a catalog shared replication folder when you add IBM Connections nodes to an existing catalog The variable CATALOG_INDEX_DIR contains the directory path to the catalog index folder The variable CATALOG_REPLICATION_DIR contains the directory path to the shared replication folder. All nodes need access to this shared folder lookupname=ibm+connections+4.5+documentation#action=opendo cument&res_title=configuring_communities_catalog_settings_ic45&c ontent=pdcontent 14

15 Activity Stream Search The activity stream search service provides an indexing and search infrastructure that is bundled with the News application. This service provides search capabilities over the activity stream The variable ACTIVITY_STREAM_SEARCH_INDEX_DIR contains the directory path to the activity stream search index The variable ACTIVITY_STREAM_SEARCH_REPLICATION_DIR contains the directory path to the stream search replication folder. You need one shared replication folder for each server cluster lookupname=ibm+connections+4.5+documentation#action=opendoc ument&res_title=activity_stream_search_ic45&content=pdcontent 15

16 Dictionaries Searching over Multiple Languages Only the English language dictionary is enabled during installation For non-english deployments, enabling multilingual support for Search is a mandatory post-installation step Enabling multiple dictionaries ensures better quality search results when your user base is multilingual Enabling additional dictionaries adds a performance cost at indexing time and will increase the size of the index Enabling multiple dictionaries ensures better quality search results when your user base is multilingual 16

17 Organization Tag Cloud - The organization tag cloud on the Profiles Directory page consists of the 50 most popular tags in the entire organization, based on the frequencies of tags. - The number of tags in the organization tag cloud is not configurable. - The organization tag cloud is built from the indexes, so there will be delays in displaying new popular tags. - The organization tag cloud data is cached internally in the application. - A delay of up to 30 minutes is not unusual for updating the display of new popular tags in the organization tag cloud.

18 Search API All content can be searched by the search APIs: Refer to the following info center topic for details: lookupname=ibm+connections+4.5+api+documentation#action =opendocument&res_title=search_api_ic45&content=pdcontent

19 Agenda Architectural Overview of IBM Connections Search Catalog Index, and Activity Steam Index Search Index Usage Search Troubleshooting - Server Status - Server Stats - Search Resources Q&A 19

20 How does Profiles search work: The following searches from the UI use the Profiles database: 20

21 How does Profiles Name Search Logic work? - Data on the names table - Database searches for names are performed against two tables: GIVEN_NAME and SURNAME. - Tables hold names and their alias - During data population using TDI or Admin APIs, the values are converted to lower cases for these tables. - Name alias are created through an internal program for most of the common English first names.

22 How does Profiles search work: All Profiles content is searchable: - User profiles: name, phone numbers, title, departments, city, and so on. All extension attributes are searchable: - Simple, rich text and XML extension attribute types Tags for users: - All profile search queries are case in-sensitive. - A search containing only wild card characters is not supported.

23 How does Profiles Name Search Logic work? User input of a single word - 'david - We would search for users whose: i). first name starts with david or ii). last name is david User input with two words - 'david jones', we would search for users whose: i). first name is: david and last name is: jones or ii). first name is: david jones or iii). last name is: david jones

24 How does Profiles Name Search Logic work? - Search query with a comma: - Query before the comma is treated as a user's last name. - Query after the comma is treated as the user's first name.

25 Index Search Usage Advanced Search - The following Search from the UI use the search index:

26 Index Search Usage Advanced Search - Wildcard searches - Search supports single and multiple character wildcard searches within single terms, but not in phrases. - You cannot use the question mark (?) or asterisk (*) wildcards as the first character of a search string. - Single character wildcard searches - Use the question mark (?) - the Search application looks for terms that match when the single character is replaced by another character. - Example: if you enter te?t as a search string, the results might include information containing the terms text and test. -

27 Index Search Usage Advanced Search - Multiple character wildcard searches - To perform a multiple character wildcard search, use the asterisk (*). This type of search looks for zero or more characters. - Example: if you enter test* as a search string, the results might include information containing the terms test, tests, and tester.

28 Index Search Usage Advanced Search - Search Operators - OR - search for content that contains either word. - AND - search for content where both terms exist anywhere in the text of a single document. - plus sign (+) to combine search words - applies only to the word immediately following it. Example: to search for information that must contain car and can contain motorcycle, enter the following query: +car motorcycle Example: to search for information that contains car but not motorcycle, enter one of the following queries: car NOT motorcycle car -motorcycle

29 Index Search Usage Advanced Search - Search Operators - When your search term contains one of the nonalphanumeric characters listed here - use a backslash before using any of these characters: + - &&! ( ) { } [ ] ^ " ~ *? : \ - Example: if you want to search for information that contains the text string cat + dog: cat \+ dog "cat + dog"

30 Agenda Architectural Overview of IBM Connections Search Catalog Index, and Activity Steam Index Search Index Usage Search Troubleshooting - Server Status - Server Stats - Search Resources Q&A 30

31 Search Troubleshooting What is a Connections Search Issue? Runtime: - Expected search results not getting returned - Inconsistent results - Index is not returning latest content Install: - Initial index creation failed: - CLFRW0075W: Failed to load the index at startup, it may not have been created yet

32 Search Troubleshooting How do you quickly look at the health of the index? Enable the Server Status web page (replaced the search validation tool in 4.0): ServerStatus page Highlights configuration issues along with an analysis of the latest Search logs (per Node) Helps debug issues on a system. Your first stop in troubleshooting a search issue Server Status Page Demo!

33 Search Troubleshooting Search Metrics Provides metrics for search Search metrics, enter the following URL in your browser:

34 Search Troubleshooting - Overview Index automatically configured during installation. Search starts working after: Search app is started on all nodes Index has been build on one node Index.ready is created Index copied to all other nodes Each application has its own index folder. Each Node has its own local index. 34

35 Search Troubleshooting Crawling and Indexing How do you verify crawling is taking place? Look for the following messages in the logs CLFRW0297I: Search is starting to crawl the {0} component CLFRW0294I: Search has finished crawling the {0} component How do you verify indexing is taking place? Look for the following messages in the logs CLFRW0588I: Search is starting to index the {0} component. CLFRW0576I: Search has finished indexing the {0} component. 35

36 Search Troubleshooting Crawling and Indexing How do you know that the index, crawling and post processing is complete? Look for the following messages in the logs: [7/11/12 15:46:05:356 IST] IndexBuilder I com.ibm.connections.search.process.incremental.indexbuilder postprocess CLFRW0580I: Search has finished StatusUpdatesPostProcessor post-processing of the index. [7/11/12 15:46:05:351 IST] IndexBuilder I com.ibm.connections.search.process.incremental.indexbuilder postprocess CLFRW0580I: Search has finished BookmarksPostProcessor post-processing of the index. [7/11/12 15:46:05:355 IST] IndexBuilder I com.ibm.connections.search.process.incremental.indexbuilder postprocess CLFRW0580I: Search has finished FilesPostProcessor post-processing of the index. 36

37 Search Troubleshooting - Validating Search Seedlists How do we know the seedlist is working correctly? - Look for the following messages in the logs CLFRW0262I: Seedlist validation successful. OR - Server Status webpage What is a seedlist? - xml representation of the index content 37

38 Search Troubleshooting Crawling Version of Index How do we know if the index is consistent on all nodes? They will have the same crawling version. The crawling version is recorded in a file name CRAWLING_VERSION Does the out of sync index recover to a consistent state? Yes this functionality is built in! Replacing an index on a node: lookupname=ibm+connections+4.5+documenta tion#action=opendocument&res_title=restoring_ a_search_index_in_an_environment_with_multip le_nodes_ic40&content=pdcontent 38

39 Search Troubleshooting Common Issues Why do I see Failed to load the index at startup and how to fix? From the UI: Failed to load the index at startup, it may not have been created yet From the SystemOut.logfile: CLFRW0394E: Search indexing of services [profiles, dogear, communities, activities, blogs, forums, wikis, files, status_updates, calendar] to directory /opt/ibm//data/search/index has failed. You should examine the logs to determine the cause of the failure and correct it. Solution: Make an index available for users and then fix the problem. 39

40 Search Troubleshooting Common Issues Failed to load the index at startup 1. Disable the current Search indexing task until the problem is resolved. SearchService.disableTask(). 2. Review Search SystemOut.log and determine which of the services are not being crawled or indexed "CLFRW0283E: Search has encountered a problem while crawling." or "CLFRW0027E: Error Indexing component {0} for search". 3. Create a once-off task to index all services except the problem service or services. SearchService.indexNow("blogs,communities,profiles,status_updates,files,wikis, forums,dogear"). This command updates the index and creates INDEX.READY. 4. Copy the index to all nodes in the deployment. Users can use40this index to search for content

41 Search Troubleshooting Common Issues Failed to load the index at startup 5. Determine why the all the services were not crawled or indexed as expected. See search/serverstatus webpage 6. Back up the current Search index 7. Make a copy of the index backup on the local file system (not a network share). This copy is referred to the as the "working copy". (When you work with a background index, you must perform all operations on a copy of the background index) 8. Update the working copy of the index with the content from all services by using the command SearchService.startBackgroundIndex(). 9. When the background index operation completes, you must roll out the working copy of the index across the deployment. 10. Re-enable the disabled tasks that were disabled in Step 1. 41

42 Search Troubleshooting Common Issues Failed to load the index at startup Steps also listed in the info center: Reference: lookupname=ibm+connections+4.5+documentation#action=opendocument&re s_title=troubleshooting_exceptions_when_creating_an_initial_search_index_ic 45&content=pdcontent 42

43 Search Troubleshooting Best Practices Summary 1. Analyze results from the search server Status page to help isolate problem area! 2. After initial installation, confirm the health of the index on all nodes 3. Remember to have a backup! Confirm nightly backups are being taken. (look at the backup folder and there should be an index from the previous night) Perform regular backups of your backup Search index onto another drive/nas! 4. If you see an error, the Error messages page in the info center is a good first place to look lookupname=ibm+connections+4.5+documentation#action=opendocument&res_title=search_error_messa ges_ic45&content=pdcontent 5. No need to re-create the index! Utilize the background index process instead to troubleshoot the index without incurring down time. 43

44 Search Resources Error messages page in the info center is a good first place to look if you have an error code from the logs: lookupname=ibm+connections+4.5+documentation#action=opendocument&res_title =Search_error_messages_ic45&content=pdcontent How to administer search in the info center: lookupname=ibm+connections+4.5+documentation#action=opendocument&res_title =Administering_Search_ic45&content=pdcontent Verifying Search Index section in the info center: lookupname=ibm+connections+4.5+documentation#action=opendocument&res_title =Verifying_Search_ic45&content=pdcontent 44

45 Q&A 45

46 Press *1 on your telephone to ask a question. Visit our Support Technical Exchange page or our Facebook page for details on future events. To help shape the future of IBM software, take this quality survey and share your opinion of IBM software used within your organization: IBM Collaboration Solutions Support page IBM Collaboration Solutions Support 46

IBM Collaboration Solutions. Powered by IBM SmartCloud Meetings IBM Corporation

IBM Collaboration Solutions. Powered by IBM SmartCloud Meetings IBM Corporation Install, Deploy, and Troubleshoot IBM Connection Content Manager Open Mic - March 12, 2014 Charlie Price Advisory Software Engineer Jonathan King Advisory Software Engineer IBM Collaboration Solutions

More information

Tips for Using the Integrated Solution Console (ISC) and Sametime System Console (SSC) with IBM Sametime

Tips for Using the Integrated Solution Console (ISC) and Sametime System Console (SSC) with IBM Sametime Tips for Using the Integrated Solution Console (ISC) and Sametime System Console (SSC) with IBM Sametime October 28, 2015 Miguel Macias, Sandy Lee, Casey Toole IBM Corporation 2015 1 Agenda Integrated

More information

Architecture & Deployment

Architecture & Deployment Architecture & Deployment IBM Connections 5.0 Workshop Author: Paul Godby IBM Ecosystem Development Duration: 30 minutes 2014 IBM Corporation Agenda IBM Connections lications Prerequisite Software Deployment

More information

COURSE OUTLINE: A Advanced Technologies of SharePoint 2016

COURSE OUTLINE: A Advanced Technologies of SharePoint 2016 Course Name 20339-2A Advanced Technologies of Course Duration 5 Days Course Structure Instructor-Led Course Overview This five-day course will teach you how to plan, configure, and manage the advanced

More information

Open Mic Webcast. IBM Verse Offline Yingle Jia, Mark Wallace April 20, 2016

Open Mic Webcast. IBM Verse Offline Yingle Jia, Mark Wallace April 20, 2016 Open Mic Webcast IBM Verse Offline Yingle Jia, Mark Wallace April 20, 2016 Agenda Verse Offline Overview Offline Architecture Offline UX and Features Offline Troubleshooting Q&A 2016 IBM Corporation 2

More information

"Charting the Course... MOC /2: Planning, Administering & Advanced Technologies of SharePoint Course Summary

Charting the Course... MOC /2: Planning, Administering & Advanced Technologies of SharePoint Course Summary Description Course Summary This five-day course will provide you with the knowledge and skills to plan and administer a Microsoft environment. The course teaches you how to deploy, administer, and troubleshoot

More information

SharePoint 2016 Administrator's Survival Camp

SharePoint 2016 Administrator's Survival Camp SharePoint 2016 Administrator's Survival Camp Installing and Managing SharePoint 2016 in an On -premises Environment Course Code Audience Format Length Course Description Student Prerequisites SSC2016

More information

Lotus Protector for Mail Security

Lotus Protector for Mail Security Lotus Protector for Mail Security Install, Setup, and getting started. Powered by IBM SmartCloud Meetings 1 Installation LPMS can be installed on a physical system or on VMWare. 3 Gigabyte of RAM recommended.

More information

Professional SharePoint 2010 Development

Professional SharePoint 2010 Development Professional SharePoint 2010 Development Rizzo, T ISBN-13: 9781118131688 Table of Contents INTRODUCTION xxv CHAPTER 1: INTRODUCTION TO SHAREPOINT 2010 1 What s New in the SharePoint Platform and Tools

More information

Planning and Administering SharePoint 2016

Planning and Administering SharePoint 2016 Planning and Administering SharePoint 2016 Course 20339A 5 Days Instructor-led, Hands on Course Information This five-day course will combine the Planning and Administering SharePoint 2016 class with the

More information

IBM Notes Browser Plug-in

IBM Notes Browser Plug-in IBM Notes Browser Plug-in Raj Patil Senior Technical Staff Member - Notes Client Archana Pawar QE Lead - Notes Browser Plugin (Notes Client) Date: 3rd September, 2014 Open Mic Team Raj Patil Senior Technical

More information

WebCenter Interaction 10gR3 Overview

WebCenter Interaction 10gR3 Overview WebCenter Interaction 10gR3 Overview Brian C. Harrison Product Management WebCenter Interaction and Related Products Summary of Key Points AquaLogic Interaction portal has been renamed

More information

Microsoft SharePoint 2010 The business collaboration platform for the Enterprise and the Web. We have a new pie!

Microsoft SharePoint 2010 The business collaboration platform for the Enterprise and the Web. We have a new pie! Microsoft SharePoint 2010 The business collaboration platform for the Enterprise and the Web We have a new pie! 2 Introduction Key Session Objectives Agenda More Scalable More Flexible More Features Intranet

More information

SharePoint Online Office 365 Developer Course Content

SharePoint Online Office 365 Developer Course Content This PDF contains full course content of SharePoint Online Office 365 developer training. The course designed from beginners, advanced and latest topics from SharePoint Online. SharePoint Online Office

More information

SharePoint Server 2016 Feature Comparison* Accessibility Standards Support Yes Yes. Asset Library Enhancements/Video Support Yes Yes.

SharePoint Server 2016 Feature Comparison* Accessibility Standards Support Yes Yes. Asset Library Enhancements/Video Support Yes Yes. Content Features SharePoint Server 2016 Feature Comparison* Accessibility Standards Support Yes Yes Asset Library Enhancements/Video Support Yes Yes Auditing Yes Yes Auditing & Reporting (e.g. doc edits,

More information

SHAREPOINT 2016 ADMINISTRATOR BOOTCAMP 5 DAYS

SHAREPOINT 2016 ADMINISTRATOR BOOTCAMP 5 DAYS SHAREPOINT 2016 ADMINISTRATOR BOOTCAMP 5 DAYS WHY TAKE 10 DAYS AWAY FROM THE OFFICE WHEN YOU ONLY NEED 5? Need to gain knowledge for both the 203391 Planning and Administering Microsoft SharePoint 2016

More information

Upgrade Procedures and best practices for migrating to Sametime

Upgrade Procedures and best practices for migrating to Sametime Upgrade Procedures and best practices for migrating to Sametime 9 12-4-2013 Tony Payne Senior Software Engineer - Sametime IBM Collaboration Solutions Powered by IBM SmartCloud Meetings Agenda A few notes

More information

Lotus Connections new features and

Lotus Connections new features and Lotus Connections new features and configuration tips Overview What's new: Features What's new: Administration Install tips Configuration tips Future Reporting Tool for Lotus Connections Whats new: Getting

More information

Exam : Implementing Microsoft Azure Infrastructure Solutions

Exam : Implementing Microsoft Azure Infrastructure Solutions Exam 70-533: Implementing Microsoft Azure Infrastructure Solutions Objective Domain Note: This document shows tracked changes that are effective as of January 18, 2018. Design and Implement Azure App Service

More information

Working with Feature Layers. Russell Brennan Gary MacDougall

Working with Feature Layers. Russell Brennan Gary MacDougall Working with Feature Layers Russell Brennan Gary MacDougall Working with Feature Layers Session will focus on feature access and editing Highlight new features added over the last few releases Agenda Introduction

More information

Microsoft SharePoint Server 2013 Plan, Configure & Manage

Microsoft SharePoint Server 2013 Plan, Configure & Manage Microsoft SharePoint Server 2013 Plan, Configure & Manage Course 20331-20332B 5 Days Instructor-led, Hands on Course Information This five day instructor-led course omits the overlap and redundancy that

More information

AD105 Introduction to Application Development for the IBM Workplace Managed Client

AD105 Introduction to Application Development for the IBM Workplace Managed Client AD105 Introduction to Application Development for the IBM Workplace Managed Client Rama Annavajhala, IBM Workplace Software, IBM Software Group Sesha Baratham, IBM Workplace Software, IBM Software Group

More information

IBM Sametime Web Client & Meeting Server - An Introduction to new features in version 9.0.1

IBM Sametime Web Client & Meeting Server - An Introduction to new features in version 9.0.1 IBM Sametime Web Client & Meeting Server - An Introduction to new features in version 9.0.1 Open Mic Date: 13-10-2016 IBM Collaboration Solutions Open Mic Team Jayesh Parmar - IBM ICS Support engineer

More information

Index. Tony Smith 2016 T. Smith, SharePoint 2016 User's Guide, DOI /

Index. Tony Smith 2016 T. Smith, SharePoint 2016 User's Guide, DOI / Index A Alerts creation frequency, 472 list and library, 474 475 list item and document, 473 474 notifications, 478 page alerts, 475 476 search alerts, 477 items, 472 management adding alerts, 480 481

More information

Discovering People, Expertise, Ideas, and Information

Discovering People, Expertise, Ideas, and Information IBM Software Group Discovering People, Expertise, Ideas, and Information 2008 IBM Corporation Challenges Facing the Cering Manufacturing RFQ Team Include... Communicating with colleagues, sharing information

More information

Curriculum Guide. ThingWorx

Curriculum Guide. ThingWorx Curriculum Guide ThingWorx Live Classroom Curriculum Guide Introduction to ThingWorx 8 ThingWorx 8 User Interface Development ThingWorx 8 Platform Administration ThingWorx 7.3 Fundamentals Applying Machine

More information

Toyota Chatter Introduction Overview

Toyota Chatter Introduction Overview Toyota Chatter Introduction Overview Share Overview Document Updated: 08/23/2012 Toyota Chatter Introduction Overview 1 Toyota Chatter Application Layout Toyota Chatter Introduction Overview 2 Home The

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

Course Outline. Module 1: SharePoint Overview

Course Outline. Module 1: SharePoint Overview Course Outline Module 1: SharePoint Overview This module provides an introduction to the topics covered in the class, introduces SharePoint terminology and provides an overview of the available versions

More information

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps WebSphere Puts Business In Motion Put People In Motion With Mobile Apps Use Mobile Apps To Create New Revenue Opportunities A clothing store increases sales through personalized offers Customers can scan

More information

MD-100: Modern Desktop Administrator Part 1

MD-100: Modern Desktop Administrator Part 1 Days: 5 Description: This five-day course is for IT professionals who deploy, configure, secure, manage, and monitor devices and client applications in an enterprise environment. Students will develop

More information

ArcGIS Enterprise: Advanced Topics in Administration. Thomas Edghill & Moginraj Mohandas

ArcGIS Enterprise: Advanced Topics in Administration. Thomas Edghill & Moginraj Mohandas ArcGIS Enterprise: Advanced Topics in Administration Thomas Edghill & Moginraj Mohandas Outline Overview: Base ArcGIS Enterprise Deployment - Key Components - Administrator Endpoints Advanced Workflows:

More information

Senior Technical Specialist, IBM. Charles Price (Primary) Advisory Software Engineer, IBM. Matthias Falkenberg DX Development Team Lead, IBM

Senior Technical Specialist, IBM. Charles Price (Primary) Advisory Software Engineer, IBM. Matthias Falkenberg DX Development Team Lead, IBM Session ID: DDX-15 Session Title: Building Rich, OmniChannel Digital Experiences for Enterprise, Social and Storefront Commerce Data with Digital Data Connector Part 2: Social Rendering Instructors: Bryan

More information

Search in SharePoint 2013

Search in SharePoint 2013 Search in SharePoint 2013 Peter Carson President, Envision IT SharePoint MVP Virtual Technical Specialist, Microsoft Canada peter@envisionit.com http://blog.petercarson.ca www.envisionit.com Twitter @carsonpeter

More information

Portal Cache Tuning with Portal Cache Viewer Open Mic 10/01/2014

Portal Cache Tuning with Portal Cache Viewer Open Mic 10/01/2014 Portal Cache Tuning with Portal Cache Viewer Open Mic 10/01/2014 Klaus Nossek Software Engineer, WebSphere Portal Dr. Andreas Wickenhaeuser Software Engineer, WebSphere Portal IBM Collaboration Solutions

More information

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com Exam : 070-332 Title : Advanced Solutions of Microsoft SharePoint Server 2013 Version : DEMO 1 / 9 1.Topic

More information

Soir 1.4 Enterprise Search Server

Soir 1.4 Enterprise Search Server Soir 1.4 Enterprise Search Server Enhance your search with faceted navigation, result highlighting, fuzzy queries, ranked scoring, and more David Smiley Eric Pugh *- PUBLISHING -J BIRMINGHAM - MUMBAI Preface

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

Developing Applications with Business Intelligence Beans and Oracle9i JDeveloper: Our Experience. IOUG 2003 Paper 406

Developing Applications with Business Intelligence Beans and Oracle9i JDeveloper: Our Experience. IOUG 2003 Paper 406 Developing Applications with Business Intelligence Beans and Oracle9i JDeveloper: Our Experience IOUG 2003 Paper 406 Chris Claterbos claterbos@vlamis.com Vlamis Software Solutions, Inc. (816) 781-2880

More information

Managing, Monitoring, and Reporting Functions

Managing, Monitoring, and Reporting Functions This chapter discusses various types of managing, monitoring, and reporting functions that can be used with Unified CVP. It covers the following areas: Unified CVP Operations Console Server Management,

More information

Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1

Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1 Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Best Practices for JSF Portlet Migration and Development

Best Practices for JSF Portlet Migration and Development Best Practices for JSF Portlet Migration and Development IBM WebSphere Portal: Open Mic April 23, 2013 Jaspreet Singh Architect for RAD Portal tools Mansi Gaba Staff software engineer for RAD Portal tools

More information

Advanced Solutions of Microsoft SharePoint Server 2013 Course Contact Hours

Advanced Solutions of Microsoft SharePoint Server 2013 Course Contact Hours Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332 36 Contact Hours Course Overview This course examines how to plan, configure, and manage a Microsoft SharePoint Server 2013 environment.

More information

Advanced Solutions of Microsoft SharePoint 2013

Advanced Solutions of Microsoft SharePoint 2013 Course 20332A :Advanced Solutions of Microsoft SharePoint 2013 Page 1 of 9 Advanced Solutions of Microsoft SharePoint 2013 Course 20332A: 4 days; Instructor-Led About the Course This four-day course examines

More information

CHAPTER 1: WHAT S NEW IN SHAREPOINT

CHAPTER 1: WHAT S NEW IN SHAREPOINT INTRODUCTION xxix CHAPTER 1: WHAT S NEW IN SHAREPOINT 2013 1 Installation Changes 2 System Requirements 2 The Installation Process 2 Upgrading from SharePoint 2010 3 Patching 3 Central Administration 4

More information

Application Management Webinar. Daniela Field

Application Management Webinar. Daniela Field Application Management Webinar Daniela Field Agenda } Agile Deployment } Project vs Node Security } Deployment } Cloud Administration } Monitoring } Logging } Alerting Cloud Overview Cloud Overview Project

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

ArcGIS for Server: Administration and Security. Amr Wahba

ArcGIS for Server: Administration and Security. Amr Wahba ArcGIS for Server: Administration and Security Amr Wahba awahba@esri.com Agenda ArcGIS Server architecture Distributing and scaling components Implementing security Monitoring server logs Automating server

More information

Google Cloud Platform for Systems Operations Professionals (CPO200) Course Agenda

Google Cloud Platform for Systems Operations Professionals (CPO200) Course Agenda Google Cloud Platform for Systems Operations Professionals (CPO200) Course Agenda Module 1: Google Cloud Platform Projects Identify project resources and quotas Explain the purpose of Google Cloud Resource

More information

DotNetNuke. Easy to Use Extensible Highly Scalable

DotNetNuke. Easy to Use Extensible Highly Scalable DotNetNuke is the leading Web Content Management Platform for Microsoft.NET. It enables your organization to leverage your existing Microsoft investments to create rich, highly interactive web sites and

More information

Oracle Database 12c: Clusterware & ASM Admin Accelerated Ed 1

Oracle Database 12c: Clusterware & ASM Admin Accelerated Ed 1 Oracle University Contact Us: 1.800.529.0165 Oracle Database 12c: Clusterware & ASM Admin Accelerated Ed 1 Duration: 5 Days What you will learn Oracle Database 12c: Clusterware & ASM Admin Accelerated

More information

Microsoft SharePoint Server

Microsoft SharePoint Server Developing Microsoft SharePoint Server 2013 Advanced Solutions Course: 20489 Course Details Audience(s): Developers Technology: Duration: Microsoft SharePoint Server 40 Hours ABOUT THIS COURSE This course

More information

Build and Deploy Stored Procedures with IBM Data Studio

Build and Deploy Stored Procedures with IBM Data Studio Build and Deploy Stored Procedures with IBM Data Studio December 19, 2013 Presented by: Anson Kokkat, Product Manager, Optim Database Tools 1 DB2 Tech Talk series host and today s presenter: Rick Swagerman,

More information

ROYAL INSTITUTE OF INFORMATION & MANAGEMENT

ROYAL INSTITUTE OF INFORMATION & MANAGEMENT ROYAL INSTITUTE OF INFORMATION & MANAGEMENT MCSE SYLLABUS Course Contents : Exam 70-290 : Managing and Maintaining a Microsoft Windows Server 2003: Managing Users, Computers and Groups. Configure access

More information

Advanced Solutions of Microsoft SharePoint Server 2013

Advanced Solutions of Microsoft SharePoint Server 2013 Course Duration: 4 Days + 1 day Self Study Course Pre-requisites: Before attending this course, students must have: Completed Course 20331: Core Solutions of Microsoft SharePoint Server 2013, successful

More information

AdminCamp. IBM Connections. Arnd Layer IBM Collaboration Solutions Competency Leader Web 2.0 & Social SW Gelsenkirchen,

AdminCamp. IBM Connections. Arnd Layer IBM Collaboration Solutions Competency Leader Web 2.0 & Social SW Gelsenkirchen, Arnd Layer IBM Collaboration Solutions Competency Leader Web 2.0 & Social SW Gelsenkirchen, 2012-06-19 AdminCamp IBM Connections 2012 IBM Corporation Arnd Layer Competency Leader Web 2.0 & Socail SW IBM

More information

Advanced Technologies of SharePoint 2016

Advanced Technologies of SharePoint 2016 Advanced Technologies of SharePoint 2016 20339-2; 5 Days; Instructor-led Course Description This five-day course will teach you how to plan, configure, and manage the advanced features in a SharePoint

More information

Course Content. This is the second in a sequence of two courses for IT Professionals and is aligned with the SharePoint 2016 IT Pro certification.

Course Content. This is the second in a sequence of two courses for IT Professionals and is aligned with the SharePoint 2016 IT Pro certification. Course Content Course Description: This five-day course will teach you how to plan, configure, and manage the advanced features in a environment. The special areas of focus for this course include implementing

More information

Advanced Technologies of SharePoint 2016

Advanced Technologies of SharePoint 2016 Advanced Technologies of SharePoint 2016 Course 20339-2A 5 Days Instructor-led, Hands on Course Information This five-day course will teach you how to plan, configure, and manage the advanced features

More information

Coveo Platform 7.0. Jive Connector Guide

Coveo Platform 7.0. Jive Connector Guide Coveo Platform 7.0 Jive Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing market conditions,

More information

Introducing Lotus Domino 8, Designer 8 and Composite Applications

Introducing Lotus Domino 8, Designer 8 and Composite Applications Introducing Lotus Domino 8, Designer 8 and Composite Applications IBM Lotus collaboration product strategy Rich client W indows/office Browser eforms Portal RSS/Atom Mobile Interaction and client services

More information

Best of SharePoint Sites and Communities

Best of SharePoint Sites and Communities Best of SharePoint 2010 Sites and Communities Agenda Overview and SharePoint 2010 Basics SharePoint Foundation Sites Communities Business Needs IT Needs Microsoft SharePoint 2010 The business collaboration

More information

Setting Up Resources in VMware Identity Manager

Setting Up Resources in VMware Identity Manager Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Coveo Platform 7.0. Liferay Connector Guide

Coveo Platform 7.0. Liferay Connector Guide Coveo Platform 7.0 Liferay Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing market

More information

IBM Single Sign On for Bluemix Version December Identity Bridge Configuration topics

IBM Single Sign On for Bluemix Version December Identity Bridge Configuration topics IBM Single Sign On for Bluemix Version 2.0 28 December 2014 Identity Bridge Configuration topics IBM Single Sign On for Bluemix Version 2.0 28 December 2014 Identity Bridge Configuration topics ii IBM

More information

Lotus Exam IBM Websphere Portal 6.1 Application Development Version: 5.0 [ Total Questions: 150 ]

Lotus Exam IBM Websphere Portal 6.1 Application Development Version: 5.0 [ Total Questions: 150 ] s@lm@n Lotus Exam 190-959 IBM Websphere Portal 6.1 Application Development Version: 5.0 [ Total Questions: 150 ] Topic 0, A A Question No : 1 - (Topic 0) A large motorcycle manufacturer has an internet

More information

MCSE Productivity. A Success Guide to Prepare- Core Solutions of Microsoft SharePoint Server edusum.com

MCSE Productivity. A Success Guide to Prepare- Core Solutions of Microsoft SharePoint Server edusum.com 70-331 MCSE Productivity A Success Guide to Prepare- Core Solutions of Microsoft SharePoint Server 2013 edusum.com Table of Contents Introduction to 70-331 Exam on Core Solutions of Microsoft SharePoint

More information

Improving Productivity

Improving Productivity Improving Productivity On Demand Insurance Business Problems 1. We lose customers because we process new policy applications too slowly. 2. Our claims processing is time-consuming and inefficient. 3. We

More information

Vendor: IBM. Exam Code: A Exam Name: Assessment: IBM WebSphere Appl Server ND V8.0, Core Admin. Version: Demo

Vendor: IBM. Exam Code: A Exam Name: Assessment: IBM WebSphere Appl Server ND V8.0, Core Admin. Version: Demo Vendor: IBM Exam Code: A2180-317 Exam Name: Assessment: IBM WebSphere Appl Server ND V8.0, Core Admin Version: Demo QUESTION: 1 A system administrator has successfully installed the WebSphere Application

More information

Oracle Database 12c: RAC Administration Ed 1

Oracle Database 12c: RAC Administration Ed 1 Oracle University Contact Us: +7 (495) 641-14-00 Oracle Database 12c: RAC Administration Ed 1 Duration: 4 Days What you will learn This Oracle Database 12c: RAC Administration training will teach you about

More information

20489: Developing Microsoft SharePoint Server 2013 Advanced Solutions

20489: Developing Microsoft SharePoint Server 2013 Advanced Solutions 20489: Developing Microsoft SharePoint Server 2013 Advanced Solutions Length: 5 days Audience: Developers Level: 300 OVERVIEW This course provides SharePoint developers the information needed to implement

More information

Gladinet Cloud Enterprise

Gladinet Cloud Enterprise GLADINET, INC Gladinet Cloud Enterprise Technical White Paper Gladinet, Inc. 1/20/2013 This document discusses the technologies behind Gladinet Cloud Enterprise Copyright 2013 Gladinet, Inc. Table of Contents

More information

to-end Solution Using OWB and JDeveloper to Analyze Your Data Warehouse

to-end Solution Using OWB and JDeveloper to Analyze Your Data Warehouse An End-to to-end Solution Using OWB and JDeveloper to Analyze Your Data Warehouse Presented at ODTUG 2003 Dan Vlamis dvlamis@vlamis.com Vlamis Software Solutions, Inc. (816) 781-2880 http://www.vlamis.com

More information

Lotus, Microsoft or Both. Lotus Collaboration -- Microsoft Integration or Alternative

Lotus, Microsoft or Both. Lotus Collaboration -- Microsoft Integration or Alternative Lotus, Microsoft or Both Lotus Collaboration -- Microsoft Integration or Alternative Notice The information contained in these materials is provided for informational purposes only. While efforts were

More information

COURSE OUTLINE: Supporting and Troubleshooting Windows 10

COURSE OUTLINE: Supporting and Troubleshooting Windows 10 Course Name 10982-Supporting and Troubleshooting Course Duration 5 Days Course Structure Instructor-Led Course Overview This course is designed to provide students with the knowledge and skills required

More information

Coveo Platform 7.0. Atlassian Confluence Connector Guide

Coveo Platform 7.0. Atlassian Confluence Connector Guide Coveo Platform 7.0 Atlassian Confluence Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information

"Charting the Course... MOC A: SharePoint 2016 Site Collections and Site Owner Administration. Course Summary

Charting the Course... MOC A: SharePoint 2016 Site Collections and Site Owner Administration. Course Summary MOC 55234 A: 2016 Site Collections Course Summary Description This five-day instructor-led course is intended for power users and IT professionals who are tasked with working within the 2016 environment

More information

Liferay Digital Experience Platform. New Features Summary

Liferay Digital Experience Platform. New Features Summary Liferay Digital Experience Platform New Features Summary Liferay has redesigned its platform with new functionality in Liferay Digital Experience Platform (DXP). The following is a summary of the key new

More information

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8 Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.8 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Professional Architect

Professional Architect Professional Architect Core Competencies: Overview * At Dell Boomi, we want to equip our customers for mastery of the AtomSphere platform and their runtime environments. Our certified Professional Architects

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

20698 Installing and Configuring Windows 10

20698 Installing and Configuring Windows 10 Course Overview This five-day instructor-led course provides IT professionals with the knowledge and skills required to install and configure Windows 10 desktops in a Windows Server small to mediumsized

More information

Developing Microsoft SharePoint Server 2013 Advanced Solutions

Developing Microsoft SharePoint Server 2013 Advanced Solutions 20489 - Developing Microsoft SharePoint Server 2013 Advanced Solutions Duration: 5 Days Course Price: $2,975 Software Assurance Eligible Course Description Course Overview This training course provides

More information

Introduction to SharePoint 2013 for Collaboration and Document Management

Introduction to SharePoint 2013 for Collaboration and Document Management Introduction to SharePoint 2013 for Collaboration and Document Management 55029B; 1 days, Instructor-led Course Description This ½ to full day class is designed for SharePoint team members who need to

More information

Planning and Administering SharePoint 2016 ( A)

Planning and Administering SharePoint 2016 ( A) Planning and Administering SharePoint 2016 (20339-1A) Duration: 5 Days Price: $895 Delivery Option: Attend via MOC On-Demand Students Will Learn Describing the key features of SharePoint 2016. Designing

More information

IBM Operations Analytics Log Analysis Version User's Guide IBM

IBM Operations Analytics Log Analysis Version User's Guide IBM IBM Operations Analytics Log Analysis Version 1.3.5 User's Guide IBM IBM Operations Analytics Log Analysis Version 1.3.5 User's Guide IBM Note Before using this information and the product it supports,

More information

IBM Verse On-Premises

IBM Verse On-Premises IBM Verse On-Premises Next-generation email for IBM Domino customers Ronald John Teodoro Jenson Alcantara Mard Weckle Veridiano Open Mic Date: 29 March 2017 1 Agenda Overview of IBM Verse On-Premises Server

More information

Microsoft Version: Demo 20.0

Microsoft Version: Demo 20.0 Microsoft 70-332 Advanced Solutions of Microsoft SharePoint Server 2013 Version: Demo 20.0 Topic 1, ABC.comBackground Microsoft 70-332 Exam You are employed as a developer at ABC.com. ABC.com has a single

More information

Planning and Administering SharePoint 2016

Planning and Administering SharePoint 2016 Planning and Administering SharePoint 2016 20339-1; 5 Days; Instructor-led Course Description This five-day course will provide you with the knowledge and skills to plan and administer a Microsoft SharePoint

More information

ArcGIS for Server Administration. Andrew Sakowicz

ArcGIS for Server Administration. Andrew Sakowicz ArcGIS for Server Administration Andrew Sakowicz asakowicz@esri.com Target audience Administrators (GIS, DBA, System) Architects Developers Level: Intermediate Outline Key administrative functions Configuring

More information

Oracle Database 12c R2: RAC Administration Ed 2

Oracle Database 12c R2: RAC Administration Ed 2 Oracle University Contact Us: +36 1224 1760 Oracle Database 12c R2: RAC Administration Ed 2 Duration: 4 Days What you will learn This Oracle Database 12c R2: RAC Administration training will teach you

More information

Technical Deep Dive: Cassandra + Solr. Copyright 2012, Think Big Analy7cs, All Rights Reserved

Technical Deep Dive: Cassandra + Solr. Copyright 2012, Think Big Analy7cs, All Rights Reserved Technical Deep Dive: Cassandra + Solr Confiden7al Business case 2 Super scalable realtime analytics Hadoop is fantastic at performing batch analytics Cassandra is an advanced column family oriented system

More information

Administering the Web Server (IIS) Role of Windows Server (10972)

Administering the Web Server (IIS) Role of Windows Server (10972) Administering the Web Server (IIS) Role of Windows Server (10972) Duration: 5 Days Price: $895 Delivery Option: Attend via MOC On-Demand Students Will Learn Installing IIS Configuring the default web site

More information

Microsoft Core Solutions of Microsoft SharePoint Server 2013

Microsoft Core Solutions of Microsoft SharePoint Server 2013 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20331 - Core Solutions of Microsoft SharePoint Server 2013 Length 5 days Price $4290.00 (inc GST) Version B Overview This course will provide you with the

More information

COURSE OUTLINE MOC : PLANNING AND ADMINISTERING SHAREPOINT 2016

COURSE OUTLINE MOC : PLANNING AND ADMINISTERING SHAREPOINT 2016 COURSE OUTLINE MOC 20339-1: PLANNING AND ADMINISTERING SHAREPOINT 2016 Module 1: Introducing SharePoint 2016 This module describes the structure and capabilities of a SharePoint environment, and the major

More information

Quick-start guide for installing the client software and starting your first review

Quick-start guide for installing the client software and starting your first review User s Guide Getting Started with the Collaborator Client Quick-start guide for installing the client software and starting your first review Contents Introduction...2 Download Client Software...2 Installation

More information

9.0 Help for Community Managers About Jive for Google Docs...4. System Requirements & Best Practices... 5

9.0 Help for Community Managers About Jive for Google Docs...4. System Requirements & Best Practices... 5 for Google Docs Contents 2 Contents 9.0 Help for Community Managers... 3 About Jive for Google Docs...4 System Requirements & Best Practices... 5 Administering Jive for Google Docs... 6 Quick Start...6

More information

MarkLogic Server. Monitoring MarkLogic Guide. MarkLogic 9 May, Copyright 2017 MarkLogic Corporation. All rights reserved.

MarkLogic Server. Monitoring MarkLogic Guide. MarkLogic 9 May, Copyright 2017 MarkLogic Corporation. All rights reserved. Monitoring MarkLogic Guide 1 MarkLogic 9 May, 2017 Last Revised: 9.0-2, July, 2017 Copyright 2017 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Monitoring MarkLogic Guide

More information

LEI Installation Basics - on Windows and Linux platforms

LEI Installation Basics - on Windows and Linux platforms LEI Installation Basics - on Windows and Linux platforms Open Mic Webcast Date : 16 December 2015 Speakers: Pauline Pagsuyuin and Chester Page Pelaez Agenda LEI/IEI Overview Installation Pre-requisites

More information

Advanced Technologies of SharePoint 2016 ( )

Advanced Technologies of SharePoint 2016 ( ) SharePoint Course - 203392 Advanced Technologies of SharePoint 2016 (20339-2) Length 5 days Audience The course is targeted at experienced IT Professionals who are interested in learning how to install,

More information