Skynax. Push Messaging. Integration Guide

Size: px
Start display at page:

Download "Skynax. Push Messaging. Integration Guide"

Transcription

1 Skynax Push Messaging Integration Guide

2 Disclaimer Honeywell International Inc. ( HII ) reserves the right to make changes in specifications and other information contained in this document without prior notice, and the reader should in all cases consult HII to determine whether any such changes have been made. The information in this publication does not represent a commitment on the part of HII. HII shall not be liable for technical or editorial errors or omissions contained herein; nor for incidental or consequential damages resulting from the furnishing, performance, or use of this material. HII disclaims all responsibility for the selection and use of software and/or hardware to achieve intended results. This document contains proprietary information that is protected by copyright. All rights are reserved. No part of this document may be photocopied, reproduced, or translated into another language without the prior written consent of HII. Trademarks Wi Fi is a registered certification mark of the Wi Fi Alliance. Microsoft, Windows, Windows Embedded Handheld, Excel and the Windows logo are either registered trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries. Bluetooth is a trademark of Bluetooth SIG, Inc., U.S.A. microsd and microsdhc are trademarks or registered trademarks of SD 3C, LLC in the United States and/or other countries. Apple, ipad, iphone, itunes, icloud, the Apple logo, the itunes logo, and the icloud logo are registered trademarks of Apple Inc., registered in the U.S. and other countries. IOS is a trademark or registered trademark of Cisco in the U.S. and other countries and is used under license. Google and the Google logo are registered trademarks of Google Inc., used with permission. Android platform is a trademark of Google Inc. Patents For patent information, please refer to Copyright Honeywell International Inc. All rights reserved. ii Skynax Push Messaging Integration Guide

3 Document Change Record This page records changes to this document. The document was originally released as Revision 001. Version Number Date Description of Change 004 3/2016 Updated copyright and customer support information /2014 Revised to support Skynax Release 8.70: Added the spsm_id field. Updated the copyright page and back cover to include information for Intermec by Honeywell /2014 Added the appropriate copyright information to page ii. Revised to include information about Skynax Release 8.60, which supports mobile devices running Microsoft Windows Mobile, Apple ios, or Android. Skynax Push Messaging Integration Guide iii

4 iv Skynax Push Messaging Integration Guide

5 Contents Contents Customer Support vii Product Service and Repair vii Limited Warranty vii Send Feedback vii About This Integration Guide About Skynax Push Messaging Skynax Push Messaging Architecture Deliver a Message What Types of Messages Can You Send? About the Push Messaging Integration Interface Push Messaging Integration Table Field Descriptions Required Fields Optional Fields How Skynax Processes Push Messaging Updates Schedule Push Messaging Updates How to Maintain the Push Messaging Integration Table Skynax Push Messaging Integration Guide v

6 Contents vi Skynax Push Messaging Integration Guide

7 Customer Support Customer Support If you need assistance installing or troubleshooting your product, contact us by using one of these methods: Knowledge Base: Our Knowledge Base provides thousands of immediate solutions. If the Knowledge Base does not help you solve your problem, log into the Technical Support Portal to submit your problem or ask your question. Technical Support Portal: Log into the Technical Support Portal to search our Knowledge Base, submit your problem or question, request a call back, or provide feedback. When filling out one of the forms, provide as much detail as possible. You can even include attachments. Telephone: For our latest contact information, please check our website. Product Service and Repair Honeywell International Inc. provides service for all of its products through service centers throughout the world. To find your service center, go to and select Support > Contact Support > Service and Repair. Contact your service center to obtain a Return Material Authorization number (RMA #) before you return the product. To obtain warranty or non-warranty service, return your product to Honeywell (postage paid) with a copy of the dated purchase record. Limited Warranty For warranty information, go to and click Resources > Warranty. Send Feedback Your feedback is crucial to the continual improvement of our documentation. To provide feedback about this manual, please contact the Technical Communications department directly at ACSHSMTechnicalCommunications@Honeywell.com. Skynax Push Messaging Integration Guide vii

8 Customer Support viii Skynax Push Messaging Integration Guide

9 About This Integration Guide This guide describes how to integrate your business applications with Skynax Push Messaging services to easily manage message delivery and confirmation. Using the Push Messaging integration interface reduces the complexity and scope of work required to implement messaging capabilities in your mobile computing environment. About Skynax Push Messaging Skynax Push Messaging allows you to quickly and easily extend host application events and changing business data to remote mobile devices in near real-time. The Skynax Push Messaging infrastructure can locate remote mobile devices across LAN, WLAN, and WWAN networks and securely deliver push messages generated by the host application to the mobile devices. Note: Skynax Push Messaging is only supported on mobile computers running Microsoft Windows Mobile 2003, 5.0, or 6.1; Windows Embedded Handheld 6.5; or Android. Throughout this guide, Windows Mobile refers to all supported Windows Mobile and Windows Embedded Handheld operating systems. Skynax Push Messaging Architecture Host applications create messages that can be received by mobile business applications and insert those messages as new records in the Push Messaging integration table. Host applications periodically query the table to get message delivery status information and to perform maintenance to remove messages that are no longer relevant. The Skynax Gateway periodically queries the Push Messaging integration table for new message records. The Skynax Gateway also tracks the current network location of each mobile device. Skynax Push Messaging Integration Guide 9

10 Deliver a Message To deliver messages, you need to configure Push Messaging for the Skynax Client in the appropriate Device Set Template. For help, see the Skynax Mobility Management System User Manual. After the Skynax Gateway gets the IP Address of the mobile device to send the message to, message delivery occurs automatically. 1 The Skynax Gateway queries the Skynax database to determine the current IP Address of the mobile device to send the message to. 2 The Skynax Gateway pushes the message through the network to the Skynax Client on the mobile device. 3 The Skynax Gateway listens for a message confirmation from the Skynax Client. On each attempt to deliver a message, the Skynax Gateway updates the message delivery status in the Push Messaging integration table. 4 The Skynax Client sends a periodic heartbeat to the Skynax Gateway and listens for incoming messages on selected network connections. 5 The Skynax Client: receives and validates the incoming message. sends a message to the Skynax Gateway confirming receipt of the message. stores the message in the local message queue on the device. generates an event to tell mobile business applications running on the device that a new message has arrived. 6 The mobile business applications can use Skynax Data Services to access the message queue and retrieve the message. 10 Skynax Push Messaging Integration Guide

11 Host Application Query Message Delivery Status Insert/Update New Messages SQL Server Skynax Database Update Message Delivery Status Query New Messages Skynax Gateway Skynax Client Messaging Heartbeat Send Message Receipt Confirmation Receive New Messages Skynax Client Mobile Device Skynax Push Messaging Architecture Skynax Push Messaging Integration Guide 11

12 What Types of Messages Can You Send? Use Skynax Push Messaging services to deliver short coded messages that: contain business data for a mobile business application. contain instructions that are interpreted by a mobile business application. These instructions may also tell the application to perform a task, such as display the message contents to the mobile device user or send a request to the Skynax Data Service to download a new product catalog file. instruct the Skynax Client to launch an application on the mobile device. are generated internally by the Skynax system and instruct the Skynax Client to perform specific tasks. About the Push Messaging Integration Interface To create messages to deliver to mobile devices, you use a host application (or a proxy for the host application) to establish a standard connection to the SQL Server hosting the Skynax database. You can then modify the information stored within a single Skynax database table. This table, Dat_PushMessage, is located in the Skynax database and serves as the Skynax Push Messaging integration interface. Through this interface, you send messages and message recipient addresses from your host application to Skynax. Note: Each Skynax system has one central Skynax database. If you have more than one Skynax system, make sure that your host application is connected to the appropriate Skynax database. 12 Skynax Push Messaging Integration Guide

13 Database Connection Host Application Database Connection Query Status Information Insert/Update Message Information Database Connection SQL Server Skynax Database Table: Dat_PushMessage Database Connection Skynax System Skynax Push Messaging Integration Process Skynax Push Messaging Integration Guide 13

14 Push Messaging Integration Table The fields in the Push Messaging integration table contain this information: Name: The name of the field in the Push Messaging integration table. Data Type: The type of data that the field accepts. Not Null: Whether the field accepts null values. Note: If any field that requires a value is left blank, you cannot insert new records into the table. Input/Output: Determines if the information is provided as input to Skynax by the host application, as output from Skynax, or as input/ output, where the host application or Skynax updates the information. With input/output fields, the information must be interpreted within the context and purpose of the field. Fields that are not designated for input or output are automatically generated by the rules of the Skynax database. Fields in the Push Messaging Integration Table Name Description Data Type Not Null pshm_id --- int IDENTITY (1, 1) Yes -- sysc_code nvarchar (40) input Message addressed to System Code Input / Output cmpn_oemcode Message addressed to OEM Code nvarchar (50) input pshm_subscriber Identification of the receiving application nvarchar (50) input pshm_messagecode Host application message tracking nvarchar (64) Yes input code pshm_messagedata Message contents nvarchar (256) Yes input pshm_status Message delivery status int Yes output pshm_statusdate Time stamp for message delivery datetime output status pshm_expiration Date and time when message expires datetime input pshm_attempts Delivery attempts to use per round smallint input pshm_rounds Number of delivery rounds to use smallint input pshm_attemptspan Time between delivery attempts smallint input 14 Skynax Push Messaging Integration Guide

15 Fields in the Push Messaging Integration Table (continued) Name Description Data Type pshm_roundspan Time between delivery rounds smallint input pshm_savetolog Logging level for message smallint input services pshm_lastattempt Date and time of last delivery datetime output attempt pshm_attemptcount Attempts completed in current smallint output round pshm_roundcount Number of rounds completed smallint output pshm_createdate Date and time when message was datetime output created spsm_id ID linked to the table of the system int output push messages. Field Descriptions Not Null Input / Output The Skynax Push Messaging integration table contains required and optional fields. Required Fields To use the Skynax Push Messaging integration table, you must provide the appropriate information for each field that requires a value (not null), as well as a value for either the sysc_code field or cmpn_oemcode field. pshm_id The unique identifier for each record in the table. This identifier is generated automatically when a new record is inserted and is only for internal Skynax use. Data Type: int IDENTITY (1, 1) Input/Output: N/A Skynax Push Messaging Integration Guide 15

16 sysc_code The System Code of the intended recipient of the message. If the host application uses a System Code to identify the message recipient, Skynax tries to find the OEM Code of the mobile device that is using the System Code to authenticate to the Skynax system. When Skynax locates the mobile device, Skynax attempts to deliver the message to it. Unlike an OEM Code, a System Code is a virtual identifier that can roam between multiple physical devices. Use a System Code to send a message to a specific person (or person working with a specific set of data) regardless of the mobile device they are using. Note: To successfully send a message to a mobile device, you need to define a value for either the sysc_code field or the cmpn_oemcode field. Data Type: nvarchar (40) Input/Output: input cmpn_oemcode The OEM Code of the intended recipient of the message. If the host application uses an OEM Code to identify the message recipient, Skynax tries to find the specific mobile device in the network and deliver the message to it. The OEM Code must be for the primary device in the Device Set, which is the network addressable CPU of the remote mobile computer. Unlike a System Code, an OEM Code is a constant that identifies a specific physical device. Use an OEM Code to send a message to a specific mobile device, regardless of the person or business data using the device. If the host application provides both a System Code and an OEM Code, Skynax uses the OEM Code. Note: To successfully send a message to a mobile device, you need to define a value for either the sysc_code field or the cmpn_oemcode field. Data Type: nvarchar (50) Input/Output: input 16 Skynax Push Messaging Integration Guide

17 pshm_subscriber Specifies the identification of the mobile device application to receive the push message. If this field is left blank, any application can receive the push message. Data Type: nvarchar (50) Input/Output: input pshm_messagecode The host application message tracking code. The value stored in this field links the message record created by the host application in the Push Messaging integration table to the corresponding business data in the host application central data repositories. The host application can periodically query the Push Messaging integration table and use the message code to determine the delivery status of each message and send the status information to its own system. Push Messaging services attribute special meaning to messages that contain Skynax keywords (starting with character) in the Message Code field. So, push messages that start with character are immediately marked as expired (pshm_status=2) and are not processed and sent to the Skynax Client. One exception is push messages that start with keyword. For example, entering the Skynax in the Message Code field instructs the Skynax Client to run a specific application on the mobile device. You use the Message Data field to specify the full path of the application in quotation marks followed by optional command line parameters. To run the Microsoft Windows Notepad application, you enter this text in the Message Data field: "\Windows\notepad.exe" -f myfile.txt Data Type: nvarchar (64) Input/Output: input pshm_messagedata The primary contents of the message. Data Type: nvarchar (256) Input/Output: input Skynax Push Messaging Integration Guide 17

18 pshm_status The delivery status of the message in the Skynax system. Value Status 0 (default) Message is waiting to be sent to the mobile device. 1 Message was successfully delivered to the mobile device. 2 Message time-to-live has expired before delivery to the mobile device, or all attempts to deliver the message have been exhausted in all message delivery rounds. 3 Message was successfully delivered to the mobile device application as specified in the pshm_subscriber field. If the pshm_subscriber field is not defined in the Push Message table, the status is changed to 3 as soon as any application on the mobile device receives the message. When you insert a new record into the table, the default value 0 is automatically entered in this field. Data Type: int Input/Output: output Optional Fields Use these fields to capture additional message information. pshm_statusdate The date and time the delivery status stored in the pshm_status field was last updated. Data Type: datetime Input/Output: output pshm_expiration The date and time after which an undeliverable message is considered expired and no more delivery attempts will be made. The date and time must be entered as UTC (GMT + 0). The appropriate date and time value for message expiration depends on the business scenario of the messaging service. You can estimate reasonable starting values for date and time expiration for different categories of messages by reviewing the related business processes on a time axis. 18 Skynax Push Messaging Integration Guide

19 For example, in a transport and logistics operation, a message alerting a driver to make an additional parcel pickup may have a default expiration of ten hours from the time the message is created. But, if the parcel pickup must be made before the customer closes, the message expiration should be set to the closing time of the customer. Data Type: datetime Input/Output: input pshm_attempts The number of times the Skynax Gateway attempts to deliver the message for each message delivery round. Data Type: smallint, Default = 10 Input/Output: input pshm_rounds The number of rounds the Skynax Gateway makes before determining that the message is undeliverable. One round consists of the number of attempts defined in the pshm_attempts field. Data Type: smallint, Default = 3 Input/Output: input pshm_attemptspan The amount of time (in seconds) the Skynax Gateway waits between each attempt to deliver the message within a single message delivery round. Data Type: smallint, Default = 5 Input/Output: input pshm_roundspan The amount of time (in seconds) the Skynax Gateway waits before starting the next message delivery round. Data Type: smallint, Default = 300 Input/Output: input Skynax Push Messaging Integration Guide 19

20 pshm_savetolog The log level the Skynax system uses to store events related to the message delivery services when the Skynax Gateway attempts to deliver the message. You can view events logged by Skynax Push Messaging services in the Skynax Manager log modules. Log Level Description 0 Do not log message delivery attempts. 1 Log message delivery attempts that are unsuccessful because: Skynax could not identify the mobile device using the System Code. Skynax could not acquire the IP Address of the mobile device. Skynax logs these events after making all delivery attempts in all rounds. 2 Log successful message delivery attempts. 3 Log unsuccessful message delivery attempts, including events described in log level 1. 4 (default) Log each round of unsuccessful message delivery attempts and each successful message delivery attempt. 5 Log all message delivery attempts, successful and unsuccessful, in all rounds. This log level is the most comprehensive and is useful for: integration and pilot testing. diagnosing a suspected message delivery problem. Note: As you increase the log level, the number of stored events and the size of the Skynax database also increase. For daily operations, log level 4 provides the level of log detail needed for system administration while minimizing Skynax database storage requirements. Data Type: smallint Input/Output: input 20 Skynax Push Messaging Integration Guide

21 pshm_lastattempt The date and time of the last message delivery attempt. Data Type: datetime Input/Output: output pshm_attemptcount A counter that Skynax updates indicating the number of message delivery attempts that have been made in the current round. Data Type: smallint Input/Output: output pshm_roundcount A counter that Skynax updates indicating the number of completed message delivery rounds. Data Type: smallint Input/Output: output pshm_createdate The date and time the message record was created in the table. This value is automatically generated when a new record is inserted in the table. Values are stored in this field as UTC (GMT + 0). Data Type: datetime Input/Output: output spsm_id ID linked to the table of the system push messages. Do not modify or delete the contents of this field. Data Type: int Input/Output: output Skynax Push Messaging Integration Guide 21

22 How Skynax Processes Push Messaging Updates Skynax uses a Skynax Gateway to process the Push Messaging integration table based on the settings in Skynax Manager. So, you need to make sure that at least one Skynax Gateway is running. During each process cycle, the Skynax Gateway steps through all of the records in the Push Messaging integration table that have not been processed in ascending order based on the pshm_createdate field. The Skynax Gateway reads the OEM Code or the System Code for each message to determine the IP Address of the corresponding mobile device and starts the first message delivery round. After each message delivery attempt, the Skynax Gateway updates the output fields for the record in the Push Messaging integration table. The host application can periodically query the Push Messaging integration table and read the value of the output fields to determine the delivery status of each message. Round 1 of x Attempt 1 Attempt 2 Attempt 5 of y Attempt 4 Attempt 3 Push Messaging Process: The number of message delivery attempts and rounds is defined by the pshm_attempts and pshm_rounds fields, respectively. 22 Skynax Push Messaging Integration Guide

23 Schedule Push Messaging Updates You configure the frequency at which Skynax automatically processes the Push Messaging integration table in Skynax Manager. 1 Start Skynax Manager. 2 Select the Skynax Infrastructures tab. 3 Click Push Messaging. 4 Set values for Mobile Device IP Address Expiration Parameters, Push Messaging Operating Parameters, and Push Messaging for Active Device Management. Note: You should schedule a reasonable time interval for this process to provide timely updates without unnecessary use of the SQL Server. 5 Click OK. Skynax Push Messaging Integration Guide 23

24 How to Maintain the Push Messaging Integration Table You must perform regular maintenance on the Push Messaging integration table to keep the number of records to a reasonable and manageable amount: Configure the host application to: delete expired undeliverable messages when the application add records to the table. determine when records are no longer relevant and periodically delete them. Only delete records with a pshm_status of 1, 2, or 3. Deleting messages with a pshm_status of 0 may interfere with the Skynax Gateway processing the Push Messaging integration table and delay message delivery. Schedule a reasonable time interval for maintenance activities to minimize the amount of time the Push Messaging integration table is locked for maintenance purposes. Caution: If the Push Messaging integration table becomes too large, it may impact the push messaging functionality or performance of the Skynax Gateway. 24 Skynax Push Messaging Integration Guide

25

26 Honeywell Copyright 2016 Honeywell International Inc. All rights reserved. Skynax Push Messaging Integration Guide * * P/N

Skynax. Remote Assist Console. User Guide

Skynax. Remote Assist Console. User Guide Skynax Remote Assist Console User Guide Disclaimer Honeywell International Inc. ( HII ) reserves the right to make changes in specifications and other information contained in this document without prior

More information

Skynax. Mobility Management System. Installation Guide

Skynax. Mobility Management System. Installation Guide Skynax Mobility Management System Installation Guide Disclaimer Honeywell International Inc. ( HII ) reserves the right to make changes in specifications and other information contained in this document

More information

ED40. Development Kit. Quick Start Guide

ED40. Development Kit. Quick Start Guide ED40 Development Kit Quick Start Guide Disclaimer Honeywell International Inc. ( HII ) reserves the right to make changes in specifications and other information contained in this document without prior

More information

Dolphin CT60. Quick Start Guide. powered by Android 7. CT60-A7-EN-QS Rev B 12/17

Dolphin CT60. Quick Start Guide. powered by Android 7. CT60-A7-EN-QS Rev B 12/17 Dolphin CT60 powered by Android 7 Quick Start Guide CT60-A7-EN-QS Rev B 12/17 Out of the Box Make sure that your shipping box contains these items: Dolphin CT60 mobile computer (Model CT60L0N or CT60L1N)

More information

CK75. Preliminary Draft, Not for Release. Please Review 2/1/17. Quick Start Guide. with Windows Embedded Handheld 6.5. CK75-W65-EN-QS-01 Rev (a) 2/17

CK75. Preliminary Draft, Not for Release. Please Review 2/1/17. Quick Start Guide. with Windows Embedded Handheld 6.5. CK75-W65-EN-QS-01 Rev (a) 2/17 CK75 with Windows Embedded Handheld 6.5 Quick Start Guide CK75-W65-EN-QS-01 Rev (a) 2/17 Out of Box Make sure that your shipping box contains these items: CK75 mobile computer (Model CK75LAN) Rechargeable

More information

Mini DB Development Kit

Mini DB Development Kit Mini DB Development Kit Board to ZIF Interface Quick Start Guide MDBDK-BZ-EN-QS-01 Rev B 08/16 What is the Mini DB Development Kit? The Mini Decode Board Development Kit is a design tool for the N660X/N560X

More information

Marathon. Quick Start Guide. Hand-Held Computer

Marathon. Quick Start Guide. Hand-Held Computer Marathon Hand-Held Computer With Microsoft Windows 7 Professional or Microsoft Windows Embedded Standard 2009 or Microsoft Windows XP Professional Operating System Quick Start Guide MARATHON-QS Rev A 4/12

More information

Dolphin CN80. Quick Start Guide. powered by Android. CN80-A7-EN-QS Rev A 3/18

Dolphin CN80. Quick Start Guide. powered by Android. CN80-A7-EN-QS Rev A 3/18 Dolphin CN80 powered by Android Quick Start Guide CN80-A7-EN-QS Rev A 3/18 Out of the Box Make sure that your shipping box contains these items: Dolphin CN80 mobile computer (Model CN80L0N or CN80L1N)

More information

CN75/CN75e NI. Quick Start Guide. with Windows Embedded Handheld 6.5. CN75NI-W65-EN-QS-0 Rev A 5/17

CN75/CN75e NI. Quick Start Guide. with Windows Embedded Handheld 6.5. CN75NI-W65-EN-QS-0 Rev A 5/17 CN75/CN75e NI with Windows Embedded Handheld 6.5 Quick Start Guide CN75NI-W65-EN-QS-0 Rev A 5/17 Introduction This document is for the CN75/CN75e NI. This is the non-incendive version of the CN75/CN75e.

More information

Dolphin TM 6500 Mobile Computer. Quick Start Guide

Dolphin TM 6500 Mobile Computer. Quick Start Guide Dolphin TM 6500 Mobile Computer Quick Start Guide Dolphin 6500 Mobile Computer Out of the Box Verify that your carton contains the following items: Dolphin 6500 mobile computer (the terminal) Main battery

More information

ViewPoint for GMPT-401 Personal Tracker

ViewPoint for GMPT-401 Personal Tracker ViewPoint for GMPT-401 Personal Tracker User Guide Disclaimer Honeywell International Inc. ( HII ) reserves the right to make changes in specifications and other information contained in this document

More information

Dolphin Power Tools. User Guide. Version 5.x for Honeywell Hand Held Computers. powered by Android 7

Dolphin Power Tools. User Guide. Version 5.x for Honeywell Hand Held Computers. powered by Android 7 Dolphin Power Tools Version 5.x for Honeywell Hand Held Computers powered by Android 7 User Guide Disclaimer Honeywell International Inc. ( HII ) reserves the right to make changes in specifications and

More information

Computador Honeywell Thor MV1

Computador Honeywell Thor MV1 Computador Honeywell Thor MV1 Computador veicular Thor VM1 da Honeywell, o computador ideal para empilhadeiras, supera a competição com inovações de design. Na cadeia de suprimentos de hoje, a única constante

More information

CE API. Programming Guide. For: HX3 with Windows CE 5.0. VX3Plus with Windows CE 5.0. VX7 with Windows CE 5.0

CE API. Programming Guide. For: HX3 with Windows CE 5.0. VX3Plus with Windows CE 5.0. VX7 with Windows CE 5.0 CE API For: HX2 with Windows CE 5.0 HX3 with Windows CE 5.0 MX3Plus with Windows CE 5.0 MX7 with Windows CE 5.0 MX7 Tecton with Windows CE 6.0 or Windows Mobile 6.5 MX8 with Windows CE 5.0 or Windows Mobile

More information

Dolphin 75e. Quick Start Guide. powered by Android E-AN6-EN-QS Rev A 5/16

Dolphin 75e. Quick Start Guide. powered by Android E-AN6-EN-QS Rev A 5/16 Dolphin 75e powered by Android 6.0 Quick Start Guide 75E-AN6-EN-QS Rev A 5/16 Out of the Box Make sure that your shipping box contains these items: Dolphin 75e handheld computer (terminal) 1GB, 2GB, or

More information

UNIBOX. An Intelligent Network Controller. Knowledge Base: Billing Module

UNIBOX. An Intelligent Network Controller. Knowledge Base: Billing Module UNIBOX An Intelligent Network Controller Knowledge Base: Billing Module Copyright 2013 Wifi-soft Solutions Pvt. Ltd. All rights reserved. The information contained herein is subject to change without notice.

More information

Dolphin 70e Black. Quick Start Guide. powered by Android E-AND-QS Rev B 6/13

Dolphin 70e Black. Quick Start Guide. powered by Android E-AND-QS Rev B 6/13 Dolphin 70e Black powered by Android 4.0 Quick Start Guide 70E-AND-QS Rev B 6/13 Out of the Box Verify that your carton contains the following items: Dolphin 70e Black mobile computer (terminal) 1GB, 2GB,

More information

Quest ChangeAuditor 5.1 FOR LDAP. User Guide

Quest ChangeAuditor 5.1 FOR LDAP. User Guide Quest ChangeAuditor FOR LDAP 5.1 User Guide Copyright Quest Software, Inc. 2010. All rights reserved. This guide contains proprietary information protected by copyright. The software described in this

More information

Dolphin 99EX. with Windows Embedded Handheld 6.5. Quick Start Guide

Dolphin 99EX. with Windows Embedded Handheld 6.5. Quick Start Guide Dolphin 99EX with Windows Embedded Handheld 6.5 Quick Start Guide Disclaimer Honeywell International Inc. ( HII ) reserves the right to make changes in specifications and other information contained in

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

DC Console AML Using DC Console Application Design Software

DC Console AML Using DC Console Application Design Software DC Console Using DC Console Application Design Software DC Console is easy-to-use, application design software developed specifically to work in conjunction with AML s DC Suite. Create. Distribute. Collect.

More information

Dolphin CT50 Non-Incendive

Dolphin CT50 Non-Incendive Dolphin CT50 Non-Incendive powered by Android 6.0 Quick Start Guide CT50NI-AN6-EN-QS Rev B 6/18 Introduction This document is for the Dolphin CT50 NI. This is the nonincendive version of the Dolphin CT50.

More information

HA150 SQL Basics for SAP HANA

HA150 SQL Basics for SAP HANA HA150 SQL Basics for SAP HANA. COURSE OUTLINE Course Version: 13 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

Dolphin TM 6110 Mobile Computer. Quick Start Guide

Dolphin TM 6110 Mobile Computer. Quick Start Guide Dolphin TM 6110 Mobile Computer Quick Start Guide Dolphin 6110 Mobile Computer Out of the Box Verify that your carton contains the following items: Dolphin 6110 mobile computer (the terminal) Main battery

More information

BC414. Programming Database Updates COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)

BC414. Programming Database Updates COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s) BC414 Programming Database Updates. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of this

More information

KACE GO Mobile App 5.0. Release Notes

KACE GO Mobile App 5.0. Release Notes KACE GO Mobile App 5.0 Release Notes Table of Contents Quest KACE GO 5.0 Mobile App Release Notes...3 About the KACE GO Mobile App... 3 Capabilities for KACE Systems Management Appliance administrators...

More information

Mobile Admin GETTING STARTED GUIDE. Version 8.2. Last Updated: Thursday, May 25, 2017

Mobile Admin GETTING STARTED GUIDE. Version 8.2. Last Updated: Thursday, May 25, 2017 GETTING STARTED GUIDE Mobile Admin Version 8.2 Last Updated: Thursday, May 25, 2017 Retrieve the latest version from: https://support.solarwinds.com/success_center/mobile_admin/mobile_admin_documentation

More information

KACE GO Mobile App 3.1. Release Notes

KACE GO Mobile App 3.1. Release Notes KACE GO Mobile App 3.1 Release Notes Table of Contents Quest KACE GO 3.1 Mobile App Release Notes...3 About the KACE GO Mobile App... 3 Capabilities for KACE Systems Management Appliance (K1000) administrators...

More information

PrinterOn Embedded Agent for Samsung Printers and MFPs. Setup Guide for PrinterOn Hosted

PrinterOn Embedded Agent for Samsung Printers and MFPs. Setup Guide for PrinterOn Hosted PrinterOn Embedded Agent for Samsung Printers and MFPs Setup Guide for PrinterOn Hosted Contents Chapter 1: Introduction... 3 Overview: Setting up the PrinterOn Embedded Agent... 4 PrinterOn service prerequisites...

More information

Video over IP Network Netgear M4300 8x8F M x12F M x24F

Video over IP Network Netgear M4300 8x8F M x12F M x24F ! Video over IP Network Netgear M4300 8x8F M4300 12x12F M4300 24x24F Configuration Guide Document Number: 009-1552-00 Document Date: November 2017 Document Supports: da Vinci 8.7 45 Perseverance Way, Hyannis,

More information

1.0. Quest Enterprise Reporter Discovery Manager USER GUIDE

1.0. Quest Enterprise Reporter Discovery Manager USER GUIDE 1.0 Quest Enterprise Reporter Discovery Manager USER GUIDE 2012 Quest Software. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

HYCU SCOM Management Pack for F5 BIG-IP

HYCU SCOM Management Pack for F5 BIG-IP HYCU SCOM Management Pack for F5 BIG-IP Product version: 5.3 Product release date: March 2018 Document edition: Second Legal notices Copyright notice 2015-2018 HYCU. All rights reserved. This document

More information

GETTING STARTED GUIDE. Mobile Admin. Version 8.2

GETTING STARTED GUIDE. Mobile Admin. Version 8.2 GETTING STARTED GUIDE Mobile Admin Version 8.2 Last Updated: April 24, 2018 GETTING STARTED GUIDE: MOBILE ADMIN 2018 SolarWinds Worldwide, LLC. All rights reserved. This document may not be reproduced

More information

KACE GO Mobile App 4.0. Release Notes

KACE GO Mobile App 4.0. Release Notes KACE GO Mobile App 4.0 Release Notes Table of Contents Quest KACE GO 4.0 Mobile App Release Notes...3 About the KACE GO Mobile App... 3 Capabilities for KACE Systems Management Appliance administrators...

More information

HA215 SAP HANA Monitoring and Performance Analysis

HA215 SAP HANA Monitoring and Performance Analysis HA215 SAP HANA Monitoring and Performance Analysis. COURSE OUTLINE Course Version: 13 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved.

More information

HYCU SCOM Management Pack for Nutanix

HYCU SCOM Management Pack for Nutanix HYCU SCOM Management Pack for Nutanix Product version: 2.5 Product release date: May 2018 Document edition: First Legal notices Copyright notice 2016-2018 HYCU. All rights reserved. This document contains

More information

Optimus Quick Start Guide. 如要到中国 简体 ) 5100-QS Rev A 8/11

Optimus Quick Start Guide. 如要到中国   简体 ) 5100-QS Rev A 8/11 Optimus 5100 Quick Start Guide 如要到中国 www.honeywellaidc.com( 简体 ) 5100-QS Rev A 8/11 Out of the Box Verify that your carton contains the following items: Optimus 5100 mobile terminal Main battery pack (3.7V,

More information

One Identity Starling Two-Factor HTTP Module 2.1. Administration Guide

One Identity Starling Two-Factor HTTP Module 2.1. Administration Guide One Identity Starling Two-Factor HTTP Module 2.1 Administration Guide Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

Dolphin CT50. Quick Start Guide. with Windows 10 IoT Mobile Enterprise. CT50-LG-W10-EN-QS Rev A 8/18

Dolphin CT50. Quick Start Guide. with Windows 10 IoT Mobile Enterprise. CT50-LG-W10-EN-QS Rev A 8/18 Dolphin CT50 with Windows 10 IoT Mobile Enterprise Quick Start Guide CT50-LG-W10-EN-QS Rev A 8/18 Out of the Box Make sure that your shipping box contains these items: Dolphin CT50 mobile computer (Models

More information

HA150. SAP HANA 2.0 SPS02 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 14 Course Duration: 3 Day(s)

HA150. SAP HANA 2.0 SPS02 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 14 Course Duration: 3 Day(s) HA150 SAP HANA 2.0 SPS02 - SQL and SQLScript for SAP HANA. COURSE OUTLINE Course Version: 14 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights

More information

KACE GO Mobile App 5.0. Getting Started Guide

KACE GO Mobile App 5.0. Getting Started Guide KACE GO Mobile App 5.0 Getting Started Guide Table of Contents Using the KACE GO Mobile App...3 Getting Started...3 What features are included in this version of the KACE GO Mobile App?...3 How do I access

More information

One Identity Manager 8.0. Administration Guide for Connecting to a Universal Cloud Interface

One Identity Manager 8.0. Administration Guide for Connecting to a Universal Cloud Interface One Identity Manager 8.0 Administration Guide for Connecting to a Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

Upgrading to Act! v20 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004)

Upgrading to Act! v20 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004) Upgrading to Act! v20 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004) 2017 Swiftpage ACT! LLC. All Rights Reserved. Swiftpage, Act!, and the Swiftpage product and service names mentioned herein are registered

More information

ADM505. Oracle Database Administration COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s)

ADM505. Oracle Database Administration COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s) ADM505 Oracle Database Administration. COURSE OUTLINE Course Version: 15 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of

More information

HA150. SAP HANA 2.0 SPS03 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 15 Course Duration:

HA150. SAP HANA 2.0 SPS03 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 15 Course Duration: HA150 SAP HANA 2.0 SPS03 - SQL and SQLScript for SAP HANA. COURSE OUTLINE Course Version: 15 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved.

More information

Server Installation Guide

Server Installation Guide Server Installation Guide Copyright: Trademarks: Copyright 2015 Word-Tech, Inc. All rights reserved. U.S. Patent No. 8,365,080 and additional patents pending. Complying with all applicable copyright laws

More information

Nimsoft Unified Management Portal

Nimsoft Unified Management Portal Nimsoft Unified Management Portal NimsoftMobile Guide 2.0 Document Revision History Document Version Date Changes x.x xx/xx/2012 Initial version for xxxxxxxxxxxx Legal Notices Copyright 2012, Nimsoft Corporation

More information

Solar Eclipse Trackers, Logs, and Queues. Release 9.0.4

Solar Eclipse Trackers, Logs, and Queues. Release 9.0.4 Solar Eclipse Trackers, Logs, and Queues Release 9.0.4 i Table Of Contents Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents,

More information

WorkPlace Agent Service

WorkPlace Agent Service WorkPlace Agent Service Installation and User Guide WorkPlace 16.00.00.00 + Paramount Technologies Inc. 1374 East West Maple Road Walled Lake, MI 48390-3765 Phone 248.960.0909 Fax 248.960.1919 www.paramountworkplace.com

More information

Workflow INSTALLATION GUIDE

Workflow INSTALLATION GUIDE Workflow INSTALLATION GUIDE Perspective by PPM Version 2.0 Printed September 2013 Copyright 2013 PPM 2000 Inc. and its licensors. All rights reserved. PPM 2000, the PPM 2000 logo, Perspective by PPM 2000,

More information

2017 WorkPlace Mobile Application

2017 WorkPlace Mobile Application 2017 WorkPlace Mobile Application User Guide Paramount WorkPlace 2017 and Greater Table of Contents OVERVIEW... 3 GETTING STARTED... 3 Communication Architecture... 3 Mobile Device Requirements... 4 Establish

More information

Application Note: Split Public Addresses between WAN and DMZ

Application Note: Split Public Addresses between WAN and DMZ Application Note: Split Public Addresses between WAN and DMZ This document is intended for the person in charge of configuring and/or installing the Secomea TrustGate, and needs instructions for a specific

More information

Installing Act! for New Users

Installing Act! for New Users Installing Act! for New Users Installing Act! for New Users 2017 Swiftpage ACT! LLC. All Rights Reserved. Swiftpage, Act!, and the Swiftpage product and service names mentioned herein are registered trademarks

More information

One Identity Starling Identity Analytics & Risk Intelligence. User Guide

One Identity Starling Identity Analytics & Risk Intelligence. User Guide One Identity Starling Identity Analytics & Risk Intelligence User Guide Copyright 2019 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

DRG-Series. Digital Radio Gateway. Hytera DMR IP (Tier-2) Digital Radio Supplement

DRG-Series. Digital Radio Gateway. Hytera DMR IP (Tier-2) Digital Radio Supplement DRG-Series Digital Radio Gateway Hytera DMR IP (Tier-2) Digital Radio Supplement DRG-Series Digital Radio Gateway Hytera DMR IP (Tier-2) Digital Radio Supplement 2017 Omnitronics Pty Ltd. All rights reserved.

More information

App for a Smartphone or Tablet Terminal EXILIM Connect 3.0

App for a Smartphone or Tablet Terminal EXILIM Connect 3.0 App for a Smartphone or Tablet Terminal EXILIM Connect 3.0 User s Guide EN This manual uses a typical CASIO camera and smartphone for explanations. Certain details (display contents, etc.) may differ on

More information

Cloud Access Manager How to Deploy Cloud Access Manager in a Virtual Private Cloud

Cloud Access Manager How to Deploy Cloud Access Manager in a Virtual Private Cloud Cloud Access Manager 8.1.3 How to Deploy Cloud Access Manager in Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

PERSPECTIVE WORKFLOW INSTALLATION GUIDE

PERSPECTIVE WORKFLOW INSTALLATION GUIDE PERSPECTIVE WORKFLOW INSTALLATION GUIDE Version 2.0 June 2015 Perspective by Resolver Perspective Workflow Version 2.0 Distributed June 2015 Copyright 2015 Resolver Inc. and its licensors. All rights reserved.

More information

VMware AirWatch tvos Platform Guide Deploying and managing tvos devices

VMware AirWatch tvos Platform Guide Deploying and managing tvos devices VMware AirWatch tvos Platform Guide Deploying and managing tvos devices AirWatch v9.3 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

ADM506. Database Administration Oracle II COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)

ADM506. Database Administration Oracle II COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s) ADM506 Database Administration Oracle II. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part

More information

Dolphin ebase. Communication Cradle for the Dolphin 9700 Mobile Computer. User s Guide

Dolphin ebase. Communication Cradle for the Dolphin 9700 Mobile Computer. User s Guide Dolphin ebase Communication Cradle for the Dolphin 9700 Mobile Computer User s Guide Introduction The Ethernet Base (ebase) enables a single Dolphin 9700 computer to communicate with a host device over

More information

One Identity Starling Two-Factor AD FS Adapter 6.0. Administrator Guide

One Identity Starling Two-Factor AD FS Adapter 6.0. Administrator Guide One Identity Adapter 6.0 Administrator Guide Copyright 2017 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

One Identity Starling Two-Factor Authentication. Administration Guide

One Identity Starling Two-Factor Authentication. Administration Guide One Identity Starling Two-Factor Authentication Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this

More information

Agilent CytoGenomics 2.5

Agilent CytoGenomics 2.5 Agilent CytoGenomics 2.5 Installation and Administration Guide Research Use Only. Not for Diagnostic Procedures. Agilent Technologies Notices Agilent Technologies, Inc. 2012 No part of this manual may

More information

Dell Change Auditor 6.5. Event Reference Guide

Dell Change Auditor 6.5. Event Reference Guide Dell Change Auditor 6.5 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license

More information

Remote UI Guide. IMPORTANT: Read this manual carefully before using your printer. Save this manual for future reference. ENG

Remote UI Guide. IMPORTANT: Read this manual carefully before using your printer. Save this manual for future reference. ENG Remote UI Guide IMPORTANT: Read this manual carefully before using your printer. Save this manual for future reference. ENG Remote UI Guide How This Manual Is Organized Chapter 1 Before You Start Chapter

More information

AT&T Unified Communications Services Installing Cisco Jabber for AT&T UC Voice on an ios Device

AT&T Unified Communications Services Installing Cisco Jabber for AT&T UC Voice on an ios Device AT&T Unified Communications Services Installing Cisco Jabber for AT&T UC Voice on an ios Device For End Users V1.0 February, 2014 The contents of the document may be revised by AT&T at any time without

More information

Vela Desktop Reader User Guide

Vela Desktop Reader User Guide Vela Desktop Reader User Guide Disclaimer Star Systems International and the Star Systems International logo are trademarks of Star Systems International Ltd. in Hong Kong and other countries. Microsoft,

More information

HUAWEI H30-U10. Quick Start Guide

HUAWEI H30-U10. Quick Start Guide HUAWEI H30-U10 Quick Start Guide Dual card dual standby single pass Your phone supports only dual card dual standby single pass, which means you cannot use both SIM cards for calls or data services simultaneously.

More information

Mobile Print Guide for Brother iprint&label (Apple Devices)

Mobile Print Guide for Brother iprint&label (Apple Devices) Mobile Print Guide for Brother iprint&label (Apple Devices) Before You Use Your Brother Label Printer Definitions of Notes We use the following symbol and convention throughout this User's Guide: Tips

More information

PrinterOn Server Install Guide

PrinterOn Server Install Guide PrinterOn Server Install Guide Table of Contents 1. Introduction 3 1.1. Architecture Overview 3 2. Before you begin 4 2.1. Account Requirements 4 2.2. Hardware Requirements 4 2.3. Software Requirements

More information

Spectralink Quick Network Connect. Release Notes. Spectralink QNC Software 2.0 January 2017, v2

Spectralink Quick Network Connect. Release Notes. Spectralink QNC Software 2.0 January 2017, v2 Spectralink Quick Network Connect Release Notes Spectralink QNC Software 2.0 Spectralink QNC Software 2.0 January 2017, v2 Release Notes Spectralink QNC Software Copyright Notice 2016-2017 Spectralink

More information

One Identity Starling Two-Factor Desktop Login 1.0. Administration Guide

One Identity Starling Two-Factor Desktop Login 1.0. Administration Guide One Identity Starling Two-Factor Desktop Login 1.0 Administration Guide Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

Milestone_TCIT Match Software

Milestone_TCIT Match Software Milestone_TCIT Match Software Prepared on11/24/2014 User Manual Trademarks TCIT and TCIT logo are registered trademarks of Taiwan Colour & Imaging Technology Corporation. Microsoft product names such as

More information

AT&T Unified Communications Services. Installing Cisco Jabber for AT&T UC Voice on an ios Device

AT&T Unified Communications Services. Installing Cisco Jabber for AT&T UC Voice on an ios Device AT&T Unified Communications Services Installing Cisco Jabber for AT&T UC Voice on an ios Device For End Users V1.1 September, 2015 Disclaimer The contents of the document may be revised by AT&T at any

More information

ESS Utility Android App User Guide

ESS Utility Android App User Guide [01.2017] ESS Utility Android App User Guide 1VV0301574 Rev. 0 2018-12-21 Mod.0818 2017-01 Rev.0 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure

More information

One Identity Active Roles 7.2. Management Pack Technical Description

One Identity Active Roles 7.2. Management Pack Technical Description One Identity Active Roles 7.2 Management Pack Technical Description Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

USB Synchronizer Plug-in

USB Synchronizer Plug-in USB Synchronizer Plug-in Version 4.2 (beta) Installation and Configuration via Xcalibur Global Document Version 1.0 November 2006 COPYRIGHT NOTICE 2006 Chip PC Inc., Chip PC (Israel) Ltd., Chip PC (UK)

More information

TADM51. SAP NetWeaver AS - DB Operation (Oracle) COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s)

TADM51. SAP NetWeaver AS - DB Operation (Oracle) COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s) TADM51 SAP NetWeaver AS - DB Operation (Oracle). COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved.

More information

Symantec Encryption Management Server and Symantec Data Loss Prevention. Integration Guide

Symantec Encryption Management Server and Symantec Data Loss Prevention. Integration Guide Symantec Encryption Management Server and Symantec Data Loss Prevention Integration Guide The software described in this book is furnished under a license agreement and may be used only in accordance

More information

SLT100. Real Time Replication with SAP LT Replication Server COURSE OUTLINE. Course Version: 13 Course Duration: 3 Day(s)

SLT100. Real Time Replication with SAP LT Replication Server COURSE OUTLINE. Course Version: 13 Course Duration: 3 Day(s) SLT100 Real Time Replication with SAP LT Replication Server. COURSE OUTLINE Course Version: 13 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights

More information

EAM Portal User's Guide

EAM Portal User's Guide EAM Portal 9.0.2 User's Guide Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

One Identity Manager 8.0. Administration Guide for Connecting to Cloud Applications

One Identity Manager 8.0. Administration Guide for Connecting to Cloud Applications One Identity Manager 8.0 Administration Guide for Connecting to Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

BC404. ABAP Programming in Eclipse COURSE OUTLINE. Course Version: 16 Course Duration: 3 Day(s)

BC404. ABAP Programming in Eclipse COURSE OUTLINE. Course Version: 16 Course Duration: 3 Day(s) BC404 ABAP Programming in Eclipse. COURSE OUTLINE Course Version: 16 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this

More information

MicroStrategy Evaluation Edition Quick Start Guide

MicroStrategy Evaluation Edition Quick Start Guide MicroStrategy Evaluation Edition Quick Start Guide Version: 10.9 10.9, September 2017 Copyright 2017 by MicroStrategy Incorporated. All rights reserved. Trademark Information The following are either trademarks

More information

Xcalibur Global Version 1.2 Quick Configuration Guide Document Version 3.0

Xcalibur Global Version 1.2 Quick Configuration Guide Document Version 3.0 Xcalibur Global Version 1.2 Quick Configuration Guide Document Version 3.0 December 2010 COPYRIGHT NOTICE TRADEMARKS 2010 Chip PC Inc., Chip PC (Israel) Ltd., Chip PC (UK) Ltd., Chip PC GmbH All rights

More information

Upgrading to Sage ACT! 2013 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004)

Upgrading to Sage ACT! 2013 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004) Upgrading to Sage ACT! 2013 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004) Copyright 2012 Sage Software, Inc. All Rights Reserved. Sage, the Sage logos, ACT!, and the Sage product and service names mentioned

More information

LEGAL INFORMATION. Copyright 2014 ZTE CORPORATION. All rights reserved.

LEGAL INFORMATION. Copyright 2014 ZTE CORPORATION. All rights reserved. 1 LEGAL INFORMATION Copyright 2014 ZTE CORPORATION. All rights reserved. No part of this publication may be excerpted, reproduced, translated or utilized in any form or by any means, electronic or mechanical,

More information

HA100 SAP HANA Introduction

HA100 SAP HANA Introduction HA100 SAP HANA Introduction. COURSE OUTLINE Course Version: 15 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication may

More information

Polycom RealPresence Media Manager

Polycom RealPresence Media Manager RELEASE NOTES Software 6.0.5.6 June 2013 3725-75300-001 Rev D Polycom RealPresence Media Manager 6.0.5.6 RealPresence Media Manager 6.0.5.6 Release Notes About these Release Notes The newest release of

More information

Veeam Backup & Replication

Veeam Backup & Replication Veeam Backup & Replication Version 9.x Application Events February, 2017 1 Veeam Backup & Replication Application Events REV 1 2017 Veeam Software. All rights reserved. All trademarks are the property

More information

Microsoft Dynamics GP. Extender User s Guide

Microsoft Dynamics GP. Extender User s Guide Microsoft Dynamics GP Extender User s Guide Copyright Copyright 2009 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without

More information

Cloud Access Manager How to Configure for SSO to SAP NetWeaver using SAML 2.0

Cloud Access Manager How to Configure for SSO to SAP NetWeaver using SAML 2.0 Cloud Access Manager 8.1.3 How to Configure for SSO to SAP Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

App for a Smartphone or Tablet Terminal EXILIM Connect 2.0

App for a Smartphone or Tablet Terminal EXILIM Connect 2.0 App for a Smartphone or Tablet Terminal EXILIM Connect 2.0 User s Guide EN This manual uses a typical CASIO camera and smartphone for explanations. Certain details (display contents, etc.) may differ on

More information

The Privileged Appliance and Modules (TPAM) 1.0. Diagnostics and Troubleshooting Guide

The Privileged Appliance and Modules (TPAM) 1.0. Diagnostics and Troubleshooting Guide The Privileged Appliance and Modules (TPAM) 1.0 Guide Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in

More information

LiteSpeed for SQL Server 6.1. Configure Log Shipping

LiteSpeed for SQL Server 6.1. Configure Log Shipping LiteSpeed for SQL Server 6.1 Configure Log Shipping 2010 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

Mobile App User Guide

Mobile App User Guide KMC Connect Lite Mobile App User Guide KMC Controls, 19476 Industrial Drive, New Paris, IN 46553 / 877-444-5622 / Fax: 574-831-5252 / www.kmccontrols.com CONTENTS Important Notices...4 Support...4 About

More information

Software Release Notes V3.14. omg

Software Release Notes V3.14. omg Software Release Notes V3.14 omg omg-ed-160303 April 13, 2016 omg Release Notes 3.14 Release Information Important Notice Due to the nature of wireless communications, transmission and reception of data

More information

ChangeAuditor 5.6. For NetApp User Guide

ChangeAuditor 5.6. For NetApp User Guide ChangeAuditor 5.6 For NetApp User Guide 2011 Quest Software, Inc. ALL RIGHTS RESERVED This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

Application Development Setup Guide

Application Development Setup Guide epos-print SDK for Android Application Development Setup Guide M00048500 Rev. A Cautions No part of this document may be reproduced, stored in a retrieval system, or transmitted in any form or by any means,

More information