Service Bus Guide. January 24, Version

Size: px
Start display at page:

Download "Service Bus Guide. January 24, Version"

Transcription

1 Service Bus Guide January 24, Version For the most recent version of this document, visit our documentation website.

2 Table of Contents 1 Relativity service bus Relativity service bus infrastructure Service bus installation overview 7 2 Monitoring service bus performance Setting up Windows Performance Monitor Tracking metrics Service bus message container Service bus messaging broker nodes Service bus messaging gateway nodes Reporting functions in Windows Performance Monitor 12 3 Relativity service bus entities Conversion conversionresponses topic conversions_rp<resource Pool Artifact ID> topic resourcepoolstatus topic SignalR Scaleout Data Grid datagridingestion topic datagridverification topic Migration_queue_#### seeding_queue Processing imagingresponses topic 20 4 Troubleshooting the Relativity service bus General troubleshooting tasks for service bus 21 Relativity Service Bus Guide - 2

3 4.1.1 Ensure all services are running Verify that the FarmDNS is set Verify instance settings are correct Check that the Relativity namespace exists Service bus connection errors Remote name can't be resolved Error occurs on send Value is out of range Connect refused by target machine Server returns bad request error Trust relationship couldn't be established Connection errors in a multiple host environment Service bus returns a 401 error Service bus PowerShell cmdlets Checking logs in the Event Viewer Using Service Bus Explorer Prerequisites for Service Bus Explorer Connecting to a Relativity namespace Viewing entities in a namespace Troubleshooting with Service Bus Explorer Uninstalling the service bus farm Creating a namespace for the service bus 29 Relativity Service Bus Guide - 3

4 1 Relativity service bus The Relativity service bus is a message delivery service that communicates information about agent jobs to different application components. This infrastructure feature supports this communication by routing messages between application components. For example, Relativity uses the service bus for submitting conversion jobs to agents and returning converted documents. Note: Before installing or upgrading, you must install and configure Service Bus for Windows Server. Next, install or upgrade your primary SQL Server and the Relativity service bus. You can find information about Service Bus for Windows Server in the Pre-Installation guide. For installation instructions, see the Relativity Installation. The Relativity service bus supports the following features: Guaranteed delivery of messages to ensure reliable communication between application components. High throughput performance for successful message delivery over the service bus. Support for arbitrary messages. High scalability to ensure that service bus can support an increasing number of resources added to your Relativity environment. Fault tolerance and high availability to guarantee that the service bus continues operating even when a component fails. 1.1 Relativity service bus infrastructure The Relativity service bus is built on Service Bus for Windows Server, so it leverages the capabilities offered by this industry-standard software. You must install it on a node in a Service Bus for Windows Server farm. The Relativity installer updates the Instance setting table on your primary SQL Server with information about the location of the Relativity service bus that you provide during installation. It updates the following instance settings: ServiceBusFullyQualifiedDomainName Table section Value Description Relativity.ServiceBus localhost Specifies the fully-qualified domain name for the machine hosting Service Bus for Windows Server. The Relativity installer automatically sets this value during an installation or upgrade based on the inputs in the RelativityResponse.txt file. For more information, see the Relativity Installation Guide. Note: The value for this setting should match the FarmDNS output from the Get-SBFarm command available in the Service Bus PowerShell utility. For more information, see Service bus PowerShell cmdlets on page 25. ServiceBusHttpPort Table section Relativity.ServiceBus Relativity Service Bus Guide - 4

5 Value 9455 Description Specifies the HTTP port for Service Bus for Windows Server. The Relativity installer automatically sets this value during an installation or upgrade based on the inputs in the RelativityResponse.txt file. For more information, see the Relativity Installation Guide. Note: The value for this setting should match the HttpsPort output from the Get-SBFarm command available in the Service Bus PowerShell utility. For more information, see Service bus PowerShell cmdlets on page 25. ServiceBusTcpPort Table section Relativity.ServiceBus Value 9454 Description Specifies the TCP port for Service Bus for Windows Server. The Relativity installer automatically sets this value during an installation or upgrade based on the inputs in the RelativityResponse.txt file. For more information, see the Relativity Installation Guide. Note: The value for this setting should match the TcpPort output from the Get-SBFarm command available in the Service Bus PowerShell utility. For more information, see Service bus PowerShell cmdlets on page 25. ServiceBusHttpPort Table section Relativity.ServiceBus Value 9455 Description Specifies the HTTP port for Service Bus for Windows Server. The Relativity installer automatically sets this value during an installation or upgrade based on the inputs in the RelativityResponse.txt file.for more information, see the Relativity Installation Guide. Note: The value for this setting should match the HttpsPort output from the Get-SBFarm command available in the Service Bus PowerShell utility. For more information, see Service bus PowerShell cmdlets on page 25. ServiceBusTcpPort Table section Relativity.ServiceBus Value 9454 Description Specifies the TCP port for Service Bus for Windows Server. The Relativity installer automatically sets this value during an installation or upgrade based on the inputs in the RelativityResponse.txt file. For more information, see the Relativity Installation Guide. Note: The value for this setting should match the TcpPort output from the Get-SBFarm command available in the Service Bus PowerShell utility. For more information, see Service bus PowerShell cmdlets on page 25. SharedAccessKeyName Table section Relativity.ServiceBus Relativity Service Bus Guide - 5

6 Value Description Relativity Specifies the name of the shared access key / authorization rule used when authenticating with service bus. SharedAccessKey Table section Value Description Relativity.ServiceBus Default value varies by environment. Specifies the value of the shared access key / authorization rule used when authenticating with service bus. The web and agent servers request information about the location of the Relativity service bus from the primary SQL Server. The Relativity service bus then facilitates communication between application components by sending and receiving messages. A typical Relativity installation requires only a single node in a farm. You can optionally install Service Bus for Windows Server on multiple hosts that you add to your service bus farm. The following diagram illustrates how the Relativity service bus integrates with your environment's infrastructure in a typical installation. Relativity Service Bus Guide - 6

7 1.2 Service bus installation overview To install the Relativity service bus, you must first install and configure Service Bus for Windows Server. You next run the Relativity installer to add the Relativity service bus to your environment and complete other related tasks. The following diagram illustrates the installation process for a typical Relativity installation for service bus. You can optionally install the Service Bus for Windows Server on multiple hosts. Relativity Service Bus Guide - 7

8 Use the following workflow to install the Relativity service bus in your environment: 1. For a typical installation, install Service Bus for Windows Server on the machine that you want included in the service bus farm. For a multiple host installation, install Service Bus for Windows Server on the servers or VMs for this purpose. The farm requires that you add an odd number of nodes, but you shouldn't exceed a maximum of five nodes. For information about installing and configuring the service bus, see the Pre-Installation guide. Relativity Service Bus Guide - 8

9 Note: For a typical installation, install Service Bus for Windows Server on a server or VM that is accessible throughout your Relativity instance. If you are upgrading from Relativity 9.3 or below and you have a worker server that you are converting into a conversion agent server, you would want to install it on that machine. Follow these same guidelines when installing the service bus on multiple hosts. For more information, see Configuring your conversion agents in the Relativity Upgrade guide. 2. Set up a new service bus farm on a machine where you installed Service Bus for Windows Server. After completing this process, you can optionally add multiple hosts to the farm. For more information, see the Pre-Installation guide. 3. Run the Relativity installer to install or upgrade your primary SQL Server and any necessary distributed servers. For more information, see the following guides: New installation - see the Relativity Installation guide. Upgrade - see the Relativity Upgrade guide. Note: The Relativity Installation and Relativity Upgrade guides include information for troubleshooting installation issues for service bus. For general troubleshooting information, see Troubleshooting the Relativity service bus on page Install or upgrade the Relativity service bus server. Ensure that the Relativity service bus server is a node in the Service Bus for Windows Server farm. Note: You need to install the Relativity service bus on only a single node or host in the farm. If you have a multiple host environment, you don't need to install it on each node. 5. Install or upgrade the agent server. 6. Install or upgrade the web server. 7. Install or upgrade other servers used in your environment. For example, you might install the worker manager or Analytics server depending on your organization s needs. 2 Monitoring service bus performance You can use the Windows Performance Monitor to check the health of your service bus. This tool provides counters that monitor the behavior of various service bus components. Additionally, it provides data collection sets that you can use to aggregate the metrics collected by the configured counters and output reports on them. For more information about service bus health, see Relativity service bus entities on page 13. Relativity service bus entities on page Setting up Windows Performance Monitor Use the following steps to set up Windows Performance Monitor in your environment: 1. Log in to a server where you want to run the Performance Monitor. 2. Right-click on Start > Search, and locate the Performance Monitor. 3. Open the Performance Monitor, and expand the Monitoring Tools folder. Relativity Service Bus Guide - 9

10 4. In the Monitoring Tools folder, click Performance Monitor to display the graphical interface. 5. Click to display the Add Counters window. 6. To point the Performance Monitor to a computer in your environment, enter its Fully Qualified Domain Name (FQDN) or IP address in the Select counters from computer box. 7. Select the counters that you want to monitor from the list box. See Tracking metrics on the next page. Relativity Service Bus Guide - 10

11 8. Select the service bus nodes that you want to monitor in the Instances of select object box. 2.2 Tracking metrics The Windows Performance Monitor includes counters that monitor the performance of different components of the service bus. The following list includes key components of the service bus and the counters that are most helpful for monitoring them. For detailed information about these counters, see Service Bus for Windows Server Performance Counters ( Service bus message container You can monitor performance counters scoped to the message container. For more information, see Service Bus for Windows Server Message Container on ( The values for the following metrics should remain consistent. Additionally, normal values vary based on your environment s hardware and network topology. When the values for these metrics are high, applications using the service bus may experience slower performance. For example, Relativity Service Bus Guide - 11

12 conversion requests may take longer to process. Monitor the following list of performance counters for the message container: Send Message Latency Receive Message Latency Complete message latency Service bus messaging broker nodes You can monitor performance counters scoped to the messaging broker nodes. For more information, see Service Bus for Windows Server Messaging Broker Node on ( If any of the following metrics have values outside of the normal range, review the current load on your system. Determine if your service bus has an unusual number of requests by checking the values for the Incoming Messages/sec and Outgoing Messages/sec metrics available in the Performance Monitor. Consider increasing the resources on a node with a high request volume, or increasing the number of nodes in your system. Monitor the following list of performance counters for messaging broker nodes: Cpu Throttle Level - the normal range for this counter is between 0 and 1. Memory Throttle Level - the normal range for this counter is between 0 and Service bus messaging gateway nodes Monitor the following list of performance counters scoped to the messaging gateway nodes. For more information, see Service Bus for Windows Server Messaging Gateway Node on ( Sql Operation Latency - the normal latency shouldn't exceed 100 milliseconds. Latency that exceeds the recommend range indicates that the SQL server has slowed down the processing of service bus requests. Check the health of your SQL server to determine whether your environment configuration needs updating. Sql Exceptions/sec - the normal value for this metric varies based on the size of your environment and the current load that it is handling. However, it shouldn't rapidly increase. An increased number of exceptions indicates that the SQL server is failing an increasing number of service bus requests. Verify that the SQL server connection is configured properly for the service bus. In addition, check the health of your SQL server to determine whether your environment configuration needs updating. Failed Operations/sec - the normal value for this metric varies based on the size of your environment and the current load that it is handling. However, it shouldn't rapidly increase. If this value increases, check the event viewer for information about service bus failovers. 2.3 Reporting functions in Windows Performance Monitor The Windows Performance Monitor provides you with the ability to create entities called data collection sets. You can configure a set of configured counters into data collection set, and then log Relativity Service Bus Guide - 12

13 performance metrics on the set. You have the option to configure the data collection for specific timeframes. Additionally, you can configure the data collection set to generate notifications when counters exceed specified thresholds. For more information about data collection sets, see the following pages on the Microsoft site: Creating Data Collector Sets ( Scheduling and Managing Data in Windows Performance Monitor ( When the data collection is completed, the data collector set performs various tasks, which are output to the event viewer. You can also schedule other Windows tasks to meet your current needs. To send event viewer logs by , you can use various Powershell scripts that point to an SMTP server. For information about setting up notifications, see Send-MailMessage ( You may also want to consider gathering data with the Perfmon plugin from New Relic. For more information, see Perfmon ( 3 Relativity service bus entities The Relativity service bus relies on specialized entities to support message delivery between various application features. Each application feature uses its own set of entities to communicate over the service bus. This page provides information about each Relativity feature that uses the service bus, and its related entities. These entity types can be divided into the following categories: Queue - the messages on a queue are persisted until they are delivered to a client. They are delivered in the order that they are added to the queue. Each message is delivered once to a single client. Topic - a topic supports message distribution to multiple subscriptions. When a message is sent to a topic, the filters or rules for each associated subscription are evaluated. If the subscription doesn t filter out the message, then a copy of it is delivered to the subscription. Messages aren t directly persisted on or received from a topic. Subscription - the messages on a subscription are persisted until delivered to a client. The messages aren t sent directly to a subscription. Instead, they are sent to the associated topic. By default, copies of all messages sent to the associated topic are persisted to the subscription. However, you can set up filters or rules so that the subscription only receives messages with certain property values. Messages are delivered in the order that they are added to the queue. After a message is placed on a subscription, the copy is delivered once to single a client. You can use Service Bus Explorer to view the current status of entities on the Relativity service bus. For more information, see Using Service Bus Explorer on page Conversion Conversion uses the following entities on the Relativity service bus. Relativity Service Bus Guide - 13

14 3.1.1 conversionresponses topic This section includes information about the conversionresponses topic and its subscriptions conversionresponses Entity type Entity description Message description Processes - write to entity Processes - read from entity Troubleshooting tips conversionresponses Topic Each CAPI in a Relativity environment has a corresponding subscription on the conversionresponses topic with any completed conversions. The Service Bus message for conversion contains a dynamic number of variables which may include the following: the file path of the completed conversion; metrics; conversion type; ids; and other necessary components to conversion. The conversion agents write messages to the CAPI-<MD5> subscriptions on this topic. The CAPI reads messages from the CAPI-<MD5> subscriptions on this topic. If there aren't any messages, either they were successfully picked up by the CAPI, or the conversion agents aren't completing requests. Try restarting the conversion agents. If no messages are picked up by the CAPI, you may need to recycle the CAPI application pool ConversionCompleteAgent_Priority<#> Entity type Entity description Message description Processes - write to entity Processes - read from entity Troubleshooting tips Add ConversionCompleteAgent_Priority<#> Subscription Each Conversion Priority in a Relativity environment has a corresponding subscription on the conversionresponses topic for use by the Document Viewer Service. The Service Bus message for conversion contains a dynamic number of variables which may include the following: file paths of the native or image; conversion type; ids; and other necessary components to conversion. The Service Bus writes messages to this subscription. The SignalR backplane reads messages from this subscription. If there aren't any messages, either they were successfully picked up by the conversion complete agents, or the SignalR backplane isn't completing requests. If no messages are picked up by the conversion complete agents, you may need to restart the conversion complete agents. Relativity Service Bus Guide - 14

15 CAPI-<MD5 Hash of a CAPI URL/Filepath> subscription Entity type Entity description Message description Processes - write to entity Processes - read from entity Troubleshooting tips CAPI-<MD5 Hash of a CAPI URL/Filepath> Subscription Each CAPI in a Relativity environment has a corresponding subscription on the conversionresponses topic with any completed conversions. The name of each subscription is CAPI appended with the MD5 Hash of the corresponding CAPI URL/Filepath. The Service Bus message for conversion contains a dynamic number of variables which may include the following: file paths of the completed conversion; metrics; conversion type; ids; and other necessary components to conversion. The conversion agents write messages to these subscriptions. The CAPI reads messages from these subscriptions. If there aren't any messages, either they were successfully picked up by the CAPI, or the conversion agents aren't completing requests. Try restarting the conversion agents. If no messages are picked up by the CAPI, you may need to recycle the CAPI application pool CAPI-<Web Server/Machine Name>-Mass subscription Entity type Entity description Message description Processes - write to entity Processes - read from entity Troubleshooting tips CAPI-<Web Server/Machine Name>-Mass Subscription Each CAPI in a Relativity environment has a corresponding subscription on the conversionresponses topic with any completed mass conversions. The name of each subscription is CAPI appended with the web server/machine name and mass. This subscription only picks up priority three mass conversions. The Service Bus message for conversion contains a dynamic number of variables which may include the following: file paths of the completed conversion; metrics; conversion type; ids; and other necessary components to conversion. The conversion agents write messages to these subscriptions. The CAPI reads messages from these subscriptions. If there aren't any messages, either they were successfully picked up by the CAPI, or the conversion agents aren't completing requests. Try restarting the conversion agents. If no messages are picked up by the CAPI, you may need to recycle the CAPI application pool conversions_rp<resource Pool Artifact ID> topic This section includes information about the conversions_rp<resource Pool Artifact ID> topic and its subscriptions. Relativity Service Bus Guide - 15

16 conversions_rp<resource Pool Artifact ID> topic Entity type Entity description Message description Processes - write to entity Processes - read from entity Troubleshooting tips conversions_rp<resource Pool Artifact ID>, example "conversions_rp " Topic Each Conversion Priority in a Relativity environment has a corresponding subscription on the conversions_rp topic with any completed conversions. The Service Bus message for conversion contains a dynamic number of variables which may include the following: file paths of the native or image; conversion type; ids; and other necessary components to conversion. The CAPI writes messages to the ConversionAgent_Priority subscriptions. The Conversion Agents read messages from the ConversionAgent_Priority subscriptions. If there aren't any messages, either they were successfully picked up by the conversion agents, or the CAPI isn't completing requests. Try recycling the CAPI. If no messages are picked up by the conversion agents, you may need to restart the conversion agents ConversionAgent_Priority1 subscription Entity type Entity description Message description Processes - write to entity Processes - read from entity Troubleshooting tips ConversionAgent_Priority1 Subscription This subscription corresponds to requests of doc-to-doc conversions. The Service Bus message for conversion contains a dynamic number of variables which may include the following: file path of the native or image; conversion type; ids; and other necessary components to conversion. The CAPI writes messages to this subscription. The conversion agents read messages from this subscription. If there aren't any messages, either they were successfully picked up by the conversion agents, or the CAPI isn't completing requests. Try recycling the CAPI. If no messages are picked up by the conversion agents, you may need to restart the conversion agents ConversionAgent_Priority2 subscription Entity type Entity description Message description Processes - write to entity ConversionAgent_Priority2 Subscription This subscription corresponds to requests of pre-convert Conversions The Service Bus message for conversion contains a dynamic number of variables which may include the following: file path of the native or image; conversion type; ids; and other necessary components to conversion. The conversion cgents read messages from this subscription. Relativity Service Bus Guide - 16

17 Processes - read from entity Troubleshooting tips The CAPI writes messages to this subscription. If there aren't any messages, either they were successfully picked up by the conversion agents, or the CAPI isn't completing requests. Try recycling the CAPI. If no messages picked up by the conversion agents, you may need to restart the conversion agents ConversionAgent_Priority3 subscription Entity type Entity description Message description Processes - write to entity Processes - read from entity Troubleshooting tips ConversionAgent_Priority3 Subscription This subscription corresponds to requests of mass convert conversions The Service Bus message for conversion contains a dynamic number of variables which may include the following: file path of the native or image; conversion type; ids; and other necessary components to conversion. The CAPI writes messages to this subscription. The Conversion Agents read messages from this subscription. If there aren't any messages, either they were successfully picked up by the conversion agents, or the CAPI isn't completing requests Try recycling the CAPI. If no messages are picked up by the conversion agents, you may need to restart the conversion agents resourcepoolstatus topic This section includes information about the resourcepoolstatus topic and its subscription resourcepoolstatus topic Entity type Entity description Message description Processes - write to entity Processes - read from entity Troubleshooting tips resourcepoolstatus Topic Whenever agent servers are added or removed from a resource pool group, a message is sent to each subscription. Each conversion agent has a subscription on this topic in order to find out what agent server to be a part of. The Service Bus message contains a list of agent servers for each conversion agent. Relativity Web writes messages to this entity. Conversion agents read messages from this entity. N/A Relativity Service Bus Guide - 17

18 resourcepoolstatusmonitor_<conversion Agent Artifact ID> subscription Entity type Entity description Message description Processes - write to entity Processes - read from entity Troubleshooting tips resourcepoolstatusmonitor_<conversion Agent Artifact ID>, example "resourcepoolstatusmonitor_ " Subscription Whenever agent servers are added or removed from a resource pool group, a message is sent to this subscription. Each conversion agent reads this subscription to find out which agent server to be a part of. The name is comprised of resourcepoolstatusmonitor appended with the conversion agent artifact id. The Service Bus message contains a list of Agent Servers for each Conversion Agent. Relativity Web writes to this entity. Conversion Agents reads from this entity. N/A SignalR Scaleout This section includes information about the conversions_rp<resource Pool Artifact ID> topic and its subscriptions Signalr_topic_dvs_<#> Entity type Entity description Message description Processes - write to entity Processes - read from entity SignalR hubs Troubleshooting tips N/A 3.2 Data Grid Signalr_topic_dvs_<#> Topic This topic corresponds to the SignalR backplane for the Document Viewer Service. Every hub that is connected to this Service Bus using the SignalR backplane with the same topic prefix will make a subscription to these topics. N/A SignalR hubs and Conversion Complete Agents Data Grid uses the following entities on the Relativity service bus datagridingestion topic This section includes information about the <Your Entity Name> topic and its subscription datagridingestion topic datagridingestion Relativity Service Bus Guide - 18

19 Entity type Entity description Message description Processes - write to entity Processes - read from entity Troubleshooting tips Topic The job queue for Lucene index building. Index Document Job Import writes to this entity. The Data Grid Worker Agent reads from this entity. Verify that Data Grid Worker Agents exist datagridverification topic This section includes information about the <Your Entity Name> topic and its subscription datagridverification topic Entity type Entity description Message description Processes - write to entity Processes - read from entity Troubleshooting tips datagridverification Topic The job queue for Lucene index building. Verify Document Job The Data Grid Worker Agent writes to this entity. The Data Grid Worker Agent reads from this entity. Verify that Data Grid Worker Agents exist Migration_queue_#### This section includes information about the <Your Entity Name> topic and its subscription Migration_queue_#### Migration_queue_#### Entity type Queue Entity description The job queue for Text Migration per workspace. Message description Text Migration Document Job Processes - write to entity The Data Grid Migration Manager writes to this entity. Processes - read from entity The Data Grid Migration Worker reads from this entity. Troubleshooting tips Verify that Data Grid Migration Workers exist seeding_queue This section includes information about the <Your Entity Name> topic and its subscription. Relativity Service Bus Guide - 19

20 Seeding_queue Seeding_queue Entity type Queue Entity description The job queue for Text Migration per workspace. Message description Text Migration Workspace Job Processes - write to entity The Data Grid Migration application writes to this entity. Processes - read from entity The Data Grid Migration Manager reads from this entity. Troubleshooting tips Verify that Data Grid Migration Manager exists. 3.3 Processing Processing uses the following entities on the Relativity service bus imagingresponses topic This section includes information about the imagingresponses topic and its subscription imagingresponses topic Entity type Entity description Message description Processes - write to entity Processes - read from entity Troubleshooting tips imagingresponses Topic Each CAPI in a Relativity environment has a corresponding subscription on the imagingresponses topic with any completed images. The Service Bus message for imaging contains a dynamic number of variables which may include the following: the file path of the completed images; page count; identified type; imaging set id; document id; workspace id; error messages; and other necessary components to images. The Invariant worker servers write messages to the CAPI- <MachineName> subscriptions on this topic. The CAPI reads messages from the CAPI-<MachineName> subscriptions on this topic. If there aren't any messages, either they were successfully picked up by the CAPI, or the Invariant worker servers aren't completing requests. On the Invariant side, check that jobs are being picked up and completed, and if so, check the tracking log to look for errors communicating with service bus. If no messages are picked up by the CAPI, you may need to recycle the CAPI application pool CAPI-<Web Server/Machine Name>-Mass subscription CAPI-<Web Server/Machine Name>-Mass Relativity Service Bus Guide - 20

21 Entity type Entity description Message description Processes - write to entity Processes - read from entity Troubleshooting tips Subscription Each CAPI in a Relativity environment has a corresponding subscription on the imagingresponses topic with any completed images. The name of each subscription is CAPI appended with the web server/machine name and mass. This subscription only picks up imaging responses that were from an imaging set or a mass imaging request. The Service Bus message for imaging contains a dynamic number of variables which may include the following: the file path of the completed images; page count; identified type; imaging set id; document id; workspace id; error messages; and other necessary components to images. The Invariant worker servers write messages to these subscriptions. The CAPI reads messages from these subscriptions. If there aren't any messages, either they were successfully picked up by the CAPI, or the Invariant worker servers aren't completing requests. On the Invariant side, check that jobs are being picked up and completed, and if so, check the tracking log to look for errors communicating with service bus. If no messages are picked up by the CAPI, you may need to recycle the CAPI application pool. 4 Troubleshooting the Relativity service bus You can troubleshoot the Relativity service bus by viewing the log files and by running diagnostic commands that the Service Bus PowerShell utility provides. Additionally, you can use the Service Bus Explorer to view information about the topics and subscriptions used for distributing messages. Note: The Relativity Installation and Relativity Upgrade guides include information for troubleshooting installation issues for service bus. 4.1 General troubleshooting tasks for service bus Use these general troubleshooting tasks to resolve issues with the Relativity service bus. For more information about troubleshooting with PowerShell commands, see Service bus PowerShell cmdlets on page Ensure all services are running Complete these steps as necessary: To ensure that all services are running, execute the Get-SBFarm command. If you find that the services aren't running, execute the Stop-SBFarm, and then the Start-SBFarm command. If the services still don't start, see Troubleshooting the service bus farm in the Pre-Installation guide. Relativity Service Bus Guide - 21

22 4.1.2 Verify that the FarmDNS is set To verify that the FarmDNS is set, execute the Get-SBFarm command. If you find that the FarmDNS isn't set, execute the following commands: Stop-SBFarm Set-SBFarm -FarmDns 'YOUR_DNS' Update-SBHost Start-SBFarm Verify instance settings are correct Verify that the instance settings for the service bus match their respective values from the farm. Execute the Get-SBFarm command. Compare the values returned by this command to those in the following instance settings: ServiceBusFullyQualifiedDomainName ServiceBusHttpPort ServiceBusTcpPort Note: For more information, see the Instance Setting guide Check that the Relativity namespace exists To check that the Relativity namespace exists, execute the Get-SBNamespace command. If you find that the namespace doesn't exist, complete the following steps: 1. On your machine, click Start > Control Panel > Programs > Programs and Features. 2. Check for Relativity service bus in the program list. If you find the Relativity service bus, uninstall it. 3. Run the Relativity installer with the INSTALLSERVICEBUS=1. For more information, see the Relativity Installation or Relativity Upgrade guide. 4. Verify that the namespace called Relativity exists. 4.2 Service bus connection errors Review the following list of errors and resolutions to troubleshoot your service bus connection. For more information about troubleshooting with PowerShell commands, see Service bus PowerShell cmdlets on page Remote name can't be resolved Error Message Resolution Microsoft.ServiceBus.Messaging.MessagingCommunicationException: The remote name could not be resolved: 'incorrect.domain.name'. Verify that the ServiceBusFullyQualifiedDomainName instance setting contains the correct value. Ensure that it matches the DNS for the service bus farm and that it is a fully qual- Relativity Service Bus Guide - 22

23 4.2.2 Error occurs on send ified domain name. Use the Get-SBFarm cmdlet to check this configuration. Error Message Resolution Microsoft.ServiceBus.Messaging.MessagingException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. Verify that the ServiceBusHttpPort and ServiceBusTcpPort instance settings contain the correct values. They must match your service bus configuration. Use the Get-SBFarm cmdlet to check this configuration. Contact Client Services Value is out of range Error Message Resolution System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: value at System.UriBuilder.set_Port(Int32 value). Verify that the ServiceBusHttpPort and ServiceBusTcpPort instance settings contain the correct values. They must match your service bus configuration. Use the Get-SBFarm cmdlet to check this configuration Connect refused by target machine Error Message Resolution Microsoft.ServiceBus.Messaging.MessagingCommunicationException: Unable to connect to the remote server.trackingid:8e1703c8-5f3d-4e3a-be66-8c6d c,timestamp:5/5/2016 6:37:03 PM ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it. Verify that the service bus farm is running by using the Get-SBFarmStatus cmdlet. You can use the Start-SBFarm cmdlet to start the services, if necessary Server returns bad request error Error Message Resolution System.ArgumentException: The remote server returned an error: (400) Bad Request. Namespace cannot be resolved ' RP /?api-version= '.TrackingId:073a54ff-535c-40be-a422-c4d8110c53f6_ GemtTest,TimeStamp:5/6/2016 5:06:13 PM ---> System.Net.WebException: The remote server returned an error: (400) Bad Request Verify that the service bus is configured with the namespace for Relativity used when configuring the Service Bus for Windows Server. Use the Get-SBNamespace cmdlet to retrieve this information. For configuration information, see the Pre-Installation guide. Relativity Service Bus Guide - 23

24 4.2.6 Trust relationship couldn't be established Error Message Resolution Microsoft.ServiceBus.Messaging.MessagingException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure. Verify that you have the required certificates for the Service Bus for Windows Server on your web and agent servers. For more information, see the Pre-Installation guide Connection errors in a multiple host environment When connection errors occur in a multiple host environment, the ServiceBusHosts table on the EDDS database may not include the fully qualified domain name (FQDN) for each of the service bus hosts. For more information, see Service bus PowerShell cmdlets in the Relativity service Bus guide. Use the following procedure to verify the FQDN in the ServiceBusHosts table: 1. Obtain FQDN for each of the service bus nodes. If you don't know the FQDNs, run the Get-SBFarm command and copy the FQDNs for the hosts from the output. 2. Log in to Microsoft SQL Server Management Studio on your primary SQL Server. 3. Run the following SQL command to obtain the list of hosts added to the ServiceBusHosts table: Select * From EDDS.eddsdbo.ServiceBusHosts 4. Verify that the entries returned from this command match the FQDNs of your service bus nodes obtained in step 1 or contain only a single value that matches the FarmDns. Complete the following tasks if the entries don't match: Missing an FQDN - insert a row with the FQDN into the table. See the following sample command: INSERT INTO EDDS.eddsdbo.ServiceBusHosts Values('<FQDN of the host>') Incorrect host name - execute an UPDATE statement to add the correct FQDN for the host. Extraneous host name - execute a DELETE statement to remove the names of hosts not currently used in your environment Service bus returns a 401 error Error Message The service bus returns the HTTP Error 401. Resolution To resolve this issue, use the following steps to verify that your SharedAccessKeyName and SharedAccessKey instance settings are correct. 1. Open the Service Bus PowerShell tool. 2. Execute the following cmdlet: Relativity Service Bus Guide - 24

25 Get-SBAuthorizationRule -NamespaceName Relativity 3. Verify that you have an authorization rule named Relativity. If it doesn't exist, complete the instructions in Creating a namespace for the service bus on page Verify that the authorization rule has send, manage, and listen rights. See the output from step Verify the SharedAccessKeyName instance setting is set to Relativity. 6. Verify that the value for the SharedAccessKey instance setting matches the output from step 2. For more information, see the Pre-Installation guide. 4.3 Service bus PowerShell cmdlets When you run the installer for Service Bus for windows Server, it automatically adds the Service Bus PowerShell utility. You can use these PowerShell commands for debugging and troubleshooting purposes. For a complete list of commands, see Microsoft.ServiceBus.Commands ( Note: We don't recommend using these commands to change any Authorization rules at this time. Log in to the machine where you installed the Relativity service bus. Run the PowerShell commands as necessary. The following list includes commands that are useful for debugging: Get-SBFarm - retrieves the configuration for the Service Bus for Windows Server farm. Get-SBFarmStatus - outputs a list of services on each service bus server in a farm. It also retrieves their statuses, such as Running, Stopped, Start Pending, Stop Pending, and others. Use this cmdlet to quickly get a list of services that are running on different servers. Get-SBNamespace - retrieves information about the Service Bus for Windows Server namespaces. Stop-SBFarm - stops all services on all servers in a farm. You need to stop the services to make any configuration changes to a farm or the namespace. Start-SBFarm - starts all services on all servers in the farm. You can use this cmdlet to restart an entire service bus farm. Stop-SBHost - stops all services on the server where you are currently running this cmdlet. Start-SBHost - starts all services on the server where you are currently running this cmdlet. You can use this cmdlet to restart specific service bus servers. 4.4 Checking logs in the Event Viewer Similar to other applications running on Windows server, the Relativity service bus logs all errors, warnings, and information events to the event viewer. You can view these events in the application logs of the Windows Event Viewer application. By default, the verbose events aren't logged, but you can enable them. Use the following steps to enable verbose logs: Relativity Service Bus Guide - 25

26 1. Open the Event Viewer on your server. 2. On the View menu, click Show Analytic and Debug Logs. 3. Under Applications and Service Logs, open the Microsoft-ServiceBus > Analytic Trace. 4. Right-click on the Analytic Trace and click Enable Log. 5. Repeat these steps to enable the Debug Trace. 4.5 Using Service Bus Explorer You can use Service Bus Explorer to troubleshoot the Relativity service bus. With this Microsoft tool, you can also view entities contained in the Relativity service bus, and their current statuses. The following information includes guidelines for using the Service Bus Explorer in a Relativity environment. For additional information, see Service Bus Explorer ( on Microsoft Developer Network site. Note: We recommend using the Service Bus Explorer only when other troubleshooting methods have failed. Use the Service Bus Explorer to view the status of Relativity service bus entities. Don't modify any settings through this tool, because such actions may negatively affect the functionality and performance of your Relativity instance. In addition, don't delete messages unless we explicitly recommend this action to resolve an issue with the service bus. Manipulating data in the service bus can adversely affect Relativity functionality. Relativity Service Bus Guide - 26

27 4.5.1 Prerequisites for Service Bus Explorer You must complete the following prerequisites before using Service Bus Explorer: Obtain the executable for the Service Bus Explorer: o o o Note: Relativity service bus requires Service Bus Explorer o Extract the contents of the 2.1.zip file. o Double-click on the ServiceBusExplorer.exe to launch the application. Run Service Bus Explorer on any machine that can connect to the Relativity service bus, and the required certificates. Run Service Bus Explorer as a user with administrative and manage user privileges on the Service Bus for Windows Server Connecting to a Relativity namespace After installing the Service Bus Explorer, you must configure a connection string for your Relativity service bus namespace. Use the following steps to connect to a namespace: 1. Open Service Bus Explorer. 2. Click File > Connect. 3. In the Service Bus Namespaces drop-down, select Enter connection string. 4. Enter the following string in the Connection String textbox. Replace <FarmDns>, <HttpsPort>, and <TcpPort> with these values from your service bus farm configuration. Download Service Bus Explorer from the Microsoft website at code.msdn.microsoft.com/service-bus-explorer-f2abca5a. Extract the contents of the Service Bus Explorer.zip file. In the C# folder, locate the 2.1.zip file. Create a new folder and copy this file to it. End- point- =sb://<farmdns>/relativity;stsendpoint= 5. Click OK. You now view topics and subscriptions in the Service Bus Namespace browser Viewing entities in a namespace The Service Bus Namespace browser displays a list of topics and subscriptions that your namespace contains. You can view additional information and settings for an entity by selecting it in the browser. You need to manually refresh the data when you select an entity. Select an entity and press F5, or right-click on an entity in the browser and click Refresh. The following screen shot illustrates how the Service Bus Explorer displays conversion topics and subscriptions on the Relativity service bus. The integers that appear after a subscription indicate the number of messages and dead letters respectively. Relativity Service Bus Guide - 27

28 For additional information about using this tool, see Service Bus Explorer ( on Microsoft Developer Network site Troubleshooting with Service Bus Explorer To troubleshoot with the Service Bus Explorer, you can use the Peek Messages operation to view messages in a subscription or queue without modifying them. Note: Don't use the Receive operation because it removes messages from the entity, and may cause application failures. Use the Service Bus Explorer to perform the following troubleshooting tasks. You need to refresh the data when selecting a different entity. See Viewing entities in a namespace on the previous page. Verify that your Relativity namespace exists. Confirm that the expected topics and subscriptions exist in your Relativity namespace. Determine whether topics are receiving messages and whether messages are backed up in topics. You can also use it to determine whether the dead-letter queues are holding undelivered or unprocessed messages. Relativity Service Bus Guide - 28

29 4.6 Uninstalling the service bus farm To the remove the Service Bus for Windows Server from a farm node or from the farm entirely, see Uninstalling( on the Microsoft website. 4.7 Creating a namespace for the service bus You can use these steps to create a namespace for the service bus without installing or upgrading Relativity. In most cases, you would use these steps when you are troubleshooting your service bus as described in Service bus returns a 401 error on page 24. Use the following steps to create a namespace: 1. Open the Service Bus PowerShell tool. 2. Execute the following cmdlet to create the Relativity namespace, if it doesn't exist: New-SBNamespace -Name Relativity -ManageUsers yourdomain\yourusername 3. Execute the following cmdlet to create the Relativity authorization rule: New-SBAuthorizationRule -NamespaceName Relativity -Name Relativity - Rights Manage,Send,Listen 4. Complete the following steps to update the instance settings for the Relativity service bus: a. Execute the Get-sbfarm cmdlet. In the list of hosts, note the values for thehttpsport, TcpPort, and Name. b. Execute the following cmdlet: Get-SBAuthorizationRule -NamespaceName Relativity -Name Relativity. Note the value of the PrimaryKey. c. Update the following instance settings with the values obtained from the previous steps. All of the settings are located in the Relativity.ServiceBus section of the instance setting table. Name Value ServiceBusHttpPort HttpsPort value from step 4a ServiceBusTcpPort TcpPort value from step 4a SharedAccessKey PrimaryKey value from step 4b SharedAccessKeyName Relativity 5. If you have a multi-node service bus setup, update the ServiceBus hosts table. 6. Verify that the EDDS.eddsdbo.ServiceBusHosts table has an entry for each host in your farm. In each row, the value of the hostname should match the output from the get-sbfarm cmdlet. 7. Verify that table doesn't contain any extraneous entries. Relativity Service Bus Guide - 29

Service Bus Guide. September 21, 2018 Version For the most recent version of this document, visit our documentation website.

Service Bus Guide. September 21, 2018 Version For the most recent version of this document, visit our documentation website. Service Bus Guide September 21, 2018 Version 9.6.202.10 For the most recent version of this document, visit our documentation website. Table of Contents 1 Relativity service bus 5 1.1 Relativity service

More information

Service Bus Guide. November 14, 2018 Version 9.4. For the most recent version of this document, visit our documentation website.

Service Bus Guide. November 14, 2018 Version 9.4. For the most recent version of this document, visit our documentation website. Service Bus Guide November 14, 2018 Version 9.4 For the most recent version of this document, visit our documentation website. Table of Contents 1 Relativity service bus 4 1.1 Relativity service bus infrastructure

More information

Pre-Installation Guide

Pre-Installation Guide Pre-Installation Guide November 30, 2017 - Version 9.4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Pre-Installation Guide

Pre-Installation Guide Pre-Installation Guide December 15, 2017 - Version 9.5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Upgrade Guide. January 24, Version 9.4

Upgrade Guide. January 24, Version 9.4 Upgrade Guide January 24, 2018 - Version 9.4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Installation Guide. July 13, 2018 Version 9.4. For the most recent version of this document, visit our documentation website.

Installation Guide. July 13, 2018 Version 9.4. For the most recent version of this document, visit our documentation website. Installation Guide July 13, 2018 Version 9.4 For the most recent version of this document, visit our documentation website. Table of Contents 1 Relativity installation 3 1.1 Installation prerequisites

More information

Installation Guide. February 6, Version

Installation Guide. February 6, Version Installation Guide February 6, 2018 - Version 9.5.411.4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Performance Dashboard Guide

Performance Dashboard Guide Performance Dashboard Guide v8.0 May 10, 2013 For the most recent version of this document, visit kcura's Documentation Site. Table of Contents 1 Overview 3 1.1 System requirements 3 1.2 Installation 3

More information

Upgrade Guide. June 18, 2018 Version For the most recent version of this document, visit our documentation website.

Upgrade Guide. June 18, 2018 Version For the most recent version of this document, visit our documentation website. Upgrade Guide June 18, 2018 Version 9.5.411.4 For the most recent version of this document, visit our documentation website. Table of Contents 1 Relativity upgrade 13 1.1 Addressing custom solutions pre-upgrade

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

Performance Monitors Setup Guide

Performance Monitors Setup Guide Performance Monitors Setup Guide Version 1.0 2017 EQ-PERF-MON-20170530 Equitrac Performance Monitors Setup Guide Document Revision History Revision Date May 30, 2017 Revision List Initial Release 2017

More information

Course : Planning and Administering SharePoint 2016

Course : Planning and Administering SharePoint 2016 Course Outline Course 20339-1: Planning and Administering SharePoint 2016 Duration: 5 days About this course This five-day course will provide you with the knowledge and skills to plan and administer a

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

Exam Questions

Exam Questions Exam Questions 70-383 Recertification for MCSE: SharePoint https://www.2passeasy.com/dumps/70-383/ 1.You plan to deploy a SharePoint Server 2013 server farm. The farm will contain several site collections

More information

Migration from Citrix. White Paper Parallels Remote Application Server

Migration from Citrix. White Paper Parallels Remote Application Server Migration from Citrix White Paper Parallels Remote Application Server Table of Contents Introduction... 3 Why Should You Migrate from Citrix to Parallels RAS?... 3 Migrating from Citrix to Parallels RAS...

More information

Developing Microsoft Azure Solutions: Course Agenda

Developing Microsoft Azure Solutions: Course Agenda Developing Microsoft Azure Solutions: 70-532 Course Agenda Module 1: Overview of the Microsoft Azure Platform Microsoft Azure provides a collection of services that you can use as building blocks for your

More information

A: PLANNING AND ADMINISTERING SHAREPOINT 2016

A: PLANNING AND ADMINISTERING SHAREPOINT 2016 ABOUT THIS COURSE This five-day course will provide you with the knowledge and skills to plan and administer a Microsoft SharePoint 2016 environment. The course teaches you how to deploy, administer, and

More information

Version Installation Guide. 1 Bocada Installation Guide

Version Installation Guide. 1 Bocada Installation Guide Version 19.4 Installation Guide 1 Bocada Installation Guide Copyright 2019 Bocada LLC. All Rights Reserved. Bocada and BackupReport are registered trademarks of Bocada LLC. Vision, Prism, vpconnect, and

More information

BraindumpsQA. IT Exam Study materials / Braindumps

BraindumpsQA.  IT Exam Study materials / Braindumps BraindumpsQA http://www.braindumpsqa.com IT Exam Study materials / Braindumps Exam : 70-534 Title : Architecting Microsoft Azure Solutions Vendor : Microsoft Version : DEMO Get Latest & Valid 70-534 Exam's

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

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions Course 20532C: Developing Microsoft Azure Solutions Course details Course Outline Module 1: OVERVIEW OF THE MICROSOFT AZURE PLATFORM This module reviews the services available in the Azure platform and

More information

vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4

vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4 vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4 vrealize Operations Manager Customization and Administration Guide You can find the most up-to-date technical

More information

Azure Learning Circles

Azure Learning Circles Azure Learning Circles Azure Management Session 1: Logs, Diagnostics & Metrics Presented By: Shane Creamer shanec@microsoft.com Typical Customer Narratives Most customers know how to operate on-premises,

More information

Course Outline. Lesson 2, Azure Portals, describes the two current portals that are available for managing Azure subscriptions and services.

Course Outline. Lesson 2, Azure Portals, describes the two current portals that are available for managing Azure subscriptions and services. Course Outline Module 1: Overview of the Microsoft Azure Platform Microsoft Azure provides a collection of services that you can use as building blocks for your cloud applications. Lesson 1, Azure Services,

More information

Planning and Administering SharePoint 2016

Planning and Administering SharePoint 2016 SharePoint Course - 203391 Planning and Administering SharePoint 2016 Length 5 days Prerequisites In addition to their professional experience, students who attend this training should already have the

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

Diagnostic Manager. User Guide VERSION August 22,

Diagnostic Manager. User Guide VERSION August 22, Diagnostic Manager User Guide VERSION 4.12 August 22, 2018 www.metalogix.com info@metalogix.com 202.609.9100 Copyright Copyright International GmbH and Idera, Inc., 2004-2018 All rights reserved. No part

More information

vrealize Operations Management Pack for NSX for Multi-Hypervisor

vrealize Operations Management Pack for NSX for Multi-Hypervisor vrealize Operations Management Pack for This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more

More information

Using ANM With Virtual Data Centers

Using ANM With Virtual Data Centers APPENDIXB Date: 3/8/10 This appendix describes how to integrate ANM with VMware vcenter Server, which is a third-party product for creating and managing virtual data centers. Using VMware vsphere Client,

More information

Course Outline. Developing Microsoft Azure Solutions Course 20532C: 4 days Instructor Led

Course Outline. Developing Microsoft Azure Solutions Course 20532C: 4 days Instructor Led Developing Microsoft Azure Solutions Course 20532C: 4 days Instructor Led About this course This course is intended for students who have experience building ASP.NET and C# applications. Students will

More information

vcenter Server Installation and Setup Update 1 Modified on 30 OCT 2018 VMware vsphere 6.7 vcenter Server 6.7

vcenter Server Installation and Setup Update 1 Modified on 30 OCT 2018 VMware vsphere 6.7 vcenter Server 6.7 vcenter Server Installation and Setup Update 1 Modified on 30 OCT 2018 VMware vsphere 6.7 vcenter Server 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Configuring ApplicationHA in VMware SRM 5.1 environment

Configuring ApplicationHA in VMware SRM 5.1 environment Configuring ApplicationHA in VMware SRM 5.1 environment Windows Server 2003 and 2003 R2, Windows Server 2008 and 2008 R2 6.0 September 2013 Contents Chapter 1 About the ApplicationHA support for VMware

More information

A: Planning and Administering SharePoint 2016

A: Planning and Administering SharePoint 2016 20339-1A: Planning and Administering SharePoint 2016 Course Details Course Code: 20339-1A Duration: Notes: 5 days This course syllabus should be used to determine whether the course is appropriate for

More information

StoragePoint Advanced Installation Guide

StoragePoint Advanced Installation Guide A StoragePoint January 16, 2018 www.metalogix.com info@metalogix.com 202.609.9100 Copyright 2018 Copyright Metalogix International GmbH All rights reserved. No part or section of the contents of this material

More information

BlackBerry Enterprise Server for IBM Lotus Domino Version: 5.0. Administration Guide

BlackBerry Enterprise Server for IBM Lotus Domino Version: 5.0. Administration Guide BlackBerry Enterprise Server for IBM Lotus Domino Version: 5.0 Administration Guide SWDT487521-636611-0528041049-001 Contents 1 Overview: BlackBerry Enterprise Server... 21 Getting started in your BlackBerry

More information

VMware Horizon View Deployment

VMware Horizon View Deployment VMware Horizon View provides end users with access to their machines and applications through a unified workspace across multiple devices, locations, and connections. The Horizon View Connection Server

More information

vcenter Operations Manager for Horizon View Administration

vcenter Operations Manager for Horizon View Administration vcenter Operations Manager for Horizon View Administration vcenter Operations Manager for Horizon View 1.5 vcenter Operations Manager for Horizon View 1.5.1 This document supports the version of each product

More information

10972: ADMINISTERING THE WEB SERVER (IIS) ROLE OF WINDOWS SERVER

10972: ADMINISTERING THE WEB SERVER (IIS) ROLE OF WINDOWS SERVER ABOUT THIS COURSE This course provides students with the fundamental knowledge and skills to configure and manage Internet Information Services. This course is intended to help provide pre-requisite skills

More information

Performance Dashboard User Guide

Performance Dashboard User Guide Performance Dashboard User Guide December 22, 2017 - Version 9.5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

VMware Horizon Session Recording Fling:

VMware Horizon Session Recording Fling: VMware Horizon Session Recording Fling: The VMware Horizon Session Recording fling allows administrators to record VMware Blast Extreme sessions to a central server for playback. These recordings can be

More information

Course CXA-206: Citrix XenApp 6.5 Administration

Course CXA-206: Citrix XenApp 6.5 Administration Course CXA-206: Citrix XenApp 6.5 Administration Course Length: 5 days Overview Citrix XenApp 6.5 Administration training course provides the foundation necessary for administrators to effectively centralize

More information

Microsoft Exchange Server 2007 Implementation and Maintenance

Microsoft Exchange Server 2007 Implementation and Maintenance Microsoft Exchange Server 2007 Implementation and Maintenance Chapter 1 Exchange Server 2007 Deployment 1.1 Overview, Hardware & Editions 1.2 Exchange Server, Windows & Active Directory 1.3 Administration

More information

Exchange Pro 4.4. User Guide. March 2017

Exchange Pro 4.4. User Guide. March 2017 Exchange Pro 4.4 User Guide March 2017 Table of Contents 1. Introduction to Exchange Pro... 5 About this Document... 5 Supported Mailbox Migration Paths... 6 Supported Public Folders Migration Paths...

More information

Mastering Microsoft SharePoint

Mastering Microsoft SharePoint Mastering Microsoft SharePoint Foundation 2010 Callahan WILEY Wiley Publishing, Inc. Contents Introduction xxi Part l Preparing for Microsoft SharePoint Foundation 2010 1 Chapter 1 SharePoint Foundation

More information

Configuring and Administering Microsoft SharePoint 2010

Configuring and Administering Microsoft SharePoint 2010 Configuring and Administering Microsoft SharePoint 2010 Course Code: 10174A; Five days; Instructor-Led About this Course The course teaches students how to install, configure and administer SharePoint,

More information

Neuron Change History

Neuron Change History Neuron 2.5.13.0 Change History The user can now create custom pipeline steps. The call web service step now has dynamic support for custom soap headers. New step to send and receive from Msmq New step

More information

vapp Deployment and Configuration Guide

vapp Deployment and Configuration Guide vapp Deployment and Configuration Guide vcenter Operations Manager 5.8.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Vendor: Microsoft. Exam Code: Exam Name: TS: Microsoft System Center Operations Manager 2007, Configuring. Version: Demo

Vendor: Microsoft. Exam Code: Exam Name: TS: Microsoft System Center Operations Manager 2007, Configuring. Version: Demo Vendor: Microsoft Exam Code: 70-400 Exam Name: TS: Microsoft System Center Operations Manager 2007, Configuring Version: Demo Question: 1 You have a System Center Operations Manager 2007 environment. You

More information

Getting Started with VMware View View 3.1

Getting Started with VMware View View 3.1 Technical Note Getting Started with VMware View View 3.1 This guide provides an overview of how to install View Manager components and provision virtual desktops. Additional View Manager documentation

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

vcenter Server Installation and Setup Modified on 11 MAY 2018 VMware vsphere 6.7 vcenter Server 6.7

vcenter Server Installation and Setup Modified on 11 MAY 2018 VMware vsphere 6.7 vcenter Server 6.7 vcenter Server Installation and Setup Modified on 11 MAY 2018 VMware vsphere 6.7 vcenter Server 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

VMware AirWatch Mobile Management Troubleshooting Guide

VMware AirWatch Mobile  Management Troubleshooting Guide VMware AirWatch Mobile Email Management Troubleshooting Guide Workspace ONE UEM v1810 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Upgrade Guide. Version 8.2 May 2, For the most recent version of this document, visit our documentation website.

Upgrade Guide. Version 8.2 May 2, For the most recent version of this document, visit our documentation website. Upgrade Guide Version 8.2 May 2, 2014 For the most recent version of this document, visit our documentation website. Table of Contents 1 Relativity upgrade overview 5 2 Required upgrade steps for all Relativity

More information

Citrix XenApp 6.5 Administration

Citrix XenApp 6.5 Administration Citrix XenApp 6.5 Administration CXA206; 5 Days, Instructor-led Course Description Citrix XenApp 6.5 Administration training course provides the foundation necessary for administrators to effectively centralize

More information

VMware vrealize Operations for Horizon Administration

VMware vrealize Operations for Horizon Administration VMware vrealize Operations for Horizon Administration vrealize Operations for Horizon 6.3 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Push Notifications (On-Premises Deployments)

Push Notifications (On-Premises Deployments) Push Notifications Overview, page 1 Push Notifications Prerequisites, page 5 Push Notifications Configuration Task Flow, page 6 Push Notifications Troubleshooting, page 15 Push Notifications Interactions

More information

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Version 4.0 Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

TECHNICAL WHITE PAPER AUGUST 2017 REVIEWER S GUIDE FOR VIEW IN VMWARE HORIZON 7: INSTALLATION AND CONFIGURATION. VMware Horizon 7 version 7.

TECHNICAL WHITE PAPER AUGUST 2017 REVIEWER S GUIDE FOR VIEW IN VMWARE HORIZON 7: INSTALLATION AND CONFIGURATION. VMware Horizon 7 version 7. TECHNICAL WHITE PAPER AUGUST 2017 REVIEWER S GUIDE FOR VIEW IN VMWARE HORIZON 7: INSTALLATION AND CONFIGURATION VMware Horizon 7 version 7.x Table of Contents Introduction.... 3 JMP Next-Generation Desktop

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Oracle University Contact Us: 0845 777 7711 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Duration: 5 Days What you will learn In this intensive course, you'll learn about

More information

Equitrac Embedded for Ricoh Basic. Setup Guide Equitrac Corporation

Equitrac Embedded for Ricoh Basic. Setup Guide Equitrac Corporation Equitrac Embedded for Ricoh Basic 1.1 Setup Guide 2012 Equitrac Corporation Equitrac Embedded for Ricoh Basic Setup Guide Document History Revision Date Revision List November 2, 2012 Update for Equitrac

More information

Setup Guide for AD FS 3.0 on the Apprenda Platform

Setup Guide for AD FS 3.0 on the Apprenda Platform Setup Guide for AD FS 3.0 on the Apprenda Platform Last Updated for Apprenda 6.5.2 The Apprenda Platform leverages Active Directory Federation Services (AD FS) to support identity federation. AD FS and

More information

PCoIP Connection Manager for Amazon WorkSpaces

PCoIP Connection Manager for Amazon WorkSpaces PCoIP Connection Manager for Amazon WorkSpaces Version 1.0.7 Administrators' Guide TER1408002-1.0.7 Introduction Amazon WorkSpaces is a fully managed cloud-based desktop service that enables end users

More information

Working with Trace and Log Central

Working with Trace and Log Central CHAPTER 11 The trace and log central feature in the Cisco Unified Real-Time Monitoring Tool (RTMT) allows you to configure on-demand trace collection for a specific date range or an absolute time. You

More information

BlackBerry Enterprise Server for Microsoft Office 365. Version: 1.0. Administration Guide

BlackBerry Enterprise Server for Microsoft Office 365. Version: 1.0. Administration Guide BlackBerry Enterprise Server for Microsoft Office 365 Version: 1.0 Administration Guide Published: 2013-01-29 SWD-20130131125552322 Contents 1 Related resources... 18 2 About BlackBerry Enterprise Server

More information

Dell EMC Ready Architectures for VDI

Dell EMC Ready Architectures for VDI Dell EMC Ready Architectures for VDI Designs for Citrix XenDesktop and XenApp for Dell EMC XC Family September 2018 H17388 Deployment Guide Abstract This deployment guide provides instructions for deploying

More information

VMware vrealize Operations for Horizon Installation

VMware vrealize Operations for Horizon Installation VMware vrealize Operations for Horizon Installation vrealize Operations for Horizon 6.4 Installation vrealize Operations for Horizon 6.4 This document supports the version of each product listed and supports

More information

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager VMware Identity Manager Cloud Deployment DEC 2017 VMware AirWatch 9.2 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Developing Microsoft Azure Solutions (MS 20532)

Developing Microsoft Azure Solutions (MS 20532) Developing Microsoft Azure Solutions (MS 20532) COURSE OVERVIEW: This course is intended for students who have experience building ASP.NET and C# applications. Students will also have experience with the

More information

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager VMware Identity Manager Cloud Deployment Modified on 01 OCT 2017 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The

More information

VMware vrealize Operations for Horizon Administration

VMware vrealize Operations for Horizon Administration VMware vrealize Operations for Horizon Administration vrealize Operations for Horizon 6.2 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Dell EMC Ready System for VDI on VxRail

Dell EMC Ready System for VDI on VxRail Dell EMC Ready System for VDI on VxRail Citrix XenDesktop for Dell EMC VxRail Hyperconverged Appliance April 2018 H16968.1 Deployment Guide Abstract This deployment guide provides instructions for deploying

More information

IBM Lotus Domino 8.5 System Administration Bootcamp Information Length: Ref: 5.0 Days D8L89G Delivery method: Classroom. Price: INR.

IBM Lotus Domino 8.5 System Administration Bootcamp Information Length: Ref: 5.0 Days D8L89G Delivery method: Classroom. Price: INR. IBM Lotus Domino 8.5 System Administration Bootcamp Information Length: Ref: 5.0 Days D8L89G Delivery method: Classroom Overview Price: INR In this course, you will: Be introduced to basic concepts that

More information

Netwrix Auditor. Release Notes. Version: 9.6 6/15/2018

Netwrix Auditor. Release Notes. Version: 9.6 6/15/2018 Netwrix Auditor Release Notes Version: 9.6 6/15/2018 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment from Netwrix Corporation

More information

Active Directory as a Probe and a Provider

Active Directory as a Probe and a Provider Active Directory (AD) is a highly secure and precise source from which to receive user identity information, including user name, IP address and domain name. The AD probe, a Passive Identity service, collects

More information

Citrix Connector Citrix Systems, Inc. All rights reserved. p.1. About this release. System requirements. Technical overview.

Citrix Connector Citrix Systems, Inc. All rights reserved. p.1. About this release. System requirements. Technical overview. Citrix Connector 3.1 May 02, 2016 About this release System requirements Technical overview Plan Install Citrix Connector Upgrade Create applications Deploy applications to machine catalogs Publish applications

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

RAP as a Service for Exchange Server: Prerequisites

RAP as a Service for Exchange Server: Prerequisites RAP as a Service for Exchange Server: Prerequisites This document explains the required steps to configure the RAP as a Service for Exchange Server. There are two scenarios available to configure the assessment.

More information

COPYRIGHTED MATERIAL. Contents at a Glance

COPYRIGHTED MATERIAL. Contents at a Glance Contents at a Glance Introduction xxiii Chapter 1 Planning the Logical Architecture 1 Chapter 2 Designing the Physical Architecture 47 Chapter 3 Integrating SharePoint with the Network Infrastructure 127

More information

Services API Guide Version 8.1 October 11, 2013

Services API Guide Version 8.1 October 11, 2013 Services API Guide Version 8.1 October 11, 2013 For the most recent version of this document, visit our Relativity 8.1 Developers website. Table of Contents 1 Relativity Services API 9 2 Configuring the

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

App Orchestration 2.0

App Orchestration 2.0 App Orchestration 2.0 Getting Started with Citrix App Orchestration 2.0 Prepared by: Jenny Berger Commissioning Editor: Erin Smith Version: 1.0 Last Updated: April 4, 2014 Page 1 Contents Welcome to App

More information

OPC UA Configuration Manager Help 2010 Kepware Technologies

OPC UA Configuration Manager Help 2010 Kepware Technologies OPC UA Configuration Manager Help 2010 Kepware Technologies 1 OPC UA Configuration Manager Help Table of Contents 1 Getting Started... 2 Help Contents... 2 Overview... 2 Server Settings... 2 2 OPC UA Configuration...

More information

MS-10972: Administering the Web Server (IIS) Role of Windows Server

MS-10972: Administering the Web Server (IIS) Role of Windows Server MS-10972: Administering the Web Server (IIS) Role of Windows Server Description This course provides students with the fundamental knowledge and skills to configure and manage Internet Information Services.

More information

Monitoring Replication

Monitoring Replication Replicator Monitoring Replication VERSION 7.4.0 January 04, 2018 Scenario Guide Article 1130112-02 www.metalogix.com info@metalogix.com 202.609.9100 Copyright International GmbH, 2002-2018 All rights reserved.

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

OPC UA Configuration Manager PTC Inc. All Rights Reserved.

OPC UA Configuration Manager PTC Inc. All Rights Reserved. 2017 PTC Inc. All Rights Reserved. 2 Table of Contents 1 Table of Contents 2 4 Overview 4 5 Project Properties - OPC UA 5 Server Endpoints 7 Trusted Clients 9 Discovery Servers 10 Trusted Servers 11 Instance

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

Troubleshooting Exchange Calendaring Integrations

Troubleshooting Exchange Calendaring Integrations Troubleshooting Exchange Calendaring Integrations Troubleshooting Exchange Server Connection Status, page 1 Troubleshooting Connection Certificate Status, page 2 Issues Known to Impact Microsoft Exchange

More information

Configuring Call Home for the Cisco CSR 1000v

Configuring Call Home for the Cisco CSR 1000v Prerequisites for Call Home, page 1 Information About Call Home, page 2 Benefits of Using Call Home, page 2 Obtaining Smart Call Home Services, page 3 Anonymous Reporting, page 3 How to Configure Call

More information

CXA Citrix XenApp 6.5 Administration

CXA Citrix XenApp 6.5 Administration 1800 ULEARN (853 276) www.ddls.com.au CXA-206-1 Citrix XenApp 6.5 Administration Length 5 days Price $5500.00 (inc GST) Citrix XenApp 6.5 Administration training course provides the foundation necessary

More information

VMware vrealize Operations for Horizon Installation. VMware vrealize Operations for Horizon 6.3

VMware vrealize Operations for Horizon Installation. VMware vrealize Operations for Horizon 6.3 VMware vrealize Operations for Horizon Installation VMware vrealize Operations for Horizon 6.3 VMware vrealize Operations for Horizon Installation You can find the most up-to-date technical documentation

More information

Using the Horizon vcenter Orchestrator Plug-In. VMware Horizon 6 6.0

Using the Horizon vcenter Orchestrator Plug-In. VMware Horizon 6 6.0 Using the Horizon vcenter Orchestrator Plug-In VMware Horizon 6 6.0 You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The VMware Web site also

More information

Real-Time SignalR. Overview

Real-Time SignalR. Overview Real-Time SignalR Overview Real-time Web applications feature the ability to push server-side content to the connected clients as it happens, in real-time. For ASP.NET developers, ASP.NET SignalR is a

More information

SP Configuring and Administering Microsoft SharePoint 2010

SP Configuring and Administering Microsoft SharePoint 2010 SP-2001-10174 - Configuring and Administering Microsoft SharePoint 2010 Duration: 5 days Course Price: $2,975 Software Assurance Eligible Course Description Course Overview This training course teaches

More information

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline 1.4

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline 1.4 VMware Skyline Collector Installation and Configuration Guide VMware Skyline 1.4 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

Using the Horizon vrealize Orchestrator Plug-In

Using the Horizon vrealize Orchestrator Plug-In Using the Horizon vrealize Orchestrator Plug-In VMware Horizon 6 version 6.2.3, VMware Horizon 7 versions 7.0.3 and later Modified on 4 JAN 2018 VMware Horizon 7 7.4 You can find the most up-to-date technical

More information

Storage Manager 2018 R1. Installation Guide

Storage Manager 2018 R1. Installation Guide Storage Manager 2018 R1 Installation Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 What you will learn In this intensive course, students will learn about the Oracle Grid Infrastructure products. This includes

More information

Course 10972B: Administering the Web Server (IIS) Role of Windows Server

Course 10972B: Administering the Web Server (IIS) Role of Windows Server Course 10972B: Administering the Web Server (IIS) Role of Windows Server Course Outline Module 1: Understanding and Installing Internet Information Services In this module, you will learn about the infrastructure

More information

Configure the IM and Presence Service to Integrate with the Microsoft Exchange Server

Configure the IM and Presence Service to Integrate with the Microsoft Exchange Server Configure the IM and Presence Service to Integrate with the Microsoft Exchange Server Configure a Presence Gateway for Microsoft Exchange Integration, page 1 SAN and Wildcard Certificate Support, page

More information