ACTIVANT SDI. EOS Reference Manual. Version 13.0

Size: px
Start display at page:

Download "ACTIVANT SDI. EOS Reference Manual. Version 13.0"

Transcription

1 ACTIVANT SDI EOS Reference Manual Version 13.0

2 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual itself are furnished under the terms and conditions of a license agreement. The software consists of software options that are separately licensed. It is against the law to copy the software on any medium, or to enable any software options, except as specifically permitted under the license agreement. In addition, no part of this manual may be copied or transmitted in any form or by any means without the prior written permission of Activant Solutions Inc. From time to time, Activant makes changes to its software products. Therefore, information in this manual is subject to change, and the illustrations and screens that appear in the manual may differ somewhat from the version of the software provided to you. Created by: Yardley Technical Communication 2006, Activant Solutions Inc. All rights reserved. Activant and the Activant logo are registered trademarks and Activant Prophet 21 is a trademark of Activant Solutions Inc. All other company or product names are the trademarks or registered trademarks of their respective companies. Activant Solutions Inc Southfront Road Livermore, CA Version 13.0 Publication Date:

3 Electronic Ordering System (EOS) -- TABLE OF CONTENTS PROGRAM LIST... 4 FILE NAME LIST... 5 OESWSET... 6 OVERVIEW... 7 PREREQUISITES... 8 SYSTEM FLOW... 9 CONFIGURING THE SYSTEM SD-STARTEOS SD-STOPEOS LOG FILES EXCEPTION LISTING SD-FADMINEOS Activant, Inc. 3

4 Electronic Ordering System (EOS) -- PROGRAM LIST Program Name OEENTRY OESWSET OEEOSFIL? OEEOSUPD SD-EOSRUN SD-FADMINEOS SD-PRINTEOSLOG SD-PRINTLOG SD-PROCESSEOS SD-STARTEOS SD-STOPEOS Purpose Required to process the orders from the OEEOSUPD program. Used to verify that the contractual switch for the has been set. Cobol program used to filter and format incoming data into a standard file for processing by OEEOSUPD. This program is optional. Sample filter programs include OEEOSFILK and OEEOSFILM. Cobol program used to edit and process the orders into a format accepted by OEENTRY. Shell script invoked by SD-STARTEOS to initiate SD-PROCESSEOS. Shell script to administer the pending EOS files, the processed EOS files in /EOSOK and /EOSNG, the EOS log files and the OEENTRY screen output. Shell script used to print the /PRISM/EOS.LOG file and optionally purge it. Shell script used to filter unprintable characters from logs before printing. It is invoked by SD-PRINTEOSLOG. Shell script used to manage the EOS system. It determines the appropriate programs to run and executes them. Shell script used to get the EOS system started. Requests input by the operator are used to determine the run parameters of the system. Shell script used to manually stop the EOS system. Activant, Inc. 4

5 Electronic Ordering System (EOS) -- FILE NAME LIST File Name EOSTYPESINIT EOSTYPES EOS.LOG Purpose This file contains sample input file type records. It can be copied and used as a template for creating the required file EOSTYPES. This file contains a description of the types of electronic orders to be processed by SD-PROCESSEOS. It resides in the /PRISM directory. This file contains messages from the EOS system. It can be printed and records can be deleted using SD-PRINTEOSLOG. Activant, Inc. 5

6 OESWSET PURPOSE IN RELATION TO THE EOS MODULE This program should be run to verify that the Electronic Ordering System (EOS) Module has been activated. The program will display the current settings for all the Add On Modules. STEPS TO ACCESS PROGRAM Execute SD-RUN Enter OESWSET in the Program Name field. The question "Using Electronic Ordering System?" should display "ON". If the setting is "OFF" and the has been licensed, contact the Information Resource Center for the procedure for activating this option. Activant, Inc. 6

7 Electronic Ordering System (EOS) -- OVERVIEW Overview The Electronic Order System (EOS) processes orders from the Radio Frequency (RF) module and Electronic Data Interface (EDI), validates the information and passes the orders to the Order Entry program (OEENTRY). EOS consists of four phases of processing. 1. Data Communication (uucp, msi_recv) This process transfers the sales order to the PRISM system from a remote system or hand held terminal. 2. Pre-Processing (SD-PROCESSEOS, OEEOSFIL?, OEEOSUPD) SD-PROCESSEOS is executed by SD-STARTEOS to find and process customer electronic orders (input files). It determines the location and type of the input files from the /PRISM/EOSTYPES file. If the customer input file is not in the proper format, a filtering program (i. e. OEEOSFILT?) is needed to read and create a file in the correct format for OEEOSUPD. OEEOSUPD validates the information in the input file to determine if all entries are valid. 3. Sales Order Processing (OEEOSUPD, OEENTRY) OEEOSUPD converts the validated customer input file into appropriate keystrokes so the OEENTRY program can process the order. OEENTRY is started and the keystrokes are passed to OEENTRY through a Unix pipe file. OEENTRY will treat the keystrokes as if a human operator had entered the order. All output from the OEENTRY program is sent to /dev/null which simply discards it without displaying it on the screen. A special code is sent in the initial input of OEENTRY so the program recognizes the order as an electronic order. 4. Post-Processing (OEAPPRINT, OEPRINT, SD-PROCESSEOS) Post-Processing prints the order (if automatic print is selected), and moves the input file to a different directory so it will not be processed again. Note: The SD-STARTEOS and SD-STOPEOS shells are used to invoke and terminate the EOS processing. Activant, Inc. 7

8 System Prerequisites Electronic Ordering System (EOS) -- PREREQUISITES The appropriate EOS programs must be installed in the /PRISM directory. Refer to the Program List section in this document for a list of the programs. The EOS system switch must be set (via OESWSET) before electronic orders can be processed. The 'EOS BUY LOCATION' field in the customer master record on the history screen, must be set to a valid inventory location for each customer for which electronic sales will be created. NOTE: OEENTRY will hang if the customer records are not set up correctly using ARCUSTMTN. It is a good idea to enter orders manually in OEENTRY before processing electronic orders for a customer, just to make sure OEENTRY can process the order header and the order lines without error. The required hardware and software needed for remote connection to the host must be installed and working. Activant, Inc. 8

9 System Flow Electronic Ordering System (EOS) -- SYSTEM FLOW The operator initiates the EOS system by invoking SD-STARTEOS at a terminal, from the /PRISM directory. Among other things, this initiates the SD-PROCESSEOS controlling program. This step is normally initiated in the morning. An order comes in to the system through some data communications method. SD-PROCESSEOS begins processing the input order file based upon information found in the /PRISM/EOSTYPES file. This file tells the SD-PROCESSEOS program where to look for input files and what to do with them when they are found. Normally, the names of these files will include the date or time received, or some other numeric naming convention. SD-PROCESSEOS runs the appropriate filter program if one is specified for this file type in /PRISM/EOSTYPES. Any error messages created from the filter program will be placed back into the directory with '.FM' appended to the end of the file name. The '.FM' indicates that this file holds (F)ilter (M)essages. These files should be monitored on a frequent basis and removed when no longer of value. SD-PROCESSEOS runs OEEOSUPD to process the input sales orders. OEEOSUPD processes the order file and produces an exception report indicating any errors that occurred during the update. The exception report is placed into the incoming file directory with a '.UM' appended to the end of the file name. The '.UM' indicates that this file holds (U)pdate (M)essages. If the update is successful and the automatic print option is requested at startup time, OEAPPRINT.gnt will print the order automatically at this time. If the batch print option is requested, the order will be placed into batch 50 to be printed with OEPRINT.gnt during the end of day procedures. SD-PROCESSEOS reads the exception report to determine if the update was successful. All orders processed will create an exception report, even if it only contains the words 'OE UPDATE SUCCESSFUL'. These report files should be monitored frequently and removed when no longer needed. The SD-PROCESSEOS program can be configured to print the '.UM' files as they are created. Activant, Inc. 9

10 Electronic Ordering System (EOS) -- SYSTEM FLOW continued System Flow continued If the update was successful and the OEENTRY program processed the order correctly, then the SD-PROCESSEOS will move the original (unfiltered) order file to the /EOSOK directory. If the update was not successful, SD-PROCESSEOS will move the original (unfiltered) order file to the /EOSNG and can optionally be set up to make an lp request to print the exception report. In either case, the input order file is saved in its entirety. The /EOSOK and /EOSNG directories should be monitored. The /PRISM/EOS.LOG file contains messages from the EOS system. Use the SD-PRINTEOSLOG program to print (and optionally purge) the file. Activant, Inc. 10

11 Electronic Ordering System (EOS) -- CONFIGURING THE SYSTEM Configuring the System Place the EOS programs in the PRISM directory. These programs are listed in the Program List section of this document. Create the following directories to hold the incoming files /EOSOK /EOSNG Holds orders processed successfully (OK). Holds orders not processed successfully (NG=no good). Edit the /PRISM/EOSTYPES file to contain a list of the types of electronic orders you expect to receive. The /PRISM/EOSTYPES file contains as many lines as necessary in the format: type;directory;filter Where: type = 1 character identifier this identifier will show on Open Order Inquiry and directory = location of input file(s) to be processed Note: Wildcard characters ('*' and '?') can be used filter = name of filter program to execute against each file found in 'directory'. An example of an actual /PRISM/EOSTYPES file is: k;/keepfill/*;oeeosfilk.gnt e;/sdi00/eos/*; s;/spt/palm*;xseosfspt.gnt r;/rental/eos*; m;/msi/*msi;/prism/eosfilm.gnt p;/ediroot/eos/*; k;/keepfill/*;oeeosfilk.gnt This line tells the program to look for all files (*) in the directory /keepfill and run the filter program OEEOSFILK.gnt against each file to convert it to the appropriate input file format. Activant, Inc. 11

12 Electronic Ordering System (EOS) SD-STARTEOS Starting the Electronic Order System Run SD-STARTEOS in /PRISM, from the operating system prompt ($ or #). $ SD-STARTEOS # SD-STARTEOS The operator will be prompted to answer the following questions. Question 1: Do you want to continue processing orders as they come in or just process the orders which are currently on the system? Enter 1 to process orders as they come in Enter 2 to process only those orders already on the system Please enter 1 or 2: Enter '1' to process all incoming orders as they come in. Processing of orders will stop when the END-OF-DAY or SD-DAILYBACKUP programs are run, or if the SD-STOPEOS program is run. Enter '2' to process only those orders currently on the system and then exit. Question 2: Do you want to run the updates in the background which will free up this terminal for other uses or run the updates in the foreground, in which case this terminal cannot be used until the updates are completed? Enter: B for background Enter: F for foreground (Recommended option) Please enter B or F: Enter 'B' to run the program SD-PROCESSEOS in the background. This will free up the operator's terminal to be used for other programs. All the messages which would normally go to the operator's terminal will be put into the file /PRISM/EOS.LOG. Enter 'F' to run the program SD-PROCESSEOS in the foreground. This option will display all messages from SD-PROCESSEOS on the operator's terminal and save them in the file /PRISM/EOS.LOG. The advantage of this option is that it will allow the operator to easily know when EOS has finished processing the orders. This is the recommended option. Activant, Inc. 12

13 Electronic Ordering System (EOS) SD-STARTEOS continued Question 3: Electronic Orders can be printed automatically. Do you want to print orders automatically as they are processed? Please enter Y for yes or N for no: This option allows the operator to determine whether the incoming orders should automatically be printed by OEAPPRINT or not printed automatically. Choosing 'N' at this option will allow the option of either not printing the orders at all or batching the orders. If the operator does not answer with either 'Y' or 'N', an error message will be displayed and the question will be redisplayed. If the answer to Question 3 is 'Y', the following question will be displayed: Enter the printer number from OEENTRY on which the orders should print as they are processed. Please enter a two digit printer number: The operator should enter the correct two digit number for the printer on which the orders should be printed automatically. This must be a valid OEENTRY printer number for use with OEAPPRINT. TDAPCONTROL will be checked to verify that this printer is valid for use with OEENTRY. If the printer is in /SDF/TDAPCONTROL, then /PRISM/OEPRINTNAMES and /usr/lib/cobol/cobcap will be checked for appropriate entries. If the appropriate entries are found in both of these files then the pipes will be checked to make sure they are valid. If any of these verifications fail, an error message indicating which test(s) failed will be displayed and the question will be redisplayed. If the printer number entered is NOT valid, an error message will be displayed and the question will be redisplayed. If the answer to Question 3 is 'N', the following question will be displayed: The incoming orders will not be printed automatically but they can be put into a batch to be printed with OEPRINT at end of day. Should the electronic orders be batched (Y/N): If the incoming orders are to be batched for later printing with OEPRINT, enter 'Y', otherwise enter 'N'. NOTE: All EOS orders being batched are stored in batch number 50. Activant, Inc. 13

14 Electronic Ordering System (EOS) SD-STOPEOS Stopping the Electronic Order System The electronic order system can be stopped at any time with the SD-STOPEOS command. This command must be entered from the operating system prompt ($ or #). $ SD-STOPEOS # SD-STOPEOS SD-STOPEOS will ask the operator: Are you sure you want to stop the Electronic Order System? Please enter Y or N: Enter 'Y', to stop the electronic ordering system after completing the file that is currently being processed. Enter 'N', to not stop the electronic ordering system. SD-STOPEOS will exit after displaying a message indicating that the electronic order system will not be stopped. Any other entry will cause an error message to be displayed and the question will be re-displayed. Activant, Inc. 14

15 /PRISM/EOS.LOG file Electronic Ordering System (EOS) -- LOG FILES The EOS.LOG file contains all the messages that were produced by the SD-PROCESSEOS program and all the programs it starts. The /PRISM/EOS.LOG can be printed with the following command: /PRISM/SD-PRINTEOSLOG [lp printer name] Where [lp printer name] is the name of a valid printer in the lp scheduling system. If this field is left empty the default lp printer will be assumed. If an invalid printer is entered, an error message is displayed along with a list of the valid printers on the system for the operator to choose from. After the report is queued for a printer, the operator is asked if the file /PRISM/EOS.LOG should be purged or not: Do you want to purge the /PRISM/EOS.LOG file? Enter Y to purge the file or N to not purge the file. Please enter Y or N: Enter 'Y' to purge the file. Enter 'N' to not purge the file. Any other input will display an error message and the purge question will be redisplayed. A typical /PRISM/EOS.LOG file is displayed on the following page. Activant, Inc. 15

16 Electronic Ordering System (EOS) -- LOG FILES continued SD-PROCESSEOS ** process/printer parameters are 1 and 05 The EOSTYPES file contains: k;/keepfill/*;oeeosfilk.gnt e;/sdi00/eos/*; s;/spt/palm*;xseosfspt.gnt Starting /PRISM/OEEOSFILK.GNT to process /keepfill/infile SD-START (shell script) SD-ZIP OEEOSFILK H E L L O O U T T H E R E PROGRAM OPTIONS:/keepfill/infile; FILTERING ELECTRONIC ORDER FILE - PLEASE WAIT H A V E A N I C E D A Y Pending EOS files (PRISM input): /SDI00/eos/sjbtesteos Pending EOS orders (PRISM input): OPTICAL - INSIGHT ( ) - P.O.# A6XZVK Partners with pending EOS orders (PRISM input): OPTICAL Enter a specific partner, (A)ll or (Q)uit Partner selected: all Activant, Inc. 16

17 Electronic Ordering System (EOS) -- LOG FILES continued *+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+* E O S processing beginning for /SDI00/eos/sjbtesteos Edi#-OPTICAL, Cst# , INSIGHT, po#- A6XZVK *+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+* Enter (P)rocess this file/order (B)ypass (skip and leave intact) this file/order (R)emove (skip and remove) this file/order (C)ontinue processing without prompts (Q)uit processing ATTENTION - creating /PRISM/oeeosupd.lock file standby Starting /PRISM/OEEOSUPD.gnt to process 'OE' in /SDI00/eos/sjbtesteos OEEOSUPD H A V E A N I C E D A Y H E L L O O U T T H E R E PROGRAM OPTIONS:e;/SDI00/eos/sjbtesteos;05;/eosout; UPDATING ELECTRONIC ORDERS - PLEASE WAIT Update of file /MSI/ msi was successfully completed The file has been moved to the /EOSOK directory. =================================================== Pending EOS files (PRISM input): /SDI00/eos/sjbtesteos Pending EOS orders (PRISM input): OPTICAL - INSIGHT ( ) - P.O.# A6XZVK Partners with pending EOS orders (PRISM input): OPTICAL Enter a specific partner, (A)ll or (Q)uit end of log The above log shows a message before starting the OEEOSUPD program indicating which data file is going to be processed, all messages produced by the OEEOSUPD program and a message indicating whether the update was successful. Activant, Inc. 17

18 Electronic Ordering System (EOS) -- EXCEPTION LISTING EOS Exception Listing The EOS Exception Listing shows any errors that occurred during the OEEOSUPD program. This can include errors such as invalid part numbers, invalid customer numbers, etc. If no errors were encountered, then the EOS Exception Listing merely contains the message 'OEUPDATE SUCCESSFUL'. The EOS Exception Listing file is placed into the same directory as the electronic order input file, with a '.UM' suffix appended to its name. For example, the exception report file for /MSI/ msi would be /MSI UM (the '.UM' standing for Update Messages). This file may be viewed using the 'pg' command or printed using the 'lp' command. Additionally, these '.UM' files may be automatically printed via the spooler. EOS Exception Listing with errors: DATE 6/08/89 9:15AM SALES EOS EXCEPTION LISTING OEEOSUPD Version U PAGE 1 PROGRAM OPTIONS:P;/MSI/ msi;5 RECORD CUSTOMER CUSTOMER TERMS PART TYPE NUMBER P.O. NUMBER CODE B/O NUMBER LOCATION QUANTITY PRICE PO-NO X 1O INVALID TERMS CODE 04 1 PO-NO X AA X INVALID PART NUMBER / LOCATION 04 1 PO-NO X AA102 2 XO INVALID QUANTITY 04 1 PO-NO X AA O 00 INVALID QUANTITY 04 1 PO-NO X AA ?00 INVALID PRICE 003 SALES ORDER(S) FOUND ** END OF REPORT ** EOS Exception Listing with no errors: DATE 1/19/90 3:42PM SALES EOS EXCEPTION LISTING OEEOSUPD Version U PAGE 1 PROGRAM OPTIONS:M;/MSI/1427.tmp;05;/dev/null RECORD CUSTOMER CUSTOMER TERMS PART TYPE NUMBER P.O. NUMBER CODE B/O NUMBER LOCATION QUANTITY PRICE OE UPDATE SUCCESSFUL ** END OF REPORT ** Activant, Inc. 18

19 Electronic Ordering System (EOS) SD-FADMINEOS SD-FADMINEOS SD-FADMINEOS is a shell script for File Administration of the EOS system. It can be used to administer the pending EOS files, the processed EOS files in /EOSOK and /EOSNG, the EOS log files and the OEENTRY screen output. SD-FADMINEOS should be executed from the /PRISM directory at a command prompt (# or $). # SD-FADMINEOS $ SD-FADMINEOS Activant, Inc. 19

20 E O S F I L E A D M I N /SDI00/ default ---- Select files to administer: 1. Pending EOS files in /SDI00/eos 2. Processed EOS files in /EOSOK 3. Processed EOS files in /EOSNG 4. EOS log files in /PRISM 5. OEENTRY screen output file Q Quit SD-FADMINEOS EOS FILE ADMINISTRATION SCREEN This is the EOS File Administration Screen. It is the first screen displayed after the shell script SD-FADMINEOS has been executed. Select files to administer: Enter '1' to view the pending files in the '/SDI00/eos' directory. Enter '2' to view the EOS files that have been processed by OEEOSUPD and OEENTRY and are 'ok'. Enter '3' to list the EOS files that have been processed by OEEOSUPD and OEEENTRY and are 'no good'. These files will have to be fixed and processed again. Enter '4' to list the EOS log files. Enter '5' to list the OEENTRY screen output file. Enter 'Q' to end the administration utility. Activant, Inc. 20

21 Processing EOS - E O S pending files directory - /SDI00/eos Processing 15 filenames - standby 1 O O O O O O O O O O O O O O O Please enter file#, 'q' to quit OPTION 1 PENDING EOS FILES IN /SDI00/EOS This screen will be displayed when option '1' is entered on the EOS File Administration Screen. The program will count the number of files in the EOS pending file directory, display the name of each file and number them. Please enter file#, 'q' to quit Enter the number of the file you wish to administer. Enter 'q' to quit this action and return to the EOS File Administration Screen. Activant, Inc. 21

22 Processing EOS - E O S pending files directory - /SDI00/eos Processing 15 filenames - standby 1 O O O O O O O O O O O O O O O Please enter file#, 'q' to quit 1 /SDI00/eos/O Mar 26 14: bytes, 10 records Display, Print to default, Move to EOSOK/NG, Quit, Back, exit OPTION 1 PENDING EOS FILES IN /SDI00/EOS ENTER FILE NUMBER In the example above, file number '1' was entered. The program then returned, at the bottom of the screen, the full path name of the file along with the date and time on the file, the byte size and the number of records in the file. Display, Print to default, Move to EOSOK/NG, Quit, Back, exit Enter 'D' to display the contents of the file. Enter 'P' to print the contents of the file to the default printer. Enter 'M' to move the file to the EOSOK or EOSNG directory. Enter 'Q' to quit action on the file and return to the prompt Please enter file#, 'q' to quit. Enter 'B' to return to the first administration menu. Enter 'X' to exit the administration program completely without returning to the first menu. Activant, Inc. 22

23 14 O O Please enter file#, 'q' to quit 1 /SDI00/eos/O Mar 26 14: bytes, 10 records Display, Print to default, Move to EOSOK/NG, Quit, Back, exit D KENSINGTON PLACE. NORWEST EDI N Y : hrtg- NEXT DAY AIR 04 EDIPART S pid-dewalt DW360 CIRCULAR SAW 05 S pid-cutting SPEED:EXCELLENT 05 S pid-sustained POWER:EXCELLENT 05 S pid-maximum POWER: EXCELLENT 05 S pid-construction QUALITY:EXCELLENT 05 S uom-ea (EOF): OPTION 1 PENDING EOS FILES IN /SDI00/EOS - DISPLAY In the example above, 'D' was entered to display the file contents. The program then returned, at the bottom of the screen, the contents of the file until end of file (EOF): was reached. Press enter on the keyboard to display the options again. /SDI00/eos/O Mar 26 14: bytes, 10 records Display, Print to default, Move to EOSOK/NG, Quit, Back, exit Enter 'D' to display the contents of the file. Enter 'P' to print the contents of the file to the default printer. Enter 'M' to move the file to the EOSOK or EOSNG directory. Enter 'Q' to quit action on the file and return to the prompt Please enter file#, 'q' to quit. Enter 'B' to return to the first administration menu. Enter 'X' to exit the administration program completely without returning to the first menu. Activant, Inc. 23

24 14 O O Please enter file#, 'q' to quit 1 /SDI00/eos/O Mar 26 14: bytes, 10 records Display, Print to default, Move to EOSOK/NG, Quit, Back, exit M Select EOSOK or EOSNG directory NG Moving /SDI00/eos/ to /EOSNG OPTION 1 PENDING EOS FILES IN /SDI00/EOS MOVE TO EOSOK/NG In the example above, 'M' was entered to move the file to either the EOSOK or EOSNG directory. This is a move function. After the file is copied to either the EOSOK or EOSNG directory it will be removed from the /SDI00/eos directory. When the move process is complete, the remaining files in the EOS pending files directory, /SDI00/eos, will be displayed. Activant, Inc. 24

25 Processing EOSOK - E O S O K files directory - /EOSOK Processing 2 filenames - standby 1 O O Please enter file#, 'q' to quit OPTION 2 PROCESSED EOS FILES IN /EOSOK This screen will be displayed when option '2' is entered on the EOS File Administration Screen. The program will count the number of files in the EOSOK directory, display the name of each file and number them. Please enter file#, 'q' to quit Enter the number of the file you wish to administer. Enter 'q' to quit this action and return to the EOS File Administration Screen. Activant, Inc. 25

26 Processing EOSNG - E O S N G files directory - /EOSNG Processing 3 filenames - standby 1 O O Please enter file#, 'q' to quit OPTION 3 PROCESSED EOS FILES IN /EOSNG This screen will be displayed when option '3' is entered on the EOS File Administration Screen. The program will count the number of files in the EOSNG directory, display the name of each file and number them. Please enter file#, 'q' to quit Enter the number of the file you wish to administer. Enter 'q' to quit this action and return to the EOS File Administration Screen. Activant, Inc. 26

27 Processing EOSNG - E O S N G files directory - /EOSNG Processing 3 filenames - standby 1 O O Please enter file#, 'q' to quit 2 /EOSNG/ Mar bytes, 10 records Display, Print to default, ReCover from backup, ReMove, Quit, Back, exit RC Recovering /EOSNG/ to /SDI00/eos /EOSNG/ Mar bytes, 10 records Display, Print to default, ReCover from backup, ReMove, Quit, Back, exit OPTION 3 PROCESSED EOS FILES IN /EOSNG RECOVER FROM BACKUP In the example above, file number 2 was entered and option RC was used to recover the file from backup. The file is copied from the /EOSNG directory to the pending directory - /SDI00/eos. This is a copy function so the file will remain in the /EOSNG directory. Display, Print to default, ReCover from backup, ReMove, Quit, Back, exit Enter 'D' to display the contents of the file. Enter 'P' to print the contents of the file to the default printer. Enter 'RC' to copy the file from the /EOSNG directory to /SDI00/eos. Enter 'RM' to remove the file permanently from the /EOSNG directory. Enter 'Q' to quit and return to the first administration menu. Enter 'B' to return to the first administration menu. Enter 'X' to exit the administration program completely without returning to the first menu. Activant, Inc. 27

28 Processing EOSLOG - E O S. L O G files directory - /PRISM/ Processing 11 filenames - standby 1 EOS.LOG 2 EOS.LOG-00 3 EOS.LOG-01 4 EOS.LOG-02 5 EOS.LOG-03 6 EOS.LOG-04 7 EOS.LOG-05 8 EOS.LOG-06 9 EOS.LOG EOS.LOG EOS.LOG-09 Please enter file#, 'q' to quit OPTION 4 EOS LOG FILES IN /PRISM This screen will be displayed when option '4' is entered on the EOS File Administration Screen. The program will count the number of log files in the PRISM directory, display the name of each file and number them. Please enter file#, 'q' to quit Enter the number of the file you wish to administer. Enter 'q' to quit this action and return to the EOS File Administration Screen. Activant, Inc. 28

29 Processing EOSLOG - E O S. L O G files directory - /PRISM/ Processing 11 filenames - standby 1 EOS.LOG 2 EOS.LOG-00 3 EOS.LOG-01 4 EOS.LOG-02 5 EOS.LOG-03 6 EOS.LOG-04 7 EOS.LOG-05 8 EOS.LOG-06 9 EOS.LOG EOS.LOG EOS.LOG-09 Please enter file#, 'q' to quit 5 /PRISM//EOS.LOG-03 - Apr bytes, 400 records Display, Print to default, Quit, Back, exit OPTION 4 EOS LOG FILES IN /PRISM In the example above, file number '5' was entered. The program then returned, at the bottom of the screen, the full path name of the file along with the date and time on the file, the byte size and the number of records in the file. Display, Print to default, Quit, Back, exit Enter 'D' to display the contents of the file. Enter 'P' to print the contents of the file to the default printer. Enter 'Q' to quit action on the file and return to the prompt 'Please enter file#, 'q' to quit'. Enter 'B' to return to the first administration menu. Enter 'X' to exit the administration program completely without returning to the first menu. Activant, Inc. 29

30 Processing EOSOUT - E O S eosout file directory - /SDI00/ Processing 1 filenames standby 1 sjbtesteos Please enter file#, 'q' to quit OPTION 5 OEENTRY screen output file This screen will be displayed when option '5' is entered on the EOS File Administration Screen. The program will count the number of files in the eosout directory, display the name of each file and number them. Please enter file#, 'q' to quit Enter the number of the file you wish to administer. Enter 'q' to quit this action and return to the EOS File Administration Screen. Activant, Inc. 30

ACTIVANT SDI. POPRINTXF Reference Manual. Version 13.0

ACTIVANT SDI. POPRINTXF Reference Manual. Version 13.0 ACTIVANT SDI Reference Manual Version 13.0 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual itself are

More information

ACTIVANT SDI. E-Commerce Module V3.1 Reference Manual. Version 13.0

ACTIVANT SDI. E-Commerce Module V3.1 Reference Manual. Version 13.0 ACTIVANT SDI E-Commerce Module V3.1 Reference Manual Version 13.0 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and

More information

Created by: Yardley Technical Communication

Created by: Yardley Technical Communication QUOTATION PRINTING This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual itself are furnished under the terms

More information

ACTIVANT. Prophet 21 ACTIVANT PROPHET 21. New Features Guide Version 11.0 ADMINISTRATION NEW FEATURES GUIDE (SS, SA, PS) Pre-Release Documentation

ACTIVANT. Prophet 21 ACTIVANT PROPHET 21. New Features Guide Version 11.0 ADMINISTRATION NEW FEATURES GUIDE (SS, SA, PS) Pre-Release Documentation I ACTIVANT ACTIVANT PROPHET 21 Prophet 21 ADMINISTRATION NEW FEATURES GUIDE (SS, SA, PS) New Features Guide Version 11.0 Version 11.5 Pre-Release Documentation This manual contains reference information

More information

ACTIVANT SDI. E-Commerce Users Guide. Version 3.0

ACTIVANT SDI. E-Commerce Users Guide. Version 3.0 ACTIVANT SDI E-Commerce Users Guide Version 3.0 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual itself

More information

ACTIVANT D2K. System Conventions User's Guide - GS. Server Release 4.0 and GS Release 2.1 Version P

ACTIVANT D2K. System Conventions User's Guide - GS. Server Release 4.0 and GS Release 2.1 Version P ACTIVANT D2K System Conventions User's Guide - GS Server Release 4.0 and GS Release 2.1 Version P This manual contains reference information about software products from Activant Solutions Inc. The software

More information

Language Localization Guide. version v12.13

Language Localization Guide. version v12.13 version v12.13 This manual contains information about software products from Epicor Software Corporation. The software described in this manual and the manual itself are furnished under the terms and conditions

More information

ACTIVANT D2K. Unidata Spooler User's Guide. Version 9 Release 3.0

ACTIVANT D2K. Unidata Spooler User's Guide. Version 9 Release 3.0 ACTIVANT D2K Unidata Spooler User's Guide Version 9 Release 3.0 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and

More information

ACTIVANT SDI. Accounts Receivable Subsystems Reference Manual. Version 13.0

ACTIVANT SDI. Accounts Receivable Subsystems Reference Manual. Version 13.0 ACTIVANT SDI Reference Manual Version 13.0 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual itself are

More information

CREDIT REPORTING FOR DUN & BRADSTREET/TRW

CREDIT REPORTING FOR DUN & BRADSTREET/TRW CREDIT REPORTING FOR DUN & BRADSTREET/TRW i This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual itself are

More information

ACTIVANT STANPAK. Pocket PC Order Entry QicSTART. Version 6.0

ACTIVANT STANPAK. Pocket PC Order Entry QicSTART. Version 6.0 ACTIVANT STANPAK Pocket PC Order Entry QicSTART Version 6.0 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the

More information

ICE Components for Prophet 21. version 12.10

ICE Components for Prophet 21. version 12.10 ICE Components for Prophet 21 version 12.10 ICE Components for Prophet 21 This manual contains information about software products from Epicor Software Corporation. The software described in this manual

More information

DOCUMENTATION CONVENTIONS

DOCUMENTATION CONVENTIONS This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual itself are furnished under the terms and conditions

More information

ACTIVANT STANPAK. PDA Updater for Palm OS. Version 6.0

ACTIVANT STANPAK. PDA Updater for Palm OS. Version 6.0 ACTIVANT STANPAK PDA Updater for Palm OS Version 6.0 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual

More information

ACTIVANT PROPHET UPDATE GUIDE

ACTIVANT PROPHET UPDATE GUIDE ACTIVANT PROPHET 21 10.5 UPDATE GUIDE This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual itself are furnished

More information

ACTIVANT TURNS. Activant Disc. Max Spooler. New Features and Enhancements. Turns Version Version 5.6

ACTIVANT TURNS. Activant Disc. Max Spooler. New Features and Enhancements. Turns Version Version 5.6 ACTIVANT TURNS Max Spooler Activant Disc New Features and Enhancements Version 5.6 Turns Version 4000 This manual contains reference information about software products from Activant Solutions Inc. The

More information

ACTIVANT STANPAK. POD Proof of Delivery. Version 8.0

ACTIVANT STANPAK. POD Proof of Delivery. Version 8.0 ACTIVANT STANPAK POD Proof of Delivery Version 8.0 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual itself

More information

ACTIVANT Faspac. Cross Reference Reference Manual. Version 6.0

ACTIVANT Faspac. Cross Reference Reference Manual. Version 6.0 ACTIVANT Faspac Cross Reference Reference Manual Version 6.0 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the

More information

ACTIVANT Trading Partner Connect Website

ACTIVANT Trading Partner Connect Website ACTIVANT Trading Partner Connect Website New Features Guide Version # 11.0 1 This manual contains reference information about software products from Activant Solutions Inc. The software described in this

More information

ACTIVANT D2K. X User's Guide. Version Q1 4.0

ACTIVANT D2K. X User's Guide. Version Q1 4.0 ACTIVANT D2K XE-Mail User's Guide Version Q1 4.0 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual itself

More information

Do it Best Corp. Interactive Async Communications Conversion Guide

Do it Best Corp. Interactive Async Communications Conversion Guide Do it Best Corp. Interactive Async Communications Conversion Guide Publication No. EL2105 Publication Date: December 9, 2005 This manual contains reference information about software products from Activant

More information

Activant Stanpak. PDA Updater for Pocket PC. Version 6.0

Activant Stanpak. PDA Updater for Pocket PC. Version 6.0 Activant Stanpak PDA Updater for Pocket PC Version 6.0 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual

More information

Activant Eagle econnect Setup and User s Guide

Activant Eagle econnect Setup and User s Guide ECONNECT SETUP AND USER S GUIDE G G C C Activant Eagle econnect Setup and User s Guide EL2213-02 Terms and Conditions IMPORTANT READ CAREFULLY YOUR USE OF THE SOFTWARE IS SUBJECT TO THE MASTER CUSTOMER

More information

ECONNECT USER S GUIDE. Activant Eagle econnect User s Guide EL8015

ECONNECT USER S GUIDE. Activant Eagle econnect User s Guide EL8015 ECONNECT USER S GUIDE Activant Eagle econnect User s Guide EL8015 Terms and Conditions IMPORTANT READ CAREFULLY YOUR USE OF THE SOFTWARE IS SUBJECT TO THE MASTER CUSTOMER AGREEMENT ("MCA") BETWEEN YOU

More information

Purchasing and Receiving

Purchasing and Receiving Eagle SSE Purchasing and Receiving Quick Reference Guide This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual

More information

ATERIAL AFETY ATA HEETS

ATERIAL AFETY ATA HEETS ATERIAL AFETY ATA HEETS This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual itself are furnished under the

More information

TRIADR. Solutions By Computer Installation Guide

TRIADR. Solutions By Computer Installation Guide TRIADR Solutions By Computer Installation Guide Part number EL1013 Publication Date: January 1999 This manual contains reference information about Triad s hardlines and lumber line of software products.

More information

ACTIVANT STANPAK. NetLink Network. Version 6.1

ACTIVANT STANPAK. NetLink Network. Version 6.1 ACTIVANT STANPAK NetLink Network Version 6.1 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual itself

More information

ACTIVANT DISTRIBUTION SUITE

ACTIVANT DISTRIBUTION SUITE ACTIVANT DISTRIBUTION SUITE Installation Guide (SQL Server) Self-Hosted This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual

More information

EDI PROCESSING INTERFACE MODULE... 1 EDI PROCESSING OVERVIEW... 3

EDI PROCESSING INTERFACE MODULE... 1 EDI PROCESSING OVERVIEW... 3 Table of Contents... 1 EDI PROCESSING OVERVIEW... 3 SETUP AND MAINTENANCE PROGRAMS... 14 EDITPM-... EDI TRADING PARTNER MAINTENANCE... 14 EDITPVM-... EDI TRADING PARTNER VENDOR MAINTENANCE.... 26 EDISVM-...

More information

EDI PROCESSING INTERFACE MODULE... 1

EDI PROCESSING INTERFACE MODULE... 1 Table of Contents... 1 EDI PROCESSING OVERVIEW... 3 TRANSACTIONS PROCESSED:... 3 PRODUCT REQUIREMENTS:... 3 CUSTOMER TRANSACTION FLOW:... 3 VENDOR TRANSACTION FLOW... 4 SETUP PROCEDURE... 5 TRANSFER PROCEDURE...

More information

REMOTE SERVICE Module Reference Manual. Version 11.0 Revision Date 5/1/04

REMOTE SERVICE Module Reference Manual. Version 11.0 Revision Date 5/1/04 REMOTE SERVICE Module Reference Manual Version 11.0 Revision Date 5/1/04 The documentation in this publication is provided pursuant to a Sales and Licensing Contract for the Prophet 21 System entered into

More information

ACTIVANT STANPAK. DOM Document Output Management QicSTART. Version 6.0

ACTIVANT STANPAK. DOM Document Output Management QicSTART. Version 6.0 ACTIVANT STANPAK DOM Document Output Management QicSTART Version 6.0 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual

More information

ACTIVANT PROPHET 21 PERSONAL DIGITAL ASSISTANT GUIDE

ACTIVANT PROPHET 21 PERSONAL DIGITAL ASSISTANT GUIDE ACTIVANT PROPHET 21 PERSONAL DIGITAL ASSISTANT GUIDE This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual

More information

Activant Eagle Bank Reconcilation Viewer Procedures Guide

Activant Eagle Bank Reconcilation Viewer Procedures Guide BANK RECONCILIATION PROCEDURES GUIDE Activant Eagle Bank Reconcilation Viewer Procedures Guide EL2186 This manual contains reference information about software products from Activant Solutions Inc. The

More information

PATRONAGE / EQUITY USER'S GUIDE

PATRONAGE / EQUITY USER'S GUIDE PATRONAGE / EQUITY USER'S GUIDE This document is non-technical and explains the operation of the Patronage / Equity programs. It is intended for both accounting staff and operators. COPYRIGHT 2017 AgTrax

More information

ACTIVANT B2B Seller. New Features Guide. Version 5.5

ACTIVANT B2B Seller. New Features Guide. Version 5.5 ACTIVANT B2B Seller New Features Guide Version 5.5 1 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual

More information

Solar Eclipse Standard Operating Procedures Purchasing

Solar Eclipse Standard Operating Procedures Purchasing Solar Eclipse Standard Operating Procedures Purchasing 2008 Activant Solutions, Inc. All rights reserved. Unauthorized reproduction is a violation of applicable law. Activant and the Activant Eclipse logo,

More information

Activant Compass Installation Guide For Upgrades to Version 4.1 or Higher

Activant Compass Installation Guide For Upgrades to Version 4.1 or Higher ACTVIANT COMPASS 4.1 OR HIGHER Activant Compass Installation Guide (ver 4.1 or higher) Activant Compass Installation Guide For Upgrades to Version 4.1 or Higher This manual contains reference information

More information

Getting Started with Network Access

Getting Started with Network Access Getting Started with Network Access This document contains reference information about Triad s hardlines and lumber line of software products. The software described in this document, as well as the document

More information

Software Conversion Guide

Software Conversion Guide Eagle SSE Software Conversion Guide Release 17 (Server Level 29) EL2157 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual

More information

Task Management. Version 6.0 B

Task Management. Version 6.0 B Task Management Version 6.0 B The documentation in this publication is provided pursuant to a Sales and Licensing Contract for the Prophet 21 System entered into by and between Prophet 21 and the Purchaser

More information

ACTIVANT STANPAK SDM (System Device Maintenance) Program Version 8.01

ACTIVANT STANPAK SDM (System Device Maintenance) Program Version 8.01 ACTIVANT STANPAK SDM (System Device Maintenance) Program Version 8.01 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual

More information

Level 23 Eagle Software Conversion Guide. Please see page 5 for changes made to Special Security

Level 23 Eagle Software Conversion Guide. Please see page 5 for changes made to Special Security Level 23 Eagle Software Conversion Guide Please see page 5 for changes made to Special Security Publication No. EL1035 Publication Date: January 2002 This manual contains reference information about CCITRIAD

More information

ACTIVANT STANPAK. SalesFORCE Web Order Entry. Version 8.0

ACTIVANT STANPAK. SalesFORCE Web Order Entry. Version 8.0 ACTIVANT STANPAK SalesFORCE Web Order Entry Version 8.0 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual

More information

JD Edwards World. User Defined Data for Distribution Guide Release A9.3 E

JD Edwards World. User Defined Data for Distribution Guide Release A9.3 E JD Edwards World User Defined Data for Distribution Guide Release A9.3 E21563-03 April 2013 JD Edwards World User Defined Data for Distribution Guide, Release A9.3 E21563-03 Copyright 2013, Oracle and/or

More information

ACTIVANT STANPAK. Open Gateway SQL Tips. Version 6.0

ACTIVANT STANPAK. Open Gateway SQL Tips. Version 6.0 ACTIVANT STANPAK Open Gateway SQL Tips Version 6.0 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual itself

More information

Forms Printer User Guide

Forms Printer User Guide Forms Printer User Guide for Dynamics GP 2015 Forms Printer Build Version: 14.00.149 System Requirements Microsoft Dynamics GP 2015 (desktop client, web client) Microsoft SQL Server 2005 or Higher Reporting

More information

SIS Import Guide. v2015.1

SIS Import Guide. v2015.1 SIS Import Guide v2015.1 The information in this document is subject to change without notice and does not represent a commitment on the part of Horizon. The software described in this document is furnished

More information

EDI PROCESSING INTERFACE MODULE... 1 EDI PROCESSING OVERVIEW... 3

EDI PROCESSING INTERFACE MODULE... 1 EDI PROCESSING OVERVIEW... 3 Table of Contents... 1 EDI PROCESSING OVERVIEW... 3 SETUP AND MAINTENANCE PROGRAMS... 15 EDITPM-... EDI TRADING PARTNER MAINTENANCE... 15 EDITPVM-... EDI TRADING PARTNER VENDOR MAINTENANCE.... 28 EDISVM-...

More information

Eclipse Forms. Release 8.7.2

Eclipse Forms. Release 8.7.2 Eclipse Forms Release 8.7.2 Legal Notices 2011 Epicor Software Corporation. All rights reserved. Unauthorized reproduction is a violation of applicable laws. Epicor and the Epicor logo are registered trademarks

More information

W621 Increasing Productivity with Shell Scripting

W621 Increasing Productivity with Shell Scripting W621 Increasing Productivity with Shell Scripting Pre-requisites: Unix knowledge Cliché statements are generally true. Isn t it better to work smarter not harder? While many companies opt to pay for custom

More information

Item Number Change for Sage Accpac ERP

Item Number Change for Sage Accpac ERP SAGE ACCPAC Sage Accpac Options Item Number Change for Sage Accpac ERP User Guide 2008 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and all Sage Accpac product and service

More information

Microsoft Dynamics GP. Extender User s Guide

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

More information

Eagle SSE. Accounts Receivable. Quick Reference Guide

Eagle SSE. Accounts Receivable. Quick Reference Guide Eagle SSE Accounts Receivable Quick Reference Guide This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual

More information

RedBeam Inventory Tracking User Manual

RedBeam Inventory Tracking User Manual RedBeam Inventory Tracking User Manual Contact us at www.redbeam.com. Page 1 Table of Contents Table of Contents... 2 Overview... 4 RedBeam Inventory Tracking... 4 PC Prerequisites... 4 Mobile Computer

More information

CONVERSION GUIDE. Use this guide to help you convert from CMS Professional to Denali

CONVERSION GUIDE. Use this guide to help you convert from CMS Professional to Denali CONVERSION GUIDE Use this guide to help you convert from CMS Professional to Denali Conversion Guide Copyright Notification At Cougar Mountain Software, Inc., we strive to produce high-quality software

More information

Version Operator Orientation. TIMMS Client. A guide to using the TIMMS System. Training & Navigation Notes

Version Operator Orientation. TIMMS Client. A guide to using the TIMMS System. Training & Navigation Notes Version 7.2.4 Operator Orientation TIMMS Client A guide to using the TIMMS System Training & Navigation Notes Disprax Pty Ltd 2015 WHAT IS TIMMS? TIMMS Stands for: Total Industry Management and Marketing

More information

ScriptLogic Secure Copy 4 Getting Started Guide

ScriptLogic Secure Copy 4 Getting Started Guide ScriptLogic Secure Copy 4 Getting Started Guide SECURE COPY 4 II 2005 by ScriptLogic Corporation All rights reserved. This publication is protected by copyright and all rights are reserved by ScriptLogic

More information

Epicor Eagle econnect Setup and User s Guide

Epicor Eagle econnect Setup and User s Guide ECONNECT SETUP AND USER S GUIDE Epicor Eagle econnect Setup and User s Guide EL2213-03 Terms and Conditions IMPORTANT-READ CAREFULLY YOUR USE OF THE SOFTWARE IS SUBJECT TO THE MASTER CUSTOMER AGREEMENT

More information

Activant Eagle DDS Integration Guide

Activant Eagle DDS Integration Guide ACTIVANT EAGLE DDS INTEGRATION GUIDE DDS INTEGRATION GUIDE Activant Eagle DDS Integration Guide Document # EL2198 This manual contains reference information about software products from Activant Solutions

More information

Retek Trade Management User Guide

Retek Trade Management User Guide Retek Trade Management 10.1 User Guide Retek Trade Management The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms of the

More information

Activant Eagle PA-DSS Implementation Guide

Activant Eagle PA-DSS Implementation Guide ACTIVANT EAGLE PA-DSS IMPLEMENTATION GUIDE PA-DSS IMPLEMENTATION GUIDE Activant Eagle PA-DSS Implementation Guide EL2211 This manual contains reference information about software products from Activant

More information

DEA Licensing WDNSW DC P21 DEA LICENSING

DEA Licensing WDNSW DC P21 DEA LICENSING DEA Licensing WDNSW DC P21 DEA LICENSING This manual contains information about software products from Epicor Software Corporation. The software described in this manual and the manual itself are furnished

More information

RemoteWare OS/2 Client

RemoteWare OS/2 Client RemoteWare OS/2 Client User s Guide Version 4.1 Service Pack 1A RemoteWare OS/2 Client User s Guide Version 4.1 Service Pack 1A This document was prepared to assist licensed users of RemoteWare by XcelleNet,

More information

B2B Seller New Features Guide. version 5.9

B2B Seller New Features Guide. version 5.9 version 5.9 This manual contains information about software products from Epicor Software Corporation. The software described in this manual and the manual itself are furnished under the terms and conditions

More information

UNIX Essentials Featuring Solaris 10 Op System

UNIX Essentials Featuring Solaris 10 Op System A Active Window... 7:11 Application Development Tools... 7:7 Application Manager... 7:4 Architectures - Supported - UNIX... 1:13 Arithmetic Expansion... 9:10 B Background Processing... 3:14 Background

More information

TRIADR. Solutions by Computer Conversion Guide

TRIADR. Solutions by Computer Conversion Guide TRIADR Solutions by Computer Conversion Guide This manual contains reference information about Triad s hardlines and lumber line of software products. The software described in this manual, as well as

More information

Visual Streamline. Scheduled Orders

Visual Streamline. Scheduled Orders Summary of Scheduled Order Program: Visual Streamline To access Scheduled Order Entry from the main menu, go to the following: Sales Order Processing > Processing > There is a user right required to be

More information

Lab 3a Using the vi editor

Lab 3a Using the vi editor Lab 3a Using the vi editor Objectives: Become familiar with the vi Editor Review the three vi Modes Review keystrokes to move between vi modes Create a new file with vi Editor Invoke vi with show mode

More information

NEW TOOLBOX FUNCTION: TBF-004: Import G/L Journal Entries

NEW TOOLBOX FUNCTION: TBF-004: Import G/L Journal Entries NEW TOOLBOX FUNCTION: Document Ref: TBF-004 Date: Oct 31, 2003, rev. Sep 16, 2004; May 2, 2005; Mar 9, 2009 Document Version: 0.4 Modules Affected: Earliest available version of COINS: Documentation Updated:

More information

CIEL. Extended Lot/Serial Numbers

CIEL. Extended Lot/Serial Numbers DSD Business Systems Sage 100 Enhancements CIEL Extended Lot/Serial Numbers Version 5.40 2 Extended Lot/Serial Numbers Information in this document is subject to change without notice. Copyright 1993-2017,

More information

INLABELS Reference Manual. Version 10.0 Revision Date 5/1/04

INLABELS Reference Manual. Version 10.0 Revision Date 5/1/04 Reference Manual Version 10.0 Revision Date 5/1/04 The documentation in this publication is provided pursuant to a Sales and Licensing Contract for the Prophet 21 System entered into by and between Prophet

More information

Installation Guide Install Guide Centre Park Drive Publication Date: Feb 11, 2010

Installation Guide Install Guide Centre Park Drive Publication Date: Feb 11, 2010 EventTracker Install Guide 8815 Centre Park Drive Publication Date: Feb 11, 2010 Columbia MD 21045 U.S. Toll Free: 877.333.1433 Abstract The purpose of this document is to help users install and configure

More information

DZbatcher. Installation & User Guide. Cover. DZbatcher DZbatcher DZbatcher. Datazone

DZbatcher. Installation & User Guide. Cover. DZbatcher DZbatcher DZbatcher. Datazone DZbatcher DZbatcher DZbatcher Cover DZbatcher Installation & Datazone 2000 DZbatcher@datazone.com [Please read the license agreement on the next page before installing or using this software] DZbatcher

More information

2012 Lenovo Server Client Performs All Steps from ISP Machine 1. Check the ISP CD/DVD drive and remove any disks that are currently loaded.

2012 Lenovo Server Client Performs All Steps from ISP Machine 1. Check the ISP CD/DVD drive and remove any disks that are currently loaded. 2012 Lenovo Server Client Performs All Steps from ISP Machine 1. Check the ISP CD/DVD drive and remove any disks that are currently loaded. 2. Log onto the Windows side of the ISP and go to the QsrSoft

More information

IMPORTANT: Logging Off LOGGING IN

IMPORTANT: Logging Off LOGGING IN These are a few basic Unix commands compiled from Unix web sites, and printed materials. The main purpose is to help a beginner to go around with fewer difficulties. Therefore, I will be adding to this

More information

Installation Guide. EventTracker Enterprise. Install Guide Centre Park Drive Publication Date: Aug 03, U.S. Toll Free:

Installation Guide. EventTracker Enterprise. Install Guide Centre Park Drive Publication Date: Aug 03, U.S. Toll Free: EventTracker Enterprise Install Guide 8815 Centre Park Drive Publication Date: Aug 03, 2010 Columbia MD 21045 U.S. Toll Free: 877.333.1433 Abstract The purpose of this document is to help users install

More information

Veritas NetBackup Vault Administrator s Guide

Veritas NetBackup Vault Administrator s Guide Veritas NetBackup Vault Administrator s Guide UNIX, Windows, and Linux Release 6.5 12308354 Veritas NetBackup Vault Administrator s Guide Copyright 2001 2007 Symantec Corporation. All rights reserved.

More information

EventVault Introduction and Usage Feature Guide Version 6.x

EventVault Introduction and Usage Feature Guide Version 6.x EventVault Introduction and Usage Feature Guide Version 6.x Publication Date: Jun 12, 2009 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com ABSTRACT The purpose of this document

More information

Tivoli Web Solutions. Upgrade Notes

Tivoli Web Solutions. Upgrade Notes Tivoli Web Solutions Upgrade Notes Tivoli Web Solutions Upgrade Notes Note Before using this information and the product it supports, read the information in Notices on page 7. IBM Tivoli Web Solutions

More information

Manual. LibAssist ( )

Manual. LibAssist ( ) Manual LibAssist (9962298) The LibAssist Handheld Reader consists of an RFID reader which communicates over a wireless connection (wifi/usb/bluetooth). The LibAssist s software has three main functions:

More information

TRASER for Windows ~ QuickBooks. Link Reference

TRASER for Windows ~ QuickBooks. Link Reference TRASER for Windows ~ Link Reference February 2009 TRA-SER for Windows ~ Link Reference Introduction Trade Service of Australia provides a powerful, easy-to-use electrical database known as TRASER for Windows.

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

Virtual Appliance User s Guide

Virtual Appliance User s Guide Cast Iron Integration Appliance Virtual Appliance User s Guide Version 4.5 July 2009 Cast Iron Virtual Appliance User s Guide Version 4.5 July 2009 Copyright 2009 Cast Iron Systems. All rights reserved.

More information

Versions GP GP GP GP Updated November Company Data Archive

Versions GP GP GP GP Updated November Company Data Archive Versions GP 2018-18.0.16 GP 2016-16.0.30 GP 2015-14.0.42 GP 2013-12.0.45 Updated November 2018 Company Data Archive Company Data Archive... 1 Chapter 1: Introduction... 4 Features and Benefits... 4 Chapter

More information

Forms Integration Reference Manual Prophet 21 FASPAC 5.0

Forms Integration Reference Manual Prophet 21 FASPAC 5.0 Forms Integration Reference Manual Prophet 21 FASPAC 5.0 Table of Contents INTRODUCTION 4 QUICK START 5 Faspac Standard Forms Used with Optio 5 Standard Names 5 Printer Assignments 6 View Current Assignment

More information

Authentication Services ActiveRoles Integration Pack 2.1.x. Administration Guide

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

More information

Quick Start Guide. Takes only a few minutes to read S. De Anza Blvd., Suite #106 San Jose, CA Phone: (408) Fax: (408)

Quick Start Guide. Takes only a few minutes to read S. De Anza Blvd., Suite #106 San Jose, CA Phone: (408) Fax: (408) Quick Start Guide Takes only a few minutes to read 1340 S. De Anza Blvd., Suite #106 San Jose, CA 95129 Phone: (408) 872-3103 - Fax: (408) 861-9601 Welcome to egrabber DupChecker for ACT! Thank you for

More information

1. Launch AutoCount Accounting and login the account book which you wish to install this plug-in.

1. Launch AutoCount Accounting and login the account book which you wish to install this plug-in. Introduction Inventory Physical Adjustment Plug-in is an add-on function for AutoCount Accounting user to perform stock take and adjust the quantity in the system automatically through Stock Adjustment.

More information

Micro Focus Visual COBOL Development Hub R4 Update 1. Release Notes

Micro Focus Visual COBOL Development Hub R4 Update 1. Release Notes Micro Focus Visual COBOL Development Hub R4 Update 1 Release Notes Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus IP Development

More information

Data Structure Design Guide Release 9.2

Data Structure Design Guide Release 9.2 [1]JD Edwards EnterpriseOne Tools Data Structure Design Guide Release 9.2 E53555-01 October 2015 Describes Data Structure Design in Oracle JD Edwards EnterpriseOne Tools used to create and modify JD Edwards

More information

2016 Autosoft, Inc. All rights reserved.

2016 Autosoft, Inc. All rights reserved. Copyright 2016 Autosoft, Inc. All rights reserved. The information in this document is subject to change without notice. No part of this document may be reproduced, stored in a retrieval system, or transmitted

More information

Upgrade Guide. NovaBACKUP xsp NovaStor. All Rights Reserved.

Upgrade Guide. NovaBACKUP xsp NovaStor. All Rights Reserved. Upgrade Guide NovaBACKUP xsp 17 2015 NovaStor. All Rights Reserved. NovaBACKUP Upgrade Information... 3 Intended Audience... 3 Upgrade Paths... 3 License Keys... 3 NovaBACKUP xsp Modules... 3 Preparing

More information

LiveNX Upgrade Guide from v5.2.0 to v5.2.1

LiveNX Upgrade Guide from v5.2.0 to v5.2.1 LIVEACTION, INC. LiveNX Upgrade Guide from v5.2.0 to v5.2.1 UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction

More information

DDA-06 External DAS Driver

DDA-06 External DAS Driver DDA-06 External DAS Driver USER S GUIDE DDA-06 External DAS Driver User s Guide Revision B - November 1994 Part Number: 53121 New Contact Information Keithley Instruments, Inc. 28775 Aurora Road Cleveland,

More information

AWG5000 and AWG7000 Series Windows XP Operating System Restore

AWG5000 and AWG7000 Series Windows XP Operating System Restore DVD AWG5000 and AWG7000 Series Windows XP Operating System Restore 071-2084-01 www.tektronix.com Copyright Tektronix. All rights reserved. Licensed software products are owned by Tektronix or its subsidiaries

More information

Using Notes. System: Using CounterPoint. Overview. Adding notes

Using Notes. System: Using CounterPoint. Overview. Adding notes 1 System: Using CounterPoint Using Notes Overview Adding notes CounterPoint allows you to enter unlimited notes for items, customers, vendors, and Order Entry orders. Each note has a unique ID that allows

More information

Eclipse Remote Order Entry. Release (Eterm)

Eclipse Remote Order Entry. Release (Eterm) Eclipse Remote Order Entry Release 8.6.4 (Eterm) Legal Notices 2008 Activant Solutions Inc. All rights reserved. Unauthorized reproduction is a violation of applicable laws. Activant and the Activant logo

More information

5/8/2012. Specifying Instructions to the Shell Chapter 8

5/8/2012. Specifying Instructions to the Shell Chapter 8 An overview of shell. Execution of commands in a shell. Shell command-line expansion. Customizing the functioning of the shell. Employing advanced user features. Specifying Instructions to the Shell Chapter

More information