Ryft ODBC Connector. Installation and User Guide. Ryft Document Number: Document Version: Revision Date: June 2017

Size: px
Start display at page:

Download "Ryft ODBC Connector. Installation and User Guide. Ryft Document Number: Document Version: Revision Date: June 2017"

Transcription

1 Ryft ODBC Connector Installation and User Guide Ryft Document Number: 1089 Document Version: Revision Date: June Ryft Systems, Inc. All Rights in this documentation are reserved. RYFT SYSTEMS, INC.

2 Copyright (c) 2017, Ryft Systems, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by Ryft Systems, Inc. Neither the name of Ryft Systems, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY RYFT SYSTEMS, INC. ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RYFT SYSTEMS, INC. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Ryft Systems, Inc. Page ii

3 Revision History Date Reason for Change Version June 2017 Minor technical edits May 2017 Update installation information Update list of Ryft-provided sample datasets November 2016 Initial Release Ryft Systems, Inc. Page iii

4 Contents Using This Guide... 6 Ryft Technical Support... 6 About Ryft Systems Inc : Overview : Install Ryft Connector for ODBC... 9 Ryft Provided Program: ryft1_odbcctl... 9 Summary of Steps Step 1: Unzip and Tar the Server Installation File Step 2: Review the README File Step 3: Run Installation Script Step 4: Modify ryftone.server.ini File Step 5: Start Ryft ODBC Server ODBC Log File : ODBC File System Structure : Install Datasets Ryft-Provided Sample Datasets The RDF The Meta Data File The Data File Tar the File and Add Sample Datasets Install Own Datasets : Install and Run on Windows Desktop/Client Server Install the ODBC Driver on Windows Desktop Upgrade Windows Client Example 1: Connect to Ryft ONE Using Tableau Example 2: Connect to Ryft ONE Using Microsoft Excel View/Edit the SQL Selection Statement : Install and Run on Mac OS Client Install the ODBC Driver on Mac OS Desktop Upgrade Mac OS Client : Install and Run on Ubuntu Linux README File Ryft Systems, Inc. Page iv

5 Run the Installation File Connect to Ryft ONE with LibreOffice Upgrade Linux Client : Use isql with Ryft Connector : Troubleshooting Appendix A: Commonly Used Acronyms and Terms Appendix B: Open Source rd Parties Used in Deployment: Open Source rd Parties Used in Deployment: 3 rd Party Purchased Ryft-Developed Code Optional Ryft-Developed Open Source Ryft Systems, Inc. Page v

6 Using This Guide This guide is for the System Administrator responsible for installing the Ryft Connector on your Ryft ONE server and/or clients, and making Ryft ONE accessible to your end users. It s also for the end user who will ultimately use their business intelligence and data visualization (BI/DV) tool to access the datasets on the Ryft ONE, taking advantage of all of the benefits of the Ryft ONE server. There are step-by-step instructions on installing the Ryft Connector and installing the sample datasets, and how to connect the BI/BA applications to the Ryft ONE. Additional resources: Ryft Open API Library User Guide and the Ryft ONE: User Guide. Ryft Technical Support You may access our first-tier support directly from our public website by using the Chat Widget and starting a chat with our support agents. All chat conversations are tracked and become help desk tickets in our support system. In addition, you can access our support system through the Ryft Support site: Log in with your credentials to see your past tickets, create new tickets, and to access limited-access content. For technical support, contact us: support@ryft.com Web: Phone: (RYFT ONE) About Ryft Systems Inc. Ryft makes data analytics fast and simple with the world s top cloud and physical heterogeneous compute accelerators. With more than a decade of experience, Ryft helps deliver instant insights into any data by eliminating the latency associated with data indexing and transformation/curating. Today, industry leaders rely on Ryft to quickly and simply unlock the value hidden in their data for real-time actionable insight. Ryft Systems, Inc. Page 6

7 1 1: Overview Connect your business analytics/intelligence/visualization applications such as Tableau, Birst or Excel to the Ryft ONE server using Ryft Connectors for ODBC, JDBC or Apache Spark. This is done without the need for indexing or ETL and without the need to put the data into an SQL or nosql database inside the Ryft ONE. Instead, the Ryft ONE can work with structured files like XML and JSON, with future support for flat files, key values and CSV files, to make it look like the data is coming from an SQL database while being transparent to your business applications. The Ryft Connector: Supports the SQL-92 standard, which is supported by most major database vendors. Enables key features for analysis including: o Database tables and views o Column meta data o SQL commands (=,!=, LIKE, NOT LIKE) o Auto discovery of tables, views and metadata Client runs natively on Windows, Mac, and Linux-based infrastructures This product includes data access and analytics software including ODBC, JDBC, ADO.NET, ODBO, and XMLA developed by Simba technologies, Inc. ( Ryft Systems, Inc. Page 7

8 This guide focuses on the Ryft ODBC Connector for the server, and Windows, Mac and Linux-based clients. See Also: Ryft JDBC Connector: Installation and User Guide Ryft ODBC/JDBC Connector: SQL Reference Guide Ryft ONE Spark Integration and User Guide Ryft Systems, Inc. Page 8

9 2 2: Install Ryft Connector for ODBC Access the zipped Ryft ODBC Connector file, ryft1_odbc_server_64-x.x-y.y.tar.gz, where x.x is the version number, and y.y is the build number in the ~/install directory on the Ryft ONE server. Once downloaded, move it to the home directory /home/<userid> on your Ryft ONE server, using your preferred method. Included in the ~/install directory is the file SampleDatabases.gz that contains a set of sample datasets that you may use to become familiar with the Ryft ONE and the primitives. Ryft recommends you unzip and tar the file once the ODBC driver is installed and the server is started. Unzip the tar file and the /usr/local/ryft directory is automatically created. This directory contains the installation files for the Ryft Connector. It also creates the following sub-directories and files: ~/bin/x contains the binary and configuration files necessary to run the Ryft ODBC server. It also contains two programs, and a configuration information file. o ryft1_odbcd - contains the Ryft Connector server daemon o ryft1_odbcctl - contains the control program used to start, stop and configure the Ryft Connector server daemon. o.ryftone.server.ini - contains configuration information used by the Ryft Connector server. ~/lib/x contains all of the libraries referenced by the Ryft ODBC driver components. ~/errormessages - contains the XML error message source for all error messages issued by the Ryft ODBC driver. Ryft Provided Program: ryft1_odbcctl Ryft provides the ryft1_odbcctl control program with the Ryft Connector installation. The ryft1_odbcctl program is used to start, stop, and configure the Ryft Connector server daemon. System administrators use this program to start or kill the Ryft Connector server, or to install, delete or list installed datasets. In order for a dataset to be searchable by Ryft ONE, there must be an RDF associated with the data files that make up the ODBC tables. Ryft Systems, Inc. Page 9

10 For more information about RDFs, see 4: Install Datasets. Detailed information is available in Appendix A Record Definition Information in the Ryft Open API Library User Guide, available on the Ryft website. Summary of Steps Follow these steps to unzip and install the driver: 1. Unzip and tar the file. 2. Review the README file. 3. Run the installation script. 4. Modify the.ini file to match your installation. Optional. 5. Start the Ryft ODBC server process. Step 1: Unzip and Tar the Server Installation File Use the tar command to unzip ryft1_odbc_server_linux-x.x-x.x.tar.gz: ryftuser@ryftone-0311:~$ tar xzf ryft1_odbc_server_64-x.x-y.y.tar.gz This creates the /home/<userid>/ryft1_odbc_server_64/ directory and copies the necessary files into the new directory. Go to the directory and list the contents: ryftuser@ryftone-0311:~$ cd ryft1_odbc_server_64/ ryftuser@ryftone-0311:~/ryft1_odbc_server_64$ ls -al total 52 drwxrwxr-x 5 ryftuser ryftuser 4096 May 23 14:19. drwxr-xr-x 52 ryftuser ryftuser May 25 14:56.. drwxrwxr-x 3 ryftuser ryftuser 4096 May 23 14:19 bin drwxrwxr-x 3 ryftuser ryftuser 4096 May 23 14:19 errormessages -rwxr-xr-x 1 ryftuser ryftuser 931 May 23 14:19 install.sh drwxrwxr-x 3 ryftuser ryftuser 4096 May 23 14:19 lib -rwxr-xr-x 1 ryftuser ryftuser 1465 May 23 14:18 README -rwxr-xr-x 1 ryftuser ryftuser 54 May 23 14:18 r.ld.so.conf -rw-rw-rw- 1 root root 1319 May 23 14:20 ryftodbcd.conf -rwxr-xr-x 1 ryftuser ryftuser 1379 May 23 14:18 ryftodbcd.template -rwxr-xr-x 1 ryftuser ryftuser 10 May 23 14:18 VERSION Step 2: Review the README File Open the README file using your preferred viewer and review the contents: ryftuser@ryftone-0311:~/ryft1_odbc_server_64$ cat README This directory contains the installation of the RyftOne ODBC Server. /bin/x contains the binary and configuration files necessary to run the RyftOne ODBC server. ryft1_odbcd - contains the RyftOne ODBC server daemon. ryft1_odbcctl - contains the control applet used to start, stop and configure the RyftOne ODBC server daemon, ex. "./bin/x8664/ryft1_odbcctl -s" will start the server daemon Help is available for the ryft1_odbcctl applet via the "-h" switch. Ryft Systems, Inc. Page 10

11 .ryftone.server.ini - contains configuration information used by the RyftOne ODBC server. /lib/x contains all of the libraries referenced by the RyftOne ODBC server components. /errormessages - contains the XML error message source for all error messages issued by the RyftOne ODBC server daemon. 1. Run 'sudo./install.sh' from the ryft1_odbc_server_64 directory. 2. Modify the contents of the /usr/local/ryft/bin/x8664/.ryftone.server.ini file to match your installation. 3. Start the server process ('/usr/local/ryft/bin/x8664/ryft1_odbcctl -s'). NOTE: This installation assumes that OpenSSL components are already installed in your Linux distribution. If the OpenSSL libraries are not installed in your distribution, run 'sudo apt-get install libssl1.0.0'. Refer to the "Ryft Connector for ODBC Installation and User Guide" for more information on installing and configuring your RyftOne ODBC server. Step 3: Run Installation Script Following the steps in the README file, run the install script from the ryft1_odbc_server_64 directory as the Root user. Remember, you ll need to enter the root password once you execute the command. $ sudo./install.sh This is a sub-set of the system response: The install command copies files, installs binaries, and updates the cache libraries. Step 4: Modify ryftone.server.ini File Next, you may modify the.ryftone.server.ini file to match your installation, if you choose. This is optional. The file is located in the /usr/local/ryft/bin/x8664 directory. Look at the.ini file using your preferred editor: ryftuser@ryftone-311:/usr/local/ryft/bin/x8664$ cat.ryftone.server.ini [Server] Ryft Systems, Inc. Page 11

12 LogLevel=6 LogNamespace= LogPath=./ DriverLocale=en-US DriverManagerEncoding=UTF-16 ErrorMessagesPath=../../errormessages ListenAddress= ListenPort=7409 UseSsl=0 [REST] RESTServer= #RESTUser=odbcuser #RESTPass=odbcpass [Auth] Type=none LDAPServer=ldap://ldap.forumsys.com:389 LDAPUser=read-only-admin LDAPPassword=password LDAPBaseDN=dc=example,dc=com You may want to update the following values in the file: Server LogLevel The logging level. Default is 0, off; maximum is 6, trace level: o o o o o o o 0 = Off 1 = Fatal; only fatal issues are logged 2 = Error; error conditions and fatal issues 3 = Warning; warnings, errors and fatal issues 4 = Informational; informational messages, warnings, etc. 5 = Debug; all debugging information, information messages, etc. 6 = Trace; function level entry points, debugging info, etc. Auth Type authentication settings. Options are none and ldap o o none - shuts off authentication ldap enables LDAP server authentication. Admin should set up per internal LDAP server parameters Network ConnectionIdleTimeout default is seconds (1,440 minutes 240 hour 10 days) Network ListenPort default is 7409; update to match your network. Modify the file, as needed, and then save and close the file. Step 5: Start Ryft ODBC Server Lastly, start the Ryft ODBC server and verify that the server is running, using the ryft_status m command, as shown here. Select option 1) Start Menu and then select option 4) Start ryftodbcd to start the process. Ryft Systems, Inc. Page 12

13 Alternatively, as Root use the command line to start the process and verify it is running: $ sudo service ryftodbcd start ryftodbcd start/running, process $ ps aux grep odbcd ryftuser pts/7 S+ 16:26 0:00 grep --color=auto odbcd root ? Ssl Sep06 3:14 ryft1_odbcd The Ryft ODBC server is now ready for use. Ryft Systems, Inc. Page 13

14 ODBC Log File Doc #1089, V1.2.1/ June 2017 The ryft1_odbcctl command automatically creates the first ODBC log file, ryftone_server.log, in the /usr/local/ryft/bin/x8664/ directory, for logging levels above 0. The maximum file size is 200MB. Once the log file is full, another log file is created, for a total of 6 log files. Only the 6 most recent log files are kept on the server; it rolls the log files so that the oldest file is deleted when a new file is created. The first file is ryftone_server.log and subsequent files are numbered ryftone_serverx.log where X= 1 to 5. Here is sample output in the log file: Ryft Systems, Inc. Page 14

15 3 3: ODBC File System Structure In order to optimize the ODBC to Ryft One file structure, Ryft requires this directory structure: Store all the data files in the /ryftone/odbc directory. Create sub-directories for each data type that use the same RDF extension. For example: o /ryftone/odbc/myxml = XML data type using the myxml.rdf RDF file o /ryftone/odbc/xml2 = XML data type using the xml2.rdf RDF file o /ryftone/odbc/json3 = JSON data type using the json3.rdf RDF file This figure represents the file hierarchal structure. /ryftone/odbc/ census/ chicago/ passengers/ starbucks/ walmart/ census.censusxml censusxml.rdf.meta.table PA_census.censusxml chicago_2015.pcrime chicago_2016.pcrime chicago_all.pcrime.meta.table pcrime.rdf.meta.table passengers.pxml pxml.rdf java_joins.sjson.meta.table starbucks.sjson starbucks_dc.sjson starbucks_ny.sjson sjson.rdf.meta.table super_walmart.wxml walmart.wxml wxml.rdf Notice that each data file exists in its own sub-directory under /ryftone/odbc. The sub-directory has the same name as the data file, like directory /ryftone/odbc/census and the datafile census.censusxml. Each sub-directory contains the data file, its related RDF file, and the.meta.table file which is unique to each data file. Multiple data files may exist under the same sub-directory, but only if the data file uses the exact same.meta.table and RDF. Ryft Systems, Inc. Page 15

16 4 4: Install Datasets You can install your own datasets onto the /ryftone filesystem to use with the primitives, only after creating the RDF and the meta table associated with your dataset, assuming a matching RDF does not already exist. Before installing your own datasets, however, Ryft recommends you work with the Ryft-provided sample datasets to learn how to work with datasets. NOTE: All data files must exist on the /ryftone filesystem, only. They cannot reside anywhere else on the RyftONE server. Ryft-Provided Sample Datasets Prior to installing your datasets onto the Ryft ONE, install the sample datasets provided in the Ryft Connector installation file. This will help you become familiar with the Ryft Connector and how to use it to connect your business intelligence/data visualization (BI/DV) tool to the Ryft ONE sever. Ryft provides six sample datasets for your use in one file, SampleDatabases.gz: Name Data Type Description census XML Sample census data created by Ryft from data obtained from publicly available data. Chicago_Crime XML Public data available for the city of Chicago, this dataset reflects reported incidents of crime from 2001 to present. Accessible at: Passengers XML Sample dataset created by Ryft. Starbucks_by_State JSON Sample dataset created by Ryft from data obtained from publicly available data. Walmart_Stores_by_State XML Sample dataset created by Ryft from data obtained from Walmart Corporate website. Seuss JSON Sample dataset created by Ryft from data obtained from publicly available data. Ryft Systems, Inc. Page 16

17 Once all datasets have been installed, there is a sub-directory for each dataset, and each sub-directory contains three types of files that are specific to each dataset: *.rdf,.meta.table and an xml file. The Passengers dataset is used in the following examples. The Passengers sub-folder contains three files: RDF File: pxml.rdf Meta Data File:.meta.table Data File: passengers.pxml All three files are required to use the Connector with your dataset The RDF The record definition file (RDF) defines chunk size, the data type (XML, JSON, CSV, etc. ), and each field in the Passengers dataset, including any tags. This is the pxml.rdf for the Passengers dataset: ryftuser@r :/ryftone/odbc/passengers$ cat pxml.rdf # pxml.rdf record definition rdf_name = "pxml"; chunk_size_mb = 64; file_glob = "*.pxml"; record_start = "<csv_record>"; record_end = "</csv_record>"; data_type = "xml"; fields = { Name = ( "<Name>","</Name>" ), DoB = ( "<DoB>", "</DoB>" ), Phone = ( "<Phone>","</Phone>" ), Notes = ( "<Notes>","</Notes>" ), }; Here is star.rdf, a sample JSON RDF for Starbucks datafile. Notice that individual fields are not listed. Instead the record_path is specified as a top-level array: ryftuser@r :/ryftone/odbc/starbucks_by_state$ cat star.rdf # Starbucks RDF # data_type = "JSON"; rdf_name = "star" chunk_size_mb = 64; file_glob = "*.sjson"; record_path = "[]"; For more information about RDFs, refer to the Ryft ONE: User Guide or the Ryft Open API Library User Guide. The Meta Data File.meta.table contains the field definition information for each field in the dataset, which enables the Ryft Connector to determine the type of data that is contained in the file. It also contains any optionally Ryft Systems, Inc. Page 17

18 pre-defined views for each dataset to provide a smaller view into the data; this is accessible from your BI/DV tool. Notice that the parameter rdf states the full path of the related RDF file. NOTE: A.meta.table file must exist for JSON data files, even if no fields are defined in the file. This example contains the metadata for the Passengers dataset. It also includes one sample view at the bottom of the file so that you can see the list of Action hero passengers with the name T from the Passengers table. The Data File ryftuser@r :/ryftone/odbc/passengers$ cat.meta.table # table metadata definition file table_name = "Passengers" table_remarks = "Action hero passenger database" rdf = "/ryftone/odbc/passengers/pxml.rdf"; columns = { Name = ( "Name","VARCHAR(80)", "" ), DoB = ( "Date_of_Birth", "VARCHAR(80)", "" ), Phone = ( "Phone","VARCHAR(80)", "" ), Notes = ( "Notes","VARCHAR(256)", "" ), }; views = { Passengers_Named_T = ( "Passengers_Named_T", "(RECORD.Name EQUALS \"T\")", "Action hero passengers with the name T" ), }; passengers.pxml the Passengers data file. Notice that in this example <csv_record> and </csv_record> are used to define the start and end of each record. ryftuser@r :/ryftone/odbc/passengers$ head -25 passengers.pxml <?xml version = "1.0" encoding = "UTF-8"?> <xml_root> <csv_record> <Name>Hannibal Smith</Name> <DoB> </DoB> <Phone> </Phone> <Notes>A-team, baby, A-team!</Notes> </csv_record> <csv_record> <Name>DR. Thomas Magnum</Name> <DoB> </DoB> <Phone> </Phone> <Notes>Magnum PI himself.</notes> </csv_record> <csv_record> <Name>Steve McGarett</Name> <DoB> </DoB> <Phone> </Phone> <Notes>The new Hawaii Five-O.</Notes> </csv_record> Ryft Systems, Inc. Page 18

19 Tar the File and Add Sample Datasets Follow these steps to tar the sample dataset file and add the sample datasets. Doc #1089, V1.2.1/ June Once Ryft Connector is installed on your Ryft ONE server, copy the SampleDatabases.tar.gz file to your home directory (/home/<userid>) on the Ryft ONE server. 2. Tar the file. It automatically creates a sub-directory for each sample dataset, and create files in each dataset sub-directory. Here is a subset of the datasets: $ tar xvzf SampleDatabases.gz odbc_setup.sh ODBC/ ODBC/Chicago_Crime/ ODBC/Chicago_Crime/.meta.table ODBC/Chicago_Crime/chicago.pcrime ODBC/Chicago_Crime/pcrime.rdf ODBC/Passengers/ ODBC/Passengers/.meta.table ODBC/Passengers/pxml.rdf ODBC/Passengers/passengers.pxml ODBC/census/ ODBC/census/.meta.table ODBC/census/census.censusxml ODBC/census/censusxml.rdf ODBC/Walmart_Stores_by_State/ ODBC/Walmart_Stores_by_State/.meta.table ODBC/Walmart_Stores_by_State/walmart.wxml ODBC/Walmart_Stores_by_State/wxml.rdf ODBC/Starbucks_Stores_by_State/ ODBC/Starbucks_Stores_by_State/.meta.table ODBC/Starbucks_Stores_by_State/starbucks.stxml ODBC/Starbucks_Stores_by_State/stxml.rdf ODBC/Starbucks_by_State/ ODBC/Starbucks_by_State/.meta.table ODBC/Starbucks_by_State/starbucks.sjson ODBC/Starbucks_by_State/star.rdf 3. The tar command includes the odbc_setup.sh script. Execute the script and it will install the rdf files, sample dataset, and associated meta data files. $./odbc_setup.sh rhfsctl -R 1: RawBinary => *.bin (system) 2: PlainText => *.txt (system) 3: PCRIME => *.pcrime 4: xcalls => *.xcalls 5: CRIMESTAT => *.crimestat 6: popra.rdf => *.popra 7: JBS => *.jbs 8: xml-insurance.rdf => *.xml-insurance 9: xml-insurance4.rdf => *.xml-insurance4 10: twitter-json => *.json 11: oxml.rdf => *.oxml 12: DB => *.db 13: twitter-txml-1 => *.txml 14: BRS => *.brs 15: censusxml => *.censusxml 16: pxml.rdf => *.pxml 17: dtxml.rdf => *.dtxml 18: pbin256m => *.pbin256m Ryft Systems, Inc. Page 19

20 19: data1g => *.data Adding RDFs to RHFS...pxml.rdf, wxml.rdf, star.rdf, stxml.rdf, pcrime.rdf, censusxml.rdf 14:15: : Adding RDF from ODBC/Passengers/pxml.rdf FAILED: RDF already exists with glob *.pxml 14:15: : RDF from ODBC/Walmart_Stores_by_State/wxml.rdf added successfully as ID :15: : RDF from ODBC/Starbucks_by_State/star.rdf added successfully as ID :15: : RDF from ODBC/Starbucks_Stores_by_State/stxml.rdf added successfully as ID :15: : Adding RDF from ODBC/Chicago_Crime/pcrime.rdf FAILED: RDF already exists with glob *.pcrime 14:15: : Adding RDF from ODBC/census/censusxml.rdf FAILED: RDF already exists with glob *.censusxml rhfsctl -R 1: RawBinary => *.bin (system) 2: PlainText => *.txt (system) 3: PCRIME => *.pcrime 4: xcalls => *.xcalls 5: CRIMESTAT => *.crimestat 6: popra.rdf => *.popra 7: JBS => *.jbs 8: xml-insurance.rdf => *.xml-insurance 9: xml-insurance4.rdf => *.xml-insurance4 10: twitter-json => *.json 11: oxml.rdf => *.oxml 12: DB => *.db 13: twitter-txml-1 => *.txml 14: BRS => *.brs 15: censusxml => *.censusxml 16: pxml.rdf => *.pxml 17: dtxml.rdf => *.dtxml 18: pbin256m => *.pbin256m 19: data1g => *.data 20: wxml => *.wxml 21: star => *.sjson 22: stxml => *.stxml Copying ODBC files to /ryftone/odbc/... cp -rf ODBC /ryftone ls /ryftone/odbc/ Calls census Chicago_Crime Passengers Starbucks_by_State Starbucks_Stores_by_State Walmart_Stores_by_State ryftprim -p es -f ODBC/Chicago_Crime/chicago.pcrime -od mychicago.txt -q '((RECORD.district EQUALS "012") AND (RECORD.arrest EQUALS "true"))' -vv Duration : seconds Total Bytes : 6.57 MB Matches : 80 Fabric Data Rate : 3.21 GB/sec Data Rate : MB/sec 4. Verify that all directories and sub-directories have been copied over. /ryftone/odbc$ ls -al total 0 Ryft Systems, Inc. Page 20

21 drwxr-xr-x 0 ryftuser ryftuser 0 Sep drwxrwxr-x 0 ryftone ryftone 0 Mar drwxrwxr-x 0 ryftuser ryftuser 0 Sep census drwxrwxr-x 0 ryftuser ryftuser 0 Sep Chicago_Crime drwxrwxr-x 0 ryftuser ryftuser 0 Sep Passengers drwxrwxr-x 0 ryftuser ryftuser 0 Sep Starbucks_by_State drwxrwxr-x 0 ryftuser ryftuser 0 Sep Walmart_Stores_by_State drwxrwxr-x 0 ryftuser ryftuser 0 Nov 3 14:55 Seuss /ryftone/odbc$ /ryftone/odbc$ ls -al Walmart_Stores_by_State/ total 8 drwxrwxr-x 0 ryftuser ryftuser 0 Sep drwxr-xr-x 0 ryftuser ryftuser 0 Sep drwxr-xr-- 0 ryftuser ryftuser 0 Dec 27 11:30.caches -rwxrwxr-x 0 ryftuser ryftuser 441 Sep meta.table -rwxrwxr-x 0 ryftuser ryftuser 8144 Sep walmart.wxml -rw-rw-r-- 0 ryftuser ryftuser 394 Sep wxml.rdf Use these sample datasets from a Windows OS, Mac OS or Linux OS environment and connect to the Ryft ONE using the Ryft Connector to learn and test the server. Once familiar with the setup and installation, add your own datasets following the steps, below. Install Own Datasets You may create and install your own datasets onto the Ryft ONE by using ryft1_odbcctl a with your own XML or JSON file. The first step, is to create the sub-directory for the dataset, and it s related RDF and.meta.table files. These must exist in the /ryftone/odbc directory before you create your dataset or copy it from another source. In this example, the xml file is people and the dataset will be named People. Here is the syntax. ryftuser@ryftone-310:~$ /usr/local/ryft/bin/x8664/ryft1_odbcctl -a people XML record delimiter [<csv_record>]: Table name [people]: People File chunk size [64]: 14:25: : RDF from /ryftone/odbc/people/people.rdf added successfully as ID 39. ryftuser@ryftone-310:~$ List the contents of the /ryftone/odbc/people directory to see the files that were automatically created based on the people.xml file: ~$ /usr/local/ryft/bin/x8664/ryft1_odbcctl a People people.xml csv_record 11:46: : RDF from /ryftone/odbc/people/people.rdf added successfully as ID 17. ~$ cd /ryftone/odbc/ /ryftone/odbc$ ls Chicago_Crime Passengers People Starbucks_Stores_by_State Walmart_Stores_by_State /ryftone/odbc$ ls al People/ Total 2 Drwxrwxr-x 0 root ryftuser 0 Nov 12 11:46. Drwxrwxr-x 0 root ryftuser 0 Nov 11 14:30.. -rw-rw-r - 0 root ryftuser 263 Nov 12 11:46.meta.table -rw-rwxr-- 0 root ryftuser 2166 Nov 12 11:46 people.people -rw-rw-r-- 0 root ryftuser 300 Nov 12 11:46 People.rdf Ryft Systems, Inc. Page 21

22 5 5: Install and Run on Windows Desktop/Client Server This section covers how to install the ODBC client driver on your Windows desktop. Included are examples of how to connect to the Ryft ONE server using the Ryft ONE ODBC connector using Tableau and Microsoft Excel. Steps to update your existing Ryft ONE ODBC connector are at the end of this section. Install the ODBC Driver on Windows Desktop 1. Locate and run the Ryft Connector installation file, ryft1_odbc_client_win_64_x.x.y.y, where x.x is the version number, and y.y is the build number. 2. The Setup wizard displays to guide you through installing the Ryft ODBC Driver (64-bit). Click Next. Ryft Systems, Inc. Page 22

23 3. The End User License Agreement window displays. Ensure you read the agreement. 4. Select the I accept the terms in the License Agreement checkbox and click Next. Ryft Systems, Inc. Page 23

24 5. Specify or accept the default destination folder. Click Next. Doc #1089, V1.2.1/ June Click Install and the installation starts. 7. Allow the program to update your system. Ryft Systems, Inc. Page 24

25 8. Once installation is complete, click Finish. 9. On your desktop, click Programs. You can now see the Ryft ODBC Driver X.X (64-bit) folder and its files. Select 64-bit ODBC Administrator. Ryft Systems, Inc. Page 25

26 10. The ODBC Data Source Administrator pop-up window displays. On the User DSN tab, click Add to create a new data source. 11. On the Create New Data Source window ensure Ryft ODBC Driver is selected. Click Finish. Ryft Systems, Inc. Page 26

27 12. The Configure Ryft window displays. Enter a Name and Description for Ryft. Enter the User name and Password for the Ryft server, and specify the IP address of the server. By default, the Port is 7409, but should be changed to match your environment. 13. Click Test Connection to verify connectivity to the Ryft ONE server. If the test is successful, this message displays. If the IP address or the Port is bad, this message displays. Ryft Systems, Inc. Page 27

28 If the Username/Password is bad, this message displays. Doc #1089, V1.2.1/ June 2017 Make the necessary corrections and test again. 14. After a successful test, click OK to close the Connection Test pop-up. Click OK to close the Configure Ryft pop-up. 15. You re back on the ODBC Data Source Administrator window. Notice that the Ryft ONE data source has been added. 16. Click OK to close this window. Upgrade Windows Client When a new release of the Windows client is released, you need to run the new windows installer on your desktop, and set up the connections to your Ryft servers. You can install the new version without uninstalling/deleting the old version, but Simba does not allow Ryft to automatically recreate existing connections to the Ryft server. You must manually re-establish these connections. Follow the same steps for installation, as covered in the beginning of this chapter. Ensure you complete the Configure Ryft window for each Ryft server connection. Ryft Systems, Inc. Page 28

29 See Also: 6: Install and Run on Mac OS Client - install the ODBC client driver on Mac OS 7: Install and Run on Ubuntu Linux - install the ODBC client driver on Ubuntu Example 1: Connect to Ryft ONE Using Tableau You can connect a business intelligence tool, like Tableau, to the Ryft ONE server to view datasets stored on the server. From using pre-defined views to creating custom views using SQL, you can easily connect to your datasets from a BI tool, like Tableau, by using the Ryft Connector. 1. Open Tableau. From the left-hand menu, click More Servers and then select Other Databases (ODBC) 2. The Server Connection window displays. Select RyftOne from the DSN drop-down list, and click Connect. Ryft Systems, Inc. Page 29

30 3. The Connect to Ryft window displays. Enter the credentials and verify the server IP and Port number. Click OK. 4. After successfully connecting to the Ryft ONE server, the Server Connection window populates with information. Verify the information and then click OK at the bottom of the window. Ryft Systems, Inc. Page 30

31 5. Tableau displays and shows that you are now connected to the RyftONE (ODBC). 6. Click on the magnifying glass in Table to search for and list the sample datasets and views that you loaded. Ryft Systems, Inc. Page 31

32 7. Select a table. You are now connected and can use the sample datasets and views provided, or create your own custom SQL. Example 2: Connect to Ryft ONE Using Microsoft Excel Microsoft Excel can connect to the Ryft ONE using the Ryft Connector. Please note that only the 64-bit version of Excel works with the Ryft Connector. Open Microsoft Excel and follow these steps: 1. From the Data ribbon, select From Other Sources and then From Data Connection Wizard. 2. The Data Connection Wizard window displays. Select ODBC DSN and then click Next. 3. Select Ryft ONE as your ODBC data source and click Next. Ryft Systems, Inc. Page 32

33 4. The Connect to Ryft dialog box displays. Enter the Password for the server, enter/verify your server IP and Port information, and click OK. 5. The Data Connection Wizard re-displays and shows the tables and views available on the Ryft ONE, such as the sample datasets and views. Select a view or table and click Next. Ryft Systems, Inc. Page 33

34 6. Verify the information and click Finish. 7. Specify how to import your data and then click OK. 8. Enter the Ryft password and click OK. Ryft Systems, Inc. Page 34

35 9. The selected view displays in Excel and shows the sub-set of data that met the predefined selection criteria. View/Edit the SQL Selection Statement To view or edit the SQL statement used by a view, use Existing Connections on the Data ribbon. 1. From the Data ribbon, select Existing Connections. Ryft Systems, Inc. Page 35

36 2. Select an option and click Open. The Import Data window displays. Click the Properties button. 3. In the Connection Properties window, click the Definition tab to see the SQL command text used to generate this view. Ryft Systems, Inc. Page 36

37 4. To edit the query text, click Edit Query. Enter the password to access the Ryft server and click OK. 5. The Microsoft Query window displays and shows the data in the specified dataset. 6. To edit the query statement, click the SQL button and edit the SQL statement. NOTE: The Fuzzy Search/Hamming Distance capability is also available in Excel. The syntax remains the same: -Hx (variable to match) Ryft Systems, Inc. Page 37

38 6 6: Install and Run on Mac OS Client This section covers how to install the ODBC client driver on your Mac OS desktop. Once you download and untar the installation file, review the README file. This directory contains the installation of the Ryft ODBC driver. /lib - contains all of the libraries referenced by the Ryft ODBC driver components. /errormessages - contains the XML error message source for all error messages issued by the Ryft ODBC driver. 1. Download and install the iodbc Driver Manager for Mac OS X ( 2. Untar the Ryft ODBC Mac OS X Client tarball using 'tar -xzf ryft1_odbc_client_macosx-x.x-x.x.tar.gz'. 3. Navigate to the ryft1_odbc_client_macosx directory and run './install.sh' or optionally 'sudo./install.sh'. If install is run as root, the Ryft ODBC Mac OS X Client files will be installed in the /usr/local/lib and /usr/local/ryft directories. If you are not running as root at the time of the install, the Ryft ODBC Mac OS X Client files will instead be installed in ~/lib and ~/ryft. 4. During the installation the odbc.ini and odbcinst.ini files were created for you. These files are iodbc configuration files. If you preiously had ODBC drivers and DSNs installed, you must merge the contents of the odbc.ini and odbcinst.ini files with the ~/.odbc.ini and ~/.odbcinst.ini files. If no ~/.odbc.ini or ~/.odbcinst.ini file were located at the time of installation, these files were created for you. Refer to the "Ryft Connector for ODBC Installation and User Guide" for more information on installing and configuring your RyftOne ODBC driver. Install the ODBC Driver on Mac OS Desktop 1. Download and install the iodbc Driver Manager for Mac OSX from 2. Download the Ryft ONE ODBC Client for Mac OS, ryft1_odbc_client_macosx-x.x-y.y.tar.gz. Ryft Systems, Inc. Page 38

39 3. Open Terminal and go to the Downloads directory. Doc #1089, V1.2.1/ June Untar the file using this command: $ tar xzf ryft1_odbc_client_macosx-x.x-x.x.tar.gz 5. Navigate to the ryft1_odbc_client_macosx directory. 6. Run the installation script. Ryft recommends running the script as the system administrator so that files are installed in the /usr/local/lib and /usr/local/ryft directories. Otherwise, the files will be installed in ~/lib and ~ryft directories. $ sudo./install.sh 7. Once you start the installation script, the system prompts you for the following, and once entered, the system installs the Ryft ONE ODBC client: o The directory in which to install. By default, it will install in the /Users/<username> directory. To accept the default, press Enter. o The IP Address of the Ryft ODBC server. o The IP Port of the Ryft ODBC server. 8. Press Enter and the installation is complete. Ryft Systems, Inc. Page 39

40 Here is the installation script and the prompts. NOTE: During the installation the odbc.ini and odbcinst.ini files are automatically created for you. These files are iodbc configuration files. If you previously had ODBC drivers and DSNs installed, you must merge the contents of the odbc.ini and odbcinst.ini files with the ~/.odbc.ini and ~/.odbcinst.ini files. Upgrade Mac OS Client When a new release of the Mac OS client is released, you need to run the new installer on your desktop, and set up the connections to your Ryft servers. You can install the new version without uninstalling/deleting the old version, but Simba does not allow Ryft to automatically recreate existing connections to the Ryft server. You must manually re-establish these connections. Follow the same steps for installation, as covered in the beginning of this chapter. Ryft Systems, Inc. Page 40

41 7 7: Install and Run on Ubuntu Linux The Ryft Connector can be run in a Linux/Ubnutu operating system, and enables LibreOffice to connect with the Ryft ONE server using the Ryft Connector. The installation file, ryft1_odbc_client_linux_64-x.x-y.y.tar.gz, is stored in the ~/install directory on the Ryft ONE. Install it in Ubuntu, and then follow the instructions in the README file to install the Ryft ONE ODBC connector. README File The README file contains the steps to install the Ryft ODBC driver in Linux. As stated in the file, this installation assumes OpenSSL components are already installed in your Linux distribution. If not, run sudo apt-get install libssl1.0.0 command. This directory contains the installation of the Ryft ODBC driver. /bin/x contains the binary. /lib/x contains all of the libraries referenced by the Ryft ODBC driver components. /errormessages - contains the XML error message source for all error messages issued by the Ryft ODBC driver. 1. Run 'sudo apt-get install unixodbc-dev unixodbc-bin unixodbc' to install the unixodbc components if you have not already done so. 2. Untar the Ryft ODBC Linux Client tarball using 'tar -xzf ryft1_odbc_client_linux-x.x-x.x.tar.gz' 3. Navigate to the ryft1_odbc_client_64 directory and run './install.sh' or optionally 'sudo./install.sh'. If install is run as root, the Ryft ODBC Linux Client files will be installed in the /usr/local/ryft directory. If you are not running as root at the time of the install, the Ryft ODBC Linux Client files will instead be installed in the ~/ryft directory. If you did not run./install.sh as root, you will have to update LD_LIBRARY_PATH to include the [INSTALL_DIR]/lib/x8664 directory. 4. During the installation the odbc.ini and odbcinst.ini files were created for you. If you previously had ODBC drivers and DSNs installed, you must merge the contents of these files with the ~/.odbc.ini and ~/.odbcinst.ini files. If you did not have a previous installation, you can copy these files as ~/.odbc.ini and ~/.odbcinst.ini. Ryft Systems, Inc. Page 41

42 5. To use Libre Office Base on Ubuntu, you must also run 'sudo apt-get install libreoffice-base' if you have not already done so. NOTE: This installation assumes that OpenSSL components are already installed in your Linux distribution. If the OpenSSL libraries are not installed in your distribution, run 'sudo apt-get install libssl1.0.0'. Refer to the "Ryft Connectors: Installation and User Guide" for more information on installing and configuring your RyftOne ODBC driver. Run the Installation File 1. First, install the Unix ODBC components and update cache, if it hasn t already been done. $ sudo apt-get install unixodbc-dev unixodbc-bin unixodbc 2. Move the file to the HOME directory. 3. Open a terminal window and list the contents of the HOME directory. 4. Untar the installation file: $ tar xzf ryft1_odbc_server_linux_64-x.x-x.x.tar.gz 5. Go to the ryft1_odbc_client_64 directory and list the files. 6. As root, run the installation script. You need to enter the administrator password. $ sudo./intall.sh o If you ran the command as Root, the Ryft ODBC Linux Client files are installed in the /user/local/ryft directory. o If you are not Root when you run the command, the files are installed in the ~/ryft directory. You must also update the LD_LIBRARY_PATH to include the "[INSTALL_DIR]/lib/x8664" directory. 7. Modify contents of the ~/.odbc.ini file, created during installation, using your preferred editor. Update the IP address and port associated with Server to point to your Ryft ONE server. Ryft Systems, Inc. Page 42

43 8. If you have multiple Ryft ONE servers, copy and paste the text and update the name (e.g. RyftODBC-100 and RyftODBC-200) and Servers information, like this. 9. Save and close the file. Connect to Ryft ONE with LibreOffice If you want to use the LibreOffice with Ryft ONE ODBC connector, you need to install LibreOffice Base; it is not part of the default Ubuntu distribution. Once installed you can then use Base Database component (database wizard) to connect to the Ryft ONE server using the Ryft Connector. 1. As root, install the libreoffice-base file to use LibreOffice Base on Ubuntu. $ sudo apt-get install libreoffice-base 2. Start LibreOffice. $ libreoffice Ryft Systems, Inc. Page 43

44 3. In LibreOffice, select Base Database, and the Database Wizard window opens. Select ODBC in the Connect to an existing database drop-down list. 4. Click Next. Browse the ODBC data sources and select RyftODBC. Click OK, and then click Next. Ryft Systems, Inc. Page 44

45 5. In the Set up the user authentication page, enter the ryftuser user name and select the Password required checkbox. Click Test Connection. 6. The Authentication Required window displays. Enter the password for the Ryft ONE server and click OK. Ryft Systems, Inc. Page 45

46 If the connectivity test is successful, this message displays. Click OK to proceed. If the connectivity test fails, this message displays. Click OK and resolve the issue. 7. Click Finish to save the settings. Ryft Systems, Inc. Page 46

47 8. Give the connection a name, shown as Ryft-R0001 in this example, and then click Save. Ryft Systems, Inc. Page 47

48 9. Lastly, LibreOffice Base starts and shows the tables and views already established on the Ryft ONE server. Upgrade Linux Client When a new release of the windows client is released, you need to run the new windows installer on your desktop, and set up the connections to your Ryft servers. You can install the new version without uninstalling/deleting the old version, but Simba does not allow Ryft to automatically recreate existing connections to the Ryft server. You must manually re-establish these connections. Follow the same steps for installation, as covered in the beginning of this chapter. Ensure you complete the Configure Ryft window for each Ryft server connection. Ryft Systems, Inc. Page 48

49 8 8: Use isql with Ryft Connector When you install the ODBC/JDBC Client, Ryft s open source Interactive SQL (isql) program connector is also loaded onto your Ryft ONE, which is a standard Ubuntu Linux server. Once installed, you can issue isqls command directly to query the data tables on the Ryft ONE server from a command line, using the same SQL commands previously issued in Tableau. To run isql, run the isql command on your Ryft ONE server, and use this syntax: isql DSN [UID [PWD]] [options] The DSN is specified in the odbc.ini file. In this example, the DSN is RyftODBC which is specified at the top of the file. [RyftODBC] Description=Ryft 64-bit ODBC Driver Driver=/usr/local/ryft/bin/x8664/libSimbaClient.so Locale=en-US SSLCerFile= UseSsl=0 Servers= When using isql to select from and access views of the data files on the Ryft ONE, it s best to set your column display width to a wide value so that you can view all tables and views already available on the RyftONE, without incurring excessive screen wrapping. First, connect to ODBC Server: Then execute help to see a list of tables and views available on the Ryft ONE. This mirrors the tables and views available through Tableau, for example. Ryft Systems, Inc. Page 49

50 For example, you can run this simple SQL statement against the Passengers data file for the exact match of name like Michelle. (Command: select * from Passengers where name like 'Michelle') You can also join two tables to conduct your query, like these examples: (Command: select * from Walmart_Stores_by_State JOIN Starbucks_by_State on Walmart_Stores_by_State.State=Starbucks_by_State.State where Walmart_Stores_by_State.State like '-H1(Ala%)' ORDER BY Starbucks_by_State.Population) Both examples join data tables with Walmart stores by state and Starbucks stores by state: Ryft Systems, Inc. Page 50

51 The top example is a fuzzy hamming search looking for any record where the State contains Ala in both Starbucks and Walmart data files. The bottom example is an edit distance search looking for records where the State is like Ala with up to 1 character difference. Ryft Systems, Inc. Page 51

52 9 9: Troubleshooting The ODBC/JDBC Server creates a log file called ryftone_server.log for all submitted transactions. By default, it s located in /usr/local/ryft/bin/x8664 but it can be modified by updating the LogPath in the.ryftone.server.ini file, shown here, which is also located in the same directory. ryftuser@ryftone-310:/usr/local/ryft/bin/x8664$ cat.ryftone.server.ini [Server] LogLevel=6 LogNamespace= LogPath=./ DriverLocale=en-US DriverManagerEncoding=UTF-16 ErrorMessagesPath=../../errormessages ListenAddress= ListenPort=7409 UseSsl=0 [REST] RESTServer= #RESTUser=odbcuser #RESTPass=odbcpass [Auth] Type=none LDAPServer=ldap://ldap.forumsys.com:389 LDAPUser=read-only-admin LDAPPassword=password LDAPBaseDN=dc=example,dc=com You can also modify the logging level in the file by changing the LogLevel parameter. By default, it s set to "0" or no logging. The maximum is 6 and, if modified, the ODBC server must be restarted. Only change the LogLevel to capture information when trouble shooting an issue. The options are: 0 = Off 1 = Fatal; only fatal issues are logged 2 = Error; error conditions and fatal issues 3 = Warning; warnings, errors and fatal issues 4 = Informational; informational messages, warnings, etc. 5 = Debug; all debugging information, information messages, etc. Ryft Systems, Inc. Page 52

53 6 = Trace; function level entry points, debugging info, etc. This is sample output from the ryftone_server.log file: Doc #1089, V1.2.1/ June 2017 Mar 03 11:38: TRACE UnixDispatcher::RunOneCycle: enter Mar 03 11:38: TRACE UnixDispatcher::RunOneCycle: Entering swatch_get() with no timeout Mar 03 11:38: TRACE ChannelContext::Read: Read 13 bytes from channel 14 Mar 03 11:38: TRACE Channel::DoRecv: FREE Request 123 with 1 bytes: Mar 03 11:38: TRACE Channel::ProcessRequest: Processing request 123 Mar 03 11:38: TRACE DSConnection::CreateRequest: CreatingRequest for request 123 with opcode 164 (FREE) Mar 03 11:38: INFO DSStatement::~DSStatement: Destroying DSStatement 1 Mar 03 11:38: TRACE Request::GetResponses: Succeeded getting responses for request 123. MoreResponses=False Mar 03 11:38: TRACE ChannelContext::ProcessChannel: Channel::Process() on channel 14 returned (CHANNEL_WRITE, 12) Mar 03 11:38: TRACE ChannelContext::Write: Wrote 12 bytes from channel 14 Mar 03 11:38: TRACE ChannelContext::ProcessChannel: Channel::Process() on channel 14 returned (CHANNEL_READ, 12) Mar 03 11:38: TRACE UnixDispatcher::SendControlMessage: Sending control message 2 for 14 Mar 03 11:38: TRACE UnixDispatcher::NotifyOnRead: Set read bit for channel 14 Mar 03 11:38: TRACE UnixDispatcher::RunOneCycle: enter Mar 03 11:38: TRACE UnixDispatcher::RunOneCycle: Entering swatch_get() with seconds Mar 03 11:38: TRACE UnixDispatcher::RunOneCycle: enter Mar 03 11:38: INFO ChannelContext::Read: Client closed connection for Channel 14 (Connection 4C54CFAA2B2CD ) Mar 03 11:38: TRACE UnixDispatcher::RunOneCycle: Entering swatch_get() with no timeout Mar 03 11:38: TRACE UnixDispatcher::SendControlMessage: Sending control message 1 for 14 Mar 03 11:38: TRACE UnixDispatcher::DropChannel: Dropping channel 14 Mar 03 11:38: DEBUG Channel::~Channel: Destroying channel 14 (Connection 4C54CFAA2B2CD ) Mar 03 11:38: INFO ClientConnection::Stop: Stopping connection 4C54CFAA2B2CD Mar 03 11:38: INFO ClientConnection::~ClientConnection: Destroyed client connection 4C54CFAA2B2CD Mar 03 11:38: TRACE DSConnection::~DSConnection: enter Mar 03 11:38: TRACE R1Connection::Disconnect: enter Mar 03 11:38: TRACE UnixDispatcher::RunOneCycle: enter Mar 03 11:38: TRACE UnixDispatcher::RunOneCycle: Entering swatch_get() with no timeout Ryft Systems, Inc. Page 53

Ryft Cloud JDBC Connector

Ryft Cloud JDBC Connector Ryft Cloud JDBC Connector Installation and User Guide Ryft Document Number: 1210 Document Version: 1.0.0 Revision Date: October 2017 2017 Ryft Systems, Inc. All Rights in this documentation are reserved.

More information

Ryft JDBC Connector. Installation and User Guide. Ryft Document Number: Document Version: Revision Date: May 2017

Ryft JDBC Connector. Installation and User Guide. Ryft Document Number: Document Version: Revision Date: May 2017 Ryft JDBC Connector Installation and User Guide Ryft Document Number: 1193 Document Version: 1.2.1 Revision Date: May 2017 2017 Ryft Systems, Inc. All Rights in this documentation are reserved. RYFT SYSTEMS,

More information

Ryft JDBC Connector. Installation and User Guide. Ryft Document Number: Document Version: Revision Date: November 2016

Ryft JDBC Connector. Installation and User Guide. Ryft Document Number: Document Version: Revision Date: November 2016 Ryft JDBC Connector Installation and User Guide Ryft Document Number: 1193 Document Version: 1.1.0 Revision Date: November 2016 2016 Ryft Systems, Inc. All Rights in this documentation are reserved. RYFT

More information

Ryft Cloud ODBC Connector

Ryft Cloud ODBC Connector Ryft Cloud ODBC Connector Installation and User Guide Ryft Document Number: 1209 Document Version: 1.0.0 Revision Date: October 2017 2017 Ryft Systems, Inc. All Rights in this documentation are reserved.

More information

Ryft REST API - Swagger.io

Ryft REST API - Swagger.io Ryft REST API - Swagger.io User Guide Ryft Document Number: 1192 Document Version: 1.1.0 Revision Date: June 2017 2017 Ryft Systems, Inc. All Rights in this documentation are reserved. RYFT SYSTEMS, INC.

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba SQL Server ODBC Driver Installation and Configuration Guide Simba Technologies Inc. Version 1.4.13 November 22, 2018 Copyright 2018 Simba Technologies Inc. All Rights Reserved. Information in this

More information

Teradata ODBC Driver for Presto. Installation and Configuration Guide

Teradata ODBC Driver for Presto. Installation and Configuration Guide Teradata ODBC Driver for Presto Installation and Configuration Guide Version 1.1.16 December, 2017 About This Guide About the Teradata Presto ODBC Driver Purpose The Teradata ODBC Driver for Presto Installation

More information

Simba Cassandra ODBC Driver with SQL Connector

Simba Cassandra ODBC Driver with SQL Connector Simba Cassandra ODBC Driver with SQL Connector Last Revised: March 26, 2013 Simba Technologies Inc. Copyright 2012-2013 Simba Technologies Inc. All Rights Reserved. Information in this document is subject

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba Azure DocumentDB ODBC Driver with SQL Connector Installation and Configuration Guide Simba Technologies Inc. Version 2.0.2 March 15, 2017 Copyright 2017 Simba Technologies Inc. All Rights Reserved.

More information

Hortonworks Phoenix ODBC Driver

Hortonworks Phoenix ODBC Driver Hortonworks Phoenix ODBC Driver User Guide Revised: October 2018 2012-2018 Hortonworks Inc. All Rights Reserved. Parts of this Program and Documentation include proprietary software and content that is

More information

Install Guide DataStax

Install Guide DataStax DataStax ODBC driver for Apache Cassandra and DataStax Enterprise with CQL connector DataStax Version 2.5.7 June 1, 2018 Copyright 2018 Simba Technologies Inc. All Rights Reserved. Information in this

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba Cassandra ODBC Driver with SQL Connector Installation and Configuration Guide Simba Technologies Inc. Version 2.4.6 April 3, 2017 Copyright 2017 Simba Technologies Inc. All Rights Reserved. Information

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba Cassandra ODBC Driver with SQL Connector Installation and Configuration Guide Simba Technologies Inc. Version 2.5.6 February 2, 2018 Copyright 2018 Simba Technologies Inc. All Rights Reserved. Information

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba ODBC Driver with SQL Connector Installation and Configuration Guide Simba Technologies Inc. May 15, 2015 Copyright 2015 Simba Technologies Inc. All Rights Reserved. Information in this document is

More information

Migration Tool. Migration Tool (Beta) Technical Note

Migration Tool. Migration Tool (Beta) Technical Note Migration Tool (Beta) Technical Note VERSION: 6.0 UPDATED: MARCH 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo

More information

SkyPilot OS Installation: Fedora Core 5

SkyPilot OS Installation: Fedora Core 5 SkyPilot OS Installation: Fedora Core 5 PN 671-00024-01 2006 SkyPilot Networks, Inc. All rights reserved This publication, or parts thereof, may not be reproduced in any form, by any method, for any purpose.

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba ServiceNow ODBC Driver with SQL Connector Installation and Configuration Guide Simba Technologies Inc. Version 1.1.1 June 30, 2017 Copyright 2017 Simba Technologies Inc. All Rights Reserved. Information

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba Athena ODBC Driver with SQL Connector Installation and Configuration Guide Simba Technologies Inc. Version 1.0.2 December 11, 2017 Copyright 2017 Simba Technologies Inc. All Rights Reserved. Information

More information

PageScope Box Operator Ver. 3.2 User s Guide

PageScope Box Operator Ver. 3.2 User s Guide PageScope Box Operator Ver. 3.2 User s Guide Box Operator Contents 1 Introduction 1.1 System requirements...1-1 1.2 Restrictions...1-1 2 Installing Box Operator 2.1 Installation procedure...2-1 To install

More information

Ryft Cloud ODBC/JDBC Connector

Ryft Cloud ODBC/JDBC Connector Ryft Cloud ODBC/JDBC Connector SQL Reference Guide Ryft Document Number: 1208 Document Version: 1.0.0 Release Date: October 2017 2017 Ryft Systems, Inc. All Rights in this documentation are reserved. RYFT

More information

SMS2CMDB Project Summary v1.6

SMS2CMDB Project Summary v1.6 SMS2CMDB Project Summary v1.6 Project Abstract SMS2CMDB provides the capability to integrate Microsoft Systems Management Server (MS- SMS) data with BMC Atrium CMDB (Atrium CMDB) and the BMC Remedy Asset

More information

MagicInfo Express Content Creator

MagicInfo Express Content Creator MagicInfo Express Content Creator MagicInfo Express Content Creator User Guide MagicInfo Express Content Creator is a program that allows you to conveniently create LFD content using a variety of templates.

More information

Preface. Audience. Cisco IOS Software Documentation. Organization

Preface. Audience. Cisco IOS Software Documentation. Organization This preface describes the audience, organization, and conventions of this publication, and provides information on how to obtain related documentation. Cisco documentation and additional literature are

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba MySQL ODBC Driver Installation and Configuration Guide Simba Technologies Inc. Version 1.0.3 December 5, 2017 Copyright 2017 Simba Technologies Inc. All Rights Reserved. Information in this document

More information

Copyright PFU LIMITED 2016

Copyright PFU LIMITED 2016 -------------------------------------------------------- PaperStream Capture Lite 1.0.1 README File -------------------------------------------------------- Copyright PFU LIMITED 2016 This file contains

More information

JPdfBookmarks Manual. by Flaviano Petrocchi

JPdfBookmarks Manual. by Flaviano Petrocchi JPdfBookmarks Manual by Flaviano Petrocchi JPdfBookmarks Manual 1 Introduction 3 Installation and Uninstallation 4 Linux Instructions 4 Debian Instructions 6 Windows Instructions 6 Universal Archive Instructions

More information

PDF SHARE FORMS. Online, Offline, OnDemand. PDF forms and SharePoint are better together. PDF Share Forms Enterprise 3.0.

PDF SHARE FORMS. Online, Offline, OnDemand. PDF forms and SharePoint are better together. PDF Share Forms Enterprise 3.0. PDF SHARE FORMS Online, Offline, OnDemand PDF forms and SharePoint are better together PDF Share Forms Enterprise 3.0 Install Guide SharePoint 2013 Contents Disclaimer...3 Copyright...3 About this guide...3

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba ODBC Driver with SQL Connector for Google BigQuery Installation and Configuration Guide Simba Technologies Inc. Version 2.1.20 November 30, 2018 Copyright 2018 Simba Technologies Inc. All Rights

More information

About This Guide. and with the Cisco Nexus 1010 Virtual Services Appliance: N1K-C1010

About This Guide. and with the Cisco Nexus 1010 Virtual Services Appliance: N1K-C1010 This guide describes how to use Cisco Network Analysis Module Traffic Analyzer 4.2 (NAM 4.2) software. This preface has the following sections: Chapter Overview, page xvi Audience, page xvii Conventions,

More information

DAP Controller FCO

DAP Controller FCO Release Note DAP Controller 6.61.0790 System : Business Mobility IP DECT Date : 20 December 2017 Category : General Release Product Identity : DAP Controller 6.61.0790 Queries concerning this document

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba QuickBooks ODBC Driver with SQL Connector Installation and Configuration Guide Simba Technologies Inc. Version 1.1.1 June 30, 2017 Copyright 2017 Simba Technologies Inc. All Rights Reserved. Information

More information

Watch 4 Size v1.0 User Guide By LeeLu Soft 2013

Watch 4 Size v1.0 User Guide By LeeLu Soft 2013 Watch 4 Size v1.0 User Guide By LeeLu Soft 2013 Introduction Installation Start using W4S Selecting a folder to monitor Setting the threshold Setting actions Starting the monitor Live Log Using monitor

More information

Intel Stress Bitstreams and Encoder (Intel SBE) 2017 AVS2 Release Notes (Version 2.3)

Intel Stress Bitstreams and Encoder (Intel SBE) 2017 AVS2 Release Notes (Version 2.3) Intel Stress Bitstreams and Encoder (Intel SBE) 2017 AVS2 Release Notes (Version 2.3) Overview Changes History Installation Package Contents Known Limitations Attributions Legal Information Overview The

More information

HYDRODESKTOP VERSION 1.4 QUICK START GUIDE

HYDRODESKTOP VERSION 1.4 QUICK START GUIDE HYDRODESKTOP VERSION 1.4 QUICK START GUIDE A guide to using this free and open source application for discovering, accessing, and using hydrologic data February 8, 2012 by: Tim Whiteaker Center for Research

More information

Professional Edition User Guide

Professional Edition User Guide Professional Edition User Guide Pronto, Visualizer, and Dashboards 2.0 Birst Software Version 5.28.6 Documentation Release Thursday, October 19, 2017 i Copyright 2015-2017 Birst, Inc. Copyright 2015-2017

More information

TWAIN driver User s Guide

TWAIN driver User s Guide 4037-9571-05 TWAIN driver User s Guide Contents 1 Introduction 1.1 System requirements...1-1 2 Installing the TWAIN Driver 2.1 Installation procedure...2-1 To install the software...2-1 2.2 Uninstalling...2-1

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

GoldSim License Server Activation Utility Installation and Basic Use

GoldSim License Server Activation Utility Installation and Basic Use GoldSim License Server Activation Utility Installation and Basic Use Copyright GoldSim Technology Group LLC, 1998-2019. All rights reserved. GoldSim is a registered trademark of GoldSim Technology Group

More information

VMware vcenter Log Insight Manager. Deployment Guide

VMware vcenter Log Insight Manager. Deployment Guide VMware vcenter Log Insight Manager Deployment Guide VERSION: 6.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies

More information

Use in High-Safety Applications

Use in High-Safety Applications ------ ScanSnap Organizer V5.6L20 README File ------ - Contents - 1. Cautions for using environment-dependent characters 2. Cautions Concerning Installation 3. Cautions Concerning the Operation 4. Connecting

More information

Relativity Data Server

Relativity Data Server Relativity Data Server Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2015. All rights reserved. MICRO FOCUS, the Micro Focus

More information

HIS document 2 Loading Observations Data with the ODDataLoader (version 1.0)

HIS document 2 Loading Observations Data with the ODDataLoader (version 1.0) HIS document 2 Loading Observations Data with the ODDataLoader (version 1.0) A guide to using CUAHSI s ODDataLoader tool for loading observations data into an Observations Data Model compliant database

More information

Simba ODBC Driver with SQL Connector for Google BigQuery

Simba ODBC Driver with SQL Connector for Google BigQuery Simba ODBC Driver with SQL Connector for Google BigQuery for Windows Simba Technologies Inc. Revised: February 12, 2015 Contents Purpose... 3 Accessing BigQuery... 3 Using sample data in BigQuery... 3

More information

LabVIEW Driver. User guide Version

LabVIEW Driver. User guide Version LabVIEW Driver User guide Version 1.0.0 2016 Table of Contents Version History...3 Copyright...4 Software License...5 Operational Safety...6 Warranty and Support...7 Introduction...8 Requirements...9 How

More information

Fujitsu ScandAll PRO V2.1.5 README

Fujitsu ScandAll PRO V2.1.5 README -------------------------------------------------------- Fujitsu ScandAll PRO V2.1.5 README -------------------------------------------------------- Copyright PFU Limited 2007-2017 This file contains information

More information

Copyright PFU LIMITED

Copyright PFU LIMITED -------------------------------------------------------- PaperStream Capture 1.0.12 README File -------------------------------------------------------- Copyright PFU LIMITED 2013-2015 This file contains

More information

User Guide. Calibrated Software, Inc.

User Guide. Calibrated Software, Inc. User Guide Calibrated Software, Inc. Copyright 2008 Calibrated Software, Inc. All rights reserved. www.calibratedsoftware.com Your rights to the software are governed by the accompanying Software License

More information

Simba ODBC Driver for Cloudera Impala

Simba ODBC Driver for Cloudera Impala Simba ODBC Driver for Cloudera Impala July 25, 2013 Simba Technologies Inc. Copyright 2012-2013 Simba Technologies Inc. All Rights Reserved. Information in this document is subject to change without notice.

More information

Denkh XML Reporter. Web Based Report Generation Software. Written By Scott Auge Amduus Information Works, Inc.

Denkh XML Reporter. Web Based Report Generation Software. Written By Scott Auge Amduus Information Works, Inc. Denkh XML Reporter Web Based Report Generation Software Written By Scott Auge sauge@amduus.com Page 1 of 13 Table of Contents License 3 What is it? 4 Basic Software Requirements 5 Basic Report Designer

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba Teradata ODBC Driver with SQL Connector Installation and Configuration Guide Simba Technologies Inc. Version 16.20.00 August 28, 2017 Copyright 2017 Simba Technologies Inc. All Rights Reserved. Information

More information

SkyPilot EMS Installation

SkyPilot EMS Installation SkyPilot EMS Installation 671-00004-01 Rev B 2006 SkyPilot Networks, Inc. All rights reserved This publication, or parts thereof, may not be reproduced in any form, by any method, for any purpose. Product

More information

HYDRODESKTOP VERSION 1.1 BETA QUICK START GUIDE

HYDRODESKTOP VERSION 1.1 BETA QUICK START GUIDE HYDRODESKTOP VERSION 1.1 BETA QUICK START GUIDE A guide to help you get started using this free and open source desktop application for discovering, accessing, and using hydrologic data. September 15,

More information

iwrite technical manual iwrite authors and contributors Revision: 0.00 (Draft/WIP)

iwrite technical manual iwrite authors and contributors Revision: 0.00 (Draft/WIP) iwrite technical manual iwrite authors and contributors Revision: 0.00 (Draft/WIP) June 11, 2015 Chapter 1 Files This section describes the files iwrite utilizes. 1.1 report files An iwrite report consists

More information

Digipass Plug-In for SBR. SBR Plug-In SBR. Steel-Belted RADIUS. Installation G uide

Digipass Plug-In for SBR. SBR Plug-In SBR. Steel-Belted RADIUS. Installation G uide Digipass Plug-In for SBR SBR Plug-In SBR Steel-Belted RADIUS Installation G uide Disclaimer of Warranties and Limitations of Liabilities Disclaimer of Warranties and Limitations of Liabilities The Product

More information

NEC Display Solutions MultiProfiler for Linux x64 Versions Installation Guide

NEC Display Solutions MultiProfiler for Linux x64 Versions Installation Guide NEC Display Solutions MultiProfiler for Linux x64 Versions 1.3.60 Installation Guide 1 ABOUT MULTIPROFILER... 4 2 SYSTEM REQUIREMENTS... 5 2.1 SUPPORTED NEC DISPLAY MODELS AND DESCRIPTION... 5 2.1.1 Minimum

More information

[The BSD License] Copyright (c) Jaroslaw Kowalski

[The BSD License] Copyright (c) Jaroslaw Kowalski Software used by portions of this application require the following license statement: [The BSD License] Copyright (c) 2004-2011 Jaroslaw Kowalski jaak@jkowalski.net All rights reserved. Redistribution

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba Athena ODBC Driver with SQL Connector Installation and Configuration Guide Simba Technologies Inc. Version 1.0.4 November 14, 2018 Copyright 2018 Simba Technologies Inc. All Rights Reserved. Information

More information

TheGreenBow VPN Client ios User Guide

TheGreenBow VPN Client ios User Guide www.thegreenbow.com TheGreenBow VPN Client ios User Guide Property of TheGreenBow 2018 Table of Contents 1 Presentation... 3 1.1 TheGreenBow VPN Client... 3 1.2 TheGreenBow VPN Client main features...

More information

Open Source Used In TSP

Open Source Used In TSP Open Source Used In TSP 3.5.11 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at www.cisco.com/go/offices.

More information

Static analysis for quality mobile applications

Static analysis for quality mobile applications Static analysis for quality mobile applications Julia Perdigueiro MOTODEV Studio for Android Project Manager Instituto de Pesquisas Eldorado Eric Cloninger Product Line Manager Motorola Mobility Life.

More information

Hyper-V - Windows 2012 and 8. Virtual LoadMaster for Microsoft Hyper-V on Windows Server 2012, 2012 R2 and Windows 8. Installation Guide

Hyper-V - Windows 2012 and 8. Virtual LoadMaster for Microsoft Hyper-V on Windows Server 2012, 2012 R2 and Windows 8. Installation Guide Virtual LoadMaster for Microsoft Hyper-V on Windows Server 2012, 2012 R2 and Windows 8 Installation Guide VERSION: 5.0 UPDATED: JANUARY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc..

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba Drill ODBC Driver with SQL Connector Installation and Configuration Guide Simba Technologies Inc. Version 1.3.15 November 1, 2017 Copyright 2017 Simba Technologies Inc. All Rights Reserved. Information

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

AccuTerm 7 Internet Edition Connection Designer Help. Copyright Schellenbach & Assoc., Inc.

AccuTerm 7 Internet Edition Connection Designer Help. Copyright Schellenbach & Assoc., Inc. AccuTerm 7 Internet Edition Connection Designer Help Contents 3 Table of Contents Foreword 0 Part I AccuTerm 7 Internet Edition 6 1 Description... 6 2 Connection... Designer 6 3 Internet... Client 6 4

More information

File Servant User Manual

File Servant User Manual File Servant User Manual Serve files over FTP and HTTP - at the snap of a finger! File Servant is free software (see copyright notice below). This document was last revised Monday 28 February 2011. Creator:

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

User Manual. Date Aug 30, Enertrax DAS Download Client

User Manual. Date Aug 30, Enertrax DAS Download Client EnertraxDL - DAS Download Client User Manual Date Aug 30, 2004 Page 1 Copyright Information Copyright 2004, Obvius Holdings, LLC. All rights reserved. Redistribution and use in source and binary forms,

More information

HALCoGen TMS570LS31x Help: example_sci_uart_9600.c

HALCoGen TMS570LS31x Help: example_sci_uart_9600.c Page 1 of 6 example_sci_uart_9600.c This example code configures SCI and transmits a set of characters. An UART receiver can be used to receive this data. The scilin driver files should be generated with

More information

RSA Two Factor Authentication

RSA Two Factor Authentication RSA Two Factor Authentication 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

More information

Multifactor Authentication Installation and Configuration Guide

Multifactor Authentication Installation and Configuration Guide Multifactor Authentication Installation and Configuration Guide Software Version 5.0.0.0 General Information: info@cionsystems.com Online Support: support@cionsystems.com 2017 CionSystems Inc. ALL RIGHTS

More information

Relativity Data Server 2.2

Relativity Data Server 2.2 Relativity Data Server 2.2 Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2017. All rights reserved. MICRO FOCUS, the Micro

More information

The Cron service allows you to register STAF commands that will be executed at a specified time interval(s).

The Cron service allows you to register STAF commands that will be executed at a specified time interval(s). Cron Service User's Guide Version 1.2.6 Last updated: March 29, 2006 Overview The Cron service allows you to register STAF commands that will be executed at a specified time interval(s). Note that Cron

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

Grid Engine Users Guide. 7.0 Edition

Grid Engine Users Guide. 7.0 Edition Grid Engine Users Guide 7.0 Edition Grid Engine Users Guide : 7.0 Edition Published Dec 01 2017 Copyright 2017 University of California and Scalable Systems This document is subject to the Rocks License

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

Scott Auge

Scott Auge Scott Auge sauge@amduus.com Amduus Information Works, Inc. http://www.amduus.com Page 1 of 14 LICENSE This is your typical BSD license. Basically it says do what you want with it - just don't sue me. Written

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

Table of Contents Overview...2 Selecting Post-Processing: ColorMap...3 Overview of Options Copyright, license, warranty/disclaimer...

Table of Contents Overview...2 Selecting Post-Processing: ColorMap...3 Overview of Options Copyright, license, warranty/disclaimer... 1 P a g e ColorMap Post-Processing Plugin for OpenPolScope software ColorMap processing with Pol-Acquisition and Pol-Analyzer plugin v. 2.0, Last Modified: April 16, 2013; Revision 1.00 Copyright, license,

More information

Avaya VPN Client Software Release 10.05_100

Avaya VPN Client Software Release 10.05_100 Avaya VPN Client Software Release 10.05_100 1. Release Summary Release Date: September 1 st, 2011 Purpose: Software maintenance release to address customer requests and software issues. 2. Important Notes

More information

Quickstart Guide for Windows Simba Technologies Inc.

Quickstart Guide for Windows Simba Technologies Inc. Simba Apache Cassandra ODBC Driver Simba Technologies Inc. September 15, 2015 Copyright 2015 Simba Technologies Inc. All Rights Reserved. Information in this document is subject to change without notice.

More information

Cloudera ODBC Driver for Apache Hive Version

Cloudera ODBC Driver for Apache Hive Version Cloudera ODBC Driver for Apache Hive Version 2.5.15 Important Notice 2010-2015 Cloudera, Inc. All rights reserved. Cloudera, the Cloudera logo, Cloudera Impala, Impala, and any other product or service

More information

Desktop Notification System 2.0

Desktop Notification System 2.0 2.0 Corporate Headquarters: Singlewire Software 2601 West Beltline Highway #510 Madison, WI 53713 2012 Singlewire. All rights reserved. 2012 Singlewire. All rights reserved. Desktop Notification System

More information

US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Service Data Objects (SDO) DFED Sample Application README Copyright IBM Corporation, 2012, 2013 US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract

More information

DameWare Server. Administrator Guide

DameWare Server. Administrator Guide DameWare Server Administrator Guide About DameWare Contact Information Team Contact Information Sales 1.866.270.1449 General Support Technical Support Customer Service User Forums http://www.dameware.com/customers.aspx

More information

NemHandel Referenceklient 2.3.1

NemHandel Referenceklient 2.3.1 OIO Service Oriented Infrastructure NemHandel Referenceklient 2.3.1 Release Notes Contents 1 Introduction... 3 2 Release Content... 3 3 What is changed?... 4 3.1 NemHandel Referenceklient version 2.3.1...

More information

NemHandel Referenceklient 2.3.0

NemHandel Referenceklient 2.3.0 OIO Service Oriented Infrastructure OIO Service Oriented Infrastructure NemHandel Referenceklient 2.3.0 Release Notes Contents 1 Introduction... 3 2 Release Content... 3 3 What is changed?... 4 3.1 NemHandel

More information

LoadMaster VMware Horizon (with View) 6. Deployment Guide

LoadMaster VMware Horizon (with View) 6. Deployment Guide LoadMaster VMware Horizon (with View) 6 Deployment Guide VERSION: 6.0 UPDATED: MARCH 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the

More information

ODM 1.1. An application Hydrologic. June Prepared by: Jeffery S. Horsburgh Justin Berger Utah Water

ODM 1.1. An application Hydrologic. June Prepared by: Jeffery S. Horsburgh Justin Berger Utah Water ODM M STREAMING VERSION DATAA LOADER 1.1 An application for loading streaming sensor data into the CUAHSI Hydrologic Information System Observations Data Model June 2008 Prepared by: Jeffery S. Horsburgh

More information

JD Edwards EnterpriseOne 8.12 Standalone Client Installation Guide. for the Oracle Application Server

JD Edwards EnterpriseOne 8.12 Standalone Client Installation Guide. for the Oracle Application Server JD Edwards EnterpriseOne 8.12 Standalone Client Installation Guide for the Oracle Application Server April 2006 JD Edwards EnterpriseOne 8.12 Standalone Client Installation Guide Copyright 2006, Oracle.

More information

Ecma International Policy on Submission, Inclusion and Licensing of Software

Ecma International Policy on Submission, Inclusion and Licensing of Software Ecma International Policy on Submission, Inclusion and Licensing of Software Experimental TC39 Policy This Ecma International Policy on Submission, Inclusion and Licensing of Software ( Policy ) is being

More information

Simba ODBC Driver with SQL Connector for MongoDB

Simba ODBC Driver with SQL Connector for MongoDB Simba ODBC Driver with SQL Connector for MongoDB Installation and Configuration Guide October 24, 2013 Simba Technologies Inc. Copyright 2012-2013 Simba Technologies Inc. All Rights Reserved. Information

More information

Log & Event Manager UPGRADE GUIDE. Version Last Updated: Thursday, May 25, 2017

Log & Event Manager UPGRADE GUIDE. Version Last Updated: Thursday, May 25, 2017 UPGRADE GUIDE Log & Event Manager Version 6.3.1 Last Updated: Thursday, May 25, 2017 Retrieve the latest version from: https://support.solarwinds.com/success_center/log_event_manager_(lem)/lem_documentation

More information

APM Import Tool. Product Guide

APM Import Tool. Product Guide APM Import Tool Product Guide This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational purposes only and is

More information

Adobe Connect. Adobe Connect. Deployment Guide

Adobe Connect. Adobe Connect. Deployment Guide Deployment Guide VERSION: 1.0 UPDATED: MARCH 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

MUMPS IO Documentation

MUMPS IO Documentation MUMPS IO Documentation Copyright (c) 1999, 2000, 2001, 2002, 2003 Raymond Douglas Newman. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted

More information

Device Status Monitoring Content Pack User Guide v 0.1 Beta Secmon Ltd, trading as EdgeSeven

Device Status Monitoring Content Pack User Guide v 0.1 Beta Secmon Ltd, trading as EdgeSeven Device Status Monitoring Content Pack User Guide v 0.1 Beta 2011 Secmon Ltd, trading as EdgeSeven This document may not be copied, modified, shared or released without prior consent of the author. Permission

More information

Migrating Performance Data to NetApp OnCommand Unified Manager 7.2

Migrating Performance Data to NetApp OnCommand Unified Manager 7.2 Technical Report Migrating Performance Data to NetApp OnCommand Unified Manager 7.2 Dhiman Chakraborty, Yuvaraju B, Tom Onacki, NetApp March 2018 TR-4589 Version 1.2 Abstract NetApp OnCommand Unified Manager

More information

Simba ODBC Driver with SQL Connector for MongoDB

Simba ODBC Driver with SQL Connector for MongoDB Simba ODBC Driver with SQL Connector for MongoDB Quickstart Guide for Windows Simba Technologies Inc. Revised: June 10, 2015 Contents Purpose... 3 Installing and Running MongoDB... 3 Importing Sample Data

More information

Simba ODBC Driver with SQL Connector for Salesforce

Simba ODBC Driver with SQL Connector for Salesforce Simba ODBC Driver with SQL Connector for Salesforce Installation and Configuration Guide Last Revised: May 28, 2013 Simba Technologies Inc. Copyright 2012-2013 Simba Technologies Inc. All Rights Reserved.

More information

Graphic Inspector 2 User Guide

Graphic Inspector 2 User Guide www.zevrix.com support@zevrix.com Graphic Inspector 2 User Guide Installation & System Requirements 2 Scanning Files and Folders 2 Checkup Presets 3 File Table and Info Panel 4 Export Data 5 Support 6

More information