Etasoft Mini Translator version 1.x

Size: px
Start display at page:

Download "Etasoft Mini Translator version 1.x"

Transcription

1 Etasoft Mini Translator version 1.x Copyright Etasoft Inc. Main website Product website Purpose...2 Requirements...2 Package Details...2 Results...3 Licensing...3 Main Program...5 What Are Invalid EDI Files?...8 Looping and Processing Details...9 Maps and Map Editor...9 Batch Command Line Execution...12 Performance...14 Developer SDK...14 Technical Support...14 Etasoft Inc. Page 1 12/1/2009

2 Purpose Mini Translator is a set of tools designed to produce human readable formats out of EDI data files. It is mini translator, EDI standards database and report generator rolled into one. Typical translators are designed to produce or consume EDI files in order to make other computer systems talk to each other. Mini Translator is designed to take an EDI file and produce one of easier to read formats like CSV, Text or XML. It uses slim down version of database with EDI standards to find names and meaning of most of EDI constants. Requirements Minimum Requirements Software Windows 2000/XP/Vista/Server 2003/7 Hardware Pentium 1GHz, RAM 256Mbt Recommended Software Hardware Windows XP Pro Pentium 1.5GHz, RAM 512Mbt Package Details Package comes as setup program for Windows based personal computers. Software product does not install any separate runtimes or systems and does not require them to be preinstalled. Example: software does not use.net or Java runtimes and does not need them preinstalled. It does not create any Registry entries. We recommend to always use setup program to install product on new computer. However technically you could simply copy it from one computer to the other (so called xcopy install scenario). Once installed product creates following important files: 1. edirepgui.exe main program. 2. edireprun.exe command line batch type report runner. 3. edireports.pdf Users Manual documentation. Etasoft Inc. Page 2 12/1/2009

3 Results After successful execution Mini Translator produces files in number of formats. Some formats like CSV can be open in popular spreadsheet programs such as Microsoft Excel. You might need to move and resize spreadsheet columns to see all the data properly. Keep in mind that spreadsheet programs have certain limitations on how many columns and rows they can display or how big of spreadsheets they can handle. Some have hard set limits of no more than 256 columns and no more than rows. If your EDI file contains hundred thousand segments you might not be able to open it in a typical spreadsheet program. It is limitation of spreadsheet program and not of Mini Translator. Output of EDI 837 displayed as CSV crosstab spreadsheet. Sensitive customer information is removed from this screenshot. Licensing Default package installation comes as time limited trial evaluation license. After fixed number of days starting from the day of the first use, trial evaluation license will expire and most of software features will become disabled. If you like the product and purchase it, you will receive permanent license key. This new key must be entered in License dialog: Etasoft Inc. Page 3 12/1/2009

4 License key should be entered via License button on Mini Translator main screen. If you let trial version to expire this will eventually stop software from processing data. Once you decide to purchase the product, you will receive new permanent license key that you can enter in the License screen. This new key will unlock the product without a need to reinstall it. Etasoft Inc. Page 4 12/1/2009

5 Main Program Main program allows both run and creation of reports. Set your EDI file, desired output file and report formats at the top of the screen. You can also drag and drop files from other programs like Windows Explorer or My Computer screens. Once file is dropped, Mini Translator will fill Output file name based on report format of your choice. Input EDI file and output directory for output file must exist. Use top of the screen to enter your input, output files and choose report format. Etasoft Inc. Page 5 12/1/2009

6 Runtime options allow you to setup report execution modes: 1. Run report once input file is dropped on - this option if checked will execute report once file is dropped on the program main screen. You can use Windows Explorer or My Computer to drag and drop files on Mini Translator. 2. Open report after execution this option if checked will try to open report in external program associated with specific format. Example: if you have Microsoft Excel installed then CSV file most probably will open in it. If you want other program to open reports change default association between program and file name extension in Windows. Example: you can change that XML files would open in your favorite XML editor instead of default program or notepad. Please refer to Windows help or documentation on how to change file associations. 3. Auto-start. Also watch input file and run report if file changes this option if checked will monitor input file for changes and execute report once file change is detected. It also executes report on startup. This option is used mostly for semiautomated processing. You can setup Mini Translator to wait for file to be copied into the directory by other program, so it would kick-start report processing as soon as input file comes in. It is not recommended to use this option for files that are on mapped network drives, files on mapped NFS or mainframe remote computers. Remote connections are not reliable, even rather short network disruption may stop file change detector process inside Mini Translator. For remote files use command line batch runner edireprun.exe program and execute it at certain time intervals during the day using some scheduled execution program. 4. Run basic EDI validation this option if checked executes basic EDI validation. Basic EDI validation performs ISA, GS, ST, SE, GE, IEA EDI envelop checking. Etasoft Inc. Page 6 12/1/2009

7 Mappings are created or reused every time Mini Translator runs. Mappings allow you to customize report by selecting fields you want to see in the report and by settings the rules how those fields should be filled up. Use Edit and Delete buttons to customize or remove existing maps. Etasoft Inc. Page 7 12/1/2009

8 You can always press Close or Stop button even during processing. EDI Hot Spot prints some of the processing information. It also lists any validation or processing errors. What Are Invalid EDI Files? Once you open EDI file in some text editor like Notepad, it looks cryptic. However all valid EDI X12 files have same properties: 1. They all start with three letters: ISA 2. After 103 characters there is word GS. Sometimes GS is on the second line. If GS is on the second line then there might be only 102 characters between ISA and GS. Mini Translator reads and breaks down EDI files using these two points above. Most common scenarios why Mini Translator might not be able to process the file: 1. That is not an EDI X12 file. Period. It is flat file, XML or scanned print image form or something else but EDI file. 2. If you copy and paste EDI file from Internet Browser window in most cases resulting EDI file will not be valid anymore. This is due to how spaces are displayed in the Browsers. Instead of 103 characters between ISA and GS you might end up having much less. Etasoft Inc. Page 8 12/1/2009

9 3. Usually EDI files are sent over secure connections using encryption/decryption communications. Sometimes not just communications but EDI files are encrypted themselves. Encryption leaves ISA/GS part valid but all segments in the file unreadable. Unless EDI file is decrypted Mini Translator will not be able to read it correctly. 4. Some EDI files come from mainframe computer systems. Occasionally they are formatted into columns of 80 characters long. Extra carriage return and line feed characters break segments into multiple lines making EDI file invalid. Those files can not be processed. 5. Rarely EDI software communication packages combine multiple EDI messages of various types into one file. There are two variations of this combination: a) Example: 810 invoices and 997 acknowledgements with the same separators in one file. This is valid EDI file however output of Mini Translator might not look right. Because Mini Translator will try to flatten EDI loops and encounter few loops repeating independent of each other (as per example above: 810 invoices will repeat separately from 997 loops). It is like trying to combine two spreadsheets that have no common fields; at the end combined spreadsheet will have mix of lines that do not tie up. b) Example: 810 invoices and 997 acknowledgements with the different separators in one file. This is not possible to process. Mini Translator detects separators at the start of the EDI file. If separators change somewhere in the middle of the file Mini Translator will continue processing the file using old separators found at the file start. Scenario when various EDI messages are mixed in one file with different separators is very rare but we mention it here to complete possible list of files that can not be processed. Looping and Processing Details Mini Translator uses compact database with EDI information to look up number of codes and values you see in a typical EDI file. This allows creation of the output that contains human readable text instead of 2-3 letter codes. Mini Translator also tries to create flat structure out of looping EDI hierarchies. As a result EDI header fields repeat they values for every new line of the output file. New line in the output is created when nested EDI loop repeats. You can alter output using mappings screen. Creating flat structure out of looping EDI messages with many nested hierarchical levels is not a trivial task. Flat structure is created by repeating header and trailer field values while creating new values of detail fields on each new output line. Mini Translator performs looping structure analysis as first processing step. Result of this analysis is how many output lines or columns are created in the report output file. If you want to reduce number of lines created, exclude some fields from the output using buildin Map Editor screen then use modified map for processing. Maps and Map Editor Software comes with build-in map editor and map generator. If option Create new or use existing based on input is selected then map generator will take over and create mappings for you. Mappings are reused by matching existing map properties to incoming input file properties. Once match is found, existing map is used. If there is no map matching incoming file then new map is created based on input file. This complex setup in most cases should relieve you from any need to modify mappings. However if you need to change what fields should be included in the output and how they should be filled with values, then select the map from the drop down list and use Edit button. Once you edit the list of fields, choose OK in the dialog screen. Your mappings will be saved. After that you can choose the map in the Use Map: drop down to force Mini Translator use specific map, or you can allow Mini Translator to auto-select map based on input file. The way how auto-select works is simple: 1. Once Mini Translator reads input EDI file, it detects EDI file identity. In most cases identity is just Transaction Identifier + Interchange Sender Id. 2. Mini Translator reads all maps from the database and matches identity of the incoming EDI file against existing maps. 3. If non of existing maps have the same identity, new map is created. 4. If any of the maps match based on identity, then that map is used for processing. Auto-select is turned off when option Create new or use existing based on input is not selected. Etasoft Inc. Page 9 12/1/2009

10 Select items you want to have produced in the report. Set line up field to produce desired number of lines in the output. Repeat Previous and Use Next options control what value should be placed in the field for each new row if current value is empty. They are especially important for header and trailer fields, and fields that are optional. Sometimes you might want to have some fields to be always present for each line of output, sometimes you might want to have some fields to be produced in the output only when they have a value in that line. Repeat Previous and Use Next options allow this type of control. 1. If you check Repeat Previous translation will use current value or if there is no current value for the output row it will reuse value from previous row. 2. If you check Use Next translation will use value from the next output row. 3. If both Repeat Previous and Use Next are checked then translation will try to fill the value first from current row, then from previous row and finally if all are empty then use next rows. 4. If both Repeat Previous and Use Next are unchecked then translation will use only current row value. In most setups Repeat Previous is set on header fields and Use Next is set on trailer fields. If you want output field to always have a value check both Repeat Previous and Use Next. If you want output to have only value when it is in the file and belongs to current line uncheck both Repeat Previous and Use Next. Mini Translator tries to line up output automatically based on how many times each field repeats and based on general structure of the message. This might produce undesired output since automatic line up is based on best-guess scenario and may not reflect your specific business needs. In most cases when automatic line up will not match your needs it will produce too many lines in the output side. You can always turn-off automatic line up and guide Mini Translator by manually selecting field using Map Editor screen. Etasoft Inc. Page 10 12/1/2009

11 Best candidates for line up field usually are unique data identifiers such as: invoice number, invoice line number, purchase order number, purchase order line number, subscriber or insured Id, patient Id, claim Id, claim line number, claim date, patient diagnostic procedure code. In this example EDI X Healthcare Claim is lined up based on claim detail lines. Based on what output field is chosen for line up field Mini Translator will create as many output lines as many values of line up field there are in the input file. Example 1: if you setup line up field to be invoice number, you will get as many output lines as many invoice numbers there are in the input file. Example 2: if you setup line up field to be claim detail line number, you will get as many lines as many claim detail lines there are in the input file. Etasoft Inc. Page 11 12/1/2009

12 When report runs new input file it calculates and provides hints what fields are better suited to line up all other fields. This hint is displayed next to field name as *** suggestion. Suggestion is just that. Best way to find proper setting is by experimentation. Experiment with Line up field setting until you get desired output. Batch Command Line Execution You can run Mini Translator as part of other batch based job. Batch execution is used in automated or semi-automated data processing systems where execution takes place at certain times during the day or when certain events occur (example: input file is copied to receive directory). Batch execution is common for long running processing jobs, overnight running jobs. Etasoft Inc. Page 12 12/1/2009

13 Use edireprun.exe command line batch processing utility to run reports in batch mode. edireprun.exe utility takes following case sensitive parameters: 1. license=? License key to run Mini Translator (mandatory parameter). Use your license key from License screen of Mini Translator main program. 2. input=? Input file name (mandatory parameter). 3. output=? Output file name (mandatory parameter). 4. csv2 Output format is CSV file without header fields. 5. csv3 Output format is CSV file crosstab. 6. xml Output format is XML file. 7. txt Output format is Field=Value text file. 8. validate Perform basic EDI validation. No validation if this parameter omitted. Parameters to output XML file and validate EDI input. You can also setup report execution program as shortcut icon on your desktop. That way you can have few icons and each will run and process different input file. Simply open some text editor like notepad.exe and enter all the command line text into it. Then save file with.bat extension. In the Windows Explorer right click on that file with.bat extension, press Copy menu and right click on the desktop and press Paste Shortcut. Now you will have a shortcut desktop icon that you can double click to execute the report. Etasoft Inc. Page 13 12/1/2009

14 Save report execution command as batch file with.bat extension. Enter your license key from License screen of Mini Translator main program. Here is desktop shortcut icon to run specific report after.bat file was created and shortcut for it pasted on the desktop. Performance Mini Translator reads and parses EDI files in computer memory. That puts certain limits on how big input EDI files it can process. Also since output report files are more verbose than input EDI files total output size could be 7-10 times greater than input size. Example: if your input EDI file is 4 Mbt your CSV output file might be around 30 Mbt. If your EDI file is greater than 40 Mbt we recommend breaking it in smaller chunks before you try to process it using Mini Translator otherwise resulting file might be over 300 Mbt and will be hard to view in any file editor. Developer SDK You can execute Mini Translator as part of your.net application or ASP.NET web page. It comes with API for software integration installed into DeveloperSDK directory. Developer SDK simply allows you to call Mini Translator processing engine via your code. All you need to do is distribute all the DLLs and all files with *.db extension as part of your program. Main runtime DLL is edirepruntime.dll. Reference it in your.net project. Use class edireportexecute to run the reports. Look at complete sample called edirepdotnet under DeveloperSDK directory. Technical Support Please contact technical support if you have any questions or concerns. Contact information is listed on the product and company websites. Etasoft Inc. Page 14 12/1/2009

Etasoft etranslator version 1.x

Etasoft etranslator version 1.x Etasoft etranslator version 1.x Copyright 2011 Etasoft Inc. Main website http://www.etasoft.com Product website http://www.xtranslator.com Purpose...2 Requirements...2 Package Details...2 Licensing...2

More information

Purpose What is EDI X EDI X12 standards and releases Trading Partner Requirements EDI X12 Dissected... 3

Purpose What is EDI X EDI X12 standards and releases Trading Partner Requirements EDI X12 Dissected... 3 Beginners Guide to EDI X12 (including HIPAA) Copyright 2006-2017 Etasoft Inc. Main website http://www.etasoft.com Products website http://www.xtranslator.com Purpose... 2 What is EDI X12... 2 EDI X12 standards

More information

FormXT - Form Extraction Copyright Etasoft Inc. Main website FormXT website

FormXT - Form Extraction Copyright Etasoft Inc. Main website   FormXT website FormXT - Form Extraction Copyright 2004-2007 Etasoft Inc. Main website http://www.etasoft.com FormXT website http://www.xtranslator.com Purpose...2 Requirements...2 Licensing...2 Packaged Tools...2 Getting

More information

50xx, 60xx, 70xx message types.

50xx, 60xx, 70xx message types. Etasoft Mini Translatorr 5.x EDI Mini Translator is designed for automated and semi-automated translation of EDI X12 files into CSV (Excel). It supports all EDI X12 40xx, 50xx, 60xx, 70xx message types.

More information

Etasoft XT Server 1.x

Etasoft XT Server 1.x Etasoft XT Server 1.x XT Server is a set of tools for automated data translation, validation and file processing. Setup Install software using setup program xtserver_setup.exe. Package contains both GUI

More information

997 Functional Acknowledgment (Inbound)

997 Functional Acknowledgment (Inbound) 997 Functional Acknowledgment (Inbound) Functional Group ID=FA Introduction: This Draft Standard for Trial Use contains the format and establishes the data contents of the Functional Acknowledgment Transaction

More information

How to Mail Merge PDF Documents

How to Mail Merge PDF Documents How to Mail Merge PDF Documents A step-by-step guide to creating personalized documents using AutoMailMerge plug-in for Adobe Acrobat Table of Contents What is a mail merge?...2 What do I need to start?...2

More information

997 Functional Acknowledgement X12 Version 4010

997 Functional Acknowledgement X12 Version 4010 997 Functional Acknowledgement X12 Version 4010 Version: 2.0 Author: Advance Auto Parts Company: Advance Auto Parts Publication: 12/03/2016 Publication Record Date Version Description Author N/A 1.0 Initial

More information

990 RESPONSE TO A LOAD TENDER. Version:

990 RESPONSE TO A LOAD TENDER. Version: 990 RESPONSE TO A LOAD TENDER Version: 004010 Publication: 05/14/2004 Modified: 03/17/2005 990 Response to a Load Tender Functional Group=GF This Draft Standard for Trial Use contains the format and establishes

More information

VERSION FUNCTIONAL ACKNOWLEDGEMENT 1 OF 10

VERSION FUNCTIONAL ACKNOWLEDGEMENT 1 OF 10 FUNCTIONAL GROUP: FA THIS DRAFT STANDARD FOR TRIAL USE CONTAINS THE FORMAT AND ESTABLISHES THE DATA CONTENTS OF THE FUNCTIONAL ACKNOWLEDGMENT TRANSACTION SET (997) FOR USE WITHIN THE CONTEXT OF AN ELECTRONIC

More information

SMARTdoc v2 User Manual

SMARTdoc v2 User Manual Pages: 1/49 SMARTdoc v2 Pages: 2/49 1 Introduction SMARTdoc is an easy to use but full functional document management system. The mean focus is easy and fast. SMARTdoc is all about document and information

More information

EDI 997 Functional Acknowledgement Version

EDI 997 Functional Acknowledgement Version Ryder Transportation EDI Electronic Data Interchange EDI 997 Functional Acknowledgement Version 004010 Document: Version: 2.2 Document Date: May 10, 2011 2 997 Functional Acknowledgement Transaction Set

More information

Sisulizer Three simple steps to localize

Sisulizer Three simple steps to localize About this manual Sisulizer Three simple steps to localize Copyright 2006 Sisulizer Ltd. & Co KG Content changes reserved. All rights reserved, especially the permission to copy, distribute and translate

More information

SPS Commerce WebForms Reference Guide

SPS Commerce WebForms Reference Guide SPS Commerce WebForms Reference Guide Table of Contents Table of Contents... i Introduction to the WebForms System... 1 Welcome... 1 What is WebForms?... 1 Requirements What do I need to get started?...

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 10.5 Feb 2018 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

X12 Implementation Guidelines For Inbound 997 v (I )

X12 Implementation Guidelines For Inbound 997 v (I ) X12 Implementation Guidelines For Inbound 997 v004010 (I9974010) 997-4010 (i9974010) 1 10/12/2009 997 Functional Acknowledgment Functional Group ID=FA Introduction: This Draft Standard for Trial Use contains

More information

Grandstream Networks, Inc. XML Configuration File Generator User Guide (For Windows Users)

Grandstream Networks, Inc. XML Configuration File Generator User Guide (For Windows Users) Grandstream Networks, Inc. Table of Content INTRODUCTION... 3 CHANGE LOG... 4 Version 3.1... 4 Version 3.0... 4 FILES IN THE PACKAGE... 5 Example TXT Config Template (Config_Example.txt)... 5 Example CSV

More information

Purpose Additional Documentation Requirements License Using samples Terminology Software package...

Purpose Additional Documentation Requirements License Using samples Terminology Software package... Cross Translator v1.2x User Manual Copyright 1998-2007 Etasoft Inc. Main website http://www.etasoft.com Cross Translator website http://www.ctranslator.com Purpose... 3 Additional Documentation... 3 Requirements...

More information

CP EDI 997 Guidelines (Version 7010)

CP EDI 997 Guidelines (Version 7010) CP EDI 997 Guidelines (Version 7010) CP EDI 997 Guidelines 1 October, 2018 997 Functional Acknowledgment Introduction: Functional Group ID=FA This X12 Transaction Set contains the format and establishes

More information

997 Functional Acknowledgment

997 Functional Acknowledgment 997 Functional Acknowledgment Macy s VICS Version 5010 VICS Document Mapping Effective 09/01/08 The following is an outline of what is required when sending or receiving VICS 997 Functional Acknowledgments.

More information

DiskSavvy Disk Space Analyzer. DiskSavvy DISK SPACE ANALYZER. User Manual. Version Dec Flexense Ltd.

DiskSavvy Disk Space Analyzer. DiskSavvy DISK SPACE ANALYZER. User Manual. Version Dec Flexense Ltd. DiskSavvy DISK SPACE ANALYZER User Manual Version 10.3 Dec 2017 www.disksavvy.com info@flexense.com 1 1 Product Overview...3 2 Product Versions...7 3 Using Desktop Versions...8 3.1 Product Installation

More information

Mastering HIPAA 5010 EDI Implementation Guides and EZ-EDI Mapping. Christian Ulangca (Sr. EDI Analyst) Rini Jose (Product Manager)

Mastering HIPAA 5010 EDI Implementation Guides and EZ-EDI Mapping. Christian Ulangca (Sr. EDI Analyst) Rini Jose (Product Manager) Mastering HIPAA 5010 EDI Implementation Guides and EZ-EDI Mapping Christian Ulangca (Sr. EDI Analyst) Rini Jose (Product Manager) What is HIPAA 5010? The 1996 HIPAA legislation required the US Department

More information

Working with Mailbox Manager

Working with Mailbox Manager Working with Mailbox Manager A user guide for Mailbox Manager supporting the Message Storage Server component of the Avaya S3400 Message Server Mailbox Manager Version 5.0 February 2003 Copyright 2003

More information

Customer EDI Guidelines 997 Functional Acknowledgment

Customer EDI Guidelines 997 Functional Acknowledgment Customer EDI Guidelines 997 Functional Acknowledgment Author: CSC Consulting 997.doc 1 For internal only 997 Functional Acknowledgment Functional Group=FA This Draft Standard for Trial Use contains the

More information

997 - Functional Acknowledgment Author: DOT FOODS, INC. Publication: March 3, 2005

997 - Functional Acknowledgment Author: DOT FOODS, INC. Publication: March 3, 2005 997 - Functional Acknowledgment Author: DOT FOODS, INC. Publication: March 3, 2005 DOT FOODS, INC. Distributor 997 Page 1 997 Functional Acknowledgment Functional Group=FA This Draft Standard for Trial

More information

CONTENT. regipay manual 2/10

CONTENT. regipay manual 2/10 regipay manual CONTENT Content... 2 Introduction... 3 Accounts... 3 What is a regify account?...3 Sending account... 3 Management account / Group administrator...3 Employee accounts... 3 Groups... 4 Employee

More information

Samsung Drive Manager User Manual

Samsung Drive Manager User Manual Samsung Drive Manager User Manual The contents of this manual are subject to change without notice. Companies, names and data used in examples are not actual companies, names or data unless otherwise noted.

More information

POInspect0r. for RNS 510 and Discover units Personal POI. Quick Start Guide

POInspect0r. for RNS 510 and Discover units Personal POI. Quick Start Guide POInspect0r for RNS 510 and Discover units Personal POI Quick Start Guide First version of document: 05/2011 (by ) Current version: 06/2018 (by Zeebulon) Based on application version 6.8 Index 1. Introduction...

More information

EASYDNNGALLERY 6.0 [USER S GUIDE]

EASYDNNGALLERY 6.0 [USER S GUIDE] EASYDNNGALLERY 6.0 A professional DNN image, video & audio gallery. Easy to use, yet rich in options. Over 20 types of various types of galleries, with hundreds of possible combinations. Excels as a web

More information

ClaimShuttle Quick Reference Guide

ClaimShuttle Quick Reference Guide ClaimShuttle Quick Reference Guide Prepared by AXIOM Systems, Inc. Table of Contents Your Account... 1 Folders... 1 Tasks... 1 Reports... 2 Setup... 2 Help... 2 Your Users... 2 Adding Users... 3 EDI File

More information

irc Pro (Not for diagnostic use)

irc Pro (Not for diagnostic use) irc Pro (Not for diagnostic use) User guide 2016 2 Table of Contents ircpro... 3 Overview... 3 Release notes... 4 Requirements... 5 Setup... 6 Setup by DVD... 7 Setup by Internet... 8 step 1 - Install

More information

RHODE ISLAND Electronic Business Transactions

RHODE ISLAND Electronic Business Transactions RHODE ISLAND Electronic Business Transactions For TRANSACTION SET Functional Acknowledgment Ver/Rel 004010 RI997 (004010UIG) Version: 99.1 8-1-1999 997 Functional Acknowledgment Introduction: RHODE ISLAND

More information

ELO. ELO Dropzone. Document Management and Archiving Software. September ELO Digital Office GmbH.

ELO. ELO Dropzone. Document Management and Archiving Software. September ELO Digital Office GmbH. ELO Document Management and Archiving Software ELO Dropzone September 2017 ELO Digital Office GmbH http://www.elo.com Copyright 2017 ELO Digital Office GmbH All rights reserved [06.10.2017-10:21 - en -

More information

Benteler Electronic Data Interchange Specifications Transaction 997

Benteler Electronic Data Interchange Specifications Transaction 997 Benteler Electronic Data Interchange Specifications Transaction 997 Implementation Guideline TRANSACTION 997 1 Version 1.1 / 2006.04.24 BENTELER AUTOMOTIVE 997 Functional Acknowledgment Functional Group

More information

StreamServe Persuasion SP5 StreamServe Connect for SAP - Business Processes

StreamServe Persuasion SP5 StreamServe Connect for SAP - Business Processes StreamServe Persuasion SP5 StreamServe Connect for SAP - Business Processes User Guide Rev A StreamServe Persuasion SP5StreamServe Connect for SAP - Business Processes User Guide Rev A SAP, mysap.com,

More information

Document Imaging User Guide

Document Imaging User Guide Release 4.9 IMAGING TECHNOLOGY GROUP Document Imaging Systems Document Imaging User Guide IMAGING TECHNOLOGY GROUP IMIGIT tm Document Imaging User Guide Release 4.91 March 2007 Imaging Technology Group

More information

Medivators Data Management Software Installation / User Manual

Medivators Data Management Software Installation / User Manual Medivators Data Management Software Installation / User Manual For DSD and SSD Endoscope Reprocessors Medivators is a registered trademark of Minntech Corporation. Windows and Windows Explorer, Excel,

More information

Purpose Requirements Terminology and Definitions Licensing Packaged Tools Script Basics Main Menu...

Purpose Requirements Terminology and Definitions Licensing Packaged Tools Script Basics Main Menu... Extreme Processing User s Manual for version 1.x Copyright 2004-2011 Etasoft Inc. Main website http://www.etasoft.com Extreme Processing website http://www.xtranslator.com Purpose... 2 Requirements...

More information

Superview INSTRUCTIONS. Version 2.0x

Superview INSTRUCTIONS. Version 2.0x INSTRUCTIONS Version 2.0x INDEX INDEX... 1 INTRODUCTION... 2 INSTALLING SUPERVIEW... 3 SYSTEM REQUIREMENTS... 3 INSTALLATION PROCEDURES... 3 FIRST STEPS... 4 CREATING A SIMPLE APPLICATION... 4 Start...

More information

Safeway Inc. EDS Department 1 of 7 UCS Map

Safeway Inc. EDS Department 1 of 7 UCS Map This document provides you with data contents of a Functional Acknowledgment Transaction Set (997) for use in EDI communications to define and indicate results of the syntactical analysis of the electronically

More information

DesignPro Tools for Xerox Elixir Technologies Corporation. All rights reserved.

DesignPro Tools for Xerox Elixir Technologies Corporation. All rights reserved. Follow the Crop Marks DesignPro Tools for Xerox Getting Started Guide C 1998-2008 Elixir Technologies Corporation. All rights reserved. Elixir Technologies Corporation 721 East Main Street Ventura, CA

More information

Collections MAX Update Utility and System Tools. User guide 2014

Collections MAX Update Utility and System Tools. User guide 2014 Collections MAX Update Utility and System Tools User guide 2014 Table of Contents Collections MAX Update Utility and System Tools...3 Set Up...5 System Requirements...6 Installation and Activation...7

More information

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Demo Introduction Keywords: Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Goal of Demo: Oracle Big Data Preparation Cloud Services can ingest data from various

More information

ANSI Standard Version Segments used by Home Shopping Network for Drop Ship Credit/Debit Notifications

ANSI Standard Version Segments used by Home Shopping Network for Drop Ship Credit/Debit Notifications Transaction 4010 Set 812, Version ANSI Standard Version 4010 Segments used by Home Shopping Network for Drop Ship Credit/Debit Notifications 01/17/10 DROP SHIP Page 2 SEGMENT ISA - INTERCHANGE CONTROL

More information

Readme. HotDocs Developer Table of Contents. About This Version. About This Version. New Features and Enhancements

Readme. HotDocs Developer Table of Contents. About This Version. About This Version. New Features and Enhancements HotDocs Developer 11.0.4 Version 11.0.4 - January 2014 Copyright 2014 HotDocs Limited. All rights reserved. Table of Contents About This Version New Features and Enhancements Other changes from HotDocs

More information

16 - Comparing Groups

16 - Comparing Groups 16 - Comparing Groups Contents 16 - COMPARING GROUPS... 1 QUALITATIVE DATA: CONTENT OF CODED SEGMENTS... 1 QUANTITATIVE DATA: CODE FREQUENCIES... 3 16 - Comparing Groups MAXQDA allows you to compare different

More information

/ / / Chapter-8 INTRODUCTION TO HTML Difference between. 1. WYSIWYG editor & Text Editor.

/ / / Chapter-8 INTRODUCTION TO HTML Difference between. 1. WYSIWYG editor & Text Editor. Grade- 7 Computer Chapter-2 MS EXCEL Chapter-8 INTRODUCTION TO HTML Chapter-9 COMPUTER VIRUSES Chapter-10 COMPUTER SECURITY Chapter-2 MS EXCEL 1. What is a formula? A formula in MS Excel Starts with an

More information

997 Transaction 997 IBM Subset - Functional Acknowledgment /2009

997 Transaction 997 IBM Subset - Functional Acknowledgment /2009 997 IBM Subset - Functional Acknowledgment - 003040-07/2009 Introduction: Functional Group ID=FA This Draft Standard for Trial Use contains the format and establishes the data contents of the Functional

More information

User Manual v

User Manual v DUSK-USB Encryption User Manual v. 16.9.5.0 Introduction... 3 What s New... 3 Operating Systems (OS)... 3 OS Change... 3 DeltaCrypt Upgrades... 3 Upward Compatibility... 3 Installation & Registration (if

More information

Your Essential Skills Online program is a web application, which runs in your web browser on a Windows PC or Macintosh computer.

Your Essential Skills Online program is a web application, which runs in your web browser on a Windows PC or Macintosh computer. TABLE OF CONTENTS OVERVIEW... 3 SYSTEM REQUIREMENTS... 4 SETTING UP YOUR ENVIRONMENT... 5 TEACHER PASSWORDS... 6 GETTING YOUR STUDENTS STARTED... 7 OPEN LOGIN... 7 PRIVATE LOGIN... 7 PRE-TEST... 9 ASSIGNMENT...

More information

A Quick Tour GETTING STARTED WHAT S IN THIS CHAPTER?

A Quick Tour GETTING STARTED WHAT S IN THIS CHAPTER? 1 A Quick Tour WHAT S IN THIS CHAPTER? Installing and getting started with Visual Studio 2012 Creating and running your fi rst application Debugging and deploying an application Ever since software has

More information

ANSI ASC X12N 837 Healthcare Claim (Version X222A1-June 2010) Professional Companion Guide

ANSI ASC X12N 837 Healthcare Claim (Version X222A1-June 2010) Professional Companion Guide ANSI ASC X12N 837 Healthcare Claim (Version 005010X222A1-June 2010) Pruitt Health Premier Missouri Medicare Select Signature Advantage September 2015 TABLE OF CONTENTS AT A GLANCE II CHAPTER 1: INTRODUCTION

More information

COPYRIGHTED MATERIAL. Making Excel More Efficient

COPYRIGHTED MATERIAL. Making Excel More Efficient Making Excel More Efficient If you find yourself spending a major part of your day working with Excel, you can make those chores go faster and so make your overall work life more productive by making Excel

More information

ATX Document Manager. User Guide

ATX Document Manager. User Guide ATX Document Manager User Guide ATX DOCUMENT MANAGER User Guide 2008 CCH Small Firm Services. All rights reserved. 6 Mathis Drive NW Rome, GA 30165 No part of this manuscript may be copied, photocopied,

More information

FRC Team 1511 Scouting System Setup and Use

FRC Team 1511 Scouting System Setup and Use FRC Team 1511 Scouting System Setup and Use Revision History NOTE: when you add/change the Version and/or Date, be sure to update the header on the next page Version Date Author Description 1.0 2/10/14

More information

pinremote Manual Version 4.0

pinremote Manual Version 4.0 pinremote Manual Version 4.0 Page 1 Table of content 1 Introduction... 4 2 Setup... 5 2.1 Requirements server... 5 2.2 Requirements client... 5 2.3 Setup process... 6 2.3.1 Single Server... 8 2.3.2 Cluster...

More information

Kentucky HIPAA HEALTH CARE PAYER UNSOLICITED CLAIM STATUS Companion Guide Unsolicited 277. Version 1.1

Kentucky HIPAA HEALTH CARE PAYER UNSOLICITED CLAIM STATUS Companion Guide Unsolicited 277. Version 1.1 Kentucky HIPAA HEALTH CARE PAYER UNSOLICITED CLAIM STATUS Companion Guide Unsolicited 277 Version 1.1 Released August 4, 2004 RECORD OF CHANGE VERSION NUMBER DATE REVISED DESCRIPTION OF CHANGE PERSONS

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

Remote Deposit User Guide

Remote Deposit User Guide Remote Deposit User Guide Remote Deposit Capture Remote Deposit Capture provides all the convenience and flexibility required to make it more convenient to do business with your organization and fosters

More information

N2KExtractor. NMEA 2000 Data Extractor Software. User s Manual

N2KExtractor. NMEA 2000 Data Extractor Software. User s Manual N2KExtractor NMEA 2000 Data Extractor Software User s Manual Revision 1.0.0 Copyright 2012 Maretron, LLP All Rights Reserved Maretron, LLP 9014 N. 23 rd Ave #10 Phoenix, AZ 85021-7850 http://www.maretron.com

More information

F-Secure Policy Manager Reporting Option

F-Secure Policy Manager Reporting Option F-Secure Policy Manager Reporting Option Securing the Distributed Enterprise Administrator s Guide All product names referenced herein are trademarks or registered trademarks of their respective companies.

More information

MOBIS Alabama, LLC IMPLEMENTATION GUIDELINES FOR ASC X12 EDI CONVENTIONS FUNCTIONAL ACKNOWLEDGEMENT TRANSACTON SET (997) VERSION/RELEASE

MOBIS Alabama, LLC IMPLEMENTATION GUIDELINES FOR ASC X12 EDI CONVENTIONS FUNCTIONAL ACKNOWLEDGEMENT TRANSACTON SET (997) VERSION/RELEASE MOBIS Alabama, LLC IMPLEMENTATION GUIDELINES FOR ASC X12 EDI CONVENTIONS FUNCTIONAL ACKNOWLEDGEMENT TRANSACTON SET (997) VERSION/RELEASE 004010 Guideline Version 1.0 Issue Date 01/21/2005 MOBIS Alabama,

More information

docalpha Monitoring Station

docalpha Monitoring Station ARTSYL DOCALPHA MONITORING STATION MANUAL 1. docalpha Architecture Overview... 3 1.1. Monitoring Station Overview... 4 2. What's New in docalpha Monitoring Station 4.5... 4 3. Working with Monitoring Station...

More information

Manual Word Excel 2010 Mail Merge Labels Next Record

Manual Word Excel 2010 Mail Merge Labels Next Record Manual Word Excel 2010 Mail Merge Labels Next Record Use mail merge in Publisher 2010 to send a mailing to customers. Word tables For example, if your data source is an Excel workbook with info on multiple

More information

User Manual. TSDiag+ Part Number: Version: 5. Date: TSDiag

User Manual. TSDiag+ Part Number: Version: 5. Date: TSDiag User Manual TSDiag+ Part Number: 80860.691 Version: 5 Date: 2011-05-27 Valid for: TSwin.net TSDiag+ 1.5.2 TSDiag+ Version Date Modifications 1 2006-02-13 First edition 2 2006-06-01 New Layout, product

More information

Contents. Batch & Import Guide. Batch Overview 2. Import 157. Batch and Import: The Big Picture 2 Batch Configuration 11 Batch Entry 131

Contents. Batch & Import Guide. Batch Overview 2. Import 157. Batch and Import: The Big Picture 2 Batch Configuration 11 Batch Entry 131 Batch & Import Guide Last Updated: 08/10/2016 for ResearchPoint 4.91 Contents Batch Overview 2 Batch and Import: The Big Picture 2 Batch Configuration 11 Batch Entry 131 Import 157 Configure Import File

More information

Griffin Training Manual Grif-WebI Introduction (For Analysts)

Griffin Training Manual Grif-WebI Introduction (For Analysts) Griffin Training Manual Grif-WebI Introduction (For Analysts) Alumni Relations and Development The University of Chicago Table of Contents Chapter 1: Defining WebIntelligence... 1 Chapter 2: Working with

More information

PC-FAX.com Web Customer Center

PC-FAX.com Web Customer Center PC-FAX.com Web Customer Center Web Customer Center is a communication center right in your browser. You can use it anywhere you are. If you are registered by Fax.de, you have received a customer number

More information

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution User Guide Kronodoc 3.0 Intelligent methods for process improvement and project execution 2003 Kronodoc Oy 2 Table of Contents 1 User Guide 5 2 Information Structure in Kronodoc 6 3 Entering and Exiting

More information

Mikon Client Release Notes

Mikon Client Release Notes 1(9) Mikon Client 4.0 is a major new release with a modern ribbon style menu replacing the old menu and toolbar. It will make it easier to see and find the available functions. Other new functionality

More information

SAP. Modeling Guide for PPF

SAP. Modeling Guide for PPF Modeling Guide for PPF Contents 1 Document Organization... 3 1.1 Authors... 3 1.2 Intended Group of Readers... 3 1.3 References... 3 1.4 Glossary... 4 2 Modeling Guidelines - Application Analysis... 6

More information

Performer to DP2 Hot Folder Reference Manual Rev There is only one file involved with installing the Performer to DP2 Hot Folder.

Performer to DP2 Hot Folder Reference Manual Rev There is only one file involved with installing the Performer to DP2 Hot Folder. Performer to DP2 Hot Folder Reference Manual Rev. 07.11.05 Install Files: There is only one file involved with installing the Performer to DP2 Hot Folder. The installer file is named PP2DP2_1.x.x.EXE.

More information

Running Java Programs

Running Java Programs Running Java Programs Written by: Keith Fenske, http://www.psc-consulting.ca/fenske/ First version: Thursday, 10 January 2008 Document revised: Saturday, 13 February 2010 Copyright 2008, 2010 by Keith

More information

Softshare EDI Notepad Overview Guide

Softshare EDI Notepad Overview Guide Softshare EDI Notepad Overview Guide All rights reserved. No part of this document may be copied, duplicated, or reproduced without written consent from Softshare. EDI Notepad version 5.1, build 122. Copyright

More information

DupScout DUPLICATE FILES FINDER

DupScout DUPLICATE FILES FINDER DupScout DUPLICATE FILES FINDER User Manual Version 10.3 Dec 2017 www.dupscout.com info@flexense.com 1 1 Product Overview...3 2 DupScout Product Versions...7 3 Using Desktop Product Versions...8 3.1 Product

More information

PDF Splitter User Guide. PDF Splitter. User Guide. CoolUtils.com. CoolUtils.com Page 2

PDF Splitter User Guide. PDF Splitter. User Guide. CoolUtils.com. CoolUtils.com Page 2 USER GUIDE PDF Splitter User Guide CoolUtils.com CoolUtils.com Page 2 Table of Contents 1. Introduction to PDF Splitter... 5 2. How to Get Help... 6 3. How to Install PDF Splitter... 7 4. PDF Splitter

More information

Maximizer CRM. Customer Service Maximizer CRM 2017 VERSION COMPARISON FOR WEB ACCESS (EMEA) Maximizer CRM 2016/R2.

Maximizer CRM. Customer Service Maximizer CRM 2017 VERSION COMPARISON FOR WEB ACCESS (EMEA) Maximizer CRM 2016/R2. VERSION COMPARISON FOR WEB ACCESS (EMEA) Sales Support multiple sales processes Track opportunity stage age Track overall opportunity age Monitor progress by comparing stage age with target age Opportunity

More information

( )

( ) testidea 9.12.x This document describes what s new and noteworthy in testidea. Headings indicate version and release date. 9.12.269 (2016-01-08) Grouping of test cases Grouping of test cases enables better

More information

ODBC Client Driver PTC Inc. All Rights Reserved.

ODBC Client Driver PTC Inc. All Rights Reserved. 2017 PTC Inc. All Rights Reserved. 2 Table of Contents 1 Table of Contents 2 4 Overview 4 External Dependencies 4 Setup 5 Channel Properties General 5 Channel Properties Write Optimizations 6 Channel Properties

More information

997 Functional Acknowledgment

997 Functional Acknowledgment 997 Functional Acknowledgment Functional Group ID=FA Introduction: This Draft Standard for Trial Use contains the format and establishes the data contents of the Functional Acknowledgment Transaction Set

More information

Aretics T7 Installation Manual

Aretics T7 Installation Manual Aretics T7 Installation Manual 1(24) Aretics T7 Installation Manual This document describes how to manage Aretics T7 in your IT environment. Here you will find information about installing the system,

More information

DiskBoss DATA MANAGEMENT

DiskBoss DATA MANAGEMENT DiskBoss DATA MANAGEMENT File Integrity Monitor Version 9.3 May 2018 www.diskboss.com info@flexense.com 1 1 Product Overview DiskBoss is an automated, policy-based data management solution allowing one

More information

09/25/2015 Functional Acknowledgment Table of Contents

09/25/2015 Functional Acknowledgment Table of Contents Table of Contents 997 Functional Acknowledgment....................................................................................... ... 1 ST Transaction Set.........................................................................................

More information

997 - Functional Acknowledgment. Caterpillar Inc.

997 - Functional Acknowledgment. Caterpillar Inc. 997 - Functional Acknowledgment Caterpillar Inc. PREFACE... 3 ASC X12 REQUIRED CONTROL DATA... 5 SEGMENT/ELEMENT DEFINITION EXPLANATION... 6 ISA-INTERCHANGE CONTROL HEADER SEGMENT... 8 GS -FUNCTIONAL GROUP

More information

A Guide to Quark Author Web Edition 2015

A Guide to Quark Author Web Edition 2015 A Guide to Quark Author Web Edition 2015 CONTENTS Contents Getting Started...4 About Quark Author - Web Edition...4 Smart documents...4 Introduction to the Quark Author - Web Edition User Guide...4 Quark

More information

Batch and Import Guide

Batch and Import Guide Batch and Import Guide 06/13/2017 Blackbaud Altru 4.96 Batch and Import US 2017 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means,

More information

Parish . User Manual

Parish  . User Manual Parish Email User Manual Table of Contents LOGGING IN TO PARISH EMAIL... 3 GETTING STARTED... 3 GENERAL OVERVIEW OF THE USER INTERFACE... 3 TERMINATE THE SESSION... 4 EMAIL... 4 MESSAGES LIST... 4 Open

More information

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request...

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request... remitview User Guide 1 TABLE OF CONTENTS INTRODUCTION... 3 Calendar & Buttons... 3 GETTING STARTED.... 5 Dashboard.... 7 Menu Features... 8 PROFILE.... 10 My Profile... 10 My Favorites... 12 Watch List...

More information

Version 1.0. User's Guide

Version 1.0. User's Guide Version 1.0 User's Guide Copyright 1981-2008 Danware Data A/S. All Rights Reserved. Portions used under license from third parties. Please send any comments to: Danware Data A/S Bregnerodvej 127 DK-3460

More information

997 Functional Acknowledgment

997 Functional Acknowledgment 997 Functional Acknowledgment Functional Group ID=FA Introduction: This Standard contains the format and establishes the data contents of the Functional Acknowledgment Transaction Set (997) for use within

More information

SolAce EMC Desktop Edition Upgrading from version 3 to 4

SolAce EMC Desktop Edition Upgrading from version 3 to 4 SolAce EMC Desktop Edition Upgrading from version 3 to 4 This document covers upgrading from SolAce EMC Desktop Edition version 3. The first part of the document is the upgrade process. Starting on page

More information

Imagine. Create. Discover. User Manual. TopLine Results Corporation

Imagine. Create. Discover. User Manual. TopLine Results Corporation Imagine. Create. Discover. User Manual TopLine Results Corporation 2008-2009 Created: Tuesday, March 17, 2009 Table of Contents 1 Welcome 1 Features 2 2 Installation 4 System Requirements 5 Obtaining Installation

More information

Release notes for version 3.9.2

Release notes for version 3.9.2 Release notes for version 3.9.2 What s new Overview Here is what we were focused on while developing version 3.9.2, and a few announcements: Continuing improving ETL capabilities of EasyMorph by adding

More information

I- REQUIREMENTS. A- Main

I- REQUIREMENTS. A- Main Page 1 sur 29 Index 1 REQUIREMENTS... 3 1.1 Main... 3 1.2 Operating system / environment... 3 1.3 Privileges... 4 1.4 Starting installation... 5 1.5 Install program (InstallShield)... 5 2 GT-CENTRAL First

More information

Title: The impact of configuration on Alma workflows Abstract: When initially setting up Alma, many decisions bear reexamining once you ve worked

Title: The impact of configuration on Alma workflows Abstract: When initially setting up Alma, many decisions bear reexamining once you ve worked Title: The impact of configuration on Alma workflows Abstract: When initially setting up Alma, many decisions bear reexamining once you ve worked with the system. Join us for a review of highlights of

More information

USER GUIDE. MADCAP FLARE 2017 r3. Import

USER GUIDE. MADCAP FLARE 2017 r3. Import USER GUIDE MADCAP FLARE 2017 r3 Import Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is

More information

Report Commander 2 User Guide

Report Commander 2 User Guide Report Commander 2 User Guide Report Commander 2.5 Generated 6/26/2017 Copyright 2017 Arcana Development, LLC Note: This document is generated based on the online help. Some content may not display fully

More information

DOWNLOAD PDF VBA MACRO TO PRINT MULTIPLE EXCEL SHEETS TO ONE

DOWNLOAD PDF VBA MACRO TO PRINT MULTIPLE EXCEL SHEETS TO ONE Chapter 1 : Print Multiple Sheets Macro to print multiple sheets I have a spreadsheet set up with multiple worksheets. I have one worksheet (Form tab) created that will pull data from the other sheets

More information

JUN / 04 VERSION 7.1 FOUNDATION PVI EWLUTME

JUN / 04 VERSION 7.1 FOUNDATION PVI EWLUTME JUN / 04 VERSION 7.1 FOUNDATION PVI EWLUTME www.smar.com Specifications and information are subject to change without notice. Up-to-date address information is available on our website. web: www.smar.com/contactus.asp

More information

APDM. Accounts Payable InstaDocs

APDM. Accounts Payable InstaDocs DSD Business Systems Sage 100 Enhancements APDM Accounts Payable InstaDocs Version 6.00 2 A/P InstaDocs Information in this document is subject to change without notice. Copyright 1993-2018, DSD Business

More information