Data Integration Guide with SQL Database by Example. Version 2017 Summer Release

Size: px
Start display at page:

Download "Data Integration Guide with SQL Database by Example. Version 2017 Summer Release"

Transcription

1 Data Integration Guide with SQL Database by Example Version 2017 Summer Release Status: March 28, 2017

2 Copyright Mindbreeze GmbH, A-4020 Linz, All rights reserved. All hardware and software names used are registered trade names and/or registered trademarks of the respective manufacturers. These documents are highly confidential. No rights to our software or our professional services, or results of our professional services, or other protected rights can be based on the handing over and presentation of these documents. Distribution, publication or duplication is not permitted.. Data Integration Guide with SQL Database by Example 2

3 Table of Contents 1 Introduction Preparation Prerequisites on the Microsoft SQL Server Example Description 4 2 Configuration of Talend Job for Data Integration Setup Database Connection Import Database Table Schema Configure the Talend Job Setup SQL-Input Setup Mindbreeze Index Output Setup Column Mapping (tmap) Export the Talend Job 14 3 Configuration of Mindbreeze Adapting the categorydescriptor.xml Adding own Metadata Columns Replacing the Icons Adding Custom Actions 18 4 Troubleshooting Problems Talend Job Problems Talend Job Test Run not running Data Type Errors Problems with Mindbreeze Search Results No Search Results No Content in Search Results Properties not shown in Search Results 21 5 Appendix categorydescriptor.xml 22 Data Integration Guide with SQL Database by Example 3

4 1 Introduction This guide will help to integrate an SQL database table into Mindbreeze Enterprise Search. Based on a demo database table hosted on a Microsoft SQL Server the full procedure of setting up the Talend job through configuration within Mindbreeze and finally some troubleshooting hints will be shown in this paper. 1.1 Preparation You will need to take care of the following steps in order to get this example to work: Mindbreeze installation (this example is shown on a Mindbreeze installation running on Microsoft Windows). Mindbreeze license including the Data Integration Connector. Talend Open Studio >= (as installed on Mindbreeze InSpire appliance) with the configuration of the Mindbreeze user components (for details see the configuration white paper for the Data Integration Connector) Reachable Microsoft SQL server hosting the target database table to be crawled. SQL service user able to connect to the Microsoft SQL server and having read permissions on the desired database. 1.2 Prerequisites on the Microsoft SQL Server In order to be able to connect to the Microsoft SQL server from within the Talend Open Studio you need to turn on the following connection properties: SQL Server Browser (this service needs to be running and is required to retrieve database schemas). SQL Server Protocols: TCP/IP (this protocol is required to connect from the Talend connector). SQL Server Authentication: the SQL Server Authentication mode is required to connect from the Talend connector. The service user used to connect to the SQL database for crawling the data needs to have login permissions and full read access to the target database (at least Select and View Definition permissions on the target table). 1.3 Example Description The example database table used for this paper supportticket is intended to be used for storing the basic data of support tickets and is defined on the SQL server the following way. Data Integration Guide with SQL Database by Example 4

5 2 Configuration of Talend Job for Data Integration After all prerequisites are fulfilled you can start creating a new Talend job for crawling the SQL database table and mapping the required table columns to extracted metadata attributes for the Mindbreeze search. Start the Talend Open Studio for Data Integration (e.g.: C:\TOS_DI-r78327-V5.0.2\TOS_DI-winx86_64.exe). Open either the existing Mindbreeze Demo project (from the Mindbreeze InSpire appliance) or create a new project. The next step is to create a new job (defining the input source, the column mapping and the resulting output properties) and specify the job name. Data Integration Guide with SQL Database by Example 5

6 2.1 Setup Database Connection Create a new database connection to your Microsoft SQL Server by means of navigating in the Repository window to Metadata > Db Connections and choosing the context menu entry Create connection and assign a connection name (without spaces and special chars). Choose DB Type Microsoft SQL Server and fill in the connection properties: Login: <mytestuser> Password: <mypassword> Server: localhost Port: 1433 Database: <testdb> Schema: (blank) Additional parameters: instance=sqlexpress Data Integration Guide with SQL Database by Example 6

7 Finally, you could test the connection with the Check button. 2.2 Import Database Table Schema The next step is to import the database table schema for the desired table (supportticket). Select Retrieve Schema from the context menu of your database connection. You can skip any filter restrictions and proceed with Next to the selection of the table schema of the database table. Data Integration Guide with SQL Database by Example 7

8 After selecting the schema for table it can be imported with the Finish button and it will be available as data input source for the job in the Table schemas of your Db Connections. You should check and maybe adapt the column data types in the schema definition (especially for data types of kind date or datetime) by means of editing the schema again ( Edit Schema from the context menu). Verify if the date parser format for your values from the database are correctly or change the Date Pattern appropriately: In our example we have to change the Date Pattern from the default value of dd-mm-yyyy to the data representation in our database table (as seen above): yyyy-mm-dd. The time part for datetime values will be passed directly and recognized without any special definition. Data Integration Guide with SQL Database by Example 8

9 This screenshot shows the correctly adapted first Date Pattern for the column createdon. The second column has not been changed yet but also needs to be changed to the same value: yyyy- MM-dd. Finally save the changed Schema settings. 2.3 Configure the Talend Job A simple Talend job normally consists of 3 objects: The input data source where the data comes from (in this example this is the SQL database input) The output data source where the data should be sent to (for Mindbreeze Data Integration jobs this will always be the MindbreezeIndexOutput ) And processing instructions how to map the input data to the output data (the tmap is a commonly used element to define such a mapping) Setup SQL-Input Drag and drop the table schema of the supportticket database table from the left tree to the job workspace and select tmssqlinput as type of component to create. Data Integration Guide with SQL Database by Example 9

10 2.3.2 Setup Mindbreeze Index Output The next step is to add the output datasource by searching for the term Mindbreeze in the Palette of Talend components and dragging the MindbreezeIndexOutput element to the right side of the workspace. Note: If you do not find any Mindbreeze components in the palette the user components may not have been setup correctly in the global Talend preferences. Data Integration Guide with SQL Database by Example 10

11 2.3.3 Setup Column Mapping (tmap) The last but most important step is to configure the mapping of the input data to the output data required for the Mindbreeze crawler. Therefore, we search for the term tmap in the palette and drag the tmap component to the middle of the workspace. In order to complete the job we have to connect the 3 components by means of dragging a connection line with the right mouse button from the input to the tmap and also from the tmap to the output. Finally it should look like this: Now we only need to setup the column mapping by opening the tmap-properties with a doubleclick. For every Data Integration job we will need at least the following 4 properties which are required by the Mindbreeze crawler: key: should be mapped to a unique ID column for that data source. Must be of type String. title: the column or content for this property will be used as title in the search results extension: normally you should define the value to txt in order to tell Mindbreeze to filter textual content as text. categoryclass: could be used to separate the results of this data source from other results Note: These internal properties need to have a valid value and must not be null so check for null -values with IF-like expressions and assign alternative values in that cases. Data Integration Guide with SQL Database by Example 11

12 You can always test the result of the current mapping by means of saving the changes and starting a test run of the job. Because we only have yet mapped those four base columns we will only get those data in the result of the test run. So let us extend the mapping to get all essential columns into the output. There are some additional Mindbreeze internal columns, which could be used for mapping additional properties: acl: (list of string values) in the format: "TestUser1 GRANT" date: (type "Date") will be used as the internal date property of search results and normally displayed with the results. modificationdate: (type "Date") will be used for updating indexed documents in the index (normally not displayed in the search results) content: (type "String") this property is used to store the full-text-indexed content of the search result. Data Integration Guide with SQL Database by Example 12

13 Now we have extended the mapping with some of the optional internal columns and will get an extended output from the test-run also including the date properties (you could check them for correctness against the original database data) and the content (displayed as binary data but should contain values if the original data source contains a text for the corresponding record) We could now map all of the other remaining properties from the database (maybe we will not need every column) to a property name of our decision (it could get the same name or a better one). If you like you can modify some property values using Java-expressions like the following one: row1.subject == null? "no subject" : row1.priority + ": " + row1.subject Note: You should always prevent null-values to reduce logging of avoidable errors. Data Integration Guide with SQL Database by Example 13

14 And if we run the job we will hopefully get all the properties we wanted to have and which should be available for the Mindbreeze search afterwards. 2.4 Export the Talend Job Finally we have to save and export the Talend job. Data Integration Guide with SQL Database by Example 14

15 Specify that the exported job should be extracted and keep in mind the target directory of this export. Locate the exported job on the file system and look up the generated class name in the run script: C:\mes\TalendJobs\SupportTicket_0.1\SupportTicket\SupportTicket_run.bat For the configuration of the Talend job within Mindbreeze you will need the base job path (containing the lib folder: C:\mes\TalendJobs\SupportTicket_0.1 and the class name found in the run script: mindbreeze.supportticket_0_1.supportticket. Data Integration Guide with SQL Database by Example 15

16 3 Configuration of Mindbreeze Create a new Index with a reasonable display name an appropriate Index path on the file system. Then create a new Data Source and select DataIntegation as Category (Note: if this option is not available you did forget to install the Data Integration-plugin ZIP-file) and choose a Source Name which will be displayed in the search client. Last but not least you have to define the Talend Job properties: Directory of Job: the base path of the exported Talend job (containing the lib folder) Main Class: the main Java class as generated into the run script Save the changes and restart the Mindbreeze Node service. If everything was set up correctly you should find a log message like the following in the Mindbreeze log of the Data Integration Crawler (e.g. C:\mes\logs\current\log- mescrawler_launchedservice-dataintegration_support+tickets\ _ \log-mescrawler_launchedservice.log): :44: [5268] com.mindbreeze.enterprisesearch.connectors.commons.crawlerbase.crawlrun INFO: Finished crawling run 1 successfully - statistics: itemsfound: 8 Finally check if you receive search results within the Mindbreeze search client. Data Integration Guide with SQL Database by Example 16

17 The default presentation of the custom Data Integration source already shows title, date and the content but we would also like some other properties to be displayed so we have to adapt the categorydescriptor.xml for the Data Integration plugin. Note: If you have to change the Talend job later on and have made major changes you should delete the old index from file system and re-create it. 3.1 Adapting the categorydescriptor.xml As a good starting point for building your own categorydescriptor.xml you should take the original Data Integration plugin ZIP-file and modify it for your needs. Most customization can be done by modifying the categorydescriptor.xml. The default one for the Data Integration connector looks somehow like this: <?xml version="1.0" encoding="utf-8"?> <category id="dataintegration" supportspublic="true"> </category> <name>data Integration</name> But you could also take a look at another categorydescriptor.xml from another of the basic plugins shipped with our product. E.g. the WebConnector-Plugin already contains a list of translated metadata properties and also a specific Open action Adding own Metadata Columns A Metadata definition looks like following example: <metadata> <metadatum aggregatable="true" id="current_state" visible="true"> <name xml:lang="en">ticket State</name> <name xml:lang="de">ticket State</name> </metadatum>... </metadata> Data Integration Guide with SQL Database by Example 17

18 the ID is the mapping to identify the column as it was defined by the tmap output column name. The following properties can be defined additionally to language specific names: aggregatable: if this option is true the column will be available as filter property (should only be defined for properties with values allowing clustering the results on the other hand if the value is unique for each result it is useless to define the column aggregatable) visible: defines whether the column is displayed in the default result representation Replacing the Icons The small icon that is shown in the data sources list in the search client is represented by the categoryicon.png file in the ZIP archive of the plugin. You could simply replace that icon with an 16x16 Icon of your decision You could also specify a preview icon for the results with the icon-tag inside the categorydescriptor.xml. It requires a unique ID, size attributes defining height and width and the image itself is encoded as Base64-Value within the value-attribute. <context> <Icon alt="ticket" height="16" width="16" id="tag:mindbreeze.com,2007/contextitems/contexticon;ticket" mimetype="image/png" type="tag:mindbreeze.com,2007/contextitems/contexticon" value=" ivborw0kggoaaaansuheugaaabaaaaaqcayaaaaf8/9haaaabmjlr0qa/wd/ap+gvaetaaaacxbiwxmaaa staaaleweampwyaaaab3rjtuuh3wixecgw/xafagaaas1jrefuomvfkz1uwkauhl/nnv4zesw9wguilyq4 gymcgcirig3gckaoenmftgmnft8w65ccpoaiaqmy8knzatq7c/ewva8gpd1un3hopqfyo0+nmym1tkcrjm uzjnh/apyk2orjmu+c88trxhq91tvqjsj/hbbhu9kqrzgwo0icc74pofmgqspkpmzae9g/3w55brdj01q0 ywa4aiagcpgydi+agyaayl/fiylo8e4fklekhqkf0+nzbm45ur1edotqceco17e36/wrctptdtdtdajd8k zrouej0ecxxs/dc4dhajsjh2fisvi8nka8d0dn87ku/b9mpvlhovr99zicooj5auaby/blxqjams3mzqte LhYYY5wM+v1SmqbT45S5ecqe9xVY+3L3z8g3o1Sele9r3SQAAAAASUVORK5CYII= " /> </context> Adding Custom Actions It is possible to define custom actions based on some specific meta data. For example to open a ticket search result in a custom ticketing web application. <context> <Menu> <Action name="open" pattern=" </context> </Menu> <name xml:lang="en">open Ticket</name> <name xml:lang="de">ticket Öffnen</name> </Action> You could apply your modified categorydescriptor.xml by uploading the changed plugin ZIParchive from the Mindbreeze Config UI. Note: It is recommended to rename any modified plugin with a custom name for better detection of changes on product updates. Data Integration Guide with SQL Database by Example 18

19 Another possibility to apply only the categorydescriptor.xml is by means of using the mesextension commandline tool (this could be useful for testing): C:\ >mesextension --interface=categorydescriptor --category=dataintegration --file=c:\temp\categorydescriptor.xml --overwrite install After applying these changes, you have to restart the Mindbreeze Node service and you should receive a beautiful representation of the search results including all additional metadata properties (also in the filters on the right if defined aggregatable). Data Integration Guide with SQL Database by Example 19

20 4 Troubleshooting Problems 4.1 Talend Job Problems First of all we have to ensure that the Talend job does run in the Talend Open Studio. Then we have to check that every property we want to search for within Mindbreeze is already included the result of the test run of the Talend job, because otherwise Mindbreeze will not ever get this data to process Talend Job Test Run not running If the Talend job does not run, you should check the Problems view (Note: there are two different Problem views a general one of Eclipse and another one of Talend you can open those views from within the Window > Show view menu). One reason for having problems with running the Talend job is an unclean environment which could be solved by refreshing the workspace and trying again or sometimes you even have to close the whole Talend Studio cleanup some temporary files from the file system and restart the Studio again Data Type Errors If you get an error of Type mismatch, you should check the mapping of input and output data types. Often an ID column from the intput is received as numeric value and is expected on the output side as String-value so you need to convert the value with Java-expressions. Data Integration Guide with SQL Database by Example 20

21 4.2 Problems with Mindbreeze Search Results No Search Results If you do not retrieve any search results (by an ALL in the new Data Integration data source) you should check the following possible reasons: Check the log file of the Data Integration crawler For example you may see the following error message in the log file: :37: [812] com.mindbreeze.enterprisesearch.connectors.commons.crawlerbase.crawlrun ERROR: CrawlRun was unsuccessful, cause: java.lang.classnotfoundexception: Mindbreeze.supportticket_0_1.SupportTicket This error was caused by a wrong spelling of the class name with an upper case first letter instead of a lower case one: mindbreeze.supportticket_0_1.supportticket Restart the Mindbreeze Node service and check the new log file. Check the access restrictions on this index ( Unrestricted Public Access ) No Content in Search Results If the search results do not display any textual content below the base properties it may not have been crawled correct because of following possible reasons: Source data is not mapped to internal column content extension property is set wrong (for textual content you must set it to the value txt ) Properties not shown in Search Results If the desired property is not one of the basic internal properties it will not be shown by default. You need to define the property either in the categorydescriptor.xml as visible metadata or explicitly in the search app. You should also check if the property was correctly retrieved by the Talend job from within the test run result. Data Integration Guide with SQL Database by Example 21

22 5 Appendix 5.1 categorydescriptor.xml Here is the full content of the categorydescriptor.xml used for this example: <?xml version="1.0" encoding="utf-8"?> <category id="dataintegration" supportspublic="true"> <name>data Integration</name> <metadata> <metadatum aggregatable="true" id="current_state" visible="true"> </metadatum> <name xml:lang="en">ticket State</name> <name xml:lang="de">ticket Status</name> <metadatum aggregatable="true" id="priority" visible="true"> </metadatum> <name xml:lang="en">ticket Priority</name> <name xml:lang="de">ticket Priorität</name> <metadatum aggregatable="true" id="category" visible="true"> </metadatum> <name xml:lang="en">ticket Category</name> <name xml:lang="de">ticket Kategorie</name> <metadatum aggregatable="true" id="datasource/modificationdate" visible="true"> </metadata> <context> </metadatum> <name xml:lang="en">modification Date</name> <name xml:lang="de">änderungsdatum</name> <metadatum aggregatable="true" id="assigned_to" visible="true"> </metadatum> <name xml:lang="en">assigned To</name> <name xml:lang="de">zugeordnet zu</name> <metadatum aggregatable="false" id="customer_name" visible="true"> </metadatum> <name xml:lang="en">customer Name</name> <name xml:lang="de">kundenname</name> <metadatum aggregatable="false" id="customer_ " visible="true"> </metadatum> <name xml:lang="en">customer </name> <name xml:lang="de">kunden </name> <metadatum aggregatable="true" id="customer_city" visible="true"> </metadatum> <name xml:lang="en">customer City</name> <name xml:lang="de">wohnort des Kunden</name> <metadatum aggregatable="true" id="customer_zipcode" visible="true"> </metadatum> <Menu> <name xml:lang="en">customer ZIP Code</name> <name xml:lang="de">zip Code des Kunden</name> <Action name="open" pattern=" <name xml:lang="en">open Ticket</name> Data Integration Guide with SQL Database by Example 22

23 </Menu> <name xml:lang="de">ticket Öffnen</name> </Action> <Icon alt="ticket" height="89" width="64" id="tag:mindbreeze.com,2007/contextitems/contexticon;ticket" mimetype="image/png" type="tag:mindbreeze.com,2007/contextitems/contexticon" value=" ivborw0kggoaaaansuheugaaaeaaaabzcayaaacoscknaaaabmjlr0qa/wd/ap+gvaetaaaacxbiwxmaaastaaalewea mpwyaaaab3rjtuuh3wixeduvs3i9mqaad5jjrefuenrtnhmmxfv1xz/nd+/b583m8czydrjbxgzx2irnygoyj5tervcr NBVNgUBSElAjqmZppBJVUVUSIaIWpdAk2KFJEUsbKASbpXEgbAWCHMM0LAEZb/GCl7Hn7cv9nf5x73vvvmXGpmWZN/hK V3rvrr9zfud8z/ec3+/+BCCTyZBOpykWi2mP6JKSiFPyyCtYwpvSHZvQ2mwVSyVSLee1fGDj8PBwqe3SfD4/XLbR8/P3 LZqVcPNfM44zFxEQmfTB03YLd5QqKFjP25Ir6o2bT9nw4KaxR7b+2Wcv8wBkz549xOOxeKVqP2XXHPs3TsQcD4IYQQVE pc64dikgtkybbvvffnqqohhvfexsu85d8sgdd+tqfto+utwhe9/ik9oj4u0iooiigjbiqns/thzfshd0vtstqeefqxax gkqqqkzkzovhfm7lvwhwbciv3wrpnp8p4phdbgqxncwguib0k/trwwneg6mwqsgd8l4d/atav0bj82nhzmuiakbmilgr FAHRrjH/uvyioAYRH8rVaGAdgmBGa9e5AJ6nFgn7fCC8iI+DGBRtwsNpLbyCwaCiqPrWjPXFUmmWww0bj+AL7Pt747dv /ul7rde4gwmaoicvban+tfiy2+q8hpdeimccjwbguicmimdvt+aabnq7z2htmdqdustoczxgstnd/h9us9bwszqhmbmw XHyQbEZU7ULhG0jYJHMNBMMHzUFY5IzaOslm+IBvhxXwQVeAO70IjIc4CSQ2ijgJwKKVCWxxhw9f7wITc6eP8Er0w1cT W/T15qQGsIWd5J++AK1m33ElTAsXUFslceq/Elv0dVS1DbFNYpTU8uegUnjHizLTQgEmtQB3aBmoTtrD4sSIzL/mHY/T 5v3p8RLqFer/nVlnBFJOLZ2kFna/AlSVxNK7SC57GGfgDNQrUN31aCONm2Lzdj/f3WFQVYn+3pW4s87E9B5PYumPSX38 Vajsp/zm7SBSx4Cm3BbwMpsov3Fbl2OALeMMnRNYu2/L4qaQxOmUXvs7Sq/cVD+utoraCrY0TnnT/WTuX4IzNHRQK5nm YdAikXSzX4vgDC7FTqzDGTgOgNxT11DZ8h9+MuM6mFQCd3Z/UN+SblbAZCmJ4ox8kvIbd5FddzVOr4M7q6/dFbqeCEkE m30d07u4kdxvtj4m+jki4a7fjrn33clt31mmeonseuvbyl2gu+tfwk6miy6dmpc+kr/3b6xmky79vt0qtpz0rexfpb39 Z6oCFA8TGw4B4HFNUWFmKkAVVQ8ifTi9JxA79vr6qZ6VP8ekF4Hb618z09JhVUXcJKkzH8Qkj+wQE4TUsjU+2dn3Avlf XQpq3zOLMO+28E7/SaRWbMAkj5zSz1UVZ/BUes5/DZHYO0543icXsMQWfxsRc1A/rzNDEZzhz8BMsABUcXqOfvt+OWf5 zmaams6zn83gy5bf9n1o/+dmaegj9umomm23w2xxwwo4riddcjisga+8attadvfrbkkpkx91awwwmxjly0qmddmh0j3t ZMPiaZ2RN2Sw9ePSToTkbWuxO62hdY6QqpUPoPs3LKCRpobHZLVdXV27aaffgj8nNFBADQeaHH4mCR/IpTTVGlosYBKZ dyyyvu7malynv1olakpa0gr9hjhi13r+bwzwxcbat+ohysr6hsuzupdux18mvxiliax3o15xgkjqgjm6tnj6iwyadiyo UylTcYc/TXLpP1H+7YNkH/sG3v7daKb8vosfXfQVksufxWbG3zYpCizA1q2khoe07hYiR1wMQGnsOjR/N+XX/gJJ9yDp s4id9enwb9fqkejcbxh9yddrr0xkwfw4876ae8qxsz79cyilrkerodr6rbz8e3fe53gpudy497donedjlfvw5/81yxme I3byj8AZ9tvhDBI78fuoVyRxxhrcOVfgjnwCMRESp92JJE8Gq23tD+O8NmSvRwHp5D4a9HztE5TiyzcAkL5oPc7sP0Zt FgRM/ENE5izH5hXFYgZOwfSfjlbKuMNnElv8FST+UQrrbyO28HJii28FPNzhZcQWfxWJHUth/SpiC68gdvz3UFskcdp9 xi/7erlnrgf6sh3skvrgwlhe5q4gtej/spki1fgd2fioshjj26m8tbep3voq2haytg3hwf9urhsmi2dzy+sevhrvypzk 0ptILnsC9TL1V2ib6vz/Yhzyz34O78Aqylt+hjNyLraQq58rPHcl3oEfUt66FmfkPJQB3KGTmHjoKjT7GIXnViLGEJl/ Rb15ld89T+6X52EzD+CNPw6epTh2LSaxMWg7jW9nJBzltIkKBy6gjWnSNVuxIe4c7KIGu/85Cs8uJ/fkl3FnHYtJX95w LBviEmHuDZiUQSSO5l/FuHFsvtywxZSDSAItvIZEEmjJAcDbsQaJuKB5tFxAIgMNBbz5c0xPL2IiiDi1AiSCA1Ya7a7z f613cccrnfphqrie8fttyspg9ikjahvql7wftb4gswewcuxitp0r7gbazepmxonnv4u4ofdp9vnnhi7a5nac9sdqxu+5 CbUVTO8ZSDRBZfsLoQea+hR4VQvGAYmh2EmnxreERAHk0IhQsMUX34g756z6/+r4Jiobb8UdGUKrRdKfXOsbQmFv28BG euvlacwdifwseejzmn506nwywsliymkm1l6jxesuxrqz+ilfjnru2ti9r1dd/tqvjbcq+ddinjj39o4hcyimfhyx+wf+ kuq+nz0hytoqiqf4cv22k0747em/xhjfjoz/3zduiqujlebc7eqaz/rcklvuquwgzydaiexxs6hsvrftz/h2lxahhds5 63AGF7L/zlHcOddSfuN7OP1xJAaps9bhDBzN/jvn4M65pn7OxP0kVUtg+i6hsn0t4hzA6fPfZXPgZYu4wzFEfOMVMw/c JVS33oEznPQVYP3ArzUXsIFrW0vfn24bBHLNFqCd9NOwF7VVTHofNns7zqAg4o/rC/6XGVq4G3fIV54ZjTaN9krMwWZW 4Y6k/I+XQpMkTMs5UH9GTAxs4R6cgca7fMwAk4rVu1UUsFvR0pZA+BYaK9opvQlngwEGSIgMWMDRWqDw7wiUEjYvkbC+ TBt4VH63hsq29QimPkZYu7Gy7UEqW0d8a2u5t/7ctvdPRm46TKb2ey0Egk1KaGCArZXEtFYSkmbAkA6gWM11BgzjIs4o 6r2FSJTyxu+CteBG/e/3tIozazl4ecobb/LPOdGD0vB3IPlpMKIQEQq5gDYzY5mcPmo1Q+pjY5hoT8AhLGJccKIUN/wj ivo/rvbxl6czdyhemgm3vys55bzsatf5x5530lksqilryux8fg9iqypkvr0fsgszwlbubk2vtsypvhpsvborkkvxv6of MrGFl+CMHE/+qRtAoLrjP5HEPCpvPoQ7FA1qDV7IlAS1ZfDKgYBeMAXOCVmhDdzJgC2SPPNutFQiu+50nOSAT7FqzxTj x/6plga7upswknwqltbflsakt+m2vpfv2oi2uiu3azv23yqcvkgi81cqo+ztqfxe6sf5+n30xrsv1hnpozvssnfkfphn pm55ahp/mglsjh7/j/retjx44psrdlfj/h6tmoptp5/0bwnoeqjxekid99/0xrsv2ilrfyxsiye5hotq1c2gpqno/ncw iai2mwwtw/smygsgiq74md4mgf/9efjp3oawg3mpm3g+0amuirp2m3jjg0ie+zbezhfjq+fjzd6dydg3ut25dpvfh5fd ReFXt+DtK5Fa8STegV2M/2CE4qv/5TO/qdqqHWsCLRbQETBqN0pAL1t2naT0DOBViR51HWo9sg+djzNYgfL9mGTS96Lk KMmzvs/EvZdgnO24cy7E6ZmLt/t14idfjbfnBeILz8cbfxaqE2gxh/fWv+AM9YGCO7yI+KnXITzu409b26SlI9uwoYkK +8esbSCldMqdWvaDVB4kMRfUYlLR4KNs01iMwU2g1QrJc26EqOvTbCByxDk4s/4QzDDlzS+gRa8R/4xBHJfco6dR2fwM ivo+qfze1aiwpm6b0mjxg9s/yqj8efsssj0s1xv0/1owf5fqtn8h4+imnytwm02lnzuxmdyjf+poogp35e/wdvk0urlp p+sfweb+qbmpphsxeq2cvjgp2wil5mf72fxkl15c8cvbir69epvjtt0gefabq2bfaq5r2nibcy8gbv+qy3wkxelbrbhj BgrWxmIFJoK3ey3e3lfoWbEaLRfATXDgjiiYBLgxbPllqjtfIHnmd8g+MkbxlVWkln8XrXwbsJQ3/YLS2BepbFtD/KNf pf+ydpt/nkl/sjfrug6jpsis/xgyehtds27qwyfgyvdtzquewpfikro3f+j5xibd/utxpzkzkwo1vnjud2vxhmzh4i6q Ht7efUAcdyjtz/nPxHH6z6ay7T6cwV7QCbzxCpF5s1FbprprP5g4kZEUXqaI0/dHVMd/A4VXcYYH/J6x89DKAFr4NZKo IvELqO54CJOM4PTHOyN+LReoRWGr4Pmhtv/Pty8AdrudKZNSXzTkIFmiuCki81L1awQHd9bsxn+J4PRWQR8jMi+Y808/ JlE7HyUyOly/3ulJgn0Mtw/oHawXPdXswMR3orG4H4p5isictG+99uBDYB0EaCJCfr5QSxpUmnv9/z04Ki1M7FCvDR+V UIGqcc0hLe0hoaII9QJRCwjSUha3XT5ApC1MkDYMaAFBVd/3tQUi1HbvyLC2pMO1qGa1QzpMiP/XtOZ0w8pBh6AF20LY 6JQOa0j4+uojtXJwN1uANoiQhpPBkAs0xXVo0Eg5RNzqmrFB7VwRCidDdRasBx1cnN6btIN4C8MPgaC1qFWsARMKMQr+ +jvdagxspmzn459irlymjkp7+nmana5vu7tts35kextkcg2njmufgfirqh6oqwegwd8x0objbq+bioigvd+yeeipfwzu mdyq9lwlqr24ucurgxsagzlusit6cnkb8dbxe7tbigxrfjlypelhesyhp4gqeii4yfvalca8ynj0ndvv0iypgyykpl71 ajdw0dxbwreavemtb3iluzmem6m1zq2oby4slkio0l044dfx1tn0pf94tuqhbpfg571va/dyb8a2p7yh9ima8brpuu8r D197wa6h39N1b22jeDSOWd8MHtlQ/ufA+g+YtWvXktj7TOaq1RO3Z3O6Gaui1r/Ren4urTaskOm91wT22+zLIF4NA1Sy Od18xaoD64BtNcTzR34jSLHC8fd8qf+qPzgmcnkqJgO+l0j3McImAueDX7ak40+/Vrn907fsvxeYAF6aTKQhYBhIMvOm 05eA7cDu2oH/BTw+CdV54/GjAAAAAElFTkSuQmCC" /> Data Integration Guide with SQL Database by Example 23

24 </category> </context> Data Integration Guide with SQL Database by Example 24

Atlassian Confluence Sitemap Generator Add-On

Atlassian Confluence Sitemap Generator Add-On Atlassian Confluence Sitemap Generator Add-On Installation and Configuration Version 2017 Summer Release Status: March 27, 2017 Copyright Mindbreeze GmbH, A-4020 Linz, 2017. All rights reserved. All hardware

More information

Mindbreeze InSpire Appliance Setup

Mindbreeze InSpire Appliance Setup Mindbreeze InSpire Appliance Setup Manual Setting Static Network Address from a Microsoft Windows PC Version 2017 Summer Release Status: March 28, 2017 Copyright Mindbreeze GmbH, A-4020 Linz, 2017. All

More information

Atlassian Confluence Connector

Atlassian Confluence Connector Atlassian Confluence Connector Installation and Configuration Version 2018 Winter Release Status: February 14 th, 2018 Copyright Mindbreeze GmbH, A-4020 Linz, 2018. All rights reserved. All hardware and

More information

HR-Lite Database & Web Service Setup Guide

HR-Lite Database & Web Service Setup Guide HR-Lite Database & Web Service Setup Guide Version: 1.00 HR21 Limited All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical,

More information

Microsoft SharePoint Connector

Microsoft SharePoint Connector Microsoft SharePoint Connector Installation and Configuration Version 2018 Winter Release Status: February 14 th, 2018 Copyright Mindbreeze GmbH, A-4020 Linz, 2018. All rights reserved. All hardware and

More information

HP Database and Middleware Automation

HP Database and Middleware Automation HP Database and Middleware Automation For Windows Software Version: 10.10 SQL Server Database Refresh User Guide Document Release Date: June 2013 Software Release Date: June 2013 Legal Notices Warranty

More information

TIBCO Jaspersoft running in AWS accessing a back office Oracle database via JDBC with Progress DataDirect Cloud.

TIBCO Jaspersoft running in AWS accessing a back office Oracle database via JDBC with Progress DataDirect Cloud. TIBCO Jaspersoft running in AWS accessing a back office Oracle database via JDBC with Progress DataDirect Cloud. This tutorial walks through the installation and configuration process to access data from

More information

Coveo Platform 6.5. Microsoft SharePoint Connector Guide

Coveo Platform 6.5. Microsoft SharePoint Connector Guide Coveo Platform 6.5 Microsoft SharePoint Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information

NotifySCM Workspace Administration Guide

NotifySCM Workspace Administration Guide NotifySCM Workspace Administration Guide TABLE OF CONTENTS 1 Overview... 3 2 Login... 4 2.1 Main View... 5 3 Manage... 6 3.1 PIM... 6 3.2 Document...12 3.3 Server...13 4 Workspace Configuration... 14 4.1

More information

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database For multiple versions Have documentation feedback? Submit a Documentation Feedback support ticket using

More information

SAS Model Manager 2.3

SAS Model Manager 2.3 SAS Model Manager 2.3 Administrator's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2010. SAS Model Manager 2.3: Administrator's Guide. Cary,

More information

JMP to LSAF Add-in. User Guide v1.1

JMP to LSAF Add-in. User Guide v1.1 JMP to LSAF Add-in User Guide v1.1 Table of Contents Terms and Conditions... 3 System Requirements... 3 Installation... 3 Configuration... 4 API Setup... 4 Java Configuration... 5 Logging In... 5 Launching

More information

ECM-VNA Convergence Connector

ECM-VNA Convergence Connector ECM-VNA Convergence Connector Installation and Setup Guide Version: 1.0.x Written by: Product Knowledge, R&D Date: September 2016 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International

More information

Version Installation Guide. 1 Bocada Installation Guide

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

More information

Cumulus Release Notes

Cumulus Release Notes The Cumulus version 11.0.2 is a maintenance release comprising bug fixes, performance enhancements, and feature anhancements. This release improves all Cumulus products, including Workgroup, Enterprise,

More information

SharePoint Online Connector

SharePoint Online Connector SharePoint Online Connector Installation and Configuration Version 2018 Winter Release Status: February 14 th, 2018 Copyright Mindbreeze GmbH, A-4020 Linz, 2018. All rights reserved. All hardware and software

More information

Guided Exercise 1.1: Setting up the sample OpenEdge Data Object Services

Guided Exercise 1.1: Setting up the sample OpenEdge Data Object Services Guided Exercise 1.1: Setting up the sample OpenEdge Data Object Services Overview Before you can develop a web app, you must set up the back-end services for the data providers that the web app will use.

More information

XDS Connector. Installation and Setup Guide. Version: 1.0.x

XDS Connector. Installation and Setup Guide. Version: 1.0.x XDS Connector Installation and Setup Guide Version: 1.0.x Written by: Product Knowledge, R&D Date: November 2016 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc.,

More information

RELEASE NOTES. Version NEW FEATURES AND IMPROVEMENTS

RELEASE NOTES. Version NEW FEATURES AND IMPROVEMENTS S AND S Implementation of the Google Adwords connection type Implementation of the NetSuite connection type Improvements to the Monarch Swarm Library Column sorting and enhanced searching Classic trapping

More information

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5 Using the vrealize Orchestrator Operations Client vrealize Orchestrator 7.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

CSCI 201 Lab 1 Environment Setup

CSCI 201 Lab 1 Environment Setup CSCI 201 Lab 1 Environment Setup "The journey of a thousand miles begins with one step." - Lao Tzu Introduction This lab document will go over the steps to install and set up Eclipse, which is a Java integrated

More information

TEMPPO Requirement Manager User Manual

TEMPPO Requirement Manager User Manual TEMPPO Requirement Manager User Manual Copyright Atos IT Solutions and Services GmbH 2016 Microsoft, MS, MS-DOS and Windows are trademarks of Microsoft Corporation. The reproduction, transmission, translation

More information

KYOCERA Net Viewer 5.3 User Guide

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

More information

Installation Guide. Version Last updated: November. tryfoexnow.com 1 of 3

Installation Guide. Version Last updated: November. tryfoexnow.com 1 of 3 Installation Guide Version 3.1.0 @FOEXplugins Last updated: November tryfoexnow.com 1 of 3 FOEX Installation Guide, version 3.1.0 Copyright 2017, FOEX GmbH. All rights reserved. Authors: Peter Raganitsch,

More information

1. Introduction Minimum system requirements Basic Concept Server mode

1. Introduction Minimum system requirements Basic Concept Server mode 1. Introduction TC Monitor is software for monitoring and control of Ethernet (TCW) and GSM/GPRS (TCG) controllers. The supported devices are TCW122B-CM, TCW181B-CM, TCW241, TCW220, TCW210-TH and TCG120.

More information

Early Data Analyzer Web User Guide

Early Data Analyzer Web User Guide Early Data Analyzer Web User Guide Early Data Analyzer, Version 1.4 About Early Data Analyzer Web Getting Started Installing Early Data Analyzer Web Opening a Case About the Case Dashboard Filtering Tagging

More information

UPGRADE GUIDE. Campaign Manager 6.0

UPGRADE GUIDE. Campaign Manager 6.0 UPGRADE GUIDE Campaign Manager 6.0 VERSION CONTROL Version Date Author Changes 1.0 28 April 2017 D Cooper Release RELATED DOCUMENTS The related documents are located in the Alterian product help. Name

More information

MobileFast SyncStudio. A Complete Mobile Database Synchronization Solution. Quick-Start Manual. Release 1.61, May 2014

MobileFast SyncStudio. A Complete Mobile Database Synchronization Solution. Quick-Start Manual. Release 1.61, May 2014 MobileFast SyncStudio A Complete Mobile Database Synchronization Solution Quick-Start Manual Release 1.61, May 2014 Copyright 2014 by MobileFast Corporation All rights reserved Page 1 of 25 Edition Notes

More information

Coveo Platform 7.0. Yammer Connector Guide

Coveo Platform 7.0. Yammer Connector Guide Coveo Platform 7.0 Yammer Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing market conditions,

More information

Installing the PC-Kits SQL Database

Installing the PC-Kits SQL Database 1 Installing the PC-Kits SQL Database The Network edition of VHI PC-Kits uses a SQL database. Microsoft SQL is a database engine that allows multiple users to connect to the same database. This document

More information

Quick KVM 1.1. User s Guide. ClearCube Technology, Inc.

Quick KVM 1.1. User s Guide. ClearCube Technology, Inc. Quick KVM 1.1 User s Guide ClearCube Technology, Inc. Copyright 2005, ClearCube Technology, Inc. All rights reserved. Under copyright laws, this publication may not be reproduced or transmitted in any

More information

Clay Tablet Connector for Adobe Experience Manager. Installation and Configuration Guide. Version 3.0.0

Clay Tablet Connector for Adobe Experience Manager. Installation and Configuration Guide. Version 3.0.0 Clay Tablet Connector for Adobe Experience Manager Installation and Configuration Guide Version 3.0.0 January 13, 2017 Copyright Copyright 2005-2017 Clay Tablet Technologies Inc. All rights reserved. All

More information

Jive Sitemap Generator

Jive Sitemap Generator Jive Sitemap Generator Installation and Configuration Version 2017 Summer Release Status: August 25, 2017 Copyright Mindbreeze GmbH, A-4020 Linz, 2017. All rights reserved. All hardware and software names

More information

Getting Started Tutorial - Eclipse Edition. Sybase Unwired Platform 1.2

Getting Started Tutorial - Eclipse Edition. Sybase Unwired Platform 1.2 Getting Started Tutorial - Eclipse Edition Sybase Unwired Platform 1.2 DOCUMENT ID: DC01017-01-0120-01 LAST REVISED: March, 2009 Copyright 2009 by Sybase, Inc. All rights reserved. This publication pertains

More information

Deployment Best Practices Oct Product Version 7.0 and above

Deployment Best Practices Oct Product Version 7.0 and above PNMsoft Knowledge Base Sequence User Guides Deployment Best Practices Oct. 2014 Product Version 7.0 and above 2014 PNMsoft All Rights Reserved This document, including any supporting materials, is owned

More information

Zetadocs for NAV Installation Guide. Equisys Ltd

Zetadocs for NAV Installation Guide. Equisys Ltd 2 Table of Contents 4 Deployment Scenarios Overview Zetadocs Express 4 Zetadocs Delivery Essentials 4 Zetadocs Capture Essentials 4 Deployment Environments 4 6 Express Installation 1. Installing the Zetadocs

More information

Legal Notes. Regarding Trademarks KYOCERA MITA Corporation

Legal Notes. Regarding Trademarks KYOCERA MITA Corporation Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

SmartBar for MS CRM 2013

SmartBar for MS CRM 2013 SmartBar for MS CRM 2013 Version 2013.15, March 2014 Installation and User Guide (How to install/uninstall and use SmartBar for MS CRM 2013) The content of this document is subject to change without notice.

More information

Installation Guide. Version Last updated: August tryfoexnow.com 1 of 3

Installation Guide. Version Last updated: August tryfoexnow.com 1 of 3 Installation Guide Version 4.0.1 @FOEXplugins Last updated: August 2018 tryfoexnow.com 1 of 3 FOEX Installation Guide, version 4.0.1 Copyright 2018, FOEX GmbH. All rights reserved. Authors: Peter Raganitsch,

More information

BMC FootPrints 12 Integration with Remote Support

BMC FootPrints 12 Integration with Remote Support BMC FootPrints 12 Integration with Remote Support 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are

More information

Coveo Platform 7.0. Oracle UCM Connector Guide

Coveo Platform 7.0. Oracle UCM Connector Guide Coveo Platform 7.0 Oracle UCM Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing market

More information

One Schema In Sql Server 2005 Management >>>CLICK HERE<<<

One Schema In Sql Server 2005 Management >>>CLICK HERE<<< One Schema In Sql Server 2005 Management Studio 2008 Database As a database increases in size full database backups take more time to finish and require more When you specify a back up task by using SQL

More information

Everything in red on the screenshots has been added for the purpose of this user guide and is the context for the words around it.

Everything in red on the screenshots has been added for the purpose of this user guide and is the context for the words around it. Huddle for Office What is it? Huddle for Office brings the best collaborative parts of Huddle right into your applications. You are able to take the content that you are working on straight from Huddle,

More information

SOXS Manual T A B L E O F C O N T E N T S INTRODUCTION 2 WORK WITH THE SOXS CLIENT 2

SOXS Manual T A B L E O F C O N T E N T S INTRODUCTION 2 WORK WITH THE SOXS CLIENT 2 T A B L E O F C O N T E N T S INTRODUCTION 2 WORK WITH THE SOXS CLIENT 2 Link a SharePoint Library with Outlook (Create a SharePoint Favorite) 3 Save emails in a SharePoint library 4 Content Types and

More information

Talend Open Studio for Data Quality. User Guide 5.5.2

Talend Open Studio for Data Quality. User Guide 5.5.2 Talend Open Studio for Data Quality User Guide 5.5.2 Talend Open Studio for Data Quality Adapted for v5.5. Supersedes previous releases. Publication date: January 29, 2015 Copyleft This documentation is

More information

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower Configuration Guide SOAPMDP_Config_7.2.0 Copyright Copyright 2015 SOA Software, Inc. All rights

More information

SugarCRM for Hootsuite

SugarCRM for Hootsuite SugarCRM for Hootsuite User Guide Document izeno Pte Ltd Version 1.0 Hootsuite for Sugar User Guide P a g e 1 Revision / Modifications SN Version Date Author Comments 1 0.1 Wed 20 December 2017 Kris Haryadi

More information

Version 2 Release 2. IBM i2 Enterprise Insight Analysis Upgrade Guide IBM SC

Version 2 Release 2. IBM i2 Enterprise Insight Analysis Upgrade Guide IBM SC Version 2 Release 2 IBM i2 Enterprise Insight Analysis Upgrade Guide IBM SC27-5091-00 Note Before using this information and the product it supports, read the information in Notices on page 35. This edition

More information

KMnet Viewer. User Guide

KMnet Viewer. User Guide KMnet Viewer User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change for improvement without notice. We cannot be

More information

White Paper. Export of Fabasoft Folio Objects to a Relational Database. Fabasoft Folio 2017 R1 Update Rollup 1

White Paper. Export of Fabasoft Folio Objects to a Relational Database. Fabasoft Folio 2017 R1 Update Rollup 1 White Paper Export of Fabasoft Folio Objects to a Relational Database Fabasoft Folio 2017 R1 Update Rollup 1 Copyright Fabasoft R&D GmbH, Linz, Austria, 2018. All rights reserved. All hardware and software

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.0 SP1.5 User Guide P/N 300 005 253 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All

More information

Charting and Reporting Now Available

Charting and Reporting Now Available Instant Archive Viewer for OCS Charting and Reporting Now Available Charting and Reporting for OCS is an XML based charting engine rendering statistics from your Office Communications Server in a cool

More information

Workspace ONE UEM Upgrade Guide

Workspace ONE UEM Upgrade Guide Workspace ONE UEM Upgrade Guide Workspace ONE UEM v9.5 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product is protected

More information

EUSurvey OSS Installation Guide

EUSurvey OSS Installation Guide Prerequisites... 2 Tools... 2 Java 7 SDK... 2 MySQL 5.6 DB and Client (Workbench)... 4 Tomcat 7... 8 Spring Tool Suite... 11 Knowledge... 12 Control System Services... 12 Prepare the Database... 14 Create

More information

Installation User Guide SMART ACCESS 2.0

Installation User Guide SMART ACCESS 2.0 Installation User Guide SMART ACCESS 2.0 Date: 05 March 2013 Version: 2.0 Table of Contents 1. OVERVIEW... 3 2. INSTALLATION PROCEDURE... 4 2.1. IIS INSTALLATION:... 5 2.2. REPORTSERVER 2008 SP1 INSTALLATION:...

More information

How To Guide Using and Developing Custom Phases in IKAN ALM

How To Guide Using and Developing Custom Phases in IKAN ALM How To Guide Using and Developing Custom Phases in IKAN ALM Release 5.6 January 2015 N.V. Schaliënhoevedreef 20A 2800 Mechelen BELGIUM 2006-2015 N.V. No part of this document may be reproduced or transmitted

More information

KYOCERA Net Viewer User Guide

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

More information

Cisco CVP VoiceXML 3.1. Installation Guide

Cisco CVP VoiceXML 3.1. Installation Guide Cisco CVP VoiceXML 3.1 CISCO CVP VOICEXML 3.1 Publication date: October 2005 Copyright (C) 2001-2005 Audium Corporation. All rights reserved. Distributed by Cisco Systems, Inc. under license from Audium

More information

DataFlux Web Studio 2.5. Installation and Configuration Guide

DataFlux Web Studio 2.5. Installation and Configuration Guide DataFlux Web Studio 2.5 Installation and Configuration Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. DataFlux Web Studio 2.5: Installation and Configuration

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

In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm.

In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm. Lab 1 Getting Started 1.1 Building and Executing a Simple Message Flow In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm.

More information

Managing the Cisco APIC-EM and Applications

Managing the Cisco APIC-EM and Applications Managing Cisco APIC-EM Using the GUI, page 1 Cisco APIC-EM Application Separation, page 1 Information about Backing Up and Restoring the Cisco APIC-EM, page 4 Updating the Cisco APIC-EM Software, page

More information

Contents. Anaplan Connector for MuleSoft

Contents. Anaplan Connector for MuleSoft SW Version 1.1.2 Contents 1 Overview... 3 2 Mulesoft Prerequisites... 4 3 Anaplan Prerequisites for the Demos... 5 3.1 export demo mule-app.properties file...5 3.2 import demo mule-app.properties file...5

More information

Setting Up EPiServer for Demo

Setting Up EPiServer for Demo Setting Up EPiServer for Demo Abstract This document describes how to set up a standard EPiServer installation so that it can be used in a demo environment. Product version: 4.51 Document version: 1.0

More information

Quick Start Guide. CollabNet Subversion Connector to HP Quality Center

Quick Start Guide. CollabNet Subversion Connector to HP Quality Center Quick Start Guide CollabNet Subversion Connector to HP Quality Center A BOUT THE CONNECTOR About the Connector The CollabNet Subversion Connector to HP Quality Center enables Quality Center users to store

More information

NETWORK PRINT MONITOR User Guide

NETWORK PRINT MONITOR User Guide NETWORK PRINT MONITOR User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change for improvement without notice. We

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer i About the Tutorial Eclipse is an integrated development environment (IDE) for Java and other programming languages like C, C++, PHP, and Ruby etc. Development environment provided by Eclipse includes

More information

SAS Contextual Analysis 14.3: Administrator s Guide

SAS Contextual Analysis 14.3: Administrator s Guide SAS Contextual Analysis 14.3: Administrator s Guide SAS Documentation August 25, 2017 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2017. SAS Contextual Analysis

More information

OSR Administration 3.7 User Guide. Updated:

OSR Administration 3.7 User Guide. Updated: OSR Administration 3.7 User Guide Updated: 2013-01-31 Copyright OneStop Reporting AS www.onestopreporting.com Table of Contents Introduction... 1 Who should read this manual... 1 What s included in this

More information

USER GUIDES OWNCLOUD WEB USER GUIDE. INTRODUCTION: This guide provides details on how to use owncloud via the web.

USER GUIDES OWNCLOUD WEB USER GUIDE. INTRODUCTION: This guide provides details on how to use owncloud via the web. USER GUIDES OWNCLOUD WEB USER GUIDE INTRODUCTION: This guide provides details on how to use owncloud via the web. SYSTEM REQUIREMENTS: Most web browsers WHAT YOU MAY NEED & OTHER CONSIDERATIONS: An Internet

More information

DOCUMENTUM D2. User Guide

DOCUMENTUM D2. User Guide DOCUMENTUM D2 User Guide Contents 1. Groups... 6 2. Introduction to D2... 7 Access D2... 7 Recommended browsers... 7 Login... 7 First-time login... 7 Installing the Content Transfer Extension... 8 Logout...

More information

EUSurvey Installation Guide

EUSurvey Installation Guide EUSurvey Installation Guide Guide to a successful installation of EUSurvey May 20 th, 2015 Version 1.2 (version family) 1 Content 1. Overview... 3 2. Prerequisites... 3 Tools... 4 Java SDK... 4 MySQL Database

More information

Talend Open Studio for Big Data. User Guide 5.5.1

Talend Open Studio for Big Data. User Guide 5.5.1 Talend Open Studio for Big Data User Guide 5.5.1 Talend Open Studio for Big Data Adapted for v5.5. Supersedes previous releases. Publication date: June 24, 2014 Copyleft This documentation is provided

More information

SignArchive 2.5. User Manual SOFTPRO GmbH, All rights reserved. Version 0.4

SignArchive 2.5. User Manual SOFTPRO GmbH, All rights reserved. Version 0.4 SignArchive 2.5 User Manual. 2008 SOFTPRO GmbH, All rights reserved Version 0.4 Date: August 5, 2008 Date: August 5, 2008 Content 1 OVERVIEW...4 2 INSTALLATION...5 2.1 SIGNARCHIVE SERVER...5 2.1.1 Upgrade

More information

Colligo Engage Outlook App 7.1. Connected Mode - User Guide

Colligo Engage Outlook App 7.1. Connected Mode - User Guide 7.1 Connected Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 2 Checking for Updates 3 Updating

More information

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Ed-Fi ODS and Ed-Fi ODS API Version 2.0 - Technical Preview January 2015 2014-2015 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark

More information

Real Application Security Administration

Real Application Security Administration Oracle Database Real Application Security Administration Console (RASADM) User s Guide 12c Release 2 (12.2) E85615-01 June 2017 Real Application Security Administration Oracle Database Real Application

More information

Composer Help. Import and Export

Composer Help. Import and Export Composer Help Import and Export 2/7/2018 Import and Export Contents 1 Import and Export 1.1 Importing External Files into Your Composer Project 1.2 Importing Composer Projects into Your Workspace 1.3 Importing

More information

APAR PO06620 Installation Instructions

APAR PO06620 Installation Instructions IBM Corporation APAR PO06620 Installation Instructions IBM Counter Fraud Management 1.5.0.5 IBM Counter Fraud Development 3-31-2017 Table of Contents 1 Fix readme... 1 2 Abstract... 1 3 Contents... 1 4

More information

SyncStudio by HandApps Software. A Complete Mobile Database Synchronization Solution. Quick-Start Manual. Release 3.x, June 2017

SyncStudio by HandApps Software. A Complete Mobile Database Synchronization Solution. Quick-Start Manual. Release 3.x, June 2017 SyncStudio by HandApps Software A Complete Mobile Database Synchronization Solution Quick-Start Manual Release 3.x, June 2017 Copyright 2017 by HandApps Software All rights reserved Page 1 of 36 Edition

More information

SeaSonde Combine Web Server

SeaSonde Combine Web Server SeaSonde Combine Web Server SeaSonde Combine Web Server 146.01.1708.UG Sept 13, 2017 This document describes installing, using and configuring the Combine Web Server. Installation and Access The SeaSonde

More information

Defining an ODBC data source

Defining an ODBC data source Defining an ODBC data source Cisco IPIVR and ICM Environment ALINEiT LLC alineit.com OVERVIEW This guideline document provides the steps needed to create an ODBC data source for the Cisco IPIVR application.

More information

ibaan E-Enterprise Server 2.5 Technical Notes

ibaan E-Enterprise Server 2.5 Technical Notes ibaan E-Enterprise Server 2.5 A publication of: Baan Development B.V. P.O.Box 143 3770 AC Barneveld The Netherlands Printed in the Netherlands Baan Development B.V. 2002. All rights reserved. The information

More information

Your Data Visualization Game Is Strong Take It to Level 8.2

Your Data Visualization Game Is Strong Take It to Level 8.2 Paper SAS2164-2018 Your Data Visualization Game Is Strong Take It to Level 8.2 Brandon Kirk and Jason Shoffner, SAS Institute Inc., Cary, NC ABSTRACT Your organization already uses SAS Visual Analytics,

More information

Including Dynamic Images in Your Report

Including Dynamic Images in Your Report Including Dynamic Images in Your Report Purpose This tutorial shows you how to include dynamic images in your report. Time to Complete Approximately 15 minutes Topics This tutorial covers the following

More information

Perceptive TransForm E-Forms Manager

Perceptive TransForm E-Forms Manager Perceptive TransForm E-Forms Manager Installation and Setup Guide Version: 8.x Date: February 2017 2016-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered

More information

OSIsoft PI Custom Datasource. User Guide

OSIsoft PI Custom Datasource. User Guide OSIsoft PI Custom Datasource User Guide Nov 2015 1. Introduction... 5 Key Capabilities... 6 Retrieving PI Tag Lists... 6 Retrieving PI Tag Data... 6 Retrieving AF Elements, Metadata and Data... 7 Retrieving

More information

Installing Perseus SurveySolutions/EFM 1.4 for Windows 2000 (Microsoft Internet Information Services and Oracle Server) January 2006

Installing Perseus SurveySolutions/EFM 1.4 for Windows 2000 (Microsoft Internet Information Services and Oracle Server) January 2006 Installing Perseus SurveySolutions/EFM 1.4 for Windows 2000 (Microsoft Internet Information Services and Oracle Server) January 2006 For support, contact Perseus Technical Support at (781) 848-8100, ext.

More information

Upgrade Guide. Apparo Fast Edit. Upgrade from version 2 to version 3.0.6/ Upgrade from version to version / 9

Upgrade Guide. Apparo Fast Edit. Upgrade from version 2 to version 3.0.6/ Upgrade from version to version / 9 Upgrade Guide Apparo Fast Edit Upgrade from version 2 to version 3.0.6/3.0.7 Upgrade from version 3.0.6 to version 3.0.7 1 / 9 1 Download of version 3... 3 2 Backup of the old Apparo database repository...

More information

CodeFuseAgent - User Guide. Version: 1.4

CodeFuseAgent - User Guide.   Version: 1.4 CodeFuseAgent - User Guide http://www.codefuse.io/ Version: 1.4 Contents 1. Introduction... 2 2. CodeFuseAgent Installation... 3 3. Starting CodeFuseAgent... 7 4. Executing Tests with CodeFuseAgent...

More information

User Guide. 3CX Recording Manager Standard. Version

User Guide. 3CX Recording Manager Standard. Version User Guide 3CX Recording Manager Standard Version 15.5.109 "Copyright VoIPTools, LLC 2011-2018" Information in this document is subject to change without notice. No part of this document may be reproduced

More information

Table Of Contents. iii

Table Of Contents. iii Table Of Contents Welcome... 1 Using the Content Repository... 3 Content Repository Overview... 3 Description... 3 Repository File Types... 4 Working with the Repository... 6 Content Repository Interface...

More information

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1 Using the VMware vcenter Orchestrator Client vrealize Orchestrator 5.5.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

SAP Process Mining by Celonis. Installation Guide. Version 1.2 Corresponding Software Version: 4.0

SAP Process Mining by Celonis. Installation Guide. Version 1.2 Corresponding Software Version: 4.0 SAP Process Mining by Celonis Installation Guide Version 1.2 Corresponding Software Version: 4.0 This document is copyright of the Celonis GmbH. Distribution or reproduction are only permitted by written

More information

Tivoli Common Reporting V2.x. Reporting with Tivoli Data Warehouse

Tivoli Common Reporting V2.x. Reporting with Tivoli Data Warehouse Tivoli Common Reporting V2.x Reporting with Tivoli Data Warehouse Preethi C Mohan IBM India Ltd. India Software Labs, Bangalore +91 80 40255077 preethi.mohan@in.ibm.com Copyright IBM Corporation 2012 This

More information

Installation Guide. May vovici.com. Vovici Enterprise Version 6.1. Feedback that drives vision.

Installation Guide. May vovici.com. Vovici Enterprise Version 6.1. Feedback that drives vision. Installation Guide Vovici Enterprise Version 6.1 May 2011 For installation support, please contact our Vovici Enterprise installation experts at installefmc@. If phone support is requested an installation

More information

InterPSS OpenCIM User s Guide Software Release 1.2.1

InterPSS OpenCIM User s Guide Software Release 1.2.1 InterPSS OpenCIM User s Guide Software Release 1.2.1 March, 2010 i Important Information USE OF INTERPSS SOFTWARE AND THIS DOCUMENT IS SUBJECT TO THE TERMS AND CONDITIONS OF A LICENSE AGREEMENT FOUND IN

More information

ER/Studio Enterprise Portal User Guide

ER/Studio Enterprise Portal User Guide ER/Studio Enterprise Portal 1.1.1 User Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights

More information

Connector for Box Version 2 Setup and Reference Guide

Connector for Box Version 2 Setup and Reference Guide Connector for Box Version 2 Setup and Reference Guide Published: 2018-Feb-23 Contents 1 Box Connector Introduction 5 1.1 Products 5 1.2 Supported Features 5 2 Box Connector Limitations 6 3 Box Connector

More information

How to make a Work Profile for Windows 10

How to make a Work Profile for Windows 10 How to make a Work Profile for Windows 10 Setting up a new profile for Windows 10 requires you to navigate some screens that may lead you to create the wrong type of account. By following this guide, we

More information