Miva Script Compiler User s Guide. Revision 1.0

Size: px
Start display at page:

Download "Miva Script Compiler User s Guide. Revision 1.0"

Transcription

1 Miva Script Compiler User s Guide Revision 1.0

2 Miva Corporation 5060 Santa Fe Street San Diego, CA Telephone: Telefax: This document and the software described by this document are copyright 2000 by Miva Corporation. All rights reserved. Use of the software described herein may only be done in accordance with the License Agreement provided with the software. This document may not be reproduced in full or partial form except for the purpose of using the software described herein in accordance with the License Agreement provided with the software. Information in this document is subject to change without notice. Companies, names and data used in the examples herein are fictitious unless otherwise noted. Miva is a registered trademark of Miva Corporation. Miva Script, Miva Script Compiler, Miva Order, Miva Merchant, Miva Virtual Machine, Miva Mia, Miva Empresa, the Miva blades logo, and the Miva Engine are trademarks of Miva Corporation. Windows is the registered trademark of Microsoft Corporation. All other trademarks are the property of their respective owners. This document was developed and produced in San Diego, CA, USA. MIVA CORPORATION WILL NOT BE LIABLE FOR (A) ANY BUG, ERROR, OMISSION, DEFECT, DEFICIENCY, OR NONCONFORMITY IN MERCHANT OR THIS DOCUMENTATION; (B) IMPLIED MERCHANTIBILITY OF FITNESS FOR A PARTICULAR PURPOSE; (C) IMPLIED WARRANTY RELATING TO COURSE OF DEALING, OR USAGE OF TRADE OR ANY OTHER IMPLIED WARRANTY WHATSOEVER; (D) CLAIM OF INFRINGEMENT; (E) CLAIM IN TORT, WHETHER OR NOT ARISING IN WHOLE OR PART FROM MIVA CORPORATION'S FAULT, NEGLIGENCE, STRICT LIABILITY, OR PRODUCT LIABILITY, OR (F) CLAIM FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES, OR LOSS OF DATA, REVENUE, LICENSEES GOODWILL, OR USE. IN NO CASE SHALL MIVA CORPORATION'S LIABILITY EXCEED THE PRICE THAT LICENSEE PAID FOR MERCHANT. MSC (Rev. 1.0) Miva Script Compiler 1.00 ii

3 Introduction The Miva Script Compiler assembles and compiles compatible Miva Script files into a cross-platform, web-based executable that runs under the Miva Virtual Machine. Benefits of the Miva Script Compiler: Fast execution speed Code obfuscation Code syntax checking Elimination or reduction of runtime syntax errors Access functions written in other programming languages (i.e. "C") Royalty-free application distribution Cross-platform execution The source code (.mv) is converted by the compiler into an intermediate format, the Miva Assembly Language (.mva), which can be used as a debugging tool. (Assembler documentation is beyond the scope of this guide.) The Miva Assembler converts the assembly language into compiled code (.mvc). Although, the assembly and compilation usually occur in only one step, an option exists to create the.mva. Miva Script Compiler Components The Miva Script Compiler consists of several command line executables, and built-in libraries. (Database libraries are available with the Miva Virtual Machine, depending upon platform.) Executables The following executables are located in the BIN directory: MVC The front-end for the Miva Script Compiler. For most uses, this is the program to compile the Miva Script files (.mv) into compiled files (.mvc). MVC1 The actual compiler, which converts the source.mv files into the intermediate Miva Assembly Language. MVASM The assembler which transforms the Miva Script Assembly files (.mva) into the final compiled files (.mvc). MSC

4 Built-in libraries: The built-in libraries are located in the BUILTINS directory: crypto.so (MVBCrypto.dll) Contains the functions and routines for SSL. file.so (MVBFile.dll) Contains the built-in file functions. math.so (MVBMath.dll) Contains the built-in math operators and functions. string.so (MVBString.dll) Contains the built-in string functions. system.so (MVBSystem.dll) Contains the tags, built-in system functions and variables. time.so (MVBTime.dll) The built-in time functions. API The Miva Script API consists of a set of routines that allow the C programmer to extend the behavior of the Miva Virtual Machine. MivAPI.lib (Windows platforms) mivapi.h (all platforms) Includes the type definitions, routine declarations, constant definitions, and structure definitions. Refer to the Miva Script 4.x API Reference Guide (as available). Installation Installing 1. Run the executable or untar the distribution file. The Windows version automatically installs to C:\MSC. 2. Add the fully qualified BIN subdirectory to your system s PATH. Windows: Depending on your Windows version, do one of the following: Add it to the Path System Variable in the Environmental Variables window. (From the Control Panel, open System Properties, click Advanced Tab, then click Environmental Variables.) OR Add the Path in autoexec.bat. (You may need to restart your system.) Unix: Add the /bin/ directory to the PATH variable. 3. Enter the MVC_LIB System Variable, with the value pointing to the fully qualified BUILTINS directory. (On Unix this could go in the.profile,.cshrc,.bashrc. On Windows, enter it as in previous step.) MSC

5 License and Registration After installation, a license needs to be generated for each user. If the compiler is executed before the licensing and registration has been completed, the user will get the following text: The software was unable to verify that this is a properly licensed installation of the Miva Script Compiler. This may be due to one of the following causes: - Invalid or missing licensing information - The software is unable to determine your system or user name The Miva Script Compiler is licensed on a per-user basis. If you require additional licenses, they may be purchased from the Miva General Store. If you have already purchased a license for the Miva Script Compiler, registering the license will provide you with the required licensing information, and instructions on how to install the licensing information on your system. You may register your Miva Script Compiler license at compiler/register.mvc. Register the Compiler 1. Gather the following information: Username System name Enter the following at a command prompt to get the user and system names: MVSASM -I Miva Script Compiler License number The license number that came with your Miva Script Compiler purchase from Miva General Store. 2. Retrieve the verification string from the following URL: Enter the required Registrant Information. Enter the System Information (username, system name, and license). Copy the following four lines, which look similar to the following: U:username S:sysname L:LicenseNumber V:VerificationString Verification is a string that verifies that the previous three strings are valid, and is retrieved when you register the compiler. 3. Save the license file to one of the following locations. MSC

6 The Compiler will look for the license file locate first at: Unix /home/usr/.msc_license, then /usr/local/miva/msc_license.dat, andthen /usr/lib/msc_license.dat, and finally in /etc/msc_license.dat. Windows file specified in the registry key "\HKEY_LOCAL_MACHINE\SOFTWARE\Miva\Miva Script Compiler\License File", then c:\msc\msc_license.dat, then finally c:\winnt\system32\msc_license.dat Running the Compiler Miva Script Compiler runs from the command-line. In Windows, run the Command Prompt to open a text-based window. At the command line, entering MVC --help will display the usage and the available options. Usage and Options mvc [options] file... Options: --help Displays the help data --version Displays Miva Script Compiler version number and exits -B <directory Switch to override the value of the MVC_LIB directory. -w <warning> Suppresses warnings -W <warning> Enables warnings -X <warning> Abort compilation on warning -c Compile only (produces an.mva) <warning> may be one of: - One or more warning ids, separated by commas - The keyword all, which indicates all warnings You may also opt to run a batch utility or other program that allows you to control the compilation of multiple files. MSC

7 Error Codes The errors identify where the error occurred, in the assembly or compilation and if it is a warning or an error. Error Format The error format is as follows: "<filename>:<linenumber>:<errorcode>:<text>" Where: <filename> The name of the file in which the error occurred. <linenumber> The line number within the specified file. <errorcode> A two character value followed by a number (See Character Values) <text> The descriptive text Character Values First Character A = error during Assembly pass C = error during Compilation pass Second Character E = Error W = Warning Warnings Warnings, by default, do not halt compilation of the given Miva Script program. You can change this behavior by using the -X flag. 1 Unknown attribute name <value> 2 MvDO has a VALUE attribute with no NAME attribute; discarding result 3 Preferred operator data type does not match constant type; inefficiency or unexpected rounding may occur 4 Unrecognized parameter "<value>" to "<value>" attribute 5 Value in comma-separated list is used more than once 6 (tag name) does not use attribute (attribute name) These warning are disabled, by default, and can be enabled using the -W flag: 51 Value xyz does not have any effect for attribute <value> in compiled Miva Script MSC

8 Compiler Errors 101 Found end of file when looking for </MvCOMMENT> 102 Found <value> when looking for attributes. 103 Found operator <value> when looking for attribute value. 104 Found <value> when looking for equal sign. 105 Found <value> when looking for value. 106 Found end of file when looking for close quote. 107 Found end of file when looking for end of expression. 108 Found <value> when looking for double quote at end of expression. 109 Found <value> when looking for close tag identifier. 110 Found <value> when looking for close tag '>' symbol. 111 Found end of file when looking for --> 112 Too many <open close> parenthesis 113 Internal error 114 Expression not valid for MvLOCALIZED-TEXT LANGUAGE attribute 115 FILTER_TYPE and EXPRESSION_TYPE are compiler directives, and cannot be expressions 116 Function name can not be an expression 117 Expression not valid for that MIVA attribute This is for the ERROROUTPUTLEVEL, STANDARDOUTPUTLEVEL, and ERRORMESSAGE attributes. 118 Array index is not a positive integer 119 Found </MvASSIGNARRAY> without matching <MvASSIGNARRAY> 120 Nested MvASSIGNARRAY blocks are not allowed 121 </MvCOMMENT> found without matching <MvCOMMENT> 122 MvELSE without MvIF 123 Too many MvELSE clauses 124 </MvFUNCTION> found without matching <MvFUNCTION> 125 Nested MvFUNCTION declarations not supported 126 </MvIF> found without matching MvIF 127 Found MvLOCALIZED-TEXT inside a MvLOCALIZED-TEXT block 128 Found end MvLOCKFILE without matching start MvLOCKFILE 129 Found </MvSMTP> without <MvSMTP> tag 130 Found <MvWHILESTOP> outside of a <MvWHILE> block 131 MvCALL tag requires ACTION and METHOD attributes 132 MvCOMMERCE tag requires METHOD attribute 133 MvDO requires FILE attribute 134 Unknown filter type "<text>" Only "variable" or "expression" are valid values for the FILTER_TYPE attribute. 135 MvFUNCTION requires the NAME attribute 136 Function name "<name>" already defined 137 MvIMPORT requires FILE, FIELDS, and DELIMITER attributes 138 MvMAKEINDEX requires the INDEXFILE attribute 139 MvMAKEINDEX requires the EXPRESSION attribute 140 MvLOCALIZED-TEXT requires the LANGUAGE attribute 141 MvPOP requires the MAILHOST, LOGIN, PASSWORD, and DIRECTORY attributes 142 MvREVEALSTRUCTURE requires the DATABASE or the VARIABLE attribute MSC

9 143 Found closing <value> tag without matching start <value> For example, "Found closing MvWHILE tag without matching start MvWHILE." 144 <value> is already used as parameter name 145 Error in filter expression: (other error) 146 MvDIMENSION found outside of <MvASSIGNARRAY> block 147 MvCALLSTOP not in MvCALL block 148 MvCREATE requires the FIELDS attribute 149 MvCREATE requires the NAME and DATABASE attributes 150 MvCOMMERCESTOP not in MvCOMMERCE block 151 MvEVALUATE requires the EXPRESSION attribute 152 MvEXPORT requires the FILE, FIELD, and DELIMITER attributes 153 MvFUNCTIONRETURN outside of a MvFUNCTION block 154 MvHIDE requires the FIELDS attribute 155 MvIMPORTSTOP not in MvIMPORT block 156 MvLOCKFILE requires the FILE attribute 157 MvOPEN requires NAME and DATABASE attributes 158 MvOPENVIEW requires the VIEW attribute 159 MvPOPDELETE not in MvPOP block 160 MvPOPSTOP not in MvPOP block 161 MvQUERY requires the QUERY attribute 162 MvSMTP blocks can not be nested 163 MvSMTP tag missing FROM, TO, or MAILHOST attribute 164 Found </MvWHILE> without <MvWHILE> 165 Found <<value>> without matching </<value>> 166 Reached end of file without finding </MvFUNCTION> 167 Function name <value> not defined or recognized as an external function 168 Found ']' with no matching '[' 169 MvPRIMARY needs the NAME, VIEW, or INDEX attribute 170 Too many NAME attributes 171 Attributeisusedmorethanonce 172 Expected member name, found '(' 173 Found '.' when expecting a member name 174 MvELSEIF without matching MvIF 175 Found unexpected <value> in expression 176 </MvELSE> is not supported; use <MvELSE> or <MvELSE/>???xx 177 Operator <value> is obsolete 178 Expression has too many (operators operands) 179 Found ")" when expecting "]" 180 Function X takes Y parameters, called with Z parameters 181 Function name (name) must contain only letters, numbers, or underscores 182 (value) is not a valid unquoted constant. MSC

10 Assembler Errors 301 Only parameter directives are valid inside an external function declaration 302 String constant identifier "<value>" not found 303 System variable identifier "<value>" not found 304 Global variable identifier "<value>" not found 305 Various internal errors. 306 Only parameter directives are valid inside an external function declaration 307 Nested internal function declarations are not allowed 308 Duplicate function 309 Found.endfunction without matching.function 310 Parameter directive must be between.function and.endfunction directives 311 Duplicate string identifier <value> 312 Found end of file inside a.function declaration 313 Unable to resolve function <function name> 314 Unrecognized directive or punctuation mark: <character> 315 Unrecognized operation code: <value> 316 Duplicate label: <value> 317 Unexpected colon 318 Unexpected comma 319 Expected label, directive, or operator, found a number: <value> 320 Expected label, directive, or operator, found a quoted string 321 Expected directive identifier 322 Expected quoted string, got <value> 323 Expected symbol 'value' or 'reference' for parameter type 324 Error in localization string 325 Error in Localized Languages 326 Expected comma, found <character> 327 Unknown parameter call type: <value> 328 Unrecognized function qualifier <value> 329 Duplicate parameter identifier 330 Duplicate variable 331 Duplicate variable identifier 332 Reference to local <value> not resolvable 333 Label <value> not defined 334 Infinite loop detected at code offset <value> MSC

Proxis Software Keychain Synch Manual. For Help Call More information available at POSMicro.com

Proxis Software Keychain Synch Manual. For Help Call More information available at POSMicro.com For Help Call 1.800.241.6264 Proxis Software Keychain Synch Manual More information available at POSMicro.com QUESTIONS? Ask the experts at POSMicro.com. 1.800.241.6264 Live Chat Now support@posmicro.com

More information

Miva Merchant 2.1 Storefront Development & Management System User s Guide Revision 1.2

Miva Merchant 2.1 Storefront Development & Management System User s Guide Revision 1.2 Miva Merchant 2.1 Storefront Development & Management System User s Guide Revision 1.2 Miva Corporation 2629 Ariane Drive San Diego, CA 92117 Telephone: 858-490-2570 Telefax: 858-490-0548 http://www.miva.com

More information

MobileFlex Version 1.0 Portable Technology Solutions, LLC

MobileFlex Version 1.0 Portable Technology Solutions, LLC MobileFlex Version 1.0 Portable Technology Solutions, LLC Telephone: 1-877-640-4152 Fax: 1-501-421-5085 http://www.ptshome.com support@ptshome.com This document and the software described by this document

More information

Miva Script Reference Manual. Miva Script version: 3.9 Revision 1.3

Miva Script Reference Manual. Miva Script version: 3.9 Revision 1.3 Miva Script Reference Manual Miva Script version: 3.9 Revision 1.3 Miva Corporation 5060 Santa Fe Street San Diego, CA 92109 Telephone: 858-490-2570 Telefax: 858-731-4200 http://www.miva.com info@miva.com

More information

Redirector User Guide

Redirector User Guide Redirector User Guide Revision B November 04, 2005 Part Number GC-800-235 Copyright and Trademark Copyright 2004, Grid Connect, Inc. All rights reserved. No part of this manual may be reproduced or transmitted

More information

Proxis Mobile Inventory User s Guide. Version

Proxis Mobile Inventory User s Guide. Version Proxis Mobile Inventory User s Guide Version 1.0.45 Copyright 2005 Proxis Software. All rights reserved. ProxisSoftware.com 1-877-477-6947 Page 1 Proxis Mobile Inventory User s Guide Mobile Inventory Version

More information

TracerPlus Wireless Server for TracerPlus Windows Mobile/CE

TracerPlus Wireless Server for TracerPlus Windows Mobile/CE TracerPlus Wireless Server for TracerPlus Windows Mobile/CE User Guide TracerPlus Wireless Server Version 7.0 Portable Technology Solutions, LLC Telephone: 1-877-640-4152 Fax: 1-501-421-5085 Web www.tracerplus.com

More information

[NALENND WIRELESS BLOCK IDENTIFIER SOFTWARE USER S GUIDE] NALENND data scrubber utility reference manual. Quentin Sager Consulting, Inc.

[NALENND WIRELESS BLOCK IDENTIFIER SOFTWARE USER S GUIDE] NALENND data scrubber utility reference manual. Quentin Sager Consulting, Inc. Quentin Sager Consulting, Inc. [NALENND WIRELESS BLOCK IDENTIFIER SOFTWARE USER S GUIDE] NALENND data scrubber utility reference manual NALENND is a trademark of Quentin Sager Consulting, Inc. NALENND

More information

Bluetooth USB User Guide. Revision A July 12, 2006 Part Number GC

Bluetooth USB User Guide. Revision A July 12, 2006 Part Number GC Bluetooth USB User Guide Revision A July 12, 2006 Part Number GC-800-316 Copyright and Trademark Copyright 2005, Grid Connect, Inc. All rights reserved. No part of this manual may be reproduced or transmitted

More information

Cisco TEO Adapter Guide for Microsoft Windows

Cisco TEO Adapter Guide for Microsoft Windows Cisco TEO Adapter Guide for Microsoft Windows Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800

More information

Customer Support: For more information or support, please visit or at Product Release Information...

Customer Support: For more information or support, please visit   or  at Product Release Information... Product Release Information Product: Cyberoam Release Number: 9.3.0 build 5 Release Date: 19th July 2006 Compatible versions: 9.2.0 build 2 Upgrade Mode: Manual 1 Important note Upgrade removes all the

More information

Informatica Cloud Spring Data Integration Hub Connector Guide

Informatica Cloud Spring Data Integration Hub Connector Guide Informatica Cloud Spring 2017 Data Integration Hub Connector Guide Informatica Cloud Data Integration Hub Connector Guide Spring 2017 December 2017 Copyright Informatica LLC 1993, 2017 This software and

More information

Product Release Information

Product Release Information Product Release Information Product: Cyberoam Release Number: 9.4.1 build 2 Release Date: 20 th March, 2007 Compatible versions: 9.4.1. build 0 Upgrade: Auto Upgrade Customer Support: For more information

More information

Informatica Cloud Spring Microsoft SharePoint Connector Guide

Informatica Cloud Spring Microsoft SharePoint Connector Guide Informatica Cloud Spring 2017 Microsoft SharePoint Connector Guide Informatica Cloud Microsoft SharePoint Connector Guide Spring 2017 January 2018 Copyright Informatica LLC 2015, 2018 This software and

More information

QUICK START GUIDE. SMS 2500iX Appliance.

QUICK START GUIDE. SMS 2500iX Appliance. QUICK START GUIDE SMS 2500iX Appliance www.24onlinebilling.com QUICK START GUIDE SMS 25iX Appliance www.24onlinebilling.com 1 DEFAULTS The sales packet of 24online includes following list of contents.

More information

Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007

Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007 Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007 Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Informatica Cloud Spring Microsoft Azure Blob Storage V2 Connector Guide

Informatica Cloud Spring Microsoft Azure Blob Storage V2 Connector Guide Informatica Cloud Spring 2017 Microsoft Azure Blob Storage V2 Connector Guide Informatica Cloud Microsoft Azure Blob Storage V2 Connector Guide Spring 2017 October 2017 Copyright Informatica LLC 2017 This

More information

SafeNet Authentication Client

SafeNet Authentication Client SafeNet Authentication Client Integration Guide All information herein is either public information or is the property of and owned solely by Gemalto NV and/or its subsidiaries who shall have and keep

More information

Partner Information. Integration Overview. Remote Access Integration Architecture

Partner Information. Integration Overview. Remote Access Integration Architecture Partner Information Partner Name Product Name Integration Overview Authentication Methods Supported Client Integration OTP Barracuda Networks Barracuda SSL VPN User Name + Security Code VIP Enterprise

More information

UM PR533 - PCSC Tool. User manual COMPANY PUBLIC. Rev November Document information

UM PR533 - PCSC Tool. User manual COMPANY PUBLIC. Rev November Document information PR533 - PCSC Tool Document information Info Content Keywords PR533, CCID, PCSC, APDU Abstract This document describes the PCSC Tool software which demonstrates the capabilities of PR533 device. Revision

More information

CA IdentityMinder. Glossary

CA IdentityMinder. Glossary CA IdentityMinder Glossary 12.6.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

Cisco Jabber for Android 10.5 Quick Start Guide

Cisco Jabber for Android 10.5 Quick Start Guide Cisco Jabber for Android 10.5 Quick Start Guide Revised: August 21, 2014, Cisco Jabber Welcome to Cisco Jabber. Use this guide to set up the app and use some key features. After setup, learn more by viewing

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

ADN. System Installer. Instruction manual

ADN. System Installer. Instruction manual ADN System Installer Instruction manual Content Content Installation requirements... 4 Selecting updates... 4 ADN System Update... 5 Establishing the connection... 5 Overview of the update stage window...

More information

About One Identity Quick Connect for Base Systems 2.4.0

About One Identity Quick Connect for Base Systems 2.4.0 One Identity Quick Connect for Base Systems 2.4.0 October 2018 These release notes provide information about the One Identity Quick Connect for Base Systems release. About New features Resolved issues

More information

EVault Software Agent for VMware 6.91 Quick Start Guide

EVault Software Agent for VMware 6.91 Quick Start Guide EVault Software Agent for VMware 6.91 Quick Start Guide Contents 1 Overview... 4 2 Deploying the OVF Template via the OVA File... 4 3 Setting Up the Agent... 5 3.1 Starting the Appliance Shell (CLI)...

More information

Cisco Terminal Services (TS) Agent Guide, Version 1.1

Cisco Terminal Services (TS) Agent Guide, Version 1.1 First Published: 2017-05-03 Last Modified: 2017-12-19 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

Symantec Managed PKI. Integration Guide for ActiveSync

Symantec Managed PKI. Integration Guide for ActiveSync Symantec Managed PKI Integration Guide for ActiveSync ii Symantec Managed PKI Symantec Managed PKI Integration Guide for ActiveSync The software described in this book is furnished under a license agreement

More information

PetaLinux SDK User Guide. Eclipse Plugin Guide

PetaLinux SDK User Guide. Eclipse Plugin Guide PetaLinux SDK User Guide Notice of Disclaimer The information disclosed to you hereunder (the "Materials") is provided solely for the selection and use of Xilinx products. To the maximum extent permitted

More information

Partner Information. Integration Overview Authentication Methods Supported

Partner Information. Integration Overview Authentication Methods Supported Partner Information Partner Name Product Name Integration Overview Authentication Methods Supported Client Integration F5 Networks FirePass VPN User Name - Security Code User Name - Password - Security

More information

Cisco Terminal Services (TS) Agent Guide, Version 1.0

Cisco Terminal Services (TS) Agent Guide, Version 1.0 First Published: 2016-08-29 Last Modified: 2018-01-30 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

Version 1.5 User Manual

Version 1.5 User Manual Version 1.5 User Manual TRACER+ Version1.5 Portable Technology Solutions, LLC Telephone: 1-877-640-4152 Fax: 1-501-421-5085 http://www.ptshome.com support@ptshome.com This document and the software described

More information

One Identity Quick Connect for Base Systems 2.4. Administrator Guide

One Identity Quick Connect for Base Systems 2.4. Administrator Guide One Identity Quick Connect for Base Systems 2.4 Administrator Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

PCMCIA Flash Card User Guide

PCMCIA Flash Card User Guide R R PCMCIA Flash Card User Guide For the CoreBuilder 3500 System Introduction The CoreBuilder 3500 PCMCIA Flash Card is a 20 MB flash card that you can use to save your system software. When you have saved

More information

Cisco Terminal Services (TS) Agent Guide, Version 1.1

Cisco Terminal Services (TS) Agent Guide, Version 1.1 First Published: 2017-05-03 Last Modified: 2017-10-13 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

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

APPLICATION NOTE. Atmel AT03261: SAM D20 System Interrupt Driver (SYSTEM INTERRUPT) SAM D20 System Interrupt Driver (SYSTEM INTERRUPT)

APPLICATION NOTE. Atmel AT03261: SAM D20 System Interrupt Driver (SYSTEM INTERRUPT) SAM D20 System Interrupt Driver (SYSTEM INTERRUPT) APPLICATION NOTE Atmel AT03261: SAM D20 System Interrupt Driver (SYSTEM INTERRUPT) ASF PROGRAMMERS MANUAL SAM D20 System Interrupt Driver (SYSTEM INTERRUPT) This driver for SAM D20 devices provides an

More information

NetApp SolidFire Element OS. Setup Guide. Version March _A0

NetApp SolidFire Element OS. Setup Guide. Version March _A0 NetApp SolidFire Element OS Setup Guide Version 10.2 March 2018 215-12911_A0 doccomments@netapp.com Table of Contents 3 Contents SolidFire system overview... 4 Configuring a storage node... 5 Configuring

More information

Scribe Monitor App. Version 1.0

Scribe Monitor App. Version 1.0 Scribe Monitor App Version 1.0 Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, photocopying, recording, or otherwise,

More information

AppHeader User s Guide Version 1.0

AppHeader User s Guide Version 1.0 Version 1.0 Important information Texas Instruments makes no warranty, either expressed or implied, including but not limited to any implied warranties of merchantability and fitness for a particular purpose,

More information

Cisco Expressway Authenticating Accounts Using LDAP

Cisco Expressway Authenticating Accounts Using LDAP Cisco Expressway Authenticating Accounts Using LDAP Deployment Guide Cisco Expressway X8.5 December 2014 Contents Introduction 3 Process summary 3 LDAP accessible authentication server configuration 4

More information

Toad Data Point - Professional Edition

Toad Data Point - Professional Edition Toad Data Point Version 3.6 New in This Release Thursday, October 23, 2014 Contents Toad Data Point - Professional Edition Toad Data Point - Base and Professional Editions Idea Pond Toad Data Point - Professional

More information

Proficy* Historian OSI PI C OLLECTOR G UIDE. Version 6.0 June 2015

Proficy* Historian OSI PI C OLLECTOR G UIDE. Version 6.0 June 2015 Proficy* Historian OSI PI C OLLECTOR G UIDE Version 6.0 June 2015 Disclaimer of Warranties and Liability The information contained in this manual is believed to be accurate and reliable. However, GE Intelligent

More information

SafeNet Authentication Service Token Validator Proxy Agent. Installation and Configuration Guide

SafeNet Authentication Service Token Validator Proxy Agent. Installation and Configuration Guide SafeNet Authentication Service Token Validator Proxy Agent Installation and Configuration Guide All information herein is either public information or is the property of and owned solely by Gemalto NV.

More information

SafeNet Authentication Service. Java Authentication API Developer Guide

SafeNet Authentication Service. Java Authentication API Developer Guide SafeNet Authentication Service Java Authentication API Developer Guide All information herein is either public information or is the property of and owned solely by Gemalto and/or its subsidiaries who

More information

Scribe SolutionPak: HubSpot and Dynamics CRM Lead and Contact Synchronization

Scribe SolutionPak: HubSpot and Dynamics CRM Lead and Contact Synchronization Scribe SolutionPak: HubSpot and Dynamics CRM Lead and Contact Synchronization 3/20/2014 Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any

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

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 Administration Guide for Connecting to SharePoint

One Identity Manager Administration Guide for Connecting to SharePoint One Identity Manager 8.0.2 Administration Guide for Connecting to Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

Carbonite Server Backup Portal 8.5. Administration Guide

Carbonite Server Backup Portal 8.5. Administration Guide Carbonite Server Backup Portal 8.5 Administration Guide 2018 Carbonite, Inc. All rights reserved. Carbonite makes no representations or warranties with respect to the contents hereof and specifically disclaims

More information

StorageGRID Webscale NAS Bridge Management API Guide

StorageGRID Webscale NAS Bridge Management API Guide StorageGRID Webscale NAS Bridge 2.0.3 Management API Guide January 2018 215-12414_B0 doccomments@netapp.com Table of Contents 3 Contents Understanding the NAS Bridge management API... 4 RESTful web services

More information

Dell Secure Mobile Access Connect Tunnel Service User Guide

Dell Secure Mobile Access Connect Tunnel Service User Guide Dell Secure Mobile Access 11.4 Connect Tunnel Service 2016 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

Bar Code Discovery. Administrator's Guide

Bar Code Discovery. Administrator's Guide Bar Code Discovery Administrator's Guide November 2012 www.lexmark.com Contents 2 Contents Overview...3 Configuring the application...4 Configuring the application...4 Configuring Bar Code Discovery...4

More information

Cisco TelePresence Authenticating Cisco VCS Accounts Using LDAP

Cisco TelePresence Authenticating Cisco VCS Accounts Using LDAP Cisco TelePresence Authenticating Cisco VCS Accounts Using LDAP Deployment Guide Cisco VCS X8.2 D14465.07 June 2014 Contents Introduction 3 Process summary 3 LDAP accessible authentication server configuration

More information

One Identity Active Roles 7.2. Azure AD and Office 365 Management Administrator Guide

One Identity Active Roles 7.2. Azure AD and Office 365 Management Administrator Guide One Identity Active Roles 7.2 Azure AD and Office 365 Management Administrator Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright.

More information

x10data Smart Client 6.5 for Windows Mobile Installation Guide

x10data Smart Client 6.5 for Windows Mobile Installation Guide x10data Smart Client 6.5 for Windows Mobile Installation Guide Copyright Copyright 2009 Automated Data Capture (ADC) Technologies, Incorporated. All rights reserved. Complying with all applicable copyright

More information

Dynamics ODBC REFERENCE Release 5.5a

Dynamics ODBC REFERENCE Release 5.5a Dynamics ODBC REFERENCE Release 5.5a Copyright Manual copyright 1999 Great Plains Software, Inc. All rights reserved. This document may not, in whole or in any part, be copied, photocopied, reproduced,

More information

Release Information. Revision History. Version: build 018 Release Date: 23 rd November 2011

Release Information. Revision History. Version: build 018 Release Date: 23 rd November 2011 Version: 02.00.2 build 018 Release Date: 23 rd November 2011 Release Date Version 02.00.2 Build 018 23 rd November 2011 Release Information Release Type: General Availability Supported Cyberoam Versions:

More information

Upgrade Express Guide

Upgrade Express Guide ONTAP 9 Upgrade Express Guide December 2017 215-11234_G0 doccomments@netapp.com Updated for ONTAP 9.3 Table of Contents 3 Contents Deciding whether to use this guide... 4 Cluster software update workflow...

More information

Security Content Update Release Notes. Versions: CCS 11.1 and CCS 11.5

Security Content Update Release Notes. Versions: CCS 11.1 and CCS 11.5 Security Content Update 2016-1 Release Notes Versions: CCS 11.1 and CCS 11.5 SCU 2016-1 Release Notes for CCS 11.1 and CCS 11.5 Legal Notice Copyright 2016 Symantec Corporation. All rights reserved. Symantec,

More information

Enhanced Serial Peripheral Interface (espi) ECN

Enhanced Serial Peripheral Interface (espi) ECN Enhanced Serial Peripheral Interface (espi) ECN Engineering Change Notice TITLE Clarify OOB packet payload DATE 10 January 2014 AFFECTED DOCUMENT espi Base Specification Rev 0.75 DISCLOSURE RESTRICTIONS

More information

Authenticating Cisco VCS accounts using LDAP

Authenticating Cisco VCS accounts using LDAP Authenticating Cisco VCS accounts using LDAP Cisco TelePresence Deployment Guide Cisco VCS X6 D14526.04 February 2011 Contents Contents Document revision history... 3 Introduction... 4 Usage... 4 Cisco

More information

IP Routing: ODR Configuration Guide, Cisco IOS Release 15M&T

IP Routing: ODR Configuration Guide, Cisco IOS Release 15M&T Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION

More information

NVIDIA GPU CLOUD. DU _v02 July Getting Started Guide

NVIDIA GPU CLOUD. DU _v02 July Getting Started Guide NVIDIA GPU CLOUD DU-08787-001 _v02 July 2018 Getting Started Guide TABLE OF CONTENTS Chapter 1. Getting Started Using... 1 1.1. Signing Up for an NGC Account... 1 1.2. Logging on to the NGC Website...

More information

Videoscape Distribution Suite Software Installation Guide

Videoscape Distribution Suite Software Installation Guide First Published: August 06, 2012 Last Modified: September 03, 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800

More information

PRINT USER GUIDE. Mobile App Development Tool for Windows Mobile/CE and Android

PRINT USER GUIDE. Mobile App Development Tool for Windows Mobile/CE and Android PRINT USER GUIDE Mobile App Development Tool for Windows Mobile/CE and Android TracerPlus Print Version 9.5 Portable Technology Solutions, LLC 221 David Court Calverton, NY 11933 www.tracerplus.com TracerPlus

More information

WebSpray TM. User Guide. Web Server Stress-Testing Tool. Version 2.0

WebSpray TM. User Guide. Web Server Stress-Testing Tool. Version 2.0 WebSpray TM Web Server Stress-Testing Tool User Guide Version 2.0 Copyright Copyright 2006 CAI Networks, Inc. All Rights Reserved. The information contained in this document is the property of CAI Networks,

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

NetApp Cloud Volumes Service for AWS

NetApp Cloud Volumes Service for AWS NetApp Cloud Volumes Service for AWS AWS Account Setup Cloud Volumes Team, NetApp, Inc. March 29, 2019 Abstract This document provides instructions to set up the initial AWS environment for using the NetApp

More information

MAX Workbench. Balance Point Technologies, Inc. MAX Workbench. User Guide. Certified MAX Integrator

MAX Workbench. Balance Point Technologies, Inc.  MAX Workbench. User Guide.  Certified MAX Integrator Balance Point Technologies, Inc. www.maxtoolkit.com MAX Workbench User Guide 1 P a g e Copyright Manual copyright 2017 Balance Point Technologies, Inc. All Rights reserved. Your right to copy this documentation

More information

SafeNet Authentication Service

SafeNet Authentication Service SafeNet Authentication Service Integration Guide Using SafeNet Authentication Service as an Identity Provider for Tableau Server All information herein is either public information or is the property of

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

Database Connectors Net Express/Server Express 5.1 Update 14. Release Notes

Database Connectors Net Express/Server Express 5.1 Update 14. Release Notes Database Connectors Net Express/Server Express 5.1 Update 14 Release Notes Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2017.

More information

Carbonite Server Backup Portal 8.6. Administration Guide

Carbonite Server Backup Portal 8.6. Administration Guide Carbonite Server Backup Portal 8.6 Administration Guide 2018 Carbonite, Inc. All rights reserved. Carbonite makes no representations or warranties with respect to the contents hereof and specifically disclaims

More information

SonicWall Mobile Connect for Chrome OS

SonicWall Mobile Connect for Chrome OS SonicWall Mobile Connect 5.0.1 for Chrome OS November 2017 These release notes provide information about the SonicWall release. Topics: About Supported Platforms New Features Resolved Issues Known Issues

More information

One Identity Active Roles 7.2

One Identity Active Roles 7.2 One Identity December 2017 This document provides information about the Active Roles Add_on Manager7.2. About Active Roles Add_on Manager New features Known issues System requirements Getting started with

More information

Nokia Client Release Notes. Version 2.0

Nokia  Client Release Notes. Version 2.0 Nokia Email Client Release Notes Version 2.0 Published June 9, 2008 COPYRIGHT Copyright 1997-2008 Nokia Corporation. All rights reserved. Nokia, Nokia Connecting People, Intellisync, and Intellisync logo

More information

Application Launcher User Guide

Application Launcher User Guide Application Launcher User Guide Version 1.0 Published: 2016-09-30 MURAL User Guide Copyright 2016, Cisco Systems, Inc. Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

SafeNet Authentication Service

SafeNet Authentication Service SafeNet Authentication Service Push OTP Integration Guide All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries who shall have

More information

VisiBroker for Visual Studio 2013

VisiBroker for Visual Studio 2013 VisiBroker 8.5.2 for Visual Studio 2013 Release Notes Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2015. All rights reserved.

More information

NTLM NTLM. Feature Description

NTLM NTLM. Feature Description Feature Description VERSION: 6.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo are registered

More information

QPP Proprietary Profile Guide

QPP Proprietary Profile Guide Rev. 04 April 2018 Application note Document information Info Content Keywords Proprietary Profile, Server, Client Abstract The Proprietary Profile is used to transfer the raw data between BLE devices.

More information

Authentication Services ActiveRoles Integration Pack 2.1.x. Administration Guide

Authentication Services ActiveRoles Integration Pack 2.1.x. Administration Guide Authentication Services ActiveRoles Integration Pack 2.1.x Administration Guide Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright.

More information

SpanDisc. U s e r s G u i d e

SpanDisc. U s e r s G u i d e SpanDisc U s e r s G u i d e Introduction SpanDisc User s Guide SpanDisc is a complete disc archival and backup solution. SpanDisc uses the automation features or Rimage Corporation s Digital Publishing

More information

SafeNet Authentication Service

SafeNet Authentication Service SafeNet Authentication Service Integration Guide All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries who shall have and keep

More information

Artix Orchestration Installation Guide. Version 4.2, March 2007

Artix Orchestration Installation Guide. Version 4.2, March 2007 Artix Orchestration Installation Guide Version 4.2, March 2007 IONA Technologies PLC and/or its subsidiaries may have patents, patent applications, trademarks, copyrights, or other intellectual property

More information

TERMS OF SERVICE. Maui Lash Extensions All Rights Reserved.

TERMS OF SERVICE. Maui Lash Extensions All Rights Reserved. TERMS OF SERVICE Electronic Communication: When you visit our website or send e-mails to us, you are communicating with us electronically. You consent to receive communications from us electronically.

More information

Vivado Design Suite User Guide

Vivado Design Suite User Guide Vivado Design Suite User Guide Design Flows Overview Notice of Disclaimer The information disclosed to you hereunder (the Materials ) is provided solely for the selection and use of Xilinx products. To

More information

One Identity Manager Administration Guide for Connecting Oracle E-Business Suite

One Identity Manager Administration Guide for Connecting Oracle E-Business Suite One Identity Manager 8.0.2 Administration Guide for Connecting Oracle E- Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

R227. Terms Code Discount per Sales Code Qty Ordered AR-1227

R227. Terms Code Discount per Sales Code Qty Ordered AR-1227 DSD Business Systems MAS 90/200 Enhancements R227 Terms Code Discount per Sales Code Qty Ordered AR-1227 Version 5.10 2 Terms Code Discount per Sales Code Qty Ordered Information in this document is subject

More information

One Identity Manager 8.0. Administration Guide for Connecting to Azure Active Directory

One Identity Manager 8.0. Administration Guide for Connecting to Azure Active Directory 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

Documentation Roadmap for Cisco Prime LAN Management Solution 4.2

Documentation Roadmap for Cisco Prime LAN Management Solution 4.2 Documentation Roadmap for Cisco Prime LAN Thank you for purchasing Cisco Prime LAN Management Solution (LMS) 4.2. This document provides an introduction to the Cisco Prime LMS and lists the contents of

More information

SDLC INTELLECTUAL PROPERTY POLICY

SDLC INTELLECTUAL PROPERTY POLICY SDLC INTELLECTUAL PROPERTY POLICY Last Revised: 11/14/17 1. Introduction. This Intellectual Property Policy ( Policy ) governs intellectual property rights of the SDL Consortium ( SDLC ) and its Members

More information

Control4/HomeKit Appliance User Manual. User Manual. June Version Varietas Software, LLC.

Control4/HomeKit Appliance User Manual. User Manual. June Version Varietas Software, LLC. Control4/HomeKit Appliance User Manual User Manual June 2017 Version 1.0.3 Varietas Software, LLC http://www.varietassoftware.com/control4 i Control4/HomeKit Appliance Quick Start Document Revisions Date

More information

Avast Customer & Technical Support Policy

Avast Customer & Technical Support Policy Avast Customer & Technical Support Policy PLEASE READ THE TERMS AND CONDITIONS OF THIS SUPPORT POLICY ( SUPPORT POLICY ). THIS SUPPORT POLICY IS PROVIDED BY AVAST SOFTWARE s.r.o., A COMPANY DULY ORGANIZED

More information

Miva Merchant 9. Module API Reference Guide. version 2.1 MM /28/15

Miva Merchant 9. Module API Reference Guide. version 2.1 MM /28/15 Miva Merchant 9 Module API Reference Guide version 2.1 MM9-103-2.1 1/28/15 Copyright 2005 2014, Miva, Inc. Miva Merchant and Miva Central are registered trademarks of Miva, Inc. UPS, THE UPS SHIELD TRADEMARK,

More information

Quantum Policy Suite Subscriber Services Portal 2.9 Interface Guide for Managers

Quantum Policy Suite Subscriber Services Portal 2.9 Interface Guide for Managers Quantum Policy Suite Subscriber Services Portal 2.9 Interface Guide for Managers Version 5.5 August 31, 2013 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone

More information

One Identity Manager 8.0. Administration Guide for Connecting Unix-Based Target Systems

One Identity Manager 8.0. Administration Guide for Connecting Unix-Based Target Systems One Identity Manager 8.0 Administration Guide for Connecting Unix- Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

CA Harvest Software Change Manager

CA Harvest Software Change Manager CA Harvest Software Change Manager Messages Guide Release 12.5 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

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