Acucorp and ACUCOBOL-GT are registered trademarks of Acucorp, Inc.

Size: px
Start display at page:

Download "Acucorp and ACUCOBOL-GT are registered trademarks of Acucorp, Inc."

Transcription

1 SouthWare SQLTools

2 NOTICE The information in this document is subject to change without notice. SouthWare Innovations, Inc. assumes no responsibility for any errors that may appear in this documentation. COPYRIGHT NOTICE Copyright by SouthWare Innovations, Inc. All rights reserved. Printed in the United States of America. No part of this publication may be reproduced or transmitted in any form or by any means without the written permission of SouthWare Innovations, Inc. Auburn, Alabama. Violations of the copyright law may result in substantial civil and criminal damages and penalties. TRADEMARK NOTICE SouthWare, SalesMark and TaskWise are registered trademarks of SouthWare Innovations, Inc. SwiftDataTools, SouthWare Excellence Series, SwiftGen, DocTransfer, ExcelAssist, ExcelReport, ExecuMate II, Extended Data, ImportMate II, International Transactions, ReportMate, SwiftGen, SwiftMate, SouthWare Forms, SouthWare NetLink, SouthWare WorkFlow, StopCheck, and AnswerReady are trademarks of SouthWare Innovations, Inc. Acucorp and ACUCOBOL-GT are registered trademarks of Acucorp, Inc. U/SQL is a trademark of Transoft, Inc. Other products and company names used in this publication are for identification purposes only and may be trademarks or registered trademarks of their respective owners.

3 Table of Contents Table of Contents Table of Contents SouthWare SQL Manager SouthWare ODBC Overview Status - (status) Change Server Settings Data Dictionary Security Set Operator Access Reset Single Operator Reset All Operators Sample Uses SouthWare SQLView Overview Launch Viewer Review Saved Views Related Options Operator Access Launch Via Object SouthWare SQLSync Overview Update Server (Status) Replicated Files Rebuild Replicated SQL Tables Select Tables Launch Rebuild Replication Setup MS-SQL Interface Settings Acu4GL Variables Select Files to Replicate Scheduled Server Activities Installation Notes Installing SouthWare ODBC Installing SouthWare SQLView Installing SouthWare SQLSync

4 Introduction SouthWare SQL Tools SouthWare SQL Tools is a collection of SQL-related technology designed for SouthWare users. With SQL Tools you have the option to utilize SQL features as you need them while retaining the flexibility resulting from SouthWare s use of a SQL-independent software platform. See the table Comparing SQL Approaches at the end of this section for a comparison of the SouthWare SQL Tools approach with other SQL-dependent software architectures. SouthWare s SQL Tools technology includes the following components: SouthWare ODBC (using Transoft U/SQL technology) SouthWare SQLView SouthWare SQLSync With these tools you can: i Access SouthWare data with SQL technology i Create, save, and retrieve SQL queries from within SouthWare i Store SouthWare data in SQL tables Below is a brief overview of each tool. See the introduction to the appropriate section of this document for more details on each tool. SouthWare ODBC SouthWare ODBC provides controlled ODBC access (including SQL queries) to your SouthWare data from any ODBC-capable software. SouthWare ODBC is a special software wrapper built around Transoft U/SQL, a leading ODBC connectivity software solution. SouthWare ODBC is provided as a standard function of the SouthWare platform and is tightly integrated with SouthWare features. SouthWare SQLView SouthWare SQLView allows you to access SouthWare data via SQL statements and review/analyze the data in a SouthWare grid. SouthWare SQLView can be used for ad hoc (one-time) SQL reporting or for storing SQL-oriented views that may be used whenever needed. SouthWare ODBC provides the SQL statement processing via SouthWare s grid technology. 2

5 Introduction SouthWare SQLSync With SouthWare SQLSync you can interactively replicate the data from SouthWare files into corresponding MS-SQL tables. This add-on module lets you review, report, and analyze your data using the many tools available for MS-SQL data tables. With SouthWare SQLSync your SouthWare system will continue to update its standard Vision file format, but the data will also be updated into corresponding MS-SQL tables. This keeps the MS-SQL tables synchronized with the Vision files. If an error occurs in updating the MS-SQL database then the MS-SQL table can be rebuilt from the corresponding Vision data file. 3

6 Introduction Comparing SQL Approaches Data is accessible for SQL queries via common SQL tools? Built-In SQL Query Function? Data is stored in relational database tables? iioption to use software without relational database software and administration? Primary processing is done directly to relational database? iidata is safe from unauthorized access (particularly financial data is safe from change)? Data access is fast? SQL-Dependent Approach Yes Yes Yes No Yes Requires that a knowledgeable system administrator properly sets up and monitors security - database is designed to be open Yes, if database is structured properly and SQL is optimized SouthWare s SQL-Independent Approach Yes Via ODBC Via replicated relational database tables Yes Via SQLView Optionally, as Replicated Data Yes No - secondary replicate Non-replicated data is fairly safe and can also be encrypted - replicated data has same issues as Typical SQL Yes, if processing/querying by a key field iibusiness logic uses mature code that has been improved for over 20 years??? Yes 4

7 Introduction Database can be extended with new fields? Database can be distributed over multiple servers? Network traffic can be limited by performing data functions at the server? Software uses stored database procedures available for use by other database programmers? Software is portable across different operating systems? Data is accessible for Internet applications SQL-Dependent Approach Yes Programs must be changed to reference added fields Yes Typically a configurable database software function Yes SQL commands typically pre-process data on data server Possibly? Depends on the coding for the application Typically Not Yes Via SQL commands or other technology SouthWare s SQL-Independent Approach Yes Extended Data technology Yes Data files can be distributed to different servers Yes, with Thin Client Thin Client option allows processing on data server No Has re-usable subroutines, but not as stored procedures Yes Yes Via ODBC or replicate data Via SouthWare NetLink 5

8 SQL Manager SouthWare SQL Manager The SouthWare SQL Manager (XX ) provides an integrated environment for access to the tools in the SouthWare SQL Tools suite of components. The tabs in this manager organize the available tools into the following areas: SouthWare ODBC (using Transoft U/SQL technology) - To access native SouthWare data via SQL statements using ODBC technology SQLView - To create, save, and retrieve SQL queries of SouthWare data (via SouthWare ODBC) using SouthWare grid technology SQLSync - To store SouthWare data in SQL tables Using the Manager L To access a SQL component simply click on its related tab. The options within the tool are organized via an interactive tree view outline. L As you highlight options in the tree, a preview pane to the right of the tree provides automatic documentation and explanation for the highlighted option. L For options that have a Zoom or Edit option simply double-click on the item or highlight the item and then click on the related button to launch the feature. What You Need Before You Start 6

9 SQL Manager Here is an overview of the steps to take before you start to use SouthWare SQL Tools: T Install the SouthWare environment (with the SouthWare runtime version) and license/register the SouthWare modules you will be using. T For SouthWare ODBC and SouthWare SQLView make sure the ODBC engine is properly installed on the server and your workstation. This occurs as part of the normal install process but you may confirm that the engine is installed by checking the SouthWare ODBC status in the SQL Tools Manager. T For SouthWare SQLSync you must license SQLSync, license and install the Acucorp Acu4GL version of your runtime, and install Microsoft SQL Server. The SQLSync server program must be started as a separate background process on your server. See the Installation Notes section later in this manual for more information. 7

10 SouthWare ODBC SouthWare ODBC SouthWare ODBC provides controlled ODBC access to your SouthWare data from any ODBC-capable software. SouthWare ODBC is a special SouthWare-specific software wrapper built around Transoft U/SQL, a leading ODBC connectivity software solution. SouthWare ODBC is provided as a standard function of the SouthWare platform and is tightly integrated with SouthWare features: Your SouthWare Data is available as a standardized ODBC Data Source Bring data into MS Excel, MS Word, queries, report writers, etc. SouthWare Security protects ODBC access to your data Access to SouthWare data via ODBC requires login via SouthWare operator login Access to each SouthWare table via ODBC requires SouthWare security level of 4 for the related application Access to each company's data files is secured ODBC Data Dictionary ODBC data dictionary of tables/fields built from SouthWare Data Dictionary Automatically updates ODBC data dictionary from user-defined fields in Extended Data Automatically updates ODBC data dictionary for location-specific Warehouse Tracking files Automatic Installation Automatically installed on server as part of the SouthWare installation process Automatic setup of ODBC DSN on SouthWare client workstations Provides optional ODBC access for each licensed SouthWare user Developer Note: There is an additional license option that allows the writing of data to SouthWare files using ODBC writeback. Use of this capability is not normally recommended since it avoids normal SouthWare data validation, does not update any related data files, and potentially makes your system data wrong and unsupportable. However, a SouthWare developer who understands the implications of writing data to a SouthWare file via ODBC may want to use this option. This option is licensed separately and has related security options (see the ODBC Security section of this manual). If you believe you need this additional licensed option please contact your SouthWare reseller for more information. 8

11 SouthWare ODBC - Overview SouthWare ODBC L Overview This option displays an overview page that outlines the benefits and features of SouthWare ODBC. How SouthWare ODBC Works SouthWare ODBC provides a secure ODBC connection to SouthWare s data files from any ODBC-capable software. SouthWare ODBC contains the following components: On your SouthWare Data Server SouthWare ODBC Server software U/SQL Data Dictionary for SouthWare files Data Source Name (DSN) for each SouthWare company ID that will use SouthWare ODBC Security (Grant/Revoke) Settings for each SouthWare operator and table (stored in data dictionary) On each SouthWare Client machine SouthWare ODBC Client software Data Source Name (DSN) for each SouthWare company ID that uses ODBC on the workstation Win U/SQL 9

12 SouthWare ODBC - Overview The following diagram illustrates how these components are used: SouthWare ODBC Overview Process: On the client machine the user can utilize any ODBC-enabled software product to access external ODBC data. A DSN for each SouthWare company is shown as an available Data Source. The user selects a SouthWare DSN. The system requires an operator login and password to validate that the user can access this DSN and to determine which tables are available. The user selects the data to be retrieved and initiates the request. The Client software issues a request to the Server DSN for the data. The Server extracts the data and sends it back to the Client DSN to return to the ODBC requestor. 10

13 SouthWare ODBC - Status SouthWare ODBC L Status - (status) This option verifies and displays the installation and setup status of SouthWare ODBC. The program tries to do a test connection of the ODBC Server to verify setup.! If the connection is successful this option will display an OK status - this indicates that the related software and data dictionary has been properly installed.! If the manager cannot confirm that these have been properly installed via a test connection then an ERROR status will display. The display to the right shows verification-related info: Whether the test connection was successful The Server IP Address and Port # The ODBC Connection String for the DSN Whether ODBC security for the current operator is set up Whether the Client ODBC software is set up on this workstation Whether the Client ODBC DSN for the current company is set up Troubleshooting Notes To set up the Client DSN for the current workstation and company - If the Client ODBC DSN is not set up you may log off and back on. The logon 11

14 SouthWare ODBC - Status process will set up the DSN. To install the Client ODBC software on the current workstation - If the Client ODBC software is not set up on this workstation you must use the Operator/Workstation Manager program to reset the Windows controls for this workstation. Then you may log off and back on to have the client ODBC software installed. To reset ODBC security for the current operator - If the ODBC security for the current operator is not set up you may go to the ODBC Security option in the SouthWare ODBC manager. From this option you may set/reset a single operator or reset the security for all operators. 12

15 SouthWare ODBC - Status - Change Server Settings SouthWare ODBC L Status L Change Server Settings This option is available only if you are running on the server machine. On Unix/Linux machines or in a Terminal Services network you are typically always running on the server machine. If you are on a client machine in a Windows network you must go to the server machine in order to change these settings. This option allows you to edit the server IP address and port number that were assigned during the setup of SouthWare ODBC Server. Normally you do not need to change these settings, but if they were not properly defined during setup you may edit them here. Zoom on this selection to display a window with the following settings: Server IP Address Enter the IP address of the server computer. This is the computer on which the ODBC Server software was loaded and is running. This must be your SouthWare data server machine. Server Port Enter the port number used for accessing the ODBC server on your server machine. Typically this will default to port Normally the only reason you might change this setting is if you are already using port 7000 for some other purpose. Stopping and Restarting the Server IF YOU CHANGE EITHER OF THESE SETTINGS you must stop and then restart the server. On a Windows Server the program asks if you want to automatically stop/restart the server. On a Unix/Linux Server you must manually stop and restart the server T Changes will not take effect until the server is stopped and restarted T If you are changing the settings for a functioning server you should do this when users are not accessing ODBC T After you restart the server users must log off and back in to SouthWare in order for the changes to be updated on each workstation 13

16 SouthWare ODBC - Data Dictionary SouthWare ODBC L Data Dictionary This option provides overview documentation for the U/SQL Data Dictionary used by SouthWare ODBC. The data dictionary is installed as part of SouthWare ODBC and is updated by user-defined fields such as Extended Data. Overview When you access your SouthWare data via ODBC from other software a DSN is used to access your data. To define the data you want to retrieve you refer to data tables and then fields in tables. SouthWare provides a U/SQL ODBC Data Dictionary of tables and fields available via SouthWare ODBC. The tables and columns defined in the U/SQL Data Dictionary used by SouthWare ODBC is derived from the SouthWare Data Dictionary used by ReportMate FYI and other SouthWare technologies. Data Dictionary Differences There are some important differences that an experienced SouthWare user will notice when using SouthWare ODBC instead of FYI: T File IDs versus Table names based on External file name - the SouthWare vendor file is AP01" in the SouthWare data dictionary while the Table name in the ODBC data dictionary is AVEND T Field Numbers versus Field names - the SouthWare data dictionary refers to fields by numbers (AP01, field 1) while ODBC refers to table columns by name (AVEND, VendorNumber) T No constructed fields in ODBC - the data available via ODBC must exist in the file. SouthWare s data dictionary includes numerous fields that are calculated or derived from data although the fields don t actually exist in a file. T No predefined pathing ( joins ) between tables in ODBC - SouthWare s data dictionary includes predefined pathing that automatically helps you retrieve data from related files. You can reference data from multiple related files in a single report or web page and the SouthWare data dictionary provides access to the data. ODBC does not provide this automatic joining of tables. To access data from multiple files with a SQL statement you must manually enter SQL join syntax that references multiple tables. 14

17 SouthWare ODBC - Security SouthWare ODBC L Security SouthWare ODBC secures ODBC access to your data using your SouthWare operator security settings. SouthWare ODBC sets grant/revoke privileges for each SouthWare file/table using operator security levels. SouthWare ODBC controls ODBC access to data from 3 rd -party products by requiring the operator to enter a valid SouthWare login name/password when accessing the SouthWare DSN. This is a very critical feature in controlling access to your data. By setting up your SouthWare security levels you are also controlling access from 3 rd -party products. For example, when an operator in Microsoft Excel tries to extract data from SouthWare, the ODBC drivers will require a SouthWare login. This login will control which tables the operator may access. This is similar to the security clearance required by ReportMate and FYI. Enabling Operator ODBC Access A flag in the SouthWare operator record (XX-03-02, field 8, Allow ODBC Access ) controls whether an operator may use SouthWare ODBC. Allow ODBC Access? By default this option is enabled for all operators - you may use this field to permanently or temporarily disable ODBC access. Enter Y to allow this operator to use SouthWare ODBC to access SouthWare data from other ODBC-capable software. The operator will be able to access tables for applications to which he has a security level clearance of at least 4. Enter N to disable access to SouthWare ODBC for this operator. The operator will be removed from the table of ODBC-capable operators. The easiest way to review/edit this setting for each operator in this company is via the Set Operator Access option described below. Operator ODBC Access per Table If an operator who is allowed ODBC access has a security level of '4' or higher for an application, SouthWare ODBC allows access to all tables for the application. If an operator does not have a security level of at least '4', SouthWare ODBC will not allow ODBC access to tables in that application. Each time you add/change operator security in SouthWare the corresponding changes will be made to ODBC access privileges. 15

18 SouthWare ODBC - Security When a user accesses a SouthWare ODBC DSN, he must enter his SouthWare login and password. This login then controls which tables the user may query. Any operator who has a SouthWare security level of at least 4 for the related application may access a SouthWare table via ODBC, but an operator who does not have at least level 4 access for an application will not be allowed to access tables for that application. For example, an operator may not access SouthWare Payroll data via ODBC without at least a security level 4 for Payroll. Notes on usernames and passwords Duplicate Usernames - Usernames are not case sensitive. This means that if you have duplicate SouthWare operator names that differ only in case you will end up with only one ODBC username. To overcome this situation you should create unique SouthWare operator names. The system will update the operator security table in alphabetic sequence (upper case before lower case). For example, if you have operators Bill, BILL, and bill the last one processed (bill) will be the one in the security table. Only the company and security settings for bill will be available for use with ODBC. Blank passwords are not allowed. If you have a SouthWare operator with a blank password the ODBC password will be assigned as the operator name in all lowercase. For example, if you have an operator DEMO with a blank password the ODBC password will be demo. 16

19 SouthWare ODBC - Security - Reset Single Operator SouthWare ODBC L Security L Set Operator Access This option allows you to review and edit which operators are allowed access to SouthWare ODBC from 3 rd -party software. Zoom on this option to display a grid of operators for this company along with the current setting for the Allow ODBC Access? option (XX-03-02, field 8). You may click on the checkbox field to toggle the setting for each operator. DEVELOPERS OPTION FOR WRITEBACK If you have licensed Writeback capability If you license ODBC writeback on a user system then the settings for each operator include writeback options: 17

20 SouthWare ODBC - Security - Reset Single Operator Allow Write Back? Check this option if the operator should be allowed to use the ODBC writeback capability. If this is not checked the operator will not be able to do any ODBC writeback regardless of other security levels for the operator. When you check this option for an operator the program will display a list of all tables that this operator could potentially update via ODBC. You may place a check beside any available table which should allow ODBC writeback by the operator. Note: This list includes only the tables for applications for which the operator has a SouthWare security level of at least 7. If an operator does not have a security level of 7 for an application (maintenance security) then ODBC writeback is not allowed. Edit Option If you have already defined writeback tables for an operator and want to edit the tables selected you may click on the Edit button. This will display the list of tables and allow you to change the selections. 18

21 SouthWare ODBC - Security - Reset Single Operator SouthWare ODBC L Security L Reset Single Operator This option allows you to reset and rebuild the ODBC security settings for a single operator. Normally you should not need to run this option but it may be used in a support situation when you believe the grant/revoke privileges for an operator and/or operator tables needs to be reset. When you zoom on this option the program displays a list of operators with ODBC access. You may click on the reset button beside the operator to be reset. The program will then rebuild the ODBC security settings for the operator. This may take several minutes depending on the speed of your computer. 19

22 SouthWare ODBC - Security - Reset All Operators SouthWare ODBC L Security L Reset All Operators This option allows you to reset and rebuild the ODBC security settings for all operators. Normally you should not need to run this option but it may be used in a support situation when you believe the grant/revoke privileges for operators and/or tables needs to be reset. When you zoom on this option the program first confirms that you want to reset all operators. It will then rebuild the ODBC security settings for all operators. This may take several minutes depending on the number of operators and the speed of your computer. 20

23 SouthWare ODBC - Sample Uses SouthWare ODBC L Sample Uses This option displays an overview of sample uses of SouthWare ODBC by 3 rd - party products such as Microsoft Query and Microsoft Excel. You can refer to an example to help get you started on using SouthWare ODBC to retrieve data into spreadsheets. 21

24 SQLView SouthWare SQLView SouthWare SQLView allows you to access SouthWare data via SQL statements and review/analyze the data in a SouthWare grid. SouthWare SQLView can be used for ad hoc (one-time) SQL reporting or for storing SQL-oriented views that may be used whenever needed. SouthWare ODBC provides the SQL statement processing via SouthWare s grid technology. Flexible SQL Statements Enter any valid SQL select statement related to SouthWare data SQL statements can contain SouthWare variables for smart views that match current link values SQL Select Wizard to help create SQL statements for SouthWare data Speedy Processing Data is bound to viewing grid to take advantage of fastest data retrieval Reusable View IDs SQL statements can be saved as View IDs SQLView View IDs can be called via SouthWare objects Powerful Data Review via Grid Options Sort data by any column Group data by any column (including multiple levels of grouping) Display group totals of numeric data Option to Save Layout Text search within data view Output to MS Excel Output to HTML page Print 22

25 SouthWare SQLView - Overview SouthWare SQLView L Overview This option displays an overview page that outlines the benefits and features of SouthWare SQLView. How SQLView Works The grid technology used by SouthWare utilizes SouthWare ODBC to connect to SouthWare as a data source and then access SouthWare data via SQL statements. SouthWare SQLView Overview This method of data access does not use standard SouthWare data routines. You get the advantage of faster access but will not be able to use the features of SouthWare tools technology such as WorkFlow and link values. This is useful if you simply want to get to the data quickly via SQL statements (data mining) and don t need SouthWare tools features. Differences between SQLView Data Grids and other SouthWare Data Grids When you view data in a SQLView grid the data has been retrieved via SQL/ODBC and the SouthWare program is not aware of what has been retrieved or what data is in each column. This means that you cannot zoom to related SouthWare programs or show previews of data in the related records. 23

26 SouthWare SQLView - Overview When you view data in other SouthWare grids such as Lookups and FYI, the data has been retrieved via SouthWare routines and the SouthWare program knows what data is in each column. This allows zooms to related programs and preview options showing data from the related records. The table below summarizes some key results of this difference in how the data is accessed: Performance Able to filter records with selection rules Able to filter/manipulate data via WorkFlow Able to zoom on a column that has a predefined hyperlink Able to access constructed data not stored in file (see Data Dictionary Differences under SouthWare ODBC) SQLView Grid Typically Fast depending on number of records loaded Yes, via SQL where rules No No No, unless able to construct via SQL Select statement FYI/Lookup Grids Speed depends on efficient use of keys and number of records Yes, via record selection criteria Yes Yes Yes Formatting of data Depends on ODBC Formatted based on Data Dictionary or FYI format 24

27 SQLView - Launch Viewer SouthWare SQLView L Launch Viewer This option launches the SQLView viewer program. The viewer allows you to use Structured Query Language (SQL) Select statements to retrieve data from SouthWare data files. The viewer uses SouthWare ODBC technology to process the SQL statement that retrieves data. The resulting view is displayed using SouthWare grid technology. SQL View ID: To create a new or one-time SQL query view leave this field blank. After you have created the view you may decide: to save it as a permanent SQL format, or to discard the view To access an existing View ID enter the ID or use the Lookup feature to find the ID. When you enter an existing View ID the program executes the query and displays the retrieved records in the grid. Description: This field displays the description and purpose of the query. This is for reference purposes only. When you are creating a new query this field is skipped. It is applicable only 25

28 SQLView - Launch Viewer for saved queries. You may edit this description via the Options button. SQL Select: In this field you define the SQL Select statement for this query. The statement you enter here will be sent to SouthWare ODBC to retrieve data from the SouthWare database. See also the SQLView Wizard section below. Overview of SQL Select statements The syntax of SQL Select statements can be quite sophisticated and is beyond the scope of this manual. A simply query can be done with a statement format of: select (columns) from (table) where columns correspond to fields and table corresponds to a file. For example, the statement: select * from RCUST will select all fields from the customer file and display them in the view. This statement will also retrieve all customers. A further refinement of this statement might be: select * from RCUST where State = AL This statement would result in a query view with all data for the customers with a state code of AL. One more variation might be: select CustomerName, AccountBalance, PhoneNumber, City from RCUST where State = AL and AccountBalance > 0 This statement would result in a query view that shows customer name, balance, phone, and city for customers with a state of AL and a balance greater than zero. SQL Select statements can be much more complex. Refer to a SQL reference (one of our favorites is SQL for Dummies by Allen G. Taylor) for more information. There are also many on-line resources on the Web to help you learn SQL Select statement syntax. 26

29 SQLView - Launch Viewer SQL Select Statement Validation Because of the many options available for SQL Select statements the program cannot validate that the statement you enter is valid SQL syntax. However, it does validate the following characteristics of the statement: Statement must start with select since SQLView is designed for retrieving data. This also ensures that someone cannot perform other possibly destructive SQL functions via a SQLView statement. Statement must have from table identified - see also security notes below. An error is displayed for invalid select statements. SouthWare Variables You may insert SouthWare variables (from XX99 fields) into SQL statements. These variables will be replaced at runtime with the current value for the field. This is a very powerful feature that allows your SQL statements to be automatically modified for the current context (record key, date, etc.) each time a view is run. The syntax for inserting a SouthWare variable is: <@XX99nnnn> where XX99 is the SouthWare Data Dictionary file and nnnn is the field number. Any field available in XX99 may be used, which includes: Current dates Current operator ID Current link values (customer number, stock number, order number, etc.) Constructed variables (such as calculated dates) Ulink fields (possibly populated by WorkFlow) For example, let s say you want a SQL view that shows you all the invoices in the last 90 days for the current link customer. Create a constructed variable (XX-09-13) that computes a date as the current date minus 90 days (let s say you assign the computed date a field number of 8010" in XX99). The statement could be: select InvoiceNumber, InvoiceDate, TotalPrice from SHST1 where CustomerNumber = <@XX990051> and InvoiceDate < <@XX998010> Each time you run this SQLView the program will first replace the variables with their current values, then execute the SQL statement. 27

30 SQLView - Launch Viewer Security Notes: SQLView uses the security access privileges defined for SouthWare operators to control which data can be displayed. See the related discussion under SouthWare ODBC, Security. SQLView Wizard At the Select statement field you may click on the Wizard button to the left of the field ([F5]) to access the SQLView Wizard window. This wizard helps you quickly construct basic SQL select statements for SouthWare data. The SQL Select features supported by the wizard are: Select a list of fields (or all fields) From a single table With up to five WHERE constraints to control the records selected Note to Advanced SQL Users You can enter any SQL-supported Select statements for a SQLView, but the wizard will support only the features above. Thus if you want to join multiple tables, ORDER fields for sorting, define BETWEEN values for ranges, etc., you must enter these statements directly into the SQL Select field for the SQLView. If you plan to enter a more complex SQL statement you could use the wizard to create an initial basic statement and then edit the statement in the SQLView Select field. If you then add features to the statement that are not supported by the wizard you will not be able to use the wizard for any subsequent editing. To create a new Select statement (the select field is blank) the wizard first asks for the Table name. Table Name Enter either the Table name or the SouthWare Data Dictionary File ID for the Table from which data will be selected. You may use ([F3]) to lookup ODBC Table names or use ([F4]) to lookup Data Dictionary File IDs. For example, if you are selecting records from the Customer File you may enter either the RCUST Table name or the AR01" Data Dictionary File ID. 28

31 SQLView - Launch Viewer SQLView Wizard After you specify the Table the wizard window will appear. This window defines the following components of a SQL select statement: SELECT (which fields to extract - can be edited) FROM (the table being used - display only) WHERE (which records to include - can be edited) The resulting SQL statement (display only) Fields to Select Here you may specify the fields from the table to extract and display in the grid. By default this parameter will be * for all fields. Select Fields To choose only specified individual fields you may click on the Select Fields button. This will display a field selection wizard similar to the one used in SouthWare FYI to select Data Dictionary fields. Since this wizard is for ODBC access the fields shown are the ones available for the Table in the ODBC Data Dictionary, not the SouthWare ReportMate Data Dictionary. You may select as many fields as needed from the tree view list, then click on the Finish button 29

32 SQLView - Launch Viewer From Table This is for display only and shows the table you selected. Where Constraints Here you may add SQL where constraints that limit the records selected for this view. This is similar to the Record Selection Parameters for a SouthWare FYI report. When you click on the button to add a WHERE constraint an entry window appears. SQLView Wizard WHERE Definition Here are the parameters you must enter to define a WHERE constraint Choose AND or OR (Does not apply to the first WHERE constraint) Here you must specify whether the additional WHERE constraint is an AND condition or an OR condition relative to the previous constraint: AND means that the condition must be true and the previous condition must be true in order for a record/row to be shown in the view OR means that the condition must be true or the previous condition must be true in order for a record/row to be shown in the view Table Name Display only to show table being used. 30

33 SQLView - Launch Viewer Field Name Select a field/column name for the WHERE test from the list of available columns for the table. Test Operation Specify the test operation: LT - Less Than (results in SQL operator of < ) GT - Greater Than (results in SQL operator of > ) EQ - Equal To (results in SQL operator of = ) NE - Not Equal To (results in SQL operator of <> ) GE - GT or EQ (results in SQL operator of >= ) LE - LT or EQ (results in SQL operator of <= ) Test Value Type Specify the source of the test value for this condition. The value of the field/column specified above will be tested against this value: L - Literal - You will enter the test value in the next field. S - SouthWare Variable - You will enter the name of a SouthWare variable in the next field (see the SouthWare Variables discussion above). D - Data Dictionary field - You will specify an available field for this Table from the ODBC Data Dictionary. Test Value Enter the appropriate value: For a Literal, enter the value to be tested. For example, if you are testing customer balance (AccountBalance) to be greater than (GT) zero, enter 0" here. For a SouthWare Variable enter the variable name (format of <@XX99nnnn> ) or use the lookup to select a SouthWare field as described in SouthWare Variables above. For a Data Dictionary Field select from the dropdown list of available columns. Example WHERE constraints Let s say you are creating a view of Sales Orders to review discounts given and want to show only sales orders with a Total Price greater than $100 and a discount percent greater than 5. Enter a WHERE constraint for TotalPrice GT a literal of 100" Enter a WHERE constraint AND DiscPct GT a literal of 5" The resulting WHERE SQL statement will be 31

34 SQLView - Launch Viewer WHERE TotalPrice > '100.00' AND DiscPct > '5' Toolbar Options There is a toolbar above the grid that contains special SQLView options. These options are outlined below: Save a View This option lets you save the current SQL statement as a SQLView format. You may use this to save a new format or to save changes for an existing format. If the format has not been previously saved you must enter the View ID and Description as well as the information described for the Options function below. Save As This option lets you copy the current format to a new View ID name. You must enter the new View ID and description. Delete This option will delete the View ID format. You may not delete the format unless you have Edit access security. SQLView Options Definition Options Button This function provides access to the following options for a SQLView format: Description This is a 30-character description of the view that will display in Lookup lists to help you identify the purpose of the View. Security Options: 32

35 SQLView - Launch Viewer The options below allow you to control access to this View ID. These are optional features related to running the SQLView program - they are in addition to the ODBC security for the data provided by SouthWare ODBC (see Other Security Notes below). Access Only Oper/Group Here you may specify an operator or group that may access and execute the SQLView but may not edit the SQL statement. If you leave this blank then any SQLView operator may access this format. Edit Oper/Group Here you may specify an operator or group that may both access and edit the SQLView format. If you leave this blank then any SQLView operator may access and edit this format. Hide Select Statement (View Only) Here you may specify to hide the Select statement from viewonly operators. The program will hide the Select field from the display for view-only SQLView operators: Will not appear in SQLView screen Will not appear in SQLView Lookup Will not appear in SQLView tree view list Extract ID Here you may specify an Extract ID for this format. This allows you to dump and build formats for saving/moving to other systems. See XX for more information. Other Security Notes! General access to SQLView is controlled via an operator option described in the Operator Access section below. An operator may have normal access ( Y ), view-only access ( V ), or no access ( N ) to the SQLView program.! An operator must have access to SouthWare ODBC in order to use SQLView.! Access to a SQLView does NOT automatically give you access to the data. The SouthWare ODBC security allows access only if your SouthWare operator has a security level of at least 4 for the related application. An error displays from SouthWare ODBC if an operator does not have appropriate access to the file. 33

36 SQLView - Review Saved Views SouthWare SQLView L Review Saved Views SQLView List Expand this option to review a tree list of the current saved SQLView views. As you highlight each view the information pane to the right displays the parameters for the view. You may zoom on a highlighted view to run (or edit) the SQLView. You also have the option to delete a format (if your operator record has Edit access for the format).! An operator with SwiftMate security of 7 or higher will see and may delete any SQLView record (unless SQLView access is disabled in the operator record). This provides an administrator review capability regardless of the edit/access operators within the SQLView records. 34

37 SQLView - Related Options SouthWare SQLView L Related Options The options in this section document other features of SQLView that you may use within the SouthWare environment. 35

38 SQLView - Related Options - Operator Access SouthWare SQLView L Related Options L Operator Access A SouthWare logon operator option controls whether an operator may use SQLView. You may use this option to grant/revoke SQLView privileges to each operator. SQLView Operator Access Zoom on this selection to display a grid of SouthWare logon operators for the current company. Beside each operator you may maintain the SQLView Access option stored in the operator record (XX-03-02, field 8, Access SQLView). Valid values for this option include: Y V N Yes - Allow operator to create and view SQLView views View-only - Allow operator to view but not create SQLView views No - Do not allow operator to create or view SQLView views 36

39 SQLView - Related Options - Launch Via Object SouthWare SQLView L Related Options L Launch Via Object This option documents the capability to launch a SQLView view via a SouthWare object. This allows you to use SQLView views from menu view portal links, links from buttons, breakout, WorkFlow, and other SouthWare technologies. The syntax for calling a view from an object is: SWSQLGRD/P [viewname] where viewname is the View ID for a saved view. 37

40 SQLSync SouthWare SQLSync With SouthWare SQLSync you can replicate the data from SouthWare files into corresponding MS-SQL tables. This lets you review, report, and analyze your data using the many tools available for MS-SQL data tables. With SouthWare SQLSync your SouthWare system will continue to update its standard Vision file format, but the data will also be updated into corresponding MS-SQL tables. This keeps the MS-SQL tables synchronized with the Vision files. If an error occurs in updating the MS-SQL database then the MS-SQL table can be rebuilt from the corresponding Vision data file. Simple Implementation Load related software Reference the MS-SQL database you want to update Point and click to set up replication for a file Reliable Data Integrity Primary data handling is done via SouthWare Vision files MS-SQL data is replicated from valid primary data updates MS-SQL data can be rebuilt as needed from SouthWare Vision files Live or Delayed Update of MS-SQL Tables Normal Mode is to Update Replicated tables interactively for each change to the related Vision file Updates can be suspended if the MS-SQL database is unavailable, then be resumed later to catch up the MS-SQL tables Data Security Primary data is stored in Vision files for less exposure to unauthorized changes Changes to MS-SQL data via MS-SQL tools will not impact primary data MS-SQL tables can be rebuilt as needed from primary data files Minimized Impact on User Productivity Separate Server to Offload Replication Updates Users can continue to work without waiting on MS-SQL updating Automatic Error Recovery System can be configured to automatically recreate MS-SQL tables when update errors occur Easy Administration Powerful manager program to handle setup, review, and administrative functions Schedule or manually launch recreating of MS-SQL tables from Vision files 38

41 SouthWare SQLSync - Overview SouthWare SQLSync L Overview This option displays an overview page that outlines the benefits and features of SouthWare SQLSync. How SQLSync Works When you activate data replication for a file the SouthWare programs use a data transaction logging file to record each change made to SouthWare primary ISAM data files. The SQLSync server runs as a parallel background process to take the logged transactions and use Acu4GL to perform the same data operation (add, delete, change) on the corresponding MS-SQL table. Automatic Error Recovery A vital feature of SQLSync is that it is designed to be self-correcting for errors encountered when updating the SQL tables in MS-SQL. Update errors can occur for reasons such as: hardware problems the database being unavailable because it is not running or doing a backup other data compatibility issues possibly caused by direct manipulation of the 39

42 SouthWare SQLSync - Overview MS-SQL tables When SQLSync encounters any error in updating it flags the table to be rebuilt and the system continues to create transactions to be updated to the database. At periodic intervals (specified in configuration) SQLSync will then automatically rebuild any MS-SQL table that has had errors. This self-correcting mechanism means that you typically don t need to do anything to recover from errors during table updates. Live or Delayed Update The SQLSync architecture allows the replication to be live or delayed. Normally the SQLSync server will continually process transactions and the SQL tables will remain synchronized with the primary ISAM data. If the MS-SQL database is unavailable (such as for system administration or backup) you may pause the SQLSync server and let data transactions accumulate in the log file. When you resume the server it will process the accumulated transactions in the sequence they were recorded until it catches up. Security Notes SQLSync is a licensed product and has a system number of 43. To access most SQLSync functions through the SQL Tools Portal an operator needs to have a security level of 7 for system 43. To see or edit the Replication Setup settings (including the database login and password) an operator must have a security level of 9 for system 43. Multi-Company Notes SQLSync is set up per company ID. This allows a different configuration per company. You must start a separate SQLSync server process for each company. The logon operator you use in the startup command line determines the company for the SQLSync server. You must have an Acu4GL-enabled runtime license seat for each SQLSync server process that you start. If the MS-SQL Database is Unavailable Normally you should pause the Transaction Server for scheduled administration of the MS-SQL database. This prevents SQLSync from receiving errors that will cause tables to be rebuilt unnecessarily. If the database is unavailable for other reasons (such as hardware or software 40

43 SouthWare SQLSync - Overview problems) SQLSync will treat this like any other error in updating. The table will be flagged for rebuilding, and the system will continue to create transactions to be updated to the database. When the database returns to available status then the transactions will be updated. When the server launches the scheduled rebuild of any tables with errors then all tables that had errors during the down time will be rebuilt. If you know that these do not need to be rebuilt you may use the Manager portal to uncheck the rebuild status for these tables. 41

44 SQLSync - Update Server (Status) SouthWare SQLSync L Update Server (Status) Server Status This option verifies and displays the status of the SQLSync Update Server. The Server runs in the background to replicate the SouthWare Vision file changes to the corresponding MS-SQL table. The manager program communicates with the server to obtain the current status of the Update Server. Possible statuses include: Active The Update Server program is running and is currently processing SQL updates. Paused The Update Server program is running but has been Paused so that it is not currently doing SQL updates. NOT RUNNING The Update Server program is not running (it did not respond to the status command). You must start the Server Program as a background process on the server. The display to the right shows status-related info: Whether Acu4GL is licensed in the runtime on this workstation. Acu4GL is required for the Update Server program but is optional for client workstations. If Acu4GL capabilities are available in this runtime: You may launch the replication of files from the manager program Status of Update Server 42

45 SQLSync - Update Server (Status) Date/Time of the data shown Total number of files being replicated to MS-SQL tables Total number of files flagged to be rebuilt (SQL tables will be totally rebuilt from Vision data) Total number of files with errors (an error was encountered when updating the MS-SQL table - this is typically flagged for automatic rebuilding) Number of records in SQLSync transaction file (file changes waiting to be updated to MS-SQL tables) Options to Change Server Status The current status of the server determines what options are available for changing server status: If the Update Server is Active you may expand the Status node to access the following options: Pause SQLSync Update - Select this option to temporarily suspend the update of the MS-SQL tables with SouthWare files changes. These changes will be queued so that when you resume the Update Server the changes will be processed. A typical use of the Pause feature is when you need to do database maintenance or backup of the MS-SQL database and need to suspend all updates of the database. Terminate SQLSync Server - Select this option if you need to terminate the program running in the background server process. Typically this option is not needed except in special support situations or when you need to reload the server program with a different cblconfig file or operator. If the Update Server is Paused you may expand the Status node to access the following options: Resume SQLSync Update - Select this option to resume the update of the MS-SQL tables with SouthWare files changes. Any changes that were queued during the time the Update Server was paused will be processed when the Server is Resumed. Terminate SQLSync Server - (see description above) If the Update Server is NOT RUNNING there are no options available for changing server status. You must start the Server Program as a background process on the server. 43

46 SQLSync - Replicated Files SouthWare SQLSync L Replicated Files Replicated Files This option allows you to list and review the files that are being replicated to MS- SQL via SQLSync. Expand this option to show a list of each file being replicated. The information shown includes information about file names and the Vision (ISAM) file. If you are using an Acu4GL enabled for MS-SQL you may choose to rebuild a highlighted file by clicking on the Rebuild button (or double click on the file). This will remove the corresponding MS-SQL table and rebuild it from the current Vision file. 44

47 SQLSync - Rebuild SouthWare SQLSync L Rebuild Replicated SQL Tables This selection contains options for rebuilding the replicated MS-SQL tables from the Vision files. This lets you manually rebuild tables when needed. Typically you will not need to use the options in this section since the SQL Server will automatically rebuild any tables that report errors while replicating. You might need to use these options when: You have manipulated data in the SQL database and need to rebuild it to match the standard file(s). You have flagged a file not to be rebuilt automatically for errors (see Error Recovery? in the setup section Select Files to Replicate ). You will need to manually select the file to be rebuilt if it has an error. Expand this selection for the following options: Select Tables to Rebuild This selection allows you to select which tables to rebuild. See the following Select Tables discussion for more details on the available options. Launch Rebuild of Selected Tables This selection launches the rebuild process for the tables that are selected for rebuilding. See the following Launch Rebuild discussion for more details on this option. 45

48 SQLSync - Rebuild - Select Tables SouthWare SQLSync L Rebuild L Select Tables This selection gives you three options for selecting MS-SQL tables to be rebuilt from their corresponding Vision files. Each option results in flagging tables to be rebuilt so that the rebuild process will create a new version of the table from the current Vision file. Select All Replicated Files for Rebuild This option will automatically select to rebuild all tables that are being replicated. When you choose this option the Rebuild? flag will be set to Y in all the tables and a grid will display showing the tables. You may selectively edit the Rebuild flags if you wish. Select SQL Tables with Errors to Rebuild This option will automatically select to rebuild all tables that have been flagged as having errors (an error condition occurs when a data update of the MS-SQL table returns an error from the database). When you choose this option the Rebuild? flag will be set to Y in all the tables that have a Y for the Error field. A grid will display showing the tables. You may selectively edit the Rebuild flags if you wish. Select Individual Tables to Rebuild This option will display a grid of all replicated tables but will not automatically select any for rebuilding. You may click on the Rebuild column beside any table to choose it for rebuilding. 46

49 SQLSync - Rebuild - Launch Rebuild SouthWare SQLSync L Rebuild L Launch Rebuild This option launches the rebuild process for the tables that are currently selected to be rebuilt. Rebuild Selected Tables via Server Select this option to instruct the SQLSync Server program to launch the rebuild of the tables for all files flagged to be rebuilt. This will send a command to the Server so that the rebuilt process will occur on the Server as a background process. Rebuild Selected SQL Tables Now This option will appear only if your workstation is using an Aucobol-GT runtime that is enabled for Acu4GL for MS-SQL. If you are running a runtime with Acu4GL for MS-SQL you may run the rebuild process from your workstation. Choose this option and the rebuild process will be run for each file flagged to be rebuilt. Your workstation will be used to rebuild each table. 47

50 SQLSync - Replication Setup SouthWare SQLSync L Replication Setup This selection contains options related to setting up the replication process of SQLSync: Set up the MS-SQL Interface Settings Review the default Acu4GL Settings Select the files to replicate Set up the automatic scheduled activities Security Note The options in this section require that an operator have a security level of 9 for system 43, SQLSync. 48

51 SQLSync - Setup - MS-SQL Interface Settings SouthWare SQLSync L Setup L MS-SQL Interface Settings With this option you define the interface settings for replicating data to your MS- SQL database. When you choose this selection a window lets you define the following settings: XFD Directory This field must specify the directory where the XFDs (file descriptors) for SouthWare files have been installed. This will automatically default to the standard xfds directory under the SouthWare run directory which is the default location during installation. Note: Extended Data file definitions are stored in company ID specific directories under the xfds directory. MS-SQL Database Name Here you must specify the name of the MS-SQL database that you have created for the replicated data files. You must create this database via MS- SQL administration before SQLSync can create tables in it. Database Login ID Specify the MS-SQL database login to use when connecting to the database. Typically this login must have administrator privileges in order to be able to create/update/delete tables and records. Database Login Password Specify the login password to use when connecting to the database. Server Name or IP Address Here you must specify the network address of the MS-SQL server machine. We recommend that you use the IP address of the server, but you may also use the server name. SQLSync will use this address to connect to the MS- SQL server database. If you change any of these settings you will normally need to stop/restart the SQLSync Server before the new settings will be used. 49

52 SQLSync - Setup - Acu4GL Variables SouthWare SQLSync L Setup L Acu4GL Variables This option displays and allows you to maintain other special environment variables used by Acu4GL. Default values are automatically set up and normally you will not need to change these. If you choose to add or change a configuration setting you may zoom on this selection to display a maintenance program. You may enter up to 15 configuration names and values that will be used by Acu4GL. See the Acucorp Acu4GL documentation for more information on these variables. 50

53 SQLSync - Setup - Files to Replicate SouthWare SQLSync L Setup L Select Files to Replicate Sample List With this option you specify which SouthWare files to replicate to MS-SQL tables. When you select this option you will see a grid of all SouthWare files that are available for replication. The grid contains the following columns: File ID This is the SouthWare Data Dictionary identifier for the file (as used by FYI, ImportMate, WorkFlow, etc.). Company ID For user-defined files such as Extended Data this column will contain the company ID to indicate that this file is uniquely identified per company. Description This shows the description of the file as defined in the SouthWare data dictionary. FD Name This is the name of the File Descriptor definition for this file. Replicate? This indicates whether replication is enabled for this file. You may toggle this value by clicking on the checkbox. See To Activate Replication for a File below for more details on the use of this field. MSSQL Table Name 51

54 SQLSync - Setup - Files to Replicate For files being replicated, this shows the name of the MS-SQL table. This will be SW_xxxxx where xxxxx is the SouthWare external file name. You may edit this if needed. Error Recovery? This applies only to files that are replicated. This flag controls whether the system will automatically flag the table to be rebuilt whenever an update error occurs. By default this flag is set to Y or on for any file being rebuilt. This tells the system to rebuild the file if there is an update error that prevents the MS-SQL table from being updated with a SouthWare file change. The reason this is an option is to allow you to disable the automatic error recovery if you want to control WHEN the table is rebuilt. Possible situations might include: The table takes a long time to rebuild and you want to schedule the rebuild for non-peak times. You only use the table for occasional (such as monthly) SQL reporting and will set up a special rebuild scheduled action for this file prior to your monthly reporting. To Activate Replication for a File To turn on replication for a file you simply click on the Replicate? column beside the file. This toggles on the replicate feature. The system automatically builds a replication record for the file/table. This replication record causes the system to set up environment variables so that any update of the SouthWare file by SouthWare programs will trigger a corresponding update to the related MS- SQL table. Logoff/Logon Requirement for Activating a File When you initially turn on replication for a file the system needs to build the initial MS-SQL table from the Vision file so that the system can start processing changes to the MS-SQL table. The system will not allow the build of the MS- SQL table until any operator logged into the system has a login date/time after the replication has been enabled. If you want to activate replication immediately you must either request that all operators log off and back on, or you may use the system administrator function (XX ) to automatically log active operators off of the system. Explanation: If there are operators logged on to the system when you activate replication for a file these operators will not have the appropriate environment variables set for replication. If the table was built while those operators are still logged 52

55 SQLSync - Setup - Files to Replicate on, any changes made by these operators would not be replicated to the table. To ensure data integrity the system must wait to build the table until all operators have the correct environment variables. 53

56 SQLSync - Setup - Scheduled Server Activities SouthWare SQLSync L Setup L Scheduled Server Activities This option allows you to set up and review the scheduled actions (XX-09-08) that automatically launch SQLSync functions. These automatic functions are designed to minimize the need for system administration for SQLSync. For each of the options below you may define a scheduled action that will launch the option at a specified recurring interval: Recurring Rebuilds This action launches the rebuild of all MS-SQL tables that are flagged for rebuild. The interval you choose might be every few minutes (to ensure that your replicated MS-SQL tables are accurate throughout the day) or might be once a day. The information area to the right shows the current schedule if you have defined one. Pause Update This action sends a command to the SQLSync server to pause the update of transactions to the MS-SQL database. One intended use of this schedule feature is to stop the update when you perform a backup of the MS-SQL database. The backup software may require exclusive use of the database, and pausing the SQLSync update will prevent you from receiving update errors. For example, if you have an automated backup of your MS-SQL database at 0100 (1 am) every night you could schedule to pause the SQLSync server at 0055 (12:55 am). Resume Update This action sends a command to the SQLSync server to resume the update of transactions to the MS-SQL database. One intended use of this schedule feature is to resume the update after a backup of the MS-SQL database. The backup software may require exclusive use of the database, and pausing the SQLSync update during backup and then resuming it after backup will prevent you from receiving update errors. For example, if you have an automated backup of your MS-SQL database at 0100 (1 am) that runs for approximately 30 minutes you could schedule to resume the SQLSync server at 0145 (1:45 am). When you resume the server any transactions that have been queued will then be processed. 54

57 Installation Notes SouthWare SQL Tools - Installation Notes The following sections provide more details on the process of installing the software required for the SQL Tools. Installing SouthWare ODBC When you install SouthWare on your server the standard SouthWare installation script will automatically install SouthWare ODBC on your server. This will: load Transoft U/SQL server software load the U/SQL Data Dictionary for SouthWare files load the U/SQL Client files that will be needed by client machines create some config files based on your server settings The following configuration process will occur when a SouthWare administrator (with SwiftMate security level of at least 7) logs onto SouthWare: 1. A message explains that SouthWare ODBC is not set up and asks if you are ready to configure it. 2. A question asks you to confirm whether you are running on the server machine (you must be running on the server to configure SouthWare ODBC). 3. A window lets you confirm the IP address of the server (current machine) and the port to use for the ODBC server process (normally you should take the defaults). i. The program creates the ODBC license on the server. ii. The program installs the ODBC server software on the server. 4. A window displays a list of the company IDs on the system. By default the installation process will set up server Data Source Names for each company you use. You may click the Active? column to unselect a company if you do not want to set up SouthWare ODBC for that company (e.g. for an obsolete or test company you may not want to set up ODBC). i. The program sets up a Server Data Source Name (DSN) for each SouthWare company ID that will use SouthWare ODBC. ii. The program resets all workstations so that Windows controls will be re-registered at next logon. This will set up the ODBC client software needed for each workstation. iii. The program will reset the Windows control for the current workstation to set up the client ODBC software and client DSN. iv. For the current company the program also: (1) Defines company-specific ODBC tables (if applicable (a) Warehouse Tracking tables (b) Extended Data tables (2) Defines ODBC Security (Grant/Revoke) Settings for each SouthWare operator and file within the U/SQL 55

58 Installation Notes security table On the SouthWare Server machine After the installation your SouthWare server will contain the following components of SouthWare ODBC: Transoft U/SQL Server software U/SQL Data Dictionary for SouthWare files Data Source Name (DSN) for each SouthWare company ID that will use SouthWare ODBC Security (Grant/Revoke) Settings for each SouthWare operator and file within the U/SQL security table On each SouthWare Client machine When you log in to SouthWare on a client machine the logon process will automatically install/create the following components on the client machine: Transoft U/SQL Client software (loaded from the server) Data Source Name (DSN) for the SouthWare company ID (if the company has a server DSN for SouthWare ODBC) Security Note By default ODBC access will be enabled for all operators (subject to their security levels). If you want to disable ODBC access for one or more operators you may do this in the operator record (XX-03-02, field 8, Allow ODBC Access? ) or via the SouthWare ODBCLSecurityLSet Operator Access option in the SQL Manager. Installing SouthWare SQLView SouthWare SQLView is included in the SwiftMate module that is part of every SouthWare system. SouthWare ODBC must be installed, configured, and running as outlined in the previous section. There are no special steps needed to load SQLView. Security Note To activate SQLView access for an operator you must specify Y to the option Allow SQLView in the operator Other Security window (XX-03-02, field 8 Special Security). You may use the Operator Access grid available under Related Options for SQLView to quickly set this for all operators. Installing SouthWare SQLSync Step 1: Install SQL Server Microsoft SQL Server, version 6.5 or later, must be installed and configured on 56

59 Installation Notes the Windows NT server machine before you install Acu4GL for Microsoft SQL Server on the client machine. Follow the instructions from your RDBMS vendor. NOTE: If you are running Microsoft SQL Server Version 2005: SQL Server 2005 client software no longer provides the "ntwdblib.dll" on which both Acucorp's AcuSQL for MSSQL and Acu4GL for MSSQL rely. To work around this, there are two options: Use the SQL 2005 client software as long as the "ntwdblib.dll" from the SQL 2000 client software has been placed in the appropriate directory so that it can be found by the Acu4GL for MSSQL or AcuSQL for MSSQL runtime. You can download ntwdblib.dll from the internet from several sites Use the SQL Server 2000 client software. Step 2: Copy the batch file MS_INST.CMD is a batch file from ACUCOBOL-GT that creates the MS_INST.SQL file, which is the collection of stored procedures necessary for executing the Acu4GL product. Copy MS_INST.CMD (located in your ACUGT\install directory to your server machine into a directory of your choice. Step 3: Execute the batch file To execute the batch file, enter MS_INST LockDatabase (Default name when setting up SouthWare Sync) where LockDatabase is the database you want to use for the internal ACUCOBOL-GT lock tables. If this database does not already exist, it will be created. Everyone who will use the Acu4GL for Microsoft SQL Server product must have write access to this database. This step creates MS_INST.SQL, the collection of stored procedures necessary for executing Acu4GL for SQL Server. Step 4: Install the ACUCOBOL-GT stored procedures To install the ACUCOBOL-GT store procedures in your Microsoft SQL database, execute the generated MS_INST.SQL file with the SQL Query Analyzer or the SQL Server Management Studio if you are using Microsoft SQL Server By default, the stored procedures are installed into the master database. However, you may choose another database in which to store them. 57

60 Installation Notes To execute this file: MS_INST.SQL LockDataBase Where LockDataBase is the name of the database where you want to the stored procedures installed. Execute SouthWare SYNC Server: C:\swrun\wrun32.exe -w -c c:\swrun\cblconfi.sw c:\swrun\programs\swsynsvr.obj OPER=SYNC TERM=001 where C:\swrun contains the Acu4GL For MS-SQL enabled runtime. OPER = The SouthWare operator used for the Sync Server process. NOTE: We recommend using a specific operator for this process. TERM = The SouthWare terminal # used for the Sync Server process. NOTE: You must use a terminal line # that will not be used by any other operator or any other process. To Check Acu4GL Enabling To know if the runtime is Acu4GL enabled, type wrun32.exe -vv in the directory where the runtime is loaded. 58

SouthWare Excellence Series. Rev 14. Upgrade Release Notice

SouthWare Excellence Series. Rev 14. Upgrade Release Notice SouthWare Excellence Series Rev 14 Upgrade Release Notice June 26, 2008 Table of Contents Highlight Summary...................................................... 5 New Modules..........................................................

More information

SouthWare s XFD Files and AcuXFD Converter Technology

SouthWare s XFD Files and AcuXFD Converter Technology SouthWare s XFD Files and AcuXFD Converter Technology July 28, 2004 Copyright 1997-2004 SouthWare Innovations, Inc. Table of Contents SouthWare s AcuXFD Technology Overview........ 2 SouthWare Policies

More information

SouthWare Excellence Series. Rev 16 Platform Release Notice

SouthWare Excellence Series. Rev 16 Platform Release Notice SouthWare Excellence Series Rev 16 Platform Release Notice Printed 5/31/2016 Contents Introduction... 3 Deadline for Installing the Rev 16 Platform... 4 Installation Notes... 5 Before You Load the Rev

More information

Unix SQL Connection Option

Unix SQL Connection Option Unix SQL Connection Option This document provides instructions for installing, setting up and using the Unix SQL Connection Option. 10/20/2008 Unix SQL Connection Option 2 Table of Contents Unix SQL Connection

More information

Business Insight Authoring

Business Insight Authoring Business Insight Authoring Getting Started Guide ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: August 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

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

Accounts Payable Workflow Guide. Version 14.6

Accounts Payable Workflow Guide. Version 14.6 Accounts Payable Workflow Guide Version 14.6 Copyright Information Copyright 2017 Informa Software. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored

More information

Activant FASPAC. FasData Exchange

Activant FASPAC. FasData Exchange Activant FASPAC FasData Exchange This class is designed for FASPAC Users familiar with: FASPAC system operations Database structures Data Views Microsoft Excel and / or Microsoft Access Other ODBC data

More information

BeAware Corporate Edition Admin Console. User Manual. BeAware Corporate Edition Admin Console Version 7.1. Ascentive LLC.

BeAware Corporate Edition Admin Console. User Manual. BeAware Corporate Edition Admin Console Version 7.1. Ascentive LLC. User Manual BeAware Corporate Edition Admin Console Version 7.1 Ascentive LLC User Manual 1 Copyright Notice Copyright 2008 Ascentive LLC All Rights Reserved This document is protected by copyright law

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

Deltek PM Compass 2.2. Custom Reports and Microsoft SQL Server Reporting Services Guide

Deltek PM Compass 2.2. Custom Reports and Microsoft SQL Server Reporting Services Guide Deltek PM Compass 2.2 Custom Reports and Microsoft SQL Server Reporting September 4, 2015 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical

More information

External Data Connector for SharePoint

External Data Connector for SharePoint External Data Connector for SharePoint Last Updated: August 2014 Copyright 2014 Vyapin Software Systems Private Limited. All rights reserved. This document is being furnished by Vyapin Software Systems

More information

Perceptive Matching Engine

Perceptive Matching Engine Perceptive Matching Engine Advanced Design and Setup Guide Version: 1.0.x Written by: Product Development, R&D Date: January 2018 2018 Hyland Software, Inc. and its affiliates. Table of Contents Overview...

More information

External Data Connector for SharePoint

External Data Connector for SharePoint External Data Connector for SharePoint Last Updated: July 2017 Copyright 2014-2017 Vyapin Software Systems Private Limited. All rights reserved. This document is being furnished by Vyapin Software Systems

More information

Sage ERP Accpac Online 5.5

Sage ERP Accpac Online 5.5 Sage ERP Accpac Online 5.5 Integration Resource Guide for Sage ERP Accpac And Sage CRM (Updated: July 11, 2010) Thank you for choosing Sage ERP Accpac Online. This Resource Guide will provide important

More information

Administration. Training Guide. Infinite Visions Enterprise Edition phone toll free fax

Administration. Training Guide. Infinite Visions Enterprise Edition phone toll free fax Administration Training Guide Infinite Visions Enterprise Edition 406.252.4357 phone 1.800.247.1161 toll free 406.252.7705 fax www.csavisions.com Copyright 2005 2011 Windsor Management Group, LLC Revised:

More information

Year-end closing procedures for General Ledger in

Year-end closing procedures for General Ledger in Page 1 of 18 Year-end closing procedures for General Ledger in Microsoft Dynamics GP Summary This article outlines the recommended year-end closing procedures for Microsoft Dynamics GP. This article contains

More information

EQUELLA. Moodle User Guide. Version 6.2

EQUELLA. Moodle User Guide. Version 6.2 EQUELLA Moodle User Guide Version 6.2 Document History Document No. Reviewed Finalised Published 1 12/12/2013 13/12/2013 13/12/2013 December 2013 edition. Information in this document may change without

More information

ImageNow eforms. Getting Started Guide. ImageNow Version: 6.7. x

ImageNow eforms. Getting Started Guide. ImageNow Version: 6.7. x ImageNow eforms Getting Started Guide ImageNow Version: 6.7. x Written by: Product Documentation, R&D Date: September 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

BeAware Corporate Edition Admin Console Version 6.8 Ascentive LLC

BeAware Corporate Edition Admin Console Version 6.8 Ascentive LLC User Manual BeAware Corporate Edition Admin Console Version 6.8 Ascentive LLC User Manual 1 Copyright Notice Copyright 2006 Ascentive LLC All Rights Reserved This document is protected by copyright law

More information

Time Matters 12. Endorsement Training for Certified Independent Consultants. Notes. Business of Law Software Solutions Practice Management

Time Matters 12. Endorsement Training for Certified Independent Consultants. Notes. Business of Law Software Solutions Practice Management Time Matters 12 Endorsement Training for Certified Independent Consultants Business of Law Software Solutions Practice Management Copyright 2013 LexisNexis, a division of Reed Elsevier Inc. All rights

More information

PROMISE ARRAY MANAGEMENT ( PAM) USER MANUAL

PROMISE ARRAY MANAGEMENT ( PAM) USER MANUAL PROMISE ARRAY MANAGEMENT ( PAM) USER MANUAL Copyright 2002, Promise Technology, Inc. Copyright by Promise Technology, Inc. (Promise Technology). No part of this manual may be reproduced or transmitted

More information

Contents OVERVIEW... 3

Contents OVERVIEW... 3 Contents OVERVIEW... 3 Feature Summary... 3 CONFIGURATION... 4 System Requirements... 4 ConnectWise Manage Configuration... 4 Configuration of Manage Login... 4 Configuration of GL Accounts... 5 Configuration

More information

DocAve Content Shield v2.2 for SharePoint

DocAve Content Shield v2.2 for SharePoint DocAve Content Shield v2.2 for SharePoint User Guide For SharePoint 2007 Revision A Issued August 2012 1 Table of Contents Table of Contents... 2 About DocAve Content Shield for SharePoint... 4 Complementary

More information

DocAve for Salesforce 2.1

DocAve for Salesforce 2.1 DocAve for Salesforce 2.1 This document is intended for anyone wishing to familiarize themselves with the user interface and basic functionality of AvePoint s DocAve for Salesforce tool. System Requirements

More information

Enhancements Guide. Applied Business Services, Inc. 900 Wind River Lane Suite 102 Gaithersburg, MD General Phone: (800)

Enhancements Guide. Applied Business Services, Inc. 900 Wind River Lane Suite 102 Gaithersburg, MD General Phone: (800) Enhancements Guide Applied Business Services, Inc. 900 Wind River Lane Suite 102 Gaithersburg, MD 20878 General Phone: (800) 451-7447 Support Telephone: (800) 451-7447 Ext. 2 Support Email: support@clientaccess.com

More information

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6.1 SERVICE PACK 1 PART NO. E17383-01 MARCH 2010 COPYRIGHT Copyright 1998, 2010, Oracle and/or its affiliates. All rights

More information

Blackbaud StudentInformationSystem. NetSolutions Guide

Blackbaud StudentInformationSystem. NetSolutions Guide Blackbaud StudentInformationSystem NetSolutions Guide 102411 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or

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

Sage Installation and Administration Guide. May 2018

Sage Installation and Administration Guide. May 2018 Sage 300 2019 Installation and Administration Guide May 2018 This is a publication of Sage Software, Inc. 2018 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product

More information

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Primavera Portfolio Management 9.0 What s New Copyright 1999-2011, Oracle and/or its affiliates. The Programs (which include both the software and documentation) contain proprietary information; they are

More information

Pivots and Queries Intro

Pivots and Queries Intro Workshop: Pivots and Queries Intro An overview of the Pivot, Query and Alert functions in Multiview as a refresher for the experienced or new user, we will go over how to format an inquiry screen, create

More information

Learning Series. Volume 8: Service Design and Business Processes

Learning Series. Volume 8: Service Design and Business Processes Learning Series Volume 8: Service Design and Business Processes NOTICES ServicePRO Learning Series Edition November 2014 HelpSTAR and ServicePRO are registered trademarks of Help Desk Technology International

More information

Simphony Venue Management v3.7 Maintenance Releases ReadMe First

Simphony Venue Management v3.7 Maintenance Releases ReadMe First Simphony Venue Management v3.7 Maintenance Releases ReadMe First General Information Note: The rebranding for the latest version of this documentation set is in development as part of post MICROS acquisition

More information

Administrator s Guide

Administrator s Guide Administrator s Guide 1995 2011 Open Systems Holdings Corp. All rights reserved. No part of this manual may be reproduced by any means without the written permission of Open Systems, Inc. OPEN SYSTEMS

More information

Nexio G-Scribe Data Source Wizard

Nexio G-Scribe Data Source Wizard Nexio G-Scribe Data Source Wizard 6/17/2014 175-100330-00 Publication Information 2014 Imagine Communications. Proprietary and Confidential. Imagine Communications considers this document and its contents

More information

2335 Buttermilk Crossing, Suite 300, Crescent Springs, KY Phone: (859) Fax: (866)

2335 Buttermilk Crossing, Suite 300, Crescent Springs, KY Phone: (859) Fax: (866) Customer Bill-Payment Portal If using the Customer On-Line Self-Service Portal and have set up NetLink to accept credit card payments (via PC Charge or Element) then this tab becomes a bill payment portal:

More information

Creating Dashboard Widgets. Version: 16.0

Creating Dashboard Widgets. Version: 16.0 Creating Dashboard Widgets Version: 16.0 Copyright 2017 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

Please note that this process must be repeated if a new PC is used.

Please note that this process must be repeated if a new PC is used. Appendix 2 - Using Smart Client This section of the user guide is relevant to first-time users of Agresso. There are some areas of the Agresso package that initially need to be configured by the individual

More information

SyncFirst Standard. Quick Start Guide User Guide Step-By-Step Guide

SyncFirst Standard. Quick Start Guide User Guide Step-By-Step Guide SyncFirst Standard Quick Start Guide Step-By-Step Guide How to Use This Manual This manual contains the complete documentation set for the SyncFirst system. The SyncFirst documentation set consists of

More information

USER GUIDE Time and Attendance User Administration Human Capital Management Suite

USER GUIDE Time and Attendance User Administration Human Capital Management Suite USER GUIDE Time and Attendance User Administration Human Capital Management Suite Ormed Information Systems Ltd. Version 1.2 (January 2015) What s Inside What s Inside...1 Introduction...2 Procedures...3

More information

PROMISE ARRAY MANAGEMENT ( PAM) FOR FastTrak S150 TX2plus, S150 TX4 and TX4000. User Manual. Version 1.3

PROMISE ARRAY MANAGEMENT ( PAM) FOR FastTrak S150 TX2plus, S150 TX4 and TX4000. User Manual. Version 1.3 PROMISE ARRAY MANAGEMENT ( PAM) FOR FastTrak S150 TX2plus, S150 TX4 and TX4000 User Manual Version 1.3 Promise Array Management Copyright 2003 Promise Technology, Inc. All Rights Reserved. Copyright by

More information

Nexio IconStation Data Source Wizard

Nexio IconStation Data Source Wizard Nexio IconStation Data Source Wizard 6/18/2014 175-100354-00 Publication Information 2014 Imagine Communications. Proprietary and Confidential. Imagine Communications considers this document and its contents

More information

User Guide Ahmad Bilal [Type the company name] 1/1/2009

User Guide Ahmad Bilal [Type the company name] 1/1/2009 User Guide Ahmad Bilal [Type the company name] 1/1/2009 Contents 1 LOGGING IN... 1 1.1 REMEMBER ME... 1 1.2 FORGOT PASSWORD... 2 2 HOME PAGE... 3 2.1 CABINETS... 4 2.2 SEARCH HISTORY... 5 2.2.1 Recent

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

Help Contents. Custom Query Builder Functionality Synopsis

Help Contents. Custom Query Builder Functionality Synopsis Help Contents Custom Query Builder Functionality Synopsis... Section : General Custom Query Builder Functions... Section : Query Tool Main Menu Functions... Section : Query Tool Choose Datasource Functions...

More information

10.0. Construction Management Software CRM

10.0. Construction Management Software CRM 10.0 Construction Management Software CRM ComputerEase Version 10.0 Copyright 2013 ComputerEase Software, Inc. All rights reserved. 5/30/2014 ComputerEase Software, Inc. 6460 Harrison Ave., Suite 200 Cincinnati,

More information

Microsoft Dynamics GP: General Ledger Year-End Closing Procedures

Microsoft Dynamics GP: General Ledger Year-End Closing Procedures Microsoft Dynamics GP: General Ledger Year-End Closing Procedures Introduction This article outlines the recommended year-end closing procedures for Microsoft Dynamics GP. This article contains a checklist

More information

Fort Dox User Guide. Phone: Suite 160 Fax: Delray Beach, FL Copyright Fort Dox TM Inc. All Rights Reserved.

Fort Dox User Guide. Phone: Suite 160 Fax: Delray Beach, FL Copyright Fort Dox TM Inc. All Rights Reserved. Fort Dox is the easiest to use, most affordable document imaging solution on the market today. The following User Guide is designed to help you get the most out of your Fort Dox account. For the latest

More information

About using Microsoft Query to retrieve external data

About using Microsoft Query to retrieve external data Show All About using Microsoft Query to retrieve external data This topic contains information about: What is Microsoft Query? Setting up data sources Defining your query Working with the data in Microsoft

More information

Sage Getting Started Guide. September 2017

Sage Getting Started Guide. September 2017 Sage 100 2018 Getting Started Guide September 2017 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein are the trademarks

More information

Oracle User Productivity Kit Content Player

Oracle User Productivity Kit Content Player Oracle User Productivity Kit Content Player Oracle User Productivity Kit Content Player Copyright 1998, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks

More information

Version 4.62 or Later. Copyright 2013 Interactive Financial Solutions, Inc. All Rights Reserved. ProviderPro System Administration Guide.

Version 4.62 or Later. Copyright 2013 Interactive Financial Solutions, Inc. All Rights Reserved. ProviderPro System Administration Guide. Version 4.62 or Later Copyright 2013 Interactive Financial Solutions, Inc. All Rights Reserved. ProviderPro System Administration Guide. This manual, as well as the software described in it, is furnished

More information

QSalesData User Guide

QSalesData User Guide QSalesData User Guide Updated: 11/10/11 Installing the QSalesData Software... 2 Licensing the QSalesData Product... 3 Build QSalesData fields in ACT Step 2 of Install Checklist... 4 Adding the QB Data

More information

VERSION 7 JUNE Union Benefits. Employer User Guide Data Collection Tool

VERSION 7 JUNE Union Benefits. Employer User Guide Data Collection Tool VERSION 7 JUNE 2018 Union Benefits Employer User Guide Data Collection Tool About this guide This document is intended to provide an overview of the main sections of the Data Collection Tool ( DCT ) for

More information

Balance Point Technologies, Inc. MAX Toolbar for Microsoft Dynamics GP. For MAX (SQL Server) User Guide

Balance Point Technologies, Inc.  MAX Toolbar for Microsoft Dynamics GP. For MAX (SQL Server) User Guide Balance Point Technologies, Inc. www.maxtoolkit.com MAX Toolbar for Microsoft Dynamics GP For MAX (SQL Server) User Guide MAX Toolbar for Microsoft Dynamics GP Copyright Manual copyright 2010 Balance Point

More information

R&R Report Librarian tm. Version 3.3 User Manual. R&R ReportWorks V12.x

R&R Report Librarian tm. Version 3.3 User Manual. R&R ReportWorks V12.x Version 3.3 R&R ReportWorks V12.x October, 2008 Table of Contents Introduction... 3 Getting Started with Librarian... 5 Librarian Main Menu... 6 Maintenance Menu... 8 Report Catalog...18 Related Tables...27

More information

Associated Connect. Quick Reference Guide: Lockbox

Associated Connect. Quick Reference Guide: Lockbox Associated Connect Quick Reference Guide: Lockbox Page 2 of 12 Table of Contents Associated Connect Lockbox Module...3 Getting started...3 Lockbox Menu...3 Dashboard...4 Customer Delivery...4 Profile...4

More information

Software Operations Manual

Software Operations Manual Software Operations Manual Version 5.0 System Requirements PC with 1GHz or higher, Intel Pentium Processor or compatible Microsoft Windows XP Professional or Vista Business Edition Microsoft.NET framework

More information

AcuConnect Versatile Remote COBOL Listener

AcuConnect Versatile Remote COBOL Listener AcuConnect Versatile Remote COBOL Listener EXECUTIVE OVERVIEW AcuConnect is a remote COBOL listener that lets you make the most efficient and strategic use of your existing computing resources. AcuConnect

More information

Excel4apps Reports Wand User Guide (SAP) 2013 Excel4apps

Excel4apps Reports Wand User Guide (SAP) 2013 Excel4apps Excel4apps Reports Wand User Guide (SAP) 2013 Excel4apps Table of Contents 1 QuickStart Guide... 4 2 System Requirements... 5 3 Authorizations... 5 4 Logging On... 5 5 The Reports Wand Toolbar A Brief

More information

Table of Contents *** IMPORTANT NOTE ***

Table of Contents *** IMPORTANT NOTE *** Table of Contents Using QuickBooks With E2 Pg. 2 Installing the Interface File Pg. 3 Conversion from QuickBooks Pg. 4 Settings in E2 for Sync Option Pg. 6 Settings in QuickBooks for Sync option Pg. 7 Transferring

More information

Building reports using the Web Intelligence HTML Report Panel

Building reports using the Web Intelligence HTML Report Panel Building reports using the Web Intelligence HTML Report Panel Building reports using the Web Intelligence HTML Report Panel Copyright 2008 Business Objects. All rights reserved. Business Objects owns the

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 Query Studio Training Guide Cognos 8 February 2010 DRAFT Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 2 Table of Contents Accessing Cognos Query Studio... 5

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

MANAGING ACTIVITIES...

MANAGING ACTIVITIES... Sales Center Guide GETTING STARTED... 2 LOGGING INTO LASSO... 2 FINDING YOUR WAY AROUND... 3 CONTACTING SUPPORT... 3 ACCESSING THE SALES CENTER... 3 SALES CENTER TIPS... 5 SEARCHING FOR A REGISTRANT...

More information

Contents. User's Guide

Contents. User's Guide Contents i User's Guide ii Contents No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without prior written permission from

More information

Nortel Quality Monitoring Search and Replay Guide

Nortel Quality Monitoring Search and Replay Guide Nortel Quality Monitoring Search and Replay Guide NN44480-106 Product release 7.0 Standard 02.02 November 2009 Nortel Quality Monitoring Search and Replay Guide Publication number: NN44480-106 Product

More information

OVERVIEW Feature Summary... 3 CONFIGURATION System Requirements... 4 ConnectWise Manage Configuration... 4

OVERVIEW Feature Summary... 3 CONFIGURATION System Requirements... 4 ConnectWise Manage Configuration... 4 Contents OVERVIEW... 3 Feature Summary... 3 CONFIGURATION... 4 System Requirements... 4 ConnectWise Manage Configuration... 4 Configuration of Manage Login... 4 Configuration of GL Accounts... 5 Configuration

More information

Microsoft Dynamics GP Professional Services Tools Library

Microsoft Dynamics GP Professional Services Tools Library Microsoft Dynamics GP 2013 Professional Services Tools Library Copyright Copyright 2012 Microsoft Corporation. All rights reserved. Limitation of liability This document is provided as-is. Information

More information

BusinessObjects XI Integration for SAP Solutions User's Guide

BusinessObjects XI Integration for SAP Solutions User's Guide BusinessObjects XI Integration for SAP Solutions User's Guide BusinessObjects XI Integration for SAP Solutions Copyright 2008 Business Objects, an SAP company. All rights reserved. Business Objects owns

More information

Quick Start Guide. Intermap Technologies 8310 South Valley Highway, Suite 400 Englewood, CO USA

Quick Start Guide. Intermap Technologies 8310 South Valley Highway, Suite 400 Englewood, CO USA ADPRO Quick Start Guide Intermap Technologies 8310 South Valley Highway, Suite 400 Englewood, CO 80112 USA No part of this document may be reproduced, stored in a retrieval system, or transmitted in any

More information

User Guide. Data Gatherer 1.1 6/20/2014. Edition: A

User Guide. Data Gatherer 1.1 6/20/2014. Edition: A Data Gatherer 1.1 6/20/2014 Edition: A Data Gatherer 1.1 Publication Information 2014 Imagine Communications. Proprietary and Confidential. Imagine Communications considers this document and its contents

More information

V Features 1. CentOS and RedHat Enterprise Linux 5 support

V Features 1. CentOS and RedHat Enterprise Linux 5 support V7.5.17 Features 1 V7.5.17 Features System CentOS and RedHat Enterprise Linux 5 support CentOS and RedHat Enterprise Linux 5 are now supported operating systems for use with CounterPoint V7.5.17. NOTE:

More information

Microsoft Dynamics GP Professional Services Tools Library

Microsoft Dynamics GP Professional Services Tools Library Microsoft Dynamics GP 2015 Professional Services Tools Library Copyright Copyright 2014 Microsoft Corporation. All rights reserved. Limitation of liability This document is provided as-is. Information

More information

inforouter V8.0 Implementation Guide Active Innovations, Inc. A Document Management Company

inforouter V8.0 Implementation Guide Active Innovations, Inc. A Document Management Company inforouter V8.0 Implementation Guide www.inforouter.com inforouter V8.0 implementation Guide This guide will take you through the step-by-step installation procedures required for a successful inforouter

More information

DOCUMENT IMAGING REFERENCE GUIDE

DOCUMENT IMAGING REFERENCE GUIDE January 25, 2017 DOCUMENT IMAGING REFERENCE GUIDE AppXtender Web Access version 7 Kent State University Division of Information Services AppXtender Web Access Help: For questions regarding AppXtender Web

More information

Financial Management 1099 Processing Year-End Update Guide

Financial Management 1099 Processing Year-End Update Guide Financial Management 1099 Processing - 2016 Year-End Update Guide December 20, 2016 2016 Tyler Technologies. All Rights Reserved. All rights reserved. Information within this document is the sole property

More information

Perceptive Data Transfer

Perceptive Data Transfer Perceptive Data Transfer User Guide Version: 6.5.x Written by: Product Knowledge, R&D Date: September 2016 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark is a trademark of Lexmark

More information

Microsoft Dynamics GP. System User s Guide

Microsoft Dynamics GP. System User s Guide Microsoft Dynamics GP System User s Guide Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,

More information

Oracle CPQ Cloud for Salesforce.com

Oracle CPQ Cloud for Salesforce.com Oracle CPQ Cloud for Salesforce.com What's New in Spring 15 9 March 2015 TABLE OF CONTENTS TABLE OF CONTENTS... 2 OVERVIEW... 3 POST-UPGRADE REQUIREMENTS... 3 RELEASE FEATURE SUMMARY... 4 CONFIGURATION...

More information

Salesforce Classic Guide for iphone

Salesforce Classic Guide for iphone Salesforce Classic Guide for iphone Version 35.0, Winter 16 @salesforcedocs Last updated: October 27, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Accounts Receivable WalkThrough

Accounts Receivable WalkThrough PRACTICE CS Accounts Receivable WalkThrough Version 2014.x.x TL 30465 9/8/16 Copyright Information Text copyright 2004-2016 by Thomson Reuters. All rights reserved. Video display images copyright 2004-2016

More information

www.insightsoftware.com for JD Edwards World and EnterpriseOne Version: 3.3 Last Updated: September 2, 2011 Contents 1. Architecture... 3 Overview... 3 Deployment... 4 Database Space... 4 Using This Guide...

More information

COGNOS (R) 8 COGNOS CONNECTION USER GUIDE USER GUIDE THE NEXT LEVEL OF PERFORMANCE TM. Cognos Connection User Guide

COGNOS (R) 8 COGNOS CONNECTION USER GUIDE USER GUIDE THE NEXT LEVEL OF PERFORMANCE TM. Cognos Connection User Guide COGNOS (R) 8 COGNOS CONNECTION USER GUIDE Cognos Connection User Guide USER GUIDE THE NEXT LEVEL OF PERFORMANCE TM Product Information This document applies to Cognos (R) 8 Version 8.1.2 MR2 and may also

More information

Acu4GL COBOL-to-RDBMS Interface

Acu4GL COBOL-to-RDBMS Interface Acu4GL COBOL-to-RDBMS Interface EXECUTIVE OVERVIEW Acu4GL is a patented interface technology designed to bridge the worlds of third-generation COBOL and fourth-generation Structured Query Language (SQL).

More information

USING ODBC COMPLIANT SOFTWARE MINTRAC PLUS CONTENTS:

USING ODBC COMPLIANT SOFTWARE MINTRAC PLUS CONTENTS: CONTENTS: Summary... 2 Microsoft Excel... 2 Creating a New Spreadsheet With ODBC Data... 2 Editing a Query in Microsoft Excel... 9 Quattro Pro... 12 Creating a New Spreadsheet with ODBC Data... 13 Editing

More information

NextMark User s Guide. Order Processing Brokerage

NextMark User s Guide. Order Processing Brokerage NextMark User s Guide Order Processing Brokerage Table of Contents NextMark Order Processing... 3 Product Overview... 3 Scope and Content... 3 Getting Help...3 Getting Started... 3 Tools you will need:...

More information

SURVEYOR/400. Users Guide. Copyright , LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc.

SURVEYOR/400. Users Guide. Copyright , LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. SURVEYOR/400 Users Guide Copyright 1996-2013, LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. Surveyor/400 version: 4.0.0 Publication date: August 7 th, 2013 Table of Contents SURVEYOR/400

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 Installation and Setup Guide Revised on 09/25/2014 TABLE OF CONTENTS ROCK-POND REPORTING 2.1... 1 SUPPORT FROM ROCK-POND SOLUTIONS... 2 ROCK-POND REPORTING OVERVIEW... 2 INFRASTRUCTURE

More information

Creating and Editing Budgets

Creating and Editing Budgets EXO Business CRM User Guide 4. Select the levels to create budgets at by ticking the required boxes in the Budget Model section. It is only necessary to tick one box for each column - ticking the box for

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

Perceptive Intelligent Capture Visibility

Perceptive Intelligent Capture Visibility Perceptive Intelligent Capture Visibility Installation and Setup Guide Version: 3.x Written by: Product Knowledge, R&D Date: September 2016 2015 Lexmark International Technology, S.A. All rights reserved.

More information

Sage DacEasy. Getting Started Guide

Sage DacEasy. Getting Started Guide Sage DacEasy Getting Started Guide Sage DacEasy Getting Started Copyright Trademarks Information in this document is subject to change without notice. Company names and data used in examples herein are

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

Amicus Link Guide: Timeslips

Amicus Link Guide: Timeslips Amicus Link Guide: Timeslips Applies to: Amicus Attorney Premium 2015 Synchronize your Amicus and Timeslips matter files/clients, and dynamically exchange your Amicus time entries and expenses to Timeslips.

More information

PowerTeacher Administrator User Guide. PowerTeacher Gradebook

PowerTeacher Administrator User Guide. PowerTeacher Gradebook PowerTeacher Gradebook Released June 2011 Document Owner: Documentation Services This edition applies to Release 2.3 of the PowerTeacher Gradebook software and to all subsequent releases and modifications

More information