Nimsoft Documentation

Size: px
Start display at page:

Download "Nimsoft Documentation"

Transcription

1 Nimsoft Documentation Nimsoft Probes Technical Description xmlparser v1.2x Probe Documentation Last Update: 08 December 2010 Copyright , Nimsoft Corporation Nimsoft Documentation: xmlparser v1.2x 1

2 Contents xmlparser... 3 Configuring the xmlparser probe... 3 Configuring Profile... 4 Profile Management... 5 Input Source... 6 Processing Rule... 8 Output Fields... 9 Result To Creating Processing Rule Operation Examples XML Profile Processing File System Listener BUS Queue Listener Output Post-Processing Operations Header File Format (.hdr) Nimsoft Documentation: xmlparser v1.2x 2

3 xmlparser This description applies to xmlparser probe version 1.2x The basic purpose of xmlparser probe is to process an XML file against the rule specified in the profile, and perform action as configured in the profile. After processing, the status is sent back to the calling probe (as configured in the profile) along with information preconfigured in the profile as an XPath expression. Currently, the xmlparser probe supports the following four ways to provide the XML file: File name at specified location on local file system BUS Queue name specified on any robot in the same domain. URL Webservice Configuring the xmlparser probe In the Infrastructure Manager, double-click the xmlparser probe. The probe GUI opens. Configure the basic parameters of the probe as described below. Nimsoft Documentation: xmlparser v1.2x 3

4 The Available Profiles section displays the profiles currently available in the configuration (cfg) file. You can create, update or delete the profiles using the following buttons: Add New Profile Edit Profile Delete Profile Configuring Profile To create a new profile, click the Add New Profile button in the xmlparser probe GUI. The Manage Profile dialog opens. Enter the details required for profile configuration as described below: Nimsoft Documentation: xmlparser v1.2x 4

5 Profile Management Field Description Profile Name Enter a name for the profile Active? Select the checkbox to set the current profile as active Inherit Master Header Select the checkbox to allow inheriting the content of the master header file, in case individual XML header file is not present, or some of its content is missing. Use Master Header Select the checkbox to allow specifying the location of the master header file. This field is mandatory if the Inherit Master Header is selected. When Rule Fails Specifies the action to be performed by the xmlparser probe in case the rule of xml processing fails. The probe can either raise the alarm (select the Raise alarm checkbox) or generate the QOS (select the Generate QoS checkbox), or perform both the actions. On selecting the checkbox(es), the respective drop-down lists become active. Select the appropriate condition from the drop-down list (Legal data found or Legal data not found) based on which alarm/qos should be generated. Input Source Select one of the following options and click the Settings button. File System Queue URL Webservice When you click the Settings button, respective dialog box opens. Configure the parameters as described below. Nimsoft Documentation: xmlparser v1.2x 5

6 Input Source File System Click the Browse button opens a File Open dialog, which enables you to navigate to the folder where the input XML file is located. Select the XML file and click the OK button. Queue Enter the queue name and the subscriber s machine name (or IP address) in the respective fields, and click the OK button. URL Enter the URL of the location where the input XML file is located. Click the OK button. Nimsoft Documentation: xmlparser v1.2x 6

7 Webservice Configure the Webservice parameters as described below: Field Description Webservice details Endpoint URL Wsdl URL List Methods Webservice Methods Get Request Envelope Soap Request Enter the location URL to access the webservice Enter the URL to retrieve the list of methods defined in the webservice Click this button to display a list of methods defined in the webservice When you click List Method button, the drop-down displays list of methods defined in the webservice Click this button to retrieve the contents of the Get Request query. When you click the Get Request Envelope button, the field displays the contents of the Get Request query. A question mark indicates the fields for which you need to enter the necessary details (For example, IncidentID in the above example). Soap Action Enter the alias for the method. This field is not mandatory Nimsoft Documentation: xmlparser v1.2x 7

8 Authentication Details Username and Password Enter the Username and password, if required. These two fields are not mandatory. After entering the required details, click the Test Request button to verify the validity of the query. On proper configuration, Soap Response dialog appears, as shown below. Processing Rule This field enables you to specify rule to process the input XML file. Click the Add/Modify button either to create a new processing rule, or to modify an existing processing rule. XML Processing Rule dialog appears. Configure its parameters as described below: Nimsoft Documentation: xmlparser v1.2x 8

9 Field Description Select XML Select XML File Displays the path of the selected XML file for which the rule is being created or edited Select XSD file Validate Click the Browse button to navigate to the XSD file against which the selected XML needs to be validated Click this button to validate the XML file against the XSD document. Result is displayed below Validate button Create Processing Rule Enter the processing rule. The processing rule is from the XML file whose location is specified in the Select Xml File field. For more details on the format of the processing rule, please refer the section Creating Processing Rule in this document. Test Rule Click this button to check the validity of the processing rule before saving it. Click the Save button to save your changes. Output Fields The Output Fields indicate that the XML file will be processed against the specified output fields. Click the Add/Modify button either to create a new output field, or to modify an existing output field. Select Result Fields dialog appears. Configure its parameters as described below: Nimsoft Documentation: xmlparser v1.2x 9

10 Field Description Result Handling Return Field Name Output Expression Add Result Fields Enter the name of the output field Enter the expression for output field. This is the name of the PDS key which will have the processed data Click this button to add the new result field to the Result Fields list box Displays the currently added Result fields Double-clicking on a entry opens a dialog that enables you to configure the parameters for that result field. Using this dialog, you can choose whether to generate an alarm and/or generate a QoS, and also specify the value, operator and message string to be displayed. Click Ok button to save the changes. Remove Clear Click this button to remove the selected Result Field Click this button to remove all the results fields Click the Save button to save your changes. Nimsoft Documentation: xmlparser v1.2x 10

11 Result To This field displays the name of the calling probe (that is, the probe to which the processed data will be sent). In case the calling probe is on same robot, you can only the name of robot; otherwise, the fully qualified robot name along with probe name is required in the following format: /domain/hub/robot/probename Creating Processing Rule The processing rules consist of a single or multiple operations. The operations contain a valid XPath expression. In case of multiple operations, each operation must be separated using one of the following operators: AND OR Operation Each operation consists of three parts, as described below: Valid XPath expression: Any valid XPath expression means the valid syntax of XPath expression enclosed in a square bracket to indicate an element in XML file. In case operand is attribute type, then the attribute name can be specified after enclosed square brackets separated sign. Example: ([/result/actors/actor]@id = 20 Condition: The condition can be any one of following comparison mechanism Equality Operator : = Greater than : > Less than : < Less than or equals : <= Greater than or equals: >= Like comparison: Like (Internally this checks if the source contains any of the character specified in target.) Not equals:!= Target: The target can be either a numeric or a string constant). The target may also contains regular expressions, these must be enclosed within two / sign to indicate as a regular expression. E.g. ([/result/actors/actor]@id = /c.*/ Nimsoft Documentation: xmlparser v1.2x 11

12 Note: Every Operation must be specified using round brackets () and each of these brackets should be separated by operator AND, OR Examples = /c.*/ ) AND ([/result/actors]@name Like Alex )) ((([/Employee/Salary]@basic<20000) AND ([/Employee/Salary]@Designation = Developer)) OR ([Employee/Salary]@NetSalary < 25000)) XML Profile Processing On restart, the probe will start listening to the inputs configured in all given profiles, and will process them as and when new input is available. File System Listener This listener performs the input availability check (if the profile is active) after a regular interval specified as check_interval key in configuration. BUS Queue Listener In case the listener type is selected as BUS Queue listener and profile is active, a subscription is made to the given queue name on given machine name. Therefore, the processing will start as soon as xmlparser received new input notification. In this case, the queue must be in the following format. The PDS in the queue should have one PDS with name nimqueuedata. This nimqueuedata PDS should contain following three keys all with string values: xml Indicates input xml as string value. hdr Indicate per xml header file as string value (format is specified at the end of this document) profilename Name of the profile to be used for processing In case information required is incorrect or insufficient, then this request will not be processed, and xmlparser will wait for next item in the queue. Output In order to view the processed output of a specific profile for recent execution cycle, the probe utility can also be used, the output of getprocessdata callback as shown in the figure below by entering the name of the active profile. Nimsoft Documentation: xmlparser v1.2x 12

13 The getprocessdata callback returns a PDS xmlresult, which in turn contains two more PDS, as described below: alarmdetails pds contains the status of alarm. xmloutput pds contains the result of the output field and the profile name. Nimsoft Documentation: xmlparser v1.2x 13

14 Post-Processing Operations After each processing, the status (success/failure) is logged. In case of File System as Input Source: If the archiving is enabled, the processed input file is archived to the pre-configured location and deleted from the original location. If the archiving is not enabled, then the file will be deleted from the original location and no backup will be taken. In case of BUS Queue as Input Source: The result PDS is sent back to the probe specified in Result To field. Nimsoft Documentation: xmlparser v1.2x 14

15 Header File Format (.hdr) The header file is a pre-requisite for a profile in case any of following options is selected: Raise alarm Generate QOS The format of the header file is as shown below: Note: Here, the elements mandatory and optional indicate the fields that will be used for alarm generation and the qos element values are used for QOS generation. -DOCUMENT END- Nimsoft Documentation: xmlparser v1.2x 15

Nimsoft Documentation

Nimsoft Documentation Nimsoft Documentation Nimsoft Probes Technical cisco_unity v1.2x Probe Documentation Last Update: 27 April 2011 Copyright 1998-2011, Nimsoft Corporation www.nimsoft.com Nimsoft Documentation: cisco_unity

More information

Nimsoft Documentation

Nimsoft Documentation Nimsoft Documentation Nimsoft Probes Technical Description VMWare v3.27 Probe Documentation Last Update: 30 December 2010 Copyright 1998-2010, Nimsoft Corporation www.nimsoft.com Nimsoft Documentation:

More information

Create an account in Salesforce using the Web Services consumer functionality

Create an account in Salesforce using the Web Services consumer functionality Name of Solution: Mapping : Salesforce ACCOUNT using Web Services Business Requirement: Create an account in Salesforce using the Web Services consumer functionality Description: SalesForce provides a

More information

How to Deploy and Use the CA ARCserve RHA Probe for Nimsoft

How to Deploy and Use the CA ARCserve RHA Probe for Nimsoft How to Deploy and Use the CA ARCserve RHA Probe for Nimsoft This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Perceptive TransForm Web Services Autowrite

Perceptive TransForm Web Services Autowrite Perceptive TransForm Web Services Autowrite Getting Started Guide Version 8.10.x Overview The 8.10.0 release of TransForm provides the ability to transmit form data using a web service as the destination

More information

Nimsoft options for routing messages (QoS/Alarms) between hubs

Nimsoft options for routing messages (QoS/Alarms) between hubs Nimsoft options for routing messages (QoS/Alarms) between hubs Document updated 10/28/2011 This document covers the following options: A. attach and get queues B. post queues C. nas replication The table

More information

HOW TO USE THE UIM API CA. ALL RIGHTS RESERVED.

HOW TO USE THE UIM API CA. ALL RIGHTS RESERVED. HOW TO USE THE UIM API 1 2014 CA. ALL RIGHTS RESERVED. TOPICS API Overview PDS Portable Data Stream Probe Utility PU.EXE LUA in the NAS UMP REST API 2 2014 CA. ALL RIGHTS RESERVED. UIM API OVERVIEW UIM

More information

Envelope Journaling for Microsoft Exchange 2003 Version 1.0

Envelope Journaling for Microsoft Exchange 2003 Version 1.0 Barracuda Message Archiver Organizations using Microsoft Exchange 2003 can take advantage of its envelope journaling feature to send all messages along with all recipient information directly to the Barracuda

More information

Lab 3: Simple Integration Use Case

Lab 3: Simple Integration Use Case Exercise 1 : Create the web service...2 Exercise 2 : Deploy the web service...4 Exercise 3 : Test the service...8 1/16 In this exercise, you will learn how to activate a Maximo inbound web service. This

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

Nimsoft Monitor. exchange_response Guide. v2.5 series

Nimsoft Monitor. exchange_response Guide. v2.5 series Nimsoft Monitor exchange_response Guide v2.5 series Legal Notices Copyright 2014, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being

More information

CollabNet SourceForge Office Plug-in

CollabNet SourceForge Office Plug-in CollabNet SourceForge Office Plug-in Introduction CollabNet SourceForge Office Plug-in is developed using Microsoft Windows.NET application that allows users to browse and edit the contents of their SourceForge

More information

Nimsoft Monitor. hpovsdgtw Guide. v1.2 series

Nimsoft Monitor. hpovsdgtw Guide. v1.2 series Nimsoft Monitor hpovsdgtw Guide v1.2 series Legal Notices Copyright 2012, Nimsoft Corporation Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

Changing Settings for ViewMail for Outlook (Version 8.0 Only)

Changing Settings for ViewMail for Outlook (Version 8.0 Only) Changing Settings for ViewMail for Outlook Note This content applies to ViewMail for Outlook version 8.0 only. For later ViewMail versions, see the Quick Start Guide for Cisco ViewMail for Microsoft Outlook

More information

Nimsoft Monitor. websphere Guide. v1.5 series

Nimsoft Monitor. websphere Guide. v1.5 series Nimsoft Monitor websphere Guide v1.5 series Legal Notices Copyright 2012, Nimsoft Corporation Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

SMS Extender Set Up Guide

SMS Extender Set Up Guide SMS Extender Set Up Guide 1 Preparing for Set Up 1. Make sure your school s SMS data is correct and up to date. The SMS at your school is the source of truth for all student and staff data. For that reason

More information

CORAL Resources Module User Guide

CORAL Resources Module User Guide CORAL Resources Module User Guide About CORAL Resources A component of Hesburgh Libraries locally developed ERM, CORAL Resources aids in the management of the electronic resource workflow from the initial

More information

User guide NotifySCM Installer

User guide NotifySCM Installer User guide NotifySCM Installer TABLE OF CONTENTS 1 Overview... 3 2 Office 365 Users synchronization... 3 3 Installation... 5 4 Starting the server... 17 2 P a g e 1 OVERVIEW This user guide provides instruction

More information

SOAP Integration - 1

SOAP Integration - 1 SOAP Integration - 1 SOAP (Simple Object Access Protocol) can be used to import data (actual values) from Web Services that have been published by companies or organizations that want to provide useful

More information

Neuron Change History

Neuron Change History Neuron 2.5.14.0 Change History Msmq Topics FIX - Error messages now indicate the name of the topic and server, or the path to the queue. Messaging FIX - If MSMQ is stopped and restarted while Neuron is

More information

Using the Subscriber Manager GUI Tool

Using the Subscriber Manager GUI Tool CHAPTER 11 This chapter describes how to use the Subscriber Manager (SM) GUI tool to configure subscribers in the Cisco Service Control Management Suite (SCMS) Subscriber Manager (SM) database. The SM

More information

Using the Subscriber Manager GUI Tool

Using the Subscriber Manager GUI Tool CHAPTER 11 Using the Subscriber Manager GUI Tool Published: December 23, 2013, Introduction This chapter describes how to use the Subscriber Manager (SM) graphical user interface (GUI) tool to configure

More information

Nimsoft Monitor. netapp Guide. v1.1 series

Nimsoft Monitor. netapp Guide. v1.1 series Nimsoft Monitor netapp Guide v1.1 series Legal Notices Copyright 2012, Nimsoft Corporation Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

KYOCERA Net Admin User Guide

KYOCERA Net Admin User Guide KYOCERA Net Admin User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Oracle Cloud Using the ServiceNow Adapter. Release 18.3

Oracle Cloud Using the ServiceNow Adapter. Release 18.3 Oracle Cloud Using the ServiceNow Adapter Release 18.3 E70919-12 September 2018 Oracle Cloud Using the ServiceNow Adapter, Release 18.3 E70919-12 Copyright 2016, 2018, Oracle and/or its affiliates. All

More information

DataStream :47:58 UTC Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement

DataStream :47:58 UTC Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement DataStream 2015-04-28 17:47:58 UTC 2015 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents DataStream... 3 Database Switching... 4 How NetScaler DataStream Works...

More information

Mobile Forms Integrator

Mobile Forms Integrator Mobile Forms Integrator Introduction Mobile Forms Integrator allows you to connect the ProntoForms service (www.prontoforms.com) with your accounting or management software. If your system can import a

More information

CA Nimsoft Monitor Snap

CA Nimsoft Monitor Snap CA Nimsoft Monitor Snap Configuration Guide for Network Connectivity Monitoring net_connect v2.9 series Legal Notices This online help system (the "System") is for your informational purposes only and

More information

Nimsoft Monitor. netapp Guide. v1.0 series

Nimsoft Monitor. netapp Guide. v1.0 series Nimsoft Monitor netapp Guide v1.0 series Legal Notices Copyright 2012, Nimsoft Corporation Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

TIBCO ActiveMatrix Adapter Service Engine for Files Examples. Software Release 6.0 April 2009

TIBCO ActiveMatrix Adapter Service Engine for Files Examples. Software Release 6.0 April 2009 TIBCO ActiveMatrix Adapter Service Engine for Files Examples Software Release 6.0 April 2009 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

Nimsoft Documentation

Nimsoft Documentation Nimsoft Documentation Nimsoft Probes Technical Description cmdbgtw 1.00 Probe Documentation Last Update: 30 September 2010 Copyright 1998-2010, Nimsoft Corporation www.nimsoft.com Nimsoft Documentation:

More information

JBoss SOAP Web Services User Guide. Version: M5

JBoss SOAP Web Services User Guide. Version: M5 JBoss SOAP Web Services User Guide Version: 3.3.0.M5 1. JBoss SOAP Web Services Runtime and Tools support Overview... 1 1.1. Key Features of JBossWS... 1 2. Creating a Simple Web Service... 3 2.1. Generation...

More information

Nimsoft Monitor. controller Guide. v5.7 series

Nimsoft Monitor. controller Guide. v5.7 series Nimsoft Monitor controller Guide v5.7 series Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being changed,

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

CA Unified Infrastructure Management

CA Unified Infrastructure Management CA Unified Infrastructure Management Probe Guide for Log Monitoring logmon v3.4 series Copyright Notice This online help system (the "System") is for your informational purposes only and is subject to

More information

c360 Reminder User Guide Microsoft Dynamics CRM 2011 compatible c360 Solutions, Inc.

c360 Reminder User Guide Microsoft Dynamics CRM 2011 compatible c360 Solutions, Inc. c360 Reminder User Guide Microsoft Dynamics CRM 2011 compatible c360 Solutions, Inc. www.c360.com www.c360.com Page 1 4/15/2011 Table of Contents Table of Contents... 2 c360 Reminder... 3 Overview... 3

More information

File Management Utility User Guide

File Management Utility User Guide File Management Utility User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held

More information

Outlook GroupWare Connector User Guide

Outlook GroupWare Connector User Guide Merak Email Server Outlook GroupWare Connector User Guide Version 9.0 Printed on 6 June, 2007 i Contents Introduction 1 Installation 2 Pre-requisites... 2 Running the install... 2 Add Account Wizard...

More information

MSX-Agent Installation Guide. Version

MSX-Agent Installation Guide. Version MSX-Agent Installation Guide Version 1026 Table of Content 1 INTRODUCTION...4 2 CONFIGURING MS EXCHANGE SERVER...4 3 REDDOXX MSX AGENT...20 4 CONFIGURATION OF THE REDDOXX APPLIANCE...25 2 Copyright 2009

More information

Downloading and Managing Firmware in Cisco UCS Central

Downloading and Managing Firmware in Cisco UCS Central Downloading and Managing Firmware in Cisco UCS Central This chapter includes the following sections: Downloading Firmware from Cisco.com, page 1 Firmware Library of Images, page 2 Configuring Firmware

More information

Nimsoft Monitor. smsgtw Guide. v2.1 series

Nimsoft Monitor. smsgtw Guide. v2.1 series Nimsoft Monitor smsgtw Guide v2.1 series Legal Notices Copyright 2012, Nimsoft Corporation Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

TIBCO ActiveMatrix BusinessWorks 5 Exam

TIBCO ActiveMatrix BusinessWorks 5 Exam http://www.51- pass.com Exam : TB0-114 Title : TIBCO ActiveMatrix BusinessWorks 5 Exam Version : Demo 1 / 6 1.A deployed TIBCO ActiveMatrix BusinessWorks process archive contains mission-critical processes.

More information

NimBUS Documentation. Read this first. Installation(Upgrade) of the NimBUS Robot Requirement for the new generation System Probes

NimBUS Documentation. Read this first. Installation(Upgrade) of the NimBUS Robot Requirement for the new generation System Probes NimBUS Documentation Read this first Installation(Upgrade) of the NimBUS Robot Requirement for the new generation System Probes Beta November 6, 2008 Copyright 1998-2008, Nimsoft Corporation. www.nimsoft.com

More information

ZENworks 2017 Audit Management Reference. December 2016

ZENworks 2017 Audit Management Reference. December 2016 ZENworks 2017 Audit Management Reference December 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

How to create a new (custom) checkpoint using the sqlserver probe

How to create a new (custom) checkpoint using the sqlserver probe How to create a new (custom) checkpoint using the sqlserver probe Overview This guide provides the steps required to create and configure new (custom) checkpoints using the sqlserver probe. Custom checkpoints

More information

Configuring an IMAP4 or POP3 Journal Account for Microsoft Exchange Server 2003

Configuring an IMAP4 or POP3 Journal Account for Microsoft Exchange Server 2003 Configuring an IMAP4 or POP3 Journal Account for Microsoft Exchange Server 2003 This article refers to Microsoft Exchange Server 2003. As of April 8, 2014, Microsoft no longer issues security updates for

More information

User manual archiving

User manual  archiving User manual E-Mail archiving 4net AG Cloud Services Table of contents 1 Description... 3 2 Web-Access... 3 3 Outlook Add-In... 4 Add-In Configuration... 5 4 MailStore Client... 6 Client Configuration...

More information

Nimsoft Monitor. ntevl Guide. v3.9 series

Nimsoft Monitor. ntevl Guide. v3.9 series Nimsoft Monitor ntevl Guide v3.9 series CA Nimsoft Monitor Copyright Notice This online help system (the "System") is for your informational purposes only and is subject to change or withdrawal by CA at

More information

Getting Started with the Deployment Console and Deploying the Clients Per PXE Network Booting using their MAC address. Quick Guide

Getting Started with the Deployment Console and Deploying the Clients Per PXE Network Booting using their MAC address. Quick Guide Getting Started with the Deployment Console and Deploying the Clients Per PXE Network Booting using their MAC address Quick Guide Deployment Manager 2 Quick Guide 1 Introduction...3 1.1 Installing the

More information

Main Configuration. 10 Mar TM and copyright Imagicle spa

Main Configuration. 10 Mar TM and copyright Imagicle spa Main Configuration 10 Mar 2018 TM and copyright 2010-2018 Imagicle spa Table of Contents Main Configuration...1/14 Configuring the Framework...1/14 Accessing the Web Interface...2/14 Licensing...3/14 System

More information

SQL Server Reporting Services (SSRS) is one of SQL Server 2008 s

SQL Server Reporting Services (SSRS) is one of SQL Server 2008 s Chapter 9 Turning Data into Information with SQL Server Reporting Services In This Chapter Configuring SQL Server Reporting Services with Reporting Services Configuration Manager Designing reports Publishing

More information

Healthcare Database Connector

Healthcare Database Connector Healthcare Database Connector Installation and Setup Guide Version: 1.0.x Written by: Product Knowledge, R&D Date: September 2016 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark

More information

IEC : Implementation Profile

IEC : Implementation Profile The Standards Based Integration Company Systems Integration Specialists Company, Inc. IEC 61968 100: Implementation Profile CIM University Prague, Czech Republic May 10, 2011 Margaret Goodrich, Manager,

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

Nimsoft Monitor Server

Nimsoft Monitor Server Nimsoft Monitor Server Configuration Guide v6.00 Document Revision History Version Date Changes 1.0 10/20/2011 Initial version of Nimsoft Server Configuration Guide, containing configuration and usage

More information

1.1 How to Install Prerequisites

1.1 How to Install Prerequisites 1 1 SharpReader Installation Manual 1.1 How to Install Prerequisites 1.1.1 Installing SharpReader 1. Using the internet, open a web browser and access to SharpReader s home page.. SharpReader is an RSS/Atom

More information

Getting Started Using Cisco License Manager

Getting Started Using Cisco License Manager CHAPTER 5 This chapter provides information about the initial setup of Cisco License Manager and an overview of recommended steps to quickly add users and devices and obtain and deploy licenses. This chapter

More information

ForeScout CounterACT. Configuration Guide. Version 1.2

ForeScout CounterACT. Configuration Guide. Version 1.2 ForeScout CounterACT Core Extensions Module: DNS Enforce Plugin Version 1.2 Table of Contents About the DNS Enforce Plugin... 3 What to Do... 4 Requirements... 4 Configure the Plugin... 4 Target IP...

More information

About the HP 830 Series PoE+ Unified Wired-WLAN Switch and HP 10500/ G Unified Wired-WLAN Module

About the HP 830 Series PoE+ Unified Wired-WLAN Switch and HP 10500/ G Unified Wired-WLAN Module About the HP 830 Series Switch and HP 10500/7500 20G Unified Module s Part number: 5998-3903 Software version: 3308P29 (HP 830 Series Switch) 2308P29 (HP 10500/7500 20G Unified Module) Document version:

More information

Managing the Capability Catalog in Cisco UCS Manager

Managing the Capability Catalog in Cisco UCS Manager Managing the Capability Catalog in Cisco UCS Manager This chapter includes the following sections: Capability Catalog, page 1 Activating a Capability Catalog Update, page 3 Verifying that the Capability

More information

Oracle Cloud Using the Oracle Messaging Cloud Service Adapter. Release 17.3

Oracle Cloud Using the Oracle Messaging Cloud Service Adapter. Release 17.3 Oracle Cloud Using the Oracle Messaging Cloud Service Adapter Release 17.3 E66636-03 September 2017 Oracle Cloud Using the Oracle Messaging Cloud Service Adapter, Release 17.3 E66636-03 Copyright 2015,

More information

Manage the Capability Catalog in Cisco UCS Manager

Manage the Capability Catalog in Cisco UCS Manager Manage the Capability Catalog in Cisco UCS Manager Capability Catalog, on page 1 Activating a Capability Catalog Update, on page 2 Verifying that the Capability Catalog Is Current, on page 3 Viewing a

More information

SDMX self-learning package XML based technologies used in SDMX-IT TEST

SDMX self-learning package XML based technologies used in SDMX-IT TEST SDMX self-learning package XML based technologies used in SDMX-IT TEST Produced by Eurostat, Directorate B: Statistical Methodologies and Tools Unit B-5: Statistical Information Technologies Last update

More information

3 Connecting to Applications

3 Connecting to Applications 3 Connecting to Applications 3 Connecting to Applications...1 3.1 Prerequisites...1 3.2 Introduction...1 3.2.1 Pega, the Widget Supplier...2 3.2.2 Mega, the Widget Procurer...2 3.3 Create Requisition...3

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

User Manual. Dockit Archiver

User Manual. Dockit Archiver User Manual Dockit Archiver Last Updated: March 2018 Copyright 2018 Vyapin Software Systems Private Ltd. All rights reserved. This document is being furnished by Vyapin Software Systems Private Ltd for

More information

Integration Guide PRTG

Integration Guide PRTG Integration Guide PRTG Revised: 24 June 2016 About This Guide Guide Type Documented Integration WatchGuard or a Technology Partner has provided documentation demonstrating integration. Guide Details WatchGuard

More information

1.2. Extract the downloaded file to the local drive. Generally copied at C:\SchedulingTool-master.

1.2. Extract the downloaded file to the local drive. Generally copied at C:\SchedulingTool-master. Scheduling Tool Overview This scheduling tool provides a GUI for users to schedule multiple remote recordings using an XML or CSV file containing recording information. The user can also use this program

More information

EMC SourceOne Discovery Manager Version 6.7

EMC SourceOne Discovery Manager Version 6.7 EMC SourceOne Discovery Manager Version 6.7 Installation and Administration Guide 300-012-743 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

EMC SourceOne for Microsoft SharePoint Version 6.7

EMC SourceOne for Microsoft SharePoint Version 6.7 EMC SourceOne for Microsoft SharePoint Version 6.7 Administration Guide P/N 300-012-746 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2011

More information

SIX Trade Repository AG

SIX Trade Repository AG January 2018 Table of contents 1. General information 4 1.1 Purpose and scope of the manual 4 1.2 References 4 2. General information and navigation 5 2.1 Using with Internet Explorer 5 2.2 User login

More information

: ESB Implementation Profile

: ESB Implementation Profile The Standards Based Integration Company Systems Integration Specialists Company, Inc. 61968 1-1: ESB Implementation Profile CIM University CESI/TERNA Milan, Italy June 15, 2010 Margaret Goodrich, Manager,

More information

Switch Configuration Example for Q-SYS Platform HP 1910 and HP 1920

Switch Configuration Example for Q-SYS Platform HP 1910 and HP 1920 Important Note This switch configuration example is intended to serve as a network setup guideline for systems using only Q-LAN audio streaming within your Q-SYS system and should be used alongside the

More information

Outlook Integration. Installation & Configuration

Outlook Integration. Installation & Configuration Outlook Integration Installation & Configuration Table of Contents Outlook Integration Installation... 2 Outlook Integration Configuration... 4 Additional Notes for Outlook... 5 User Configuration... 6

More information

Oracle SOA Suite 11g: Build Composite Applications

Oracle SOA Suite 11g: Build Composite Applications Oracle University Contact Us: 1.800.529.0165 Oracle SOA Suite 11g: Build Composite Applications Duration: 5 Days What you will learn This course covers designing and developing SOA composite applications

More information

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition BLUEPRINT TEAM REPOSITORY Installation Guide for Windows For Requirements Center & Requirements Center Test Definition Table Of Contents Contents Table of Contents Getting Started... 3 About the Blueprint

More information

2011 Quest Software, Inc. ALL RIGHTS RESERVED.

2011 Quest Software, Inc. ALL RIGHTS RESERVED. 2.6 User Guide 2011 Quest Software, Inc. ALL RIGHTS RESERVED. This document contains proprietary information protected by copyright. The software described in this document is furnished under a software

More information

Authentify SMS Gateway

Authentify SMS Gateway RSA SMS HTTP Plug-In Implementation Guide Last Modified: December 2 nd, 2014 Partner Information Product Information Partner Name Web Site Product Name Product Description Authentify www.authentify.com

More information

ForeScout Extended Module for Qualys VM

ForeScout Extended Module for Qualys VM ForeScout Extended Module for Qualys VM Version 1.2.1 Table of Contents About the Qualys VM Integration... 3 Additional Qualys VM Documentation... 3 About This Module... 3 Components... 4 Considerations...

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

EMS MASTER CALENDAR Installation Guide

EMS MASTER CALENDAR Installation Guide EMS MASTER CALENDAR Installation Guide V44.1 Last Updated: May 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

HP Intelligent Management Center v7.1 MySQL 5.6 Installation and Configuration Guide (Windows)

HP Intelligent Management Center v7.1 MySQL 5.6 Installation and Configuration Guide (Windows) HP Intelligent Management Center v7.1 MySQL 5.6 Installation and Configuration Guide (Windows) Abstract This document provides installation and configuration information for MySQL. It includes the procedures

More information

Nimsoft Server. Nimsoft Monitoring Installer for the Vblock Infrastructure Platform - User Guide. Version 1.0

Nimsoft Server. Nimsoft Monitoring Installer for the Vblock Infrastructure Platform - User Guide. Version 1.0 Nimsoft Server Nimsoft Monitoring Installer for the Vblock Infrastructure Platform - User Guide Version 1.0 Legal Notices Copyright 2012, Nimsoft Corporation Warranty The material contained in this document

More information

USER GUIDE. Snow Integration Manager. Version 4.7. Release date Document date SNOWSOFTWARE.COM

USER GUIDE. Snow Integration Manager. Version 4.7. Release date Document date SNOWSOFTWARE.COM USER GUIDE Product Snow Integration Manager Version 4.7 Release date 2016-05-16 Document date 2016-08-30 CONTENTS Introduction... 4 Prerequisites... 4 Installation... 5 Configuration... 6 General... 6

More information

The Cisco HCM-F Administrative Interface

The Cisco HCM-F Administrative Interface CHAPTER 5 This chapter contains information on the following topics: Overview of Cisco HCM-F Administrative Interface, page 5-1 Browser Support, page 5-2 Login and Logout, page 5-4 Online Help, page 5-5

More information

Configuring Optional and Advanced Tasks for External Content Integration

Configuring Optional and Advanced Tasks for External Content Integration Configuring Optional and Advanced Tasks for External Content Integration First Published: August 2, 2012 Revised: March 8, 2013 This module describes some of the optional and advanced tasks that you can

More information

CompleteView Video Proxy User Manual. CompleteView Version 4.6.1

CompleteView Video Proxy User Manual. CompleteView Version 4.6.1 CompleteView Video Proxy User Manual CompleteView Version 4.6.1 Table of Contents Minimum System Requirements... 4 Installation... 5 Configuring the Video Proxy... 8 Add an Administrator Account... 10

More information

SQL Server Replication Guide

SQL Server Replication Guide SQL Server Replication Guide Rev: 2016-10-20 Sitecore CMS 6.3-7.2 SQL Server Replication Guide Table of Contents Chapter 1 SQL Server Replication Guide... 3 1.1.1 The Addition of a uniqueidentifier Column...

More information

CounterACT DNS Enforce Plugin

CounterACT DNS Enforce Plugin Version 1.1.4.1 Table of Contents About the DNS Enforce Plugin... 3 What to Do... 4 Requirements... 4 Install the Plugin... 4 Configure the Plugin... 5 Target IP... 7 Port Information... 7 Time to Live

More information

Endpoint Manager for Mobile Devices Setup Guide

Endpoint Manager for Mobile Devices Setup Guide Endpoint Manager for Mobile Devices Setup Guide ii Endpoint Manager for Mobile Devices Setup Guide Contents IBM Endpoint Manager for Mobile Devices Setup Guide......... 1 Components.............. 1 Architecture..............

More information

Creating, Testing, and Deploying a Data Quality Online Service

Creating, Testing, and Deploying a Data Quality Online Service Creating, Testing, and Deploying a Data Quality Online Service This topic describes how to create a Data Quality (DQ) online service, test, and then deploy it as a runtime service. This how-to includes

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 Installation and Setup Guide Revised on 09/25/2014 TABLE OF CONTENTS ROCK-POND REPORTING 2.1... 1 SUPPORT FROM ROCK-POND SOLUTIONS... 2 ROCK-POND REPORTING OVERVIEW... 2 INFRASTRUCTURE

More information

Data Automator Installation and Getting Started Guide

Data Automator Installation and Getting Started Guide Data Automator Installation and Getting Started Guide Contents Introduction... 3 Minimum Requirements... 4 Supported Operating Systems... 4 Other requirements... 4 Installation... 5 Configuration Folder

More information

29 March 2017 SECURITY SERVER INSTALLATION GUIDE

29 March 2017 SECURITY SERVER INSTALLATION GUIDE 29 March 2017 SECURITY SERVER INSTALLATION GUIDE Contents 1. Introduction... 2 1.1 Assumptions... 2 1.2 Prerequisites... 2 2. Required setups prior the Security Server Installation... 3 1.1 Create domain

More information

ForeScout Extended Module for Advanced Compliance

ForeScout Extended Module for Advanced Compliance ForeScout Extended Module for Advanced Compliance Version 1.2 Table of Contents About Advanced Compliance Integration... 4 Use Cases... 4 Additional Documentation... 6 About This Module... 6 About Support

More information

Client Installation and User's Guide

Client Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation and User's Guide SC27-2809-03 IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation

More information

Web Service Integration

Web Service Integration SOAP Service, page 1 Rest Service, page 2 SOAP Service Web Services Element Web services are a common way for any kind of application to communicate with externally hosted servers to retrieve information

More information

LIMS Interface (LwinS) Installation and Testing manual for Sensor

LIMS Interface (LwinS) Installation and Testing manual for Sensor LIMS Interface (LwinS) Installation and Testing manual for Sensor Submitted to Shell Lubricants By Wipro Technologies Version 1.2 Version 1.2 Page 1 of 12 Contents Overview:... 3 Intended Audience:...

More information

IFS Data Migration Excel Add-In

IFS Data Migration Excel Add-In IFS Data Migration Excel Add-In User Manual for IFS Data Migration Excel Add-In Contents Figures... 2 1 IFS Data Migration Excel Add-In... 2 1.1 Overview... 3 2 User Interface... 3 2.1 Ribbon... 3 2.2

More information

One Identity Active Roles 7.2. Replication: Best Practices and Troubleshooting Guide

One Identity Active Roles 7.2. Replication: Best Practices and Troubleshooting Guide One Identity Active Roles 7.2 Replication: Best Practices and Troubleshooting Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The

More information