EFT SQL Database Manual

Size: px
Start display at page:

Download "EFT SQL Database Manual"

Transcription

1 EFT SQL Database Manual Contents Overview... 2 Installation... 3 Requirements... 3 Install EFT Module for TestStand... 3 SQL Server Installation... 3 Configure Database... 4 Configure TestStand Result Processing... 8 Add EFT SQL Database... 8 Connect TestStand to EFT Database... 8 Configure TestStand Result Processing Options Show DB Uploader when Running Log Passed/Failed/Skipped/Error only Save Additional Results LogToDB Extended Step Names Logging Specialty Data Page 1 of 11

2 Overview The EFT SQL Database is a simple SQL Database reporting plugin for TestStand. As shown by the Database Diagram below, the plugin allows test Units (consisting of unique Part Number, Serial Number, Revision, and WorkOrder/Lot) to be associated with multiple Test Runs (full top-to-bottom execution of a sequence). Each test run stores some header information, and associated Step Results (measurement results of each step in the test) that are defined by the TestStep (name and limits for the step). Additionally, exit codes may be associated with step results and test runs to more precisely define the exit condition of a test. Figure 1: Database Diagram When enabled (See Configure TestStand Result Processing) the plugin automatically logs the result of each test step executed in Test Stand. Options are available to limit the logging to just pass/fail data and selected steps (see Configure TestStand Result Processing Options). When logging specialty parameters (TestType, Limit File, Exit codes, etc), the EFT module sample sequences provide a utility sequence that assists in configuring these parameters, as outlined in Page 2 of 11

3 Installation Requirements NI LabVIEW 2016 SP1 NI TestStand 2016 SP1 Bloomy EFT Module for TestStand 2016 MS SQL Server (Express) 2008 or later with Management Studio (WITH TOOLS) Install EFT Module for TestStand (Skip if already installed) 1. Run Setup.exe 2. Follow all on-screen instructions to install the EFT Module SQL Server Installation 1. Download MS SQL Express with Tools: 2. Open the installer 3. Select New SQL Server stand-alone installation or add features to an existing installation 4. When prompted for Installation Type, select Perform a new installation of SQL Server Page 3 of 11

4 5. When prompted for Instance Configuration, select Default Instance 6. When prompted for Database Engine Configuration, in the Server Configuration tab, select Mixed Mode (SQL Server authentication and Windows authentication). Specify a password for the system administrator account and then press ok. The password has to contain numbers, letter and at least one non-alphanumeric symbol (E.g. #Bloomy1234). 7. Continue clicking Next and following the instructions on-screen to complete the installation. Configure Database 1. Open SQL Server Management Studio You will be asked for your server name. This is just your computer name, followed by \SQLEXPRESS. Then click connect. Page 4 of 11

5 2. Right click on Database and select New Database Recommendations on DB creation a. Limit the growth of the Log file to a reasonable size. b. By default, SQL Server selects the path where the DB files will be stored. This is deep inside SQL Server directories (under Program Files). Look a location that is easier to find. 3. The DB will be created on it will be seen in the object explorer Page 5 of 11

6 4. Open UTS Build Script.sql file found in C:\Users\Public\Documents\National Instruments\TestStand <versionnum>\components\models\modelplugins\uts SQL Report Support Files\Queries a. NOTE: If your database has a name other than UTS, you must update the database name accordingly: i. Change USE [EFT] on line 1 to USE [X] where X is the name of your database ii. Change ALTER DATABASE [EFT] SET READ_WRITE on line 358 to the name of your database iii. Change USE [EFT] on line 362 to the name of your database Page 6 of 11

7 5. Click Execute button and wait for completion 6. Verify that tables and store procedures were created. Page 7 of 11

8 Configure TestStand Result Processing Add EFT SQL Database 1. From TestStand sequence editor or Bloomy Manufacturing OI, choose Configure > Result Processing. This will display the TestStand Result Processing Window 2. From the result processing window, choose the Insert New button. (If the Insert New button is not visible, check the Show more options checkmark found in the lower left corner of the window.) a. Select EFT SQL Database. A line for the EFT SQL Database will be added. 3. Click the Enabled Checkbox associated with the EFT SQL Database Connect TestStand to EFT Database 1. Click on the Options button associated with the EFT SQL Database to launch the configuration dialog. Page 8 of 11

9 2. From the configuration dialog, open the UDL file by clicking the Configure UDL File button. 3. Point the UDL file to the desired database, and configure as shown below a. Note: User Name = EFT; Password = bloomy (same as set up in logins above) b. Or use Windows NT Integrated Security Page 9 of 11

10 Configure TestStand Result Processing Options There are several configuration options available in the configuration dialog for the EFT SQL Database: Show DB Uploader when Running Show the upload status dialog when the SQL reporting is actively executing. Log Passed/Failed/Skipped/Error only Do not log steps whose status result to Done. This greatly reduces the quantity of data entering the database to only those steps which have a pass/fail result or that error out/skip. Page 10 of 11

11 Save Additional Results LogToDB Allows test developers to selectively define which steps are logged to the database. When checked, steps must have an additional result named LogToDB that results to TRUE in order to be added to the database: Extended Step Names When set to true, this option will store the subsequence name with the step name using dot notation (Subseq1.subseq2.stepname). This can be useful if generic subsequences are used across multiple channels. However, step names must not exceed 100 characters. Logging Specialty Data Specialty data may be logged to the database as outlined below. The EFT Module for TestStand ships with a sample sequence located at <MyDocuments>\UUT Test Files\Tests\Sample Sequence that contains a SQL DB Utilities sequence which assists in storing the following custom parameters: Test Run Parameters o Work Order/Lot (String) o Test Type (String) o Property (limit) file path (String) o Notes (String) o Part Revision (String) Test Step Parameters o Exit Codes (String) Page 11 of 11

Millennium Expert/Enterprise Installation Guide Version Table of Contents

Millennium Expert/Enterprise Installation Guide Version Table of Contents Millennium Expert/Enterprise Installation Guide Version 5.0.3599 Table of Contents Section Page Installing Microsoft SQL Server 2 Installing Millennium Server software 9 Installing Millennium Databases

More information

WATS Client 4.2 Installation Guide

WATS Client 4.2 Installation Guide O September 2013 WATS Client 4.2 Installation Guide In this document: WATS Client Installation WATS Client Upgrade Client Activation Uninstall WATS Test Station 2.3 Requirements list WATS Client installation

More information

Working with SQL SERVER EXPRESS

Working with SQL SERVER EXPRESS Table of Contents How to Install SQL Server 2012 Express Edition... 1 Step 1.... 1 Step 2.... 2 Step 3.... 3 Step 4.... 3 Step 5.... 4 Step 6.... 5 Step 7.... 5 Step 8.... 6 Fixing Database Start-up Connection

More information

Installation of Microsoft SQL Server 2012 Setup MwPharm++ database

Installation of Microsoft SQL Server 2012 Setup MwPharm++ database Installation of Microsoft SQL Server 2012 Setup MwPharm++ database Datum: 12/15/2015 Strana: 1 Title Installation of Microsoft SQL Server 2012 & Setup MwPharm++ DB Author George Dousa Document No. 1.02

More information

Server Manager User and Permissions Setup

Server Manager User and Permissions Setup Login and Security Once you successfully create your company databases, the next step is to define the groups and users that can access the TRAVERSE data and the functionality they will have within the

More information

1. Installation and Configuration of Database Server

1. Installation and Configuration of Database Server 1. Installation and Configuration of Database Server 1.1 Downloading MS SQL 2008 Express MSSQL 2008 Express is free to download from the following website: http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=22973

More information

Configuration of Microsoft SQL Server Express

Configuration of Microsoft SQL Server Express Configuration of Microsoft SQL Server Express Copyright 2017 NetSupport Ltd All rights reserved Configuration of Microsoft SQL Server Express and NetSupport DNA Installation Requirements If installing

More information

Immotec Systems, Inc. SQL Server 2008 Installation Document

Immotec Systems, Inc. SQL Server 2008 Installation Document SQL Server Installation Guide 1. From the Visor 360 installation CD\USB Key, open the Access folder and install the Access Database Engine. 2. Open Visor 360 V2.0 folder and double click on Setup. Visor

More information

Print Audit 6. Print Audit 6 Documentation Apr :07. Version: Date:

Print Audit 6. Print Audit 6 Documentation Apr :07. Version: Date: Print Audit 6 Version: Date: 37 21-Apr-2015 23:07 Table of Contents Browse Documents:..................................................... 3 Database Documentation.................................................

More information

The EDGE Estimator v12 Network Database Install

The EDGE Estimator v12 Network Database Install The EDGE Estimator v12 Network Database Install Table of Contents Prerequisites... 1 Installing SQL Express 2014 on a server... 2 Configuring SQL... 7 Restoring your Estimating Database... 8 Setting up

More information

Immotec Systems, Inc. SQL Server 2008 Installation Document

Immotec Systems, Inc. SQL Server 2008 Installation Document SQL Server Installation Guide 1. From the Visor 360 installation CD\USB Key, open the Access folder and install the Access Database Engine. 2. Open Visor 360 V2.0 folder and double click on Setup. Visor

More information

Install and Configure SQL 2012 Express

Install and Configure SQL 2012 Express Install and Configure SQL 2012 Express SQL 2012 Express is available free from Microsoft. This is the most recent version. Install SQL Server with the tools, mainly SQL Server Management Studio. Download

More information

Installing SQL Server Developer Last updated 8/28/2010

Installing SQL Server Developer Last updated 8/28/2010 Installing SQL Server Developer Last updated 8/28/2010 1. Run Setup.Exe to start the setup of SQL Server 2008 Developer 2. On some OS installations (i.e. Windows 7) you will be prompted a reminder to install

More information

Schneider Electric Software Knowledge & Support Center

Schneider Electric Software Knowledge & Support Center Schneider Electric Software Knowledge & Support Center Doc Type Doc Id Tech Notes TN478 Last Modified Date 02/20/2015 Installing SQL Server 2008 Express Edition SP1 for Historian Server 10.0 LEGACY TECH

More information

Step-by-Step Guide to Ansur Executive 3.0 Installation With or without Electronic Signatures

Step-by-Step Guide to Ansur Executive 3.0 Installation With or without Electronic Signatures Step-by-Step Guide to Ansur Executive 3.0 Installation With or without Electronic Signatures Ansur with Electronic Signatures Background: Electronic signature is a new feature that is implemented in Ansur

More information

2012 Peer Small Business Data

2012 Peer Small Business Data Welcome The installation program installs the following data sets: 2012 Peer Small Business Data 2012 Peer Small Business Data In order to use this data set you should be running CRA Wiz and Fair Lending

More information

Important notice regarding accounts used for installation and configuration

Important notice regarding accounts used for installation and configuration System Requirements Operating System Nintex Reporting 2008 can be installed on Microsoft Windows Server 2003 or 2008 (32 and 64 bit supported for both OS versions). Browser Client Microsoft Internet Explorer

More information

HR-Lite Database & Web Service Setup Guide

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

More information

Guide to Installing DYNAMICS Security Pack

Guide to Installing DYNAMICS Security Pack Guide to Installing DYNAMICS Security Pack Introduction The Security Pack feature of DYNAMICS 7 is designed to assist labs that require compliance with 21 CFR Part 11 of the Code of Federal Regulations.

More information

How to Install Microsoft SQL Express 2016 ANSWER:

How to Install Microsoft SQL Express 2016 ANSWER: How to Install Microsoft SQL Express 2016 ANSWER: IMPORTANT DISCLAIMER: We are providing the information in this article as a courtesy to our Abila customers. Assistance with installation or troubleshooting

More information

Connecting BioNumerics to MySQL

Connecting BioNumerics to MySQL Connecting BioNumerics to MySQL A brief overview Applied Maths NV - KJ February 2010 MySQL server side MySQL settings file MySQL is a very flexible DBMS and has quite a number of settings that allows one

More information

Installation Guide Windows 8

Installation Guide Windows 8 Installation Guide Windows 8 DeMichele Group 2 PartnerPak Studio Install Guide Table of Contents TABLE OF CONTENTS 2 HOW TO REACH THE DEMICHELE GROUP 3 INSTALLING PARTNERPAK STUDIO 3 Starting the PartnerPak

More information

M i c r o s o f t S Q L S e r v e r I n s t a l l a t i o n G u i d e for A D S S S e r v e r

M i c r o s o f t S Q L S e r v e r I n s t a l l a t i o n G u i d e for A D S S S e r v e r M i c r o s o f t S Q L S e r v e r I n s t a l l a t i o n G u i d e for A D S S S e r v e r A S C E R T I A LTD S E P T E M B E R 2 0 1 8 D o c u m e n t V e r s i o n - 5.9. 0. 1 Ascertia Limited. All

More information

Installation Guide. Last Revision: Oct 03, Page 1-

Installation Guide. Last Revision: Oct 03, Page 1- Installation Guide Last Revision: Oct 03, 2005 -Page 1- Contents Before You Begin... 2 Installation Overview... 2 Installation for Microsoft Windows 2000, Windows 2003, and Windows XP Professional... 3

More information

User Defined Fields for MAS 500 SM-1004

User Defined Fields for MAS 500 SM-1004 OVERVIEW User Defined Fields for MAS 500 SM-1004 This EASY Solution modifies MAS 500 entities to create new fields to store user defined data. In addition to supporting numerous additional fields, (up

More information

July WATS Client 4.2 Installation Guide. In this document: WATS Client Installation Configure the WATS Client WATS Client Upgrade

July WATS Client 4.2 Installation Guide. In this document: WATS Client Installation Configure the WATS Client WATS Client Upgrade July 2018 WATS Client 4.2 Installation Guide In this document: WATS Client Installation Configure the WATS Client WATS Client Upgrade WATS Client installation Select the correct installation file depending

More information

Web Intelligence Rich Client Getting Started Business Objects 4.1

Web Intelligence Rich Client Getting Started Business Objects 4.1 User Guide Web Intelligence Rich Client Getting Started Business Objects 4.1 Web Intelligence Rich Client Getting Started User Guide Contents Purpose of this Guide... 3 About Web Intelligence 4.1... 3

More information

SPAR. Installation Guide. Workflow for SharePoint. ITLAQ Technologies

SPAR. Installation Guide. Workflow for SharePoint. ITLAQ Technologies SPAR Workflow for SharePoint 0 ITLAQ Technologies www.itlaq.com Table of Contents I. System Requirements...2 II. Install SPARK Workflow on your environment...2 III. Obtain SPARK Workflow License...7 IV.

More information

DOCUMENT TRACKING INSTALLATION GUIDE

DOCUMENT TRACKING INSTALLATION GUIDE DOCUMENT TRACKING INSTALLATION GUIDE DOCUMENT TRACKING INSTALLATION GUIDE This document walks through the steps necessary for installing the program. TO INSTALL DTS: You should have administrator rights

More information

SQL 2012 Installation

SQL 2012 Installation This document will go through a basic SQL Server 2012 installation. For installation requirements, support and download information please visit the following Microsoft websites. Before you start, you

More information

29 March 2017 SECURITY SERVER INSTALLATION GUIDE

29 March 2017 SECURITY SERVER INSTALLATION GUIDE 29 March 2017 SECURITY SERVER INSTALLATION GUIDE Contents 1. Introduction... 2 1.1 Assumptions... 2 1.2 Prerequisites... 2 2. Required setups prior the Security Server Installation... 3 1.1 Create domain

More information

Installing Sage POS and SQL

Installing Sage POS and SQL Installing Sage POS and SQL Table of Content Hover over the heading and select the topic you are interested in, you will be directed to the topic. Download Procedures Server Installation Workstation Installation

More information

NAPCO SECURITY TECHNOLOGIES, INC. 333 Bayview Avenue, Amityville, New York, U.S.A (631) FAX (631)

NAPCO SECURITY TECHNOLOGIES, INC. 333 Bayview Avenue, Amityville, New York, U.S.A (631) FAX (631) NAPCO SECURITY TECHNOLOGIES, INC. 333 Bayview Avenue, Amityville, New York, U.S.A. 11701 800-645-9445 (631) 842-9400 FAX (631) 842-9137 Note: Technical Service is for alarm professionals only Alarm Lock

More information

Jonas Activity Management Technical Deployment Guide

Jonas Activity Management Technical Deployment Guide Jonas Activity Management Technical Deployment Guide [] Software for Life Jonas Activity Management Technical Deployment Guide, Jonas, Jonas Software, Software for Life, and Gary Jonas Computing are registered

More information

Newforma Contact Directory Quick Reference Guide

Newforma Contact Directory Quick Reference Guide Newforma Contact Directory Quick Reference Guide This topic provides a reference for the Newforma Contact Directory. Purpose The Newforma Contact Directory gives users access to the central list of companies

More information

NTP Software File Auditor for Hitachi

NTP Software File Auditor for Hitachi NTP Software File Auditor for Hitachi Installation Guide Version 3.3 This guide details the method for the installation and initial configuration of NTP Software File Auditor for NAS, Hitachi Edition,

More information

Syllabus Plus Installation Instructions

Syllabus Plus Installation Instructions Syllabus Plus Enterprise Syllabus Plus Installation Instructions Version 6.3 Syllabus Plus Enterprise Page 1 Revision History Date Version Author Description 6/07/2016 1.0-4.0 Fred Rochler Initial draft

More information

SUPERHUB OFFICE 365 OUTLOOK POP3 SETUP GUIDE

SUPERHUB OFFICE 365 OUTLOOK POP3 SETUP GUIDE SUPERHUB OFFICE 365 OUTLOOK POP3 SETUP GUIDE 2018 Superhub Limited. All right reserved. Table of Contents 1. Get Started... 3 2. Add New Account... 5 3. Get Help and Support... 10 The guide is to describe

More information

STS INSTALLATION GUIDE

STS INSTALLATION GUIDE STS INSTALLATION GUIDE STS INSTALLATION GUIDE This document walks through the steps necessary for installing the program. FIRST STEPS: Must have administrator Rights on local computer for install If using

More information

Setting up EntraPass Card Gateway with SQL Server 2008

Setting up EntraPass Card Gateway with SQL Server 2008 Setting up EntraPass Card Gateway with SQL Server 2008 The EntraPass Card Gateway is designed to interface with the Oracle or the SQL Server Database Engine. Unfortunately the interface has not been updated

More information

SOLIDWORKS Enterprise PDM SQL 2014 Installation Guide

SOLIDWORKS Enterprise PDM SQL 2014 Installation Guide SOLIDWORKS Enterprise PDM SQL 2014 Installation Guide This article provides step by step instructions for installing Microsoft SQL 2014 for use with SOLIDWORKS Enterprise PDM. Assumptions You are using

More information

NTP Software File Auditor for Windows Edition

NTP Software File Auditor for Windows Edition NTP Software File Auditor for Windows Edition An NTP Software Installation Guide Abstract This guide provides a short introduction to installation and initial configuration of NTP Software File Auditor

More information

Password Reset Server Installation

Password Reset Server Installation Password Reset Server Installation Vista/Server 08 and Windows 7/Server 2008 R2 Table of Contents I. Requirements... 4 A. System Requirements... 4 B. Domain Account Requirements... 5 C. Recommendations...

More information

Implementing the NI TestStand Connector

Implementing the NI TestStand Connector Implementing the NI TestStand Connector NI TestStand is a tool that allows you to create and run automated validation tests against any type of hardware and drivers. The NI TestStand Connector allows the

More information

Pension System/Windows. Installation Guide

Pension System/Windows. Installation Guide Pension System/Windows Installation Guide Updated for Microsoft SQL Server 2014 & MS SQL Express 2014 DATAIR Employee Benefit Systems, Inc. 735 N. Cass Ave. Westmont, IL 60559-1100 V: (630) 325-2600 F:

More information

DOCUMENT REVISION HISTORY

DOCUMENT REVISION HISTORY DOCUMENT REVISION HISTORY Rev. No. Changes Date 000 New Document 10 Jan. 2011 001 Document Revision: 06 Jun. 2011 - Addition of section on MYSQL backup and restore. 002 Document Revision: 22 Jul. 2011

More information

Installing GFI MailArchiver

Installing GFI MailArchiver Installing GFI MailArchiver GFI MailArchiver System requirements Windows 2000/2003 Server or Advanced Server. Microsoft Exchange Server 2000/2003. (The product is installed on the Exchange Server machine).net

More information

SAS Federation Server 4.2: Shared Login Configuration

SAS Federation Server 4.2: Shared Login Configuration SAS Federation Server 4.2: Shared Login Configuration Pat Beal, Publications, SAS Institute What Is a Shared Login? A shared login is an account that is shared with multiple users, but individual users

More information

IQSweb Installation Instructions Version 5.0

IQSweb Installation Instructions Version 5.0 IQSweb Installation Instructions Version 5.0 Contents Additional References... 3 IQSweb ROSS Connection... 3 IQSweb V5.0 Install/Upgrade Scenarios... 4 IQSweb Configuration Options... 5 A. Single Computer/Server

More information

ActiveFlow. Installation Guide. Revision Date: Feb 15, 2011

ActiveFlow. Installation Guide. Revision Date: Feb 15, 2011 ActiveFlow Revision Date: Feb 15, 2011 DISCLAIMER: The names of files, values and reports in this Guide may differ slightly from those in the example files supplied with your software. Page 1 The information

More information

MET/TEAM 2.2 AND MET/CAL 9.1 UPDATE

MET/TEAM 2.2 AND MET/CAL 9.1 UPDATE MET/TEAM 2.2 AND MET/CAL 9.1 UPDATE The MET/TEAM version 2.2 and MET/CAL version 9.1 release is a major update to the previous MET/TEAM and MET/CAL system. This update includes over 130 bug fixes for an

More information

Electronic Owner s Manual User Guide

Electronic Owner s Manual User Guide Electronic Owner s Manual User Guide I. Getting Started.... 1 Logging In.... 2 Additional Information... 2 II. Searching for an Existing EOM Form... 5 III. Creating a New EOM Form.. 5 IV. Modifying an

More information

DOCUMENT TRACKING INSTALLATION GUIDE

DOCUMENT TRACKING INSTALLATION GUIDE DOCUMENT TRACKING INSTALLATION GUIDE DOCUMENT TRACKING INSTALLATION GUIDE This document walks through the steps necessary for installing the program. TO INSTALL DTS: You should have administrator rights

More information

Operator's Manual - Mattec/Zebra Label System (MZL)

Operator's Manual - Mattec/Zebra Label System (MZL) Operator's Manual - Mattec/Zebra Label System (MZL) Introduction There are two programs which ship with the MZL Printing Package: a Service and a Client. The MZL "Service" operates in the background on

More information

Print Audit 6. Database Documentation Dec :21. Version: Date:

Print Audit 6. Database Documentation Dec :21. Version: Date: Print Audit 6 Version: Date: 8 03-Dec-2018 16:21 Table of Contents Browse Documents:..................................................... 3 Moving Print Audit 6 and an SQL Database to a New Server....................

More information

Installing and Setting Up SiteMaster 200 v4 What you need to know.

Installing and Setting Up SiteMaster 200 v4 What you need to know. Installing and Setting Up SiteMaster 200 v4 What you need to know. Table of Contents Important Information 1 System Requirements 2 Installing SiteMaster 200 v4 2 When You First Run SiteMaster 200 v4 4

More information

DefendX Software Control-Audit for Hitachi Installation Guide

DefendX Software Control-Audit for Hitachi Installation Guide DefendX Software Control-Audit for Hitachi Installation Guide Version 4.1 This guide details the method for the installation and initial configuration of DefendX Software Control-Audit for NAS, Hitachi

More information

Pension System/Windows. Installation Guide

Pension System/Windows. Installation Guide Pension System/Windows Installation Guide Updated for Microsoft SQL Server 2008 R2 & MS SQL Express DATAIR Employee Benefit Systems, Inc. 735 N. Cass Ave. Westmont, IL 60559-1100 V: (630) 325-2600 F: (630)

More information

Linking Reports to your Database in Crystal Reports 2008

Linking Reports to your Database in Crystal Reports 2008 Linking Reports to your Database in Crystal Reports 2008 After downloading and saving a report on your PC, either (1) browse-to the report using Windows Explorer and double-click on the report file or

More information

San Jacinto College. Secure SSL VPN Instruction Manual. Contents

San Jacinto College. Secure SSL VPN Instruction Manual. Contents 1 San Jacinto College Secure SSL VPN Instruction Manual The new Secure SSL VPN provides a more secure and convenient method of accessing San Jacinto College resources remotely. This document provides an

More information

Therefore, before you can use the Microlog Inspector application for the first time, you must perform the following steps:

Therefore, before you can use the Microlog Inspector application for the first time, you must perform the following steps: SKF Microlog Inspector Setup Guide Microlog Inspector setup overview The new Microlog Inspector application uses a different, much easier communication method than previous MARLIN versions. With the new

More information

NTP Software Defendex (formerly known as NTP Software File Auditor) for NetApp

NTP Software Defendex (formerly known as NTP Software File Auditor) for NetApp NTP Software Defendex (formerly known as NTP Software File Auditor) for NetApp Installation Guide This guide provides a short introduction to the installation and initial configuration of NTP Software

More information

QRM Installation Guide Windows

QRM Installation Guide Windows 1 The Compatible with LabVIEW logo is a trademark of National Instruments Corporation and is used under a license from National Instruments Corporation. 1 2 Contents 1 Document Change History... 3 2 Documents

More information

ASSET TRACKING SYSTEM INSTALLATION GUIDE

ASSET TRACKING SYSTEM INSTALLATION GUIDE ASSET TRACKING SYSTEM INSTALLATION GUIDE 1 ASSET TRACKING SYSTEM INSTALLATION GUIDE This document walks through the steps necessary for installing the program. TO INSTALL ATS: You should have administrator

More information

STEP BY STEP INSTALL SQL SERVER 2016 STANDALONE

STEP BY STEP INSTALL SQL SERVER 2016 STANDALONE STEP BY STEP INSTALL SQL SERVER 2016 STANDALONE ON WINDOWS 2016 Waleed Mostafa MVP - Cloud and Datacenter Management Senior Consultant table of contents 1 Introduction... 2 2 Step by Step install database

More information

AD Sync Client Install Guide. Contents

AD Sync Client Install Guide. Contents AD Sync Client Install Guide Contents AD Sync Client Install Guide... 1 Introduction... 2 Deployment Prerequisites... 2 Configure SQL Prerequisites... 3 Switch SQL to Mixed Mode authentication... 3 Create

More information

EASYHA SQL SERVER V1.0

EASYHA SQL SERVER V1.0 EASYHA SQL SERVER V1.0 CONTENTS 1 Introduction... 2 2 Install SQL 2016 in Azure... 3 3 Windows Failover Cluster Feature Installation... 7 4 Windows Failover Clustering Configuration... 9 4.1 Configure

More information

SQL Server Express Installation Guide

SQL Server Express Installation Guide SQL Server Express Installation Guide For SQL Server Express 2014 Last Updated 12/22/2016 All user guides are available for download on our support site at www.1-stepsoftware.com. This publication is the

More information

Supervisor Insight. Installation Guide.

Supervisor Insight. Installation Guide. Supervisor Insight Installation Guide www.monitorbm.com Supervisor Insight Installation Guide Copyright 2014 Monitor Business Machines Ltd The software contains proprietary information of Monitor Business

More information

Prolender Miracle Integration Guide 8/21/07

Prolender Miracle Integration Guide 8/21/07 Miracle Integration Guide 1 Prolender Miracle Integration Guide 8/21/07 You can import your Prolender loan information into Miracle Online by either using a secured web page upload or our desktop application

More information

PerTrac Analytical Platform. SQL Version Setup Guide

PerTrac Analytical Platform. SQL Version Setup Guide SQL Version Setup Guide PerTrac Analytical Platform SQL Version Setup Guide Version 7.3.x March 21, 2013 TABLE OF CONTENTS SECTION 1: INSTALLATION OVERVIEW 3 SECTION 2: SINGLE USER INSTALLATION LAYOUTS

More information

This Tech Note provides step-by-step procedures to install SQL Server 2008 Express on a 32-bit or 64-bit Operating System.

This Tech Note provides step-by-step procedures to install SQL Server 2008 Express on a 32-bit or 64-bit Operating System. Tech Note 871 Installing SQL Server 2008 Express Edition SP1 for Historian Server 10.0 All Tech Notes, Tech Alerts and KBCD documents and software are provided "as is" without warranty of any kind. See

More information

Installation manual SQL Server

Installation manual SQL Server Installation manual SQL Server Version: 2018-11-06 Additional technical information for specialists Contents 1. Brief overview of how to use the SQL Server... 2 1.1. System requirements... 2 1.2. Required

More information

Document Management Upgrade Guide

Document Management Upgrade Guide Document Management Upgrade Guide March 2014, Version 8.9 Minimum Requirements Ensure that your Document Management environment conforms to the following requirements. Document Management Image Server

More information

Passwordstate. Installation Instructions for. SQL Server 2016 Express

Passwordstate. Installation Instructions for. SQL Server 2016 Express Passwordstate Installation Instructions for SQL Server 2016 Express This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise

More information

PL/SQL Developer and TOAD IDE Integration Configuration

PL/SQL Developer and TOAD IDE Integration Configuration PL/SQL Developer and TOAD IDE Integration Configuration SCM Solutions provides this document as a guideline only and does not guarantee error free usage of either ID integration solutions discussed in

More information

CompuCal Version 6 Installation Guide (Windows 2008/R2) Release

CompuCal Version 6 Installation Guide (Windows 2008/R2) Release CompuCal Version 6 Installation Guide (Windows 2008/R2) Release 6.3.0.4 Copyright CompuCal Calibration Solutions 2015 Page 1 of 17 Table of Contents 1. MINIMUM SPECIFICATIONS... 3 1.1 Client Server Spec...

More information

LiNC-NXG for Windows 8 Professional, Windows 7 Professional, Vista Business Edition and XP Professional

LiNC-NXG for Windows 8 Professional, Windows 7 Professional, Vista Business Edition and XP Professional LiNC-NXG for Windows 8 Professional, Windows 7 Professional, Vista Business Edition and XP Professional Installation Guide for LiNC-NXG 33-10067-001 REV: C PCSC 3541 Challenger Street Torrance, CA 90503

More information

Installation Instructions MSSQL

Installation Instructions MSSQL 2015 Installation Instructions MSSQL Ross Drew LA Design Systems 1/1/2015 Table of Contents Summary... 3 Install MS SQL Server... 3 Use Existing MS SQL Server... 3 Restore the LADS Sample Database... 3

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

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

Installation Guide of SQL Server Express

Installation Guide of SQL Server Express B Installation Guide of SQL Server Express A. Hardware and Software Requirements for SQL Server Express 3 B. Installation Procedures 6 1. Microsoft.NET Framework 3.5 SP1 6 2. Microsoft.NET Framework 4.0

More information

Contents. Getting Started. RELEASE NOTES TestStand ATML Toolkit Version 2017

Contents. Getting Started. RELEASE NOTES TestStand ATML Toolkit Version 2017 RELEASE NOTES TestStand ATML Toolkit Version 2017 These release notes contain TestStand ATML Toolkit 2017 system requirements, installation instructions, information about new features, and other changes

More information

Single User Installation Guide

Single User Installation Guide Single User Installation Guide Copyright 1998-2005, E-Z Data, Inc. All Rights Reserved. No part of this documentation may be copied, reproduced, or translated in any form without the prior written consent

More information

Secure Transfer Site (STS) User Manual

Secure Transfer Site (STS) User Manual Secure Transfer Site (STS) User Manual (Revised 3/1/12) Table of Contents Basic System Display Information... 3 Command Buttons with Text... 3 Data Entry Boxes Required / Enabled... 3 Connecting to the

More information

PasTools Client Utilities

PasTools Client Utilities PasTools Client Utilities User Guide Contents Overview...3 PasImporter - Running the PAS File Loader...3 Step 1 Launch the Add-in...3 Step 2 File Selection...4 Step 3 Attach the PAS File...5 Step 4 Link

More information

DOCUMENT REVISION HISTORY

DOCUMENT REVISION HISTORY DOCUMENT REVISION HISTORY Rev. No. Changes Date 000 New Document 10 Jan. 2011 001 Document Revision: 06 Jun. 2011 - Addition of section on MYSQL backup and restore. 002 Document Revision: 22 Jul. 2011

More information

DBXL AZURE INSTALLATION GUIDE

DBXL AZURE INSTALLATION GUIDE Page 1 of 48 DBXL AZURE INSTALLATION GUIDE LAST UPDATED: October 25, 2016 ADDING A VIRTUAL MACHINE ON MICROSOFT AZURE Login to your Microsoft Azure site. Create a new Virtual Machine instance by clicking

More information

10ZiG Technology. Thin Desktop Quick Start Guide

10ZiG Technology. Thin Desktop Quick Start Guide 10ZiG Technology Thin Desktop Quick Start Guide 2010 05 20 Introduction This document is intended as a quick start guide for installing Thin Desktop. After reading this document, you will know how to:

More information

Installing SQL Server 2016 Cluster

Installing SQL Server 2016 Cluster 1. Introduction Installing SQL Server 2016 Cluster This document outlines the step by step process to install SQL Server 2016 failover Cluster on Windows Server 2016 Failover Cluster. 2. Prerequisites

More information

Hands-On Lab. Authoring and Running Automated GUI Tests using Microsoft Test Manager 2012 and froglogic Squish. Lab version: 1.0.5

Hands-On Lab. Authoring and Running Automated GUI Tests using Microsoft Test Manager 2012 and froglogic Squish. Lab version: 1.0.5 Hands-On Lab Authoring and Running Automated GUI Tests using Microsoft Test Manager 2012 and froglogic Squish Lab version: 1.0.5 Last updated: 27/03/2013 Overview This hands- on lab is part two out of

More information

BIOMA USER MANUAL VERSION

BIOMA USER MANUAL VERSION BIOMA USER MANUAL VERSION 2.2.1304 VIENNA UNIVERSITY OF TECHNOLOGY, JULY 2013 Vienna University of Technology Institute for Water Quality, Resources and Waste Management A-1040 Wien, Karlsplatz 13/226

More information

DevSuite V9/ DevTest V5 Installation Guide

DevSuite V9/ DevTest V5 Installation Guide DevSuite V9/ DevTest V5 Installation Guide Author: TechExcel co.ltd Date: Table of Content Installation Guide Chapter1DevSuiteInstallationGuide 1.1TechExcel DevSuite Installation Guide 1.2DownloadingtheInstallationFiles

More information

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS)

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) Installation Guide NEC NEC Corporation October 2010 NDA-30362, Revision 15 Liability Disclaimer NEC Corporation reserves the right

More information

Re-installing SQL Server 2012 Express

Re-installing SQL Server 2012 Express Re-installing SQL Server 2012 Express This document helps you in re-installing SQL Server 2012 Express edition without losing data on the current TM1000 database (Other databases on SQL will be removed).

More information

Installing Oracle 12c R1 on a 64-bit OS

Installing Oracle 12c R1 on a 64-bit OS Complete this step only AFTER installing SQL Server Development Tools (SSDT). To install Oracle, complete these steps. Confirm Prerequisite 1) Confirm SSDT (Sql Server Data Tools) exists on the workstation.

More information

Click Studios. SQL Server Transactional Replication for Passwordstate High Availability

Click Studios. SQL Server Transactional Replication for Passwordstate High Availability SQL Server Transactional Replication for Passwordstate High Availability This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part,

More information

Managing the Directory

Managing the Directory Managing the Directory 2016 - Winter Edition User Guide - Table of Contents Overview Use Case(s) Accessing the Tool Directory Tabs for Admins/Editors Club Members Staff Tab My Profile Search Tab Export

More information

VAULT REVISION TABLE FOR INVENTOR

VAULT REVISION TABLE FOR INVENTOR Automatically Update a Drawing s Revision Table with Vault Data AT A GLANCE ISSUE: The process of manually updating the revision tables on drawings can be time consuming. SOLUTION: The Vault Revision Table

More information

Installation Manual. Fleet Maintenance Software. Version 6.4

Installation Manual. Fleet Maintenance Software. Version 6.4 Fleet Maintenance Software Installation Manual Version 6.4 6 Terri Lane, Suite 700 Burlington, NJ 08016 (609) 747-8800 Fax (609) 747-8801 Dossier@dossiersystemsinc.com www.dossiersystemsinc.com Copyright

More information