Managing DMV Pictures & Signatures with Adabas Large Object (LOB) Fields Image storage on the mainframe

Size: px
Start display at page:

Download "Managing DMV Pictures & Signatures with Adabas Large Object (LOB) Fields Image storage on the mainframe"

Transcription

1 Managing DMV Pictures & Signatures with Adabas Large Object (LOB) Fields Image storage on the mainframe Alan Peterson Technology Engineer IV

2 2 State of South Dakota Department of Public Safety upgrades Driver s License System Expanding size of Driver s license images > 32K. Adabas LOBs EntireX for > 32K transport Natural fields > 32K State Government

3 State of South Dakota 3 Population 814,180 (2010 Census) 46 th in the US. Density 10.9/sq mi - 46 th in the US. Area Total 77,116[2] sq mi(199,905 km2) - 17 th in the US Width 210 miles (340 km) Length 380 miles (610 km) State Capitol : Pierre (pronounced peer) WEB :

4 4 South Dakota Department of Public Safety responsible for Driver Licensing and State Identification cards. Started saving Driver s license images on ADABAS in 1991 Small Picture & Signature 10K contained both Backup / recovery Availability Natural V2.2 ADABAS v5.1

5 Driver s License file with Image file (old) 5 Driver s License Database 1 DL_Images IMAGE Database

6 Old Pictures ADABAS FDT fields that stored image. 6 Ty L Field ID F Length Occ D DB S. 1 PICTURE-DATA-1 B AN F 1 PICTURE-DATA-2 B AO F 1 PICTURE-DATA-3 B AP F 1 PICTURE-DATA-4 B AQ F 1 PICTURE-DATA-5 B AR F.. 1 PICTURE-DATA-16 B AV F 1 PICTURE-DATA-17 B AW F

7 Super Descriptor that tied records together 7 Ty L Field ID F Length Occ D DB S.. SP 1 OWN-KEY-QUAL-SEQ-SP A 13.0 D A4 N Source field(s) Start End DB PICTURE-OWNER 1 2 AA(1-2) PICTURE-KEY 1 9 AB(1-9) PICTURE-KEY-QUALIFIER 1 1 AC(1-1) PICTURE-SEQ-NO 1 1 AD(1-1)

8 New Drivers License changes 8 Facial recognition Separate picture and signature images Larger Picture up to 40K Larger Signatures up to 16K New Work station hardware Image format change required

9 Options for the images 9 Leave the same More records for larger images Key structure would have to change High data manipulation Move images to different platform; different DBMS Build interface between platforms Setup new platform structure/hardware Possible control/management issues Upgrade and modernize existing ADABAS V8 LOBs available Natural 4.2 large fields available EntireX messages > 32K ADABAS SVC could handle > 32K messages

10 Choose upgrade and modernize of existing system. 10 ADABAS LOBS Had been to Becky s internals class but had no other experience Started DBA testing June 2009 Natural Dynamic variables Had used in some arrays Hadn t used with Broker calls EntireX Broker Larger then 32K message Had to install new version (V8.0.1) Hadn t used messages > 32K

11 Driver s License File with Image file and LOB file. 11 Driver s License Database 1 DL_Images SAG-ADA-LOB IMAGE Database

12 New FDT image fields. Added to Base file DL_Images AB 000 A LB NB NU NV PHOTO 1 AC 000 A LB NB NU NV SIGNATURE ADALOD LOAD FILE=nnn LOBFILE=nnn

13 LOB file 13 Extra file required It contains data for LOBs specified in base file. ADALOD LOAD FILE=nnn,LOB BASEFILE=nnn ISNREUSE = YES DATAPFAC = 1 DSREUSE = YES ISNSIZE = 4

14 Predict LOB file listing. 14

15 Predict LOB file listing page 2. 15

16 Predict File definition

17 17 Predict Link Children maintenance screen of test file fields.

18 Predict Modify Large object field (screen 1) 18

19 Predict Modify Large object field (screen 2) 19

20 20 Predict listing of base file fields vs. SYSAOS FDT list of base file fields Predict file listing 1 KEY A 8.0 D AA N 1 PICTURE LO 140.0K AB N 1 SIGNATURE LO 16.0K AC N FDT listing TEST-PICTURES: 1 AA 008 A DE NU KEY 1 AB 000 A LB NB NU NV PICTURE 1 AC 000 A LB NB NU NV SIGNATURE

21 Predict DDM Long Alpha fields - Dynamic 21 Predict V4.5 Write U-GEN exit Activate exit Predict Generation Before execution y (y/n) Predict V4.6.1 Modify DDM Generation Long fields as DYNAMIC..* Y

22 DDM generated with Dynamic option OFF and ON 22 1 AB PICTURE A N LE= OPTIONS=LB 1 AC SIGNATURE A N LE=16384 OPTIONS=LB 1 AB PICTURE A N DY OPTIONS=LB 1 AC SIGNATURE A N DY OPTIONS=LB

23 23 Predict exit U-MIP Notification that file is related to another file. SYSDIC-FI-ADA FILE-NAME-ADA P-DBNR-FNR LOB-FNR Refresh/Purge base file TEST-PICTURES in database: 3 file: 87 is BASE file for LOB file: 88 database: 3 Do you want to continue enter (y/n) Refresh/Purge LOB file SAG-ADA-LOB in database: 3 file: 88 is LOB file for BASE: TEST-PICTURES Database: 3 file: 87 Do you want to continue enter (y/n)

24 NATURAL Dynamic Variables & related statements

25 Definition, Allocation & Usage 25 DEFINE DATA level variable-name ( A ) DYNAMIC level variable-name ( B ) DYNAMIC level variable-name ( U ) DYNAMIC *LENGTH(field) MOVE ALL UNTIL

26 Natural DDM for ADABAS file compared to FDT 26 DDM listing for TEST-PICTURES: 1 AA KEY A 8 N D 1 AB L@PICTURE I 4 1 AB PICTURE A N DY OPTIONS=LB 1 AC L@SIGNATURE I 4 1 AC SIGNATURE A N DY OPTIONS=LB FDT listing TEST-PICTURES: 1 AA 008 A DE NU KEY 1 AB 000 A LB NB NU NV PICTURE 1 AC 000 A LB NB NU NV SIGNATURE

27 Variable length images stored 27 READ TEST-PICTURES BY KEY DISPLAY *COUNTER KEY END CNT KEY Alan ALANb ALAN ALAN ALAN ALAN

28 EntireX Broker Attributes & Natural server

29 EntireX Broker Attributes 29 MAX-MSG-LENGHT = nnn,nnn EXTENDED-ACB-SUPPORT = YES IUBL = nnn,nnn CONVERSION = NO

30 Natural Broker Server - ACI 30 API-Version Send Area Receive Area *LENGTH(dynamic field) MOVE All UNTIL SUBSTRING

31 COBOL Direct Commands CICS COBOL program

32 AAMVA interface Problem Drivers Pointer System 32 NCSII Message Control UNI UNT040 Application Message UNST TDQ COBOL PGM1 Driver s License Images ACBX Direct Cmds COBOL PGM2 XML U010 TDQ XML U012 TDQ (image) UNI

33 Processing LOBs requires ACBX interface. 33 L3 direct call ADARSP253 error occurred processing a buffer APLX-FILLER low Value APLX-TOKEN low Value ABDXLOC buffer location Flag we set to I LOB Length LOB field value appended with 4 byte length of LOB. Length value includes length of LOB and 4 bytes of length field. ADABAS Utilities - ADACMP Utility: Compress- Decompress Data Field Definition Statements ADABAS Command Reference Guide DBA Tasks Large Object (LB) Files and Fields

34 Current Production January 2010

35 Driver s License Exam Station 35

36 Image sharing 36 EntireX Image Request Natural EAI Server ADABAS Web Server EAI Staff and Developer Mainframe

37 Current million old pictures Picture average size 7,888 bytes Signature average size 743 bytes.5 million new pictures Picture average size 35,551 bytes Signature average size 12,536 bytes.9 million licensees / id holders.8 gig dasd growth per month. DB backup under 30 minutes. 200, ,000 image records per year.

38 Read the documentation & TEST. Scan documentation for LOB. Remember different tools display the field information differently Alan Peterson Technology Engineer IV Bureau of Information and Telecommunications State of South Dakota Kneip Building 700 Governors Drive Pierre, SD Phone: (605) Contact Information here

39 The END

40 ADAREP LOB section 40 ************* * * * LOB FILES * :28:30 * * ************* FILE WITH I ASSOCIATED I LOB FIELDS I LOB FILE I I 88 I I I

41 Time Slot Tuesday, 10/16 11:15 12:00 Tuesday, 10/16 1:30 2:15 Adabas and Natural Track Presentations Managing DMV Pictures & Signatures with Adabas Large Object (LOB) October 16, Fields State of South Dakota Adabas and Natural Sessions for Process World 2012 Active Data Warehousing Made Easy with Adabas SQL Gateway Royal Bank of Canada Tuesday, 10/16 2:30 3:15 Tuesday, 10/16 3:30 4:15 Tuesday, 10/16 4:30 5:15 Wednesday, 10/17 11:15 12:00 Achieve Significant Quality Improvements by using Better Test Data with Data Masking for Adabas Pennsylvania State University What s next for Adabas and Natural? The Strategic Direction Software AG Case Study FSCJ: College Inventory Management using a Mobile Application Adabas Replication: How we do it at NYC DoITT New York City Department of Information Technology Wednesday, 10/17 1:30-2:15 Wednesday, 10/17 2:30-3:15 EntireX Broker Centralizes Drivers License Management State-Wide State of Virginia Natural Remote Data Collector (RDC); Monitoring and much more State of Washington Retirement System

Active Data Warehousing With ADABAS SQL GATEWAY

Active Data Warehousing With ADABAS SQL GATEWAY Active Data Warehousing With ADABAS SQL GATEWAY ADABAS SQL GW is Non a Sacrificial Gateway to ADABAS! Nikolai Chmatov Manager, Tactical Solution, Market Product & Services October 16, 2012 nikolai.chmatov@rbc.com

More information

Data Masking for Adabas. Becky Albin Chief IT Architect

Data Masking for Adabas. Becky Albin Chief IT Architect Data Masking for Adabas Becky Albin Chief IT Architect Find Your Inner Genius at ProcessWorld 2012! Get smarter about using IT to improve business performance Discover inspiring solutions to your pressing

More information

What s next for Adabas and Natural. Blair Harding Lead Pre-Sales Consultant Software AG

What s next for Adabas and Natural. Blair Harding Lead Pre-Sales Consultant Software AG What s next for Adabas and Natural Blair Harding Lead Pre-Sales Consultant Software AG The Future of Application Development Best-of-breed approach of custom and standard applications Solutions Importance

More information

BACKUP AND RECOVERY PLAN MS SQL SERVER

BACKUP AND RECOVERY PLAN MS SQL SERVER BUREAU OF INFORMATION & TELECOMMUNICATIONS BACKUP AND RECOVERY PLAN MS SQL SERVER Page 1 of 5 Revisions & Addendums Log: Instructions: Changes and Addendum can be sent to: James R. Douglas, Technical Analyst

More information

Enterprise Data Solutions Product Strategy and Vision Process-driven IT Modernization, Natural and Adabas

Enterprise Data Solutions Product Strategy and Vision Process-driven IT Modernization, Natural and Adabas Enterprise Data Solutions Product Strategy and Vision Process-driven IT Modernization, Natural and Adabas Guido Falkenberg VP Enterprise Transaction Systems Software AG 8 June 2011 ProcessWorld 2011 2

More information

Upgrading Your SQL Server 2000 Database Administration (DBA) Skills to SQL Server 2008 DBA Skills Course 6317A: Three days; Instructor-Led

Upgrading Your SQL Server 2000 Database Administration (DBA) Skills to SQL Server 2008 DBA Skills Course 6317A: Three days; Instructor-Led Upgrading Your SQL Server 2000 Database Administration (DBA) Skills to SQL Server 2008 DBA Skills Course 6317A: Three days; Instructor-Led About this Course This three-day instructor-led course provides

More information

Data Masking Secure Sensitive Data Improve Application Quality. Becky Albin Chief IT Architect Becky.Albin@softwareag.com

Data Masking Secure Sensitive Data Improve Application Quality. Becky Albin Chief IT Architect Becky.Albin@softwareag.com Data Masking Secure Sensitive Data Improve Application Quality Becky Albin Chief IT Architect Becky.Albin@softwareag.com Data Masking for Adabas The information provided in this PPT is entirely subject

More information

IT Labor (Hourly Billable) Data Base Hosting

IT Labor (Hourly Billable) Data Base Hosting Cost Pool Definitions for Information Technology (IT) Services FY16/17 (Effective July 1, 2015) IT Labor (Hourly Billable) B/A 1365 - Programmer/Developer: EITS provides a variety of software development

More information

Course Outline: Course 6317: Upgrading Your SQL Server 2000 Database Administration (DBA) Skills to SQL Server 2008 DBA Skills

Course Outline: Course 6317: Upgrading Your SQL Server 2000 Database Administration (DBA) Skills to SQL Server 2008 DBA Skills Course Outline: Course 6317: Upgrading Your SQL Server 2000 Database Administration (DBA) Skills to DBA Skills Learning Method: Instructor-led Classroom Learning Duration: 3.00 Day(s)/ 24 hrs Overview:

More information

Optimize for Infrastructure Moving from reactive to proactive IT infrastructure management

Optimize for Infrastructure Moving from reactive to proactive IT infrastructure management Optimize for Infrastructure Moving from reactive to proactive IT infrastructure management Becky Albin Chief IT Architect Optimize for Infrastructure Mainframe Edition Agenda October 9, 2012 2 What is

More information

Process-Driven IT Modernization Strategy. Tim Ward tim.ward@softwareag.com

Process-Driven IT Modernization Strategy. Tim Ward tim.ward@softwareag.com Process-Driven IT Modernization Strategy Tim Ward tim.ward@softwareag.com The Value of the Process Business Process is driving modernization activities, not the other way around it is about the most bang

More information

LabStats 5 System Requirements

LabStats 5 System Requirements LabStats Tel: 877-299-6241 255 B St, Suite 201 Fax: 208-473-2989 Idaho Falls, ID 83402 LabStats 5 System Requirements Server Component Virtual Servers: There is a limit to the resources available to virtual

More information

Administering Microsoft SQL Server 2012 Databases

Administering Microsoft SQL Server 2012 Databases Administering Microsoft SQL Server 2012 Databases Install and Configure (19%) Plan installation. May include but not limited to: evaluate installation requirements; design the installation of SQL Server

More information

Software AG ADABAS Update

Software AG ADABAS Update Software AG ADABAS Update Becky Albin Chief IT Architect Software AG US 2013 Software AG. All rights reserved. Now Available Adabas-Natural Security Whitepaper 2 2013 Software AG. All rights reserved.

More information

Planning and Administering Windows Server 2008 Servers

Planning and Administering Windows Server 2008 Servers Planning and Administering Windows Server 2008 Servers Course 6430 Five days Instructor-led Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students

More information

Integrating Web Services and Natural Objects Using EntireX

Integrating Web Services and Natural Objects Using EntireX Integrating Web Services and Natural Objects Using EntireX Technical Paper: Calling a Web Service from Natural 4/15/2013 Software AG Global Support Services 1) Start Broker (e.g. ETB1331) 2) Check that

More information

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042 Course 6451B: Planning, Deploying and Managing Microsoft System Center Configuration Manager 2007 Length: 3 Days Published: June 29, 2012 Language(s): English Audience(s): IT Professionals Level: 300 Technology:

More information

Assistant Information Technology Specialist. X X X software related to database development and administration Computer platforms and

Assistant Information Technology Specialist. X X X software related to database development and administration Computer platforms and FUNCTIONAL AREA 5 Database Administration (DBA) Incumbents in this functional area plan, design, develop, test, implement, secure, and administer database systems. Database Administration applies to all

More information

SEER Enterprise Shared Database Administrator s Guide

SEER Enterprise Shared Database Administrator s Guide SEER Enterprise Shared Database Administrator s Guide SEER for Software Release 8.2 SEER for IT Release 2.2 SEER for Hardware Release 7.3 March 2016 Galorath Incorporated Proprietary 1. INTRODUCTION...

More information

REMOTE DATA TRANSMISSION OVERVIEW

REMOTE DATA TRANSMISSION OVERVIEW CME Clearing Clearing Communications Requirements - General Information A. REMOTE DATA TRANSMISSION OVERVIEW The CME can accept data from and send data to several types of TCP/IP devices. This document

More information

AVALANCHE MC 5.3 AND DATABASE MANAGEMENT SYSTEMS

AVALANCHE MC 5.3 AND DATABASE MANAGEMENT SYSTEMS AVALANCHE MC 5.3 AND DATABASE MANAGEMENT SYSTEMS Avalanche Mobility Center (MC) offers support for other database management systems (DBMS) as alternatives to the built-in PostgreSQL DBMS. This was prompted

More information

ILLINOIS SECRETARY OF STATE Approach to Legacy System Modernization Request For Information

ILLINOIS SECRETARY OF STATE Approach to Legacy System Modernization Request For Information OVERVIEW The Office of the Illinois Secretary of State (SOS) has approximately 120 drivers license facilities located throughout the state of Illinois and five mobile units that travel to other physical

More information

Database FAQs - SQL Server

Database FAQs - SQL Server Database FAQs - SQL Server Kony Platform Release 5.0 Copyright 2013 by Kony, Inc. All rights reserved. August, 2013 This document contains information proprietary to Kony, Inc., is bound by the Kony license

More information

Maximize and Revitalize Adabas/Natural

Maximize and Revitalize Adabas/Natural Maximize and Revitalize Adabas/Natural J. Wayne Lashley Chief Business Development Officer Treehouse Software 1 Agenda (Re-)introduction to Treehouse Helping you meet the challenges The take-away message

More information

SQL Server 2008 Designing, Optimizing, and Maintaining a Database Session 1

SQL Server 2008 Designing, Optimizing, and Maintaining a Database Session 1 SQL Server 2008 Designing, Optimizing, and Maintaining a Database Course The SQL Server 2008 Designing, Optimizing, and Maintaining a Database course will help you prepare for 70-450 exam from Microsoft.

More information

Deploying Cisco Unified Contact Center Express Volume 1

Deploying Cisco Unified Contact Center Express Volume 1 Deploying Cisco Unified Contact Center Express Volume 1 Course Introduction Learner Skills and Knowledge Course Goal and Course Flow Additional References Your Training Curriculum General Administration

More information

Performance rule violations usually result in increased CPU or I/O, time to fix the mistake, and ultimately, a cost to the business unit.

Performance rule violations usually result in increased CPU or I/O, time to fix the mistake, and ultimately, a cost to the business unit. Is your database application experiencing poor response time, scalability problems, and too many deadlocks or poor application performance? One or a combination of zparms, database design and application

More information

FAQ Communication over IE

FAQ Communication over IE FAQ Communication over IE S7 communication between S7-200 and S7-300/400 FAQ Table of Contents Table of Contents... 2 Question...2 How do I configure a S7 connection to exchange data between S7-200 and

More information

Microsoft SQL Database Administrator Certification

Microsoft SQL Database Administrator Certification Microsoft SQL Database Administrator Certification Training for Exam 70-432 Course Modules and Objectives www.sqlsteps.com 2009 ViSteps Pty Ltd, SQLSteps Division 2 Table of Contents Module #1 Prerequisites

More information

LISTE DES DOCUMENTS ORACLE

LISTE DES DOCUMENTS ORACLE REFERENCES SQL SQL Reference A58225 A67790 a96540 b14200-01 b28286 Oracle Database SQL Quick Reference b14195-01 b28285 GETTING STARTED Getting started with Oracle Management Pack for Oracle Application

More information

Mind Q Systems Private Limited

Mind Q Systems Private Limited MS SQL Server 2012 Database Administration With AlwaysOn & Clustering Techniques Module 1: SQL Server Architecture Introduction to SQL Server 2012 Overview on RDBMS and Beyond Relational Big picture of

More information

Version 5.0. MIMIX ha1 and MIMIX ha Lite for IBM i5/os. Using MIMIX. Published: May 2008 level 5.0.13.00. Copyrights, Trademarks, and Notices

Version 5.0. MIMIX ha1 and MIMIX ha Lite for IBM i5/os. Using MIMIX. Published: May 2008 level 5.0.13.00. Copyrights, Trademarks, and Notices Version 5.0 MIMIX ha1 and MIMIX ha Lite for IBM i5/os Using MIMIX Published: May 2008 level 5.0.13.00 Copyrights, Trademarks, and Notices Product conventions... 10 Menus and commands... 10 Accessing online

More information

MIRRORING: START TO FINISH. Ryan Adams Blog - http://ryanjadams.com Twitter - @ryanjadams

MIRRORING: START TO FINISH. Ryan Adams Blog - http://ryanjadams.com Twitter - @ryanjadams MIRRORING: START TO FINISH Ryan Adams Blog - http://ryanjadams.com Twitter - @ryanjadams About Me http://www.ryanjadams.com @ryanjadams Objectives Define Mirroring Describe how mirroring fits into HA and

More information

SQL Server 2012 Database Administration With AlwaysOn & Clustering Techniques

SQL Server 2012 Database Administration With AlwaysOn & Clustering Techniques SQL Server 2012 Database Administration With AlwaysOn & Clustering Techniques Module: 1 Module: 2 Module: 3 Module: 4 Module: 5 Module: 6 Module: 7 Architecture &Internals of SQL Server Engine Installing,

More information

Lotus Domino 8 Monitoring and Maintenance

Lotus Domino 8 Monitoring and Maintenance Lotus Domino 8 Monitoring and Maintenance Course Title Course Code Lotus Domino 8 Monitoring and Maintenance DSMM8 Duration 02 days Course Fee Call to Request Instructor Certified Lotus Instructor or Certified

More information

Samples of Management Consulting Assignments. Performed by DCAG are. Provided in the following pages.

Samples of Management Consulting Assignments. Performed by DCAG are. Provided in the following pages. Samples of Management Consulting Assignments Performed by DCAG are Provided in the following pages. Thomas Bronack 15180 20 th Avenue Whitestone, NY 11357 Phone: (718) 591-5553 Cell: (917) 673-6992 Email:

More information

Why Migrate to the Cloud. ABSS Solutions, Inc. 2014

Why Migrate to the Cloud. ABSS Solutions, Inc. 2014 Why Migrate to the Cloud ABSS Solutions, Inc. 2014 ASI Cloud Services Information Systems Basics Cloud Fundamentals Cloud Options Why Move to the Cloud Our Service Providers Our Process Information System

More information

MS SQL Server 2014 New Features and Database Administration

MS SQL Server 2014 New Features and Database Administration MS SQL Server 2014 New Features and Database Administration MS SQL Server 2014 Architecture Database Files and Transaction Log SQL Native Client System Databases Schemas Synonyms Dynamic Management Objects

More information

Informatica ILM Archive and Application Retirement

Informatica ILM Archive and Application Retirement Informatica ILM Archive and Application Retirement Thierry AUDOT Technical Manager EMEA 26 th September 2012 1 Live Archiving What are key users pain points? My reports take forever to run! I need all

More information

IT-Pruefungen.de. Hochwertige Qualität, neueste Prüfungsunterlagen. http://www.it-pruefungen.de

IT-Pruefungen.de. Hochwertige Qualität, neueste Prüfungsunterlagen. http://www.it-pruefungen.de IT-Pruefungen.de Hochwertige Qualität, neueste Prüfungsunterlagen http://www.it-pruefungen.de Exam : 70-401 Title : MS System Center Configuration Manager2007, Configuring Version : Demo 1. You have a

More information

Server Name(s) Database Name Application

Server Name(s) Database Name Application Server Name(s) Database Name Application bpl oracle1;bpl oracle2 MAXPROD Maximo bpl oracle1;bpl oracle2 LAWPROD Lawson bpl oracle1;bpl oracle2 IMGNOW Image Now bpl oracle1;bpl oracle2 LIVELNK Livelink

More information

Real World Enterprise SQL Server Replication Implementations. Presented by Kun Lee sa@ilovesql.com

Real World Enterprise SQL Server Replication Implementations. Presented by Kun Lee sa@ilovesql.com Real World Enterprise SQL Server Replication Implementations Presented by Kun Lee sa@ilovesql.com About Me DBA Manager @ CoStar Group, Inc. MSSQLTip.com Author (http://www.mssqltips.com/sqlserverauthor/15/kunlee/)

More information

Merchant On The Move Android Professional Edition User Guide and Tutorial

Merchant On The Move Android Professional Edition User Guide and Tutorial Merchant On The Move Android Professional Edition User Guide and Tutorial Copyright (c) 2010 Primary Merchant Solutions Inc All rights reserved Merchant On The Move for Android p. 1 Requirements Merchant

More information

www.h2kinfosys.com >>Dream, Strive and Achieve Victory>> SQL Server 2005/2008 DBA SSIS and SSRS Training Contact

www.h2kinfosys.com >>Dream, Strive and Achieve Victory>> SQL Server 2005/2008 DBA SSIS and SSRS Training Contact 1 www.h2kinfosys.com >>>> Page 1 SQL Server 2005/2008 DBA SSIS and SSRS Training Contact Training@h2kinfosys.com or h2kinfosys@gmail.com 770-777-1269 Training Overview and Topics to be covered: DAY 1 (2

More information

PassTest. Bessere Qualität, bessere Dienstleistungen!

PassTest. Bessere Qualität, bessere Dienstleistungen! PassTest Bessere Qualität, bessere Dienstleistungen! Q&A Exam : ST0-141 Title : Symantec Backup Exec 2012 Technical Assessment Version : Demo 1 / 5 1.The resource-centric model in Symantec Backup Exec

More information

General DBA Best Practices

General DBA Best Practices General DBA Best Practices An Accelerated Technology Laboratories, Inc. White Paper 496 Holly Grove School Road West End, NC 27376 1 (800) 565-LIMS (5467) / 1 (910) 673-8165 1 (910) 673-8166 (FAX) E-mail:

More information

state of south dakota Bureau of Information & Telecommunications Provide a Reliable, Secure & Modern Infrastructure services well-designed innovative

state of south dakota Bureau of Information & Telecommunications Provide a Reliable, Secure & Modern Infrastructure services well-designed innovative Strategic Plan 2015-2017 state of south dakota Bureau of Information & Telecommunications 1GOAL ONE: Provide a Reliable, Secure & Modern Infrastructure services security technology assets well-designed

More information

Basics on Geodatabases

Basics on Geodatabases Basics on Geodatabases 1 GIS Data Management 2 File and Folder System A storage system which uses the default file and folder structure found in operating systems. Uses the non-db formats we mentioned

More information

DELAWARE. Jurisdiction Impact Analysis Real ID Act

DELAWARE. Jurisdiction Impact Analysis Real ID Act DELAWARE Jurisdiction Impact Analysis Real ID Act REAL ID ACT Introduce Full Legal Name into Driver Licensing System (in Record, on Document) Modify all inquiry approximately 4 major interfaces, Modify

More information

12.4.1 Optional Lab: Schedule Task Using GUI and at Command in Windows 7

12.4.1 Optional Lab: Schedule Task Using GUI and at Command in Windows 7 12.4.1 Optional Lab: Schedule Task Using GUI and at Command in Windows 7 Introduction Print and complete this lab. In this lab, you will schedule a task using the Windows 7 GUI and schedule a task in a

More information

Configuring Windows Server 2008 Active Directory

Configuring Windows Server 2008 Active Directory Configuring Windows Server 2008 Active Directory Course Number: 70-680 Certification Exam This course is preparation for the Microsoft Technical Specialist (TS) exam, Exam 70-680: TS: Windows 7, Configuring

More information

Would-be system and database administrators. PREREQUISITES: At least 6 months experience with a Windows operating system.

Would-be system and database administrators. PREREQUISITES: At least 6 months experience with a Windows operating system. DBA Fundamentals COURSE CODE: COURSE TITLE: AUDIENCE: SQSDBA SQL Server 2008/2008 R2 DBA Fundamentals Would-be system and database administrators. PREREQUISITES: At least 6 months experience with a Windows

More information

Administering a Microsoft SQL Server 2000 Database

Administering a Microsoft SQL Server 2000 Database Aug/12/2002 Page 1 of 5 Administering a Microsoft SQL Server 2000 Database Catalog No: RS-MOC2072 MOC Course Number: 2072 5 days Tuition: $2,070 Introduction This course provides students with the knowledge

More information

Records Configuration Manager client status evaluation activities and details for components that are required by the Configuration Manager client.

Records Configuration Manager client status evaluation activities and details for components that are required by the Configuration Manager client. Technical Reference for Log Files in Configuration Manager Configuration Manager Client Logs The following sections list the log files related to client operations, and client installation. Client Operations

More information

Part of Chapter 15 of the ViewPoint 7 Training & Users Guide

Part of Chapter 15 of the ViewPoint 7 Training & Users Guide VP Credit Card Part of Chapter 15 of the ViewPoint 7 Training & Users Guide VP Credit Card lets you swipe or manually enter credit card payment information directly into ViewPoint and lets you swipe PIN

More information

Cisco Physical Access Manager

Cisco Physical Access Manager Data Sheet Cisco Physical Access Manager 1.4.1 Cisco Physical Access Manager is the management application for the Cisco Physical Access Control solution. Cisco Physical Access Manager (Figure 1) is used

More information

ECaTS Emergency Call Tracking System

ECaTS Emergency Call Tracking System ECaTS Emergency Call Tracking System Neal Johnsen Product Manager DIRECT TECHNOLOGY, INC Agenda System Overview Standard Reports Management Reports Ad-hoc Reports Data Reliability New Technology Managed

More information

MICROSOFT 70-687 EXAM QUESTIONS & ANSWERS

MICROSOFT 70-687 EXAM QUESTIONS & ANSWERS MICROSOFT 70-687 EXAM QUESTIONS & ANSWERS Number: 70-687 Passing Score: 700 Time Limit: 120 min File Version: 58.0 http://www.gratisexam.com/ MICROSOFT 70-687 EXAM QUESTIONS & ANSWERS Exam Name: Configuring

More information

Updating Your Microsoft SQL Server 2005 Skills to SQL Server 2008

Updating Your Microsoft SQL Server 2005 Skills to SQL Server 2008 Key Data Product #: Course #: 6158C Number of Days: 3 Format: Certification Exams: Instructor-Led None This course syllabus should be used to determine whether the course is appropriate for the students,

More information

MCSE SYLLABUS. Exam 70-290 : Managing and Maintaining a Microsoft Windows Server 2003:

MCSE SYLLABUS. Exam 70-290 : Managing and Maintaining a Microsoft Windows Server 2003: MCSE SYLLABUS Course Contents : Exam 70-290 : Managing and Maintaining a Microsoft Windows Server 2003: Managing Users, Computers and Groups. Configure access to shared folders. Managing and Maintaining

More information

Extreme Java G22.3033-007

Extreme Java G22.3033-007 Extreme Java G22.3033-007 Session 13 - Sub-Topic 1 Designing Databases for ebusiness Solutions Dr. Jean-Claude Franchitti New York University Computer Science Department Courant Institute of Mathematical

More information

Install Pocket Inventory in a Windows Server 2008 Standard Environment

Install Pocket Inventory in a Windows Server 2008 Standard Environment One Blue Hill Plaza, 16th Floor, PO Box 1546 Pearl River, NY 10965 1-800-PC-AMERICA, 1-800-722-6374 (Voice) 845-920-0800 (Fax) 845-920-0880 Install Pocket Inventory in a Windows Server 2008 Standard Environment

More information

IP Addressing and Subnetting. 2002, Cisco Systems, Inc. All rights reserved.

IP Addressing and Subnetting. 2002, Cisco Systems, Inc. All rights reserved. IP Addressing and Subnetting 2002, Cisco Systems, Inc. All rights reserved. 1 Objectives Upon completion, you will be able to: Discuss the Types of Network Addressing Explain the Form of an IP Address

More information

Acceptance Page 2. Revision History 3. Introduction 14. Control Categories 15. Scope 15. General Requirements 15

Acceptance Page 2. Revision History 3. Introduction 14. Control Categories 15. Scope 15. General Requirements 15 Acceptance Page 2 Revision History 3 Introduction 14 Control Categories 15 Scope 15 General Requirements 15 Control Category: 0.0 Information Security Management Program 17 Objective Name: 0.01 Information

More information

GlobalSCAPE DMZ Gateway, v1. User Guide

GlobalSCAPE DMZ Gateway, v1. User Guide GlobalSCAPE DMZ Gateway, v1 User Guide GlobalSCAPE, Inc. (GSB) Address: 4500 Lockhill-Selma Road, Suite 150 San Antonio, TX (USA) 78249 Sales: (210) 308-8267 Sales (Toll Free): (800) 290-5054 Technical

More information

NJ Supreme Court Case Management System Request For Proposal Appendix B Systems Software / Hardware Standards

NJ Supreme Court Case Management System Request For Proposal Appendix B Systems Software / Hardware Standards MICROCOMPUTER SOFTWARE ENVIRONMENT SOFTWARE PACKAGE VERSION VENDOR Rational Products Rational Suite Development Studio 2003.06.12.280 IBM Rational XDE 2003.06.12.280 IBM Rational ClearCase 2002.06.00 IBM

More information

Advanced Diploma In Hardware, Networking & Server Configuration

Advanced Diploma In Hardware, Networking & Server Configuration Advanced Diploma In Hardware, Networking & Server Configuration Who should do this course? This course is meant for those persons who have a dream of getting job based on Computer Hardware, Networking

More information

Microsoft SQL Server 2008 Administrator's Pocket Consultant

Microsoft SQL Server 2008 Administrator's Pocket Consultant Microsoft SQL Server 2008 Administrator's Pocket Consultant William R. Stanek To learn more about this book, visit Microsoft Learning at http://www.microsoft.com/mspress/books/12755.aspx 9780735625891

More information

BMC Mainframe Solutions. Optimize the performance, availability and cost of complex z/os environments

BMC Mainframe Solutions. Optimize the performance, availability and cost of complex z/os environments BMC Mainframe Solutions Optimize the performance, availability and cost of complex z/os environments If you depend on your mainframe, you can rely on BMC Sof tware. Yesterday. Today. Tomorrow. You can

More information

Questions to NEORSD Oracle Implementation Services RFP

Questions to NEORSD Oracle Implementation Services RFP 1. Oracle 2. Oracle ATTACHMENT F 3. ATTACHMENT F - Functional Requirements.xls 5 Proposal Requirements 4 Scope of Desired Services N/A Should the electronic copy of Response 11 - Documentation Samples

More information

Administering a Microsoft SQL Server 2000 Database

Administering a Microsoft SQL Server 2000 Database Administering a Microsoft SQL Server 2000 Database Course 2072 - Five days - Instructor-led - Hands-On Introduction This course provides students with the knowledge and skills required to install, configure,

More information

AEC2.1 - Access Easy Controller 2.1 APC-AEC21-UPS1. Utilities Program Manual

AEC2.1 - Access Easy Controller 2.1 APC-AEC21-UPS1. Utilities Program Manual AEC2.1 - Access Easy Controller 2.1 APC-AEC21-UPS1 en Utilities Program Manual Access Easy Controller 2.1 Table of Contents en 3 Table of Contents 1 Before You Begin 5 1.1 DB Backup 5 1.2 Report Generator

More information

How to Configure an Initial Installation of the VMware ESXi Hypervisor

How to Configure an Initial Installation of the VMware ESXi Hypervisor How to Configure an Initial Installation of the VMware ESXi Hypervisor I am not responsible for your actions or their outcomes, in any way, while reading and/or implementing this tutorial. I will not provide

More information

IT Onsite Service Contract Proposal. For. <<Customer>> Ltd

IT Onsite Service Contract Proposal. For. <<Customer>> Ltd IT Onsite Service Contract Proposal For Ltd 1 of 14 I N T R O D U C T I O N This Service Contract for Onsite Deskside PC Support (this Service Contract ) is made effective as of February 5th,

More information

CA ARCserve and CA XOsoft r12.5 Best Practices for protecting Microsoft SQL Server

CA ARCserve and CA XOsoft r12.5 Best Practices for protecting Microsoft SQL Server CA RECOVERY MANAGEMENT R12.5 BEST PRACTICE CA ARCserve and CA XOsoft r12.5 Best Practices for protecting Microsoft SQL Server Overview Benefits The CA Advantage The CA ARCserve Backup Support and Engineering

More information

SPI Backup via Remote Terminal

SPI Backup via Remote Terminal FLUOR SPI Backup via Remote Terminal SmartPlant Implementation Team By Mitch Fortey Copyright 2014 Fluor Corporation all rights reserved SPI Back Up via Remote Terminal Data Backup 101 Why do we backup

More information

Infrastructure solution Options for

Infrastructure solution Options for RFP 16-01 EXHIBIT L Infrastructure solution Options for Corporations and Charities System Contributors: Sanjeev Batta Contents Introduction... 1 Conceptual Infrastructure Design... 2 Corporations and Charities

More information

VirtualCenter Database Maintenance VirtualCenter 2.0.x and Microsoft SQL Server

VirtualCenter Database Maintenance VirtualCenter 2.0.x and Microsoft SQL Server Technical Note VirtualCenter Database Maintenance VirtualCenter 2.0.x and Microsoft SQL Server This document discusses ways to maintain the VirtualCenter database for increased performance and manageability.

More information

<Insert Picture Here> Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region

<Insert Picture Here> Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region 1977 Oracle Database 30 Years of Sustained Innovation Database Vault Transparent Data Encryption

More information

DB2 Connect for NT and the Microsoft Windows NT Load Balancing Service

DB2 Connect for NT and the Microsoft Windows NT Load Balancing Service DB2 Connect for NT and the Microsoft Windows NT Load Balancing Service Achieving Scalability and High Availability Abstract DB2 Connect Enterprise Edition for Windows NT provides fast and robust connectivity

More information

Storage Virtualization for Mainframe DASD, Virtual Tape & Open Systems Disk

Storage Virtualization for Mainframe DASD, Virtual Tape & Open Systems Disk Storage Virtualization for Mainframe DASD, Virtual Tape & Open Systems Disk Scott James Luminex Software, Inc. John McDevitt HDS Jeffrey Deaver Financial Services Company Example Wednesday, August 14 Session

More information

The New Economics of SAP Business Suite powered by SAP HANA. 2013 SAP AG. All rights reserved. 2

The New Economics of SAP Business Suite powered by SAP HANA. 2013 SAP AG. All rights reserved. 2 The New Economics of SAP Business Suite powered by SAP HANA 2013 SAP AG. All rights reserved. 2 COMMON MYTH Running SAP Business Suite on SAP HANA is more expensive than on a classical database 2013 2014

More information

IBM DB2 Lab - ITFac. Lab 02: Getting started with DB2. Information Management Cloud Computing Center of Competence IBM Canada Lab

IBM DB2 Lab - ITFac. Lab 02: Getting started with DB2. Information Management Cloud Computing Center of Competence IBM Canada Lab Lab 02: Getting started with DB2 Information Management Cloud Computing Center of Competence IBM Canada Lab 1 1. Introduction This module is designed to introduce you to instances, databases, and to practice

More information

Scalability and BMC Remedy Action Request System TECHNICAL WHITE PAPER

Scalability and BMC Remedy Action Request System TECHNICAL WHITE PAPER Scalability and BMC Remedy Action Request System TECHNICAL WHITE PAPER Table of contents INTRODUCTION...1 BMC REMEDY AR SYSTEM ARCHITECTURE...2 BMC REMEDY AR SYSTEM TIER DEFINITIONS...2 > Client Tier...

More information

Adabas und Natural für das Digitale Unternehmen

Adabas und Natural für das Digitale Unternehmen Adabas und Natural für das Digitale Unternehmen Innovation Day 2014, Bonn Guido Falkenberg Enterprise Transaction Systems Software AG The world becomes more digital 2 The impact of a world that becomes

More information

Concepts of Database Management Seventh Edition. Chapter 7 DBMS Functions

Concepts of Database Management Seventh Edition. Chapter 7 DBMS Functions Concepts of Database Management Seventh Edition Chapter 7 DBMS Functions Objectives Introduce the functions, or services, provided by a DBMS Describe how a DBMS handles updating and retrieving data Examine

More information

The Adabas Replication Solution

The Adabas Replication Solution Optimize Extend Manage Services White Paper The Adabas Replication Solution Real-Time Data Access and Integration to Support Time-Sensitive Business Operations Introduction 1 The Software AG Difference

More information

NetNumen U31 R06. Backup and Recovery Guide. Unified Element Management System. Version: V12.14.30

NetNumen U31 R06. Backup and Recovery Guide. Unified Element Management System. Version: V12.14.30 NetNumen U31 R06 Unified Element Management System Backup and Recovery Guide Version: V12.14.30 ZTE CORPORATION No. 55, Hi-tech Road South, ShenZhen, P.R.China Postcode: 518057 Tel: +86-755-26771900 Fax:

More information

IBM United States Hardware Announcement 113-166, dated September 11, 2013

IBM United States Hardware Announcement 113-166, dated September 11, 2013 IBM United States Hardware Announcement 113-166, dated September 11, 2013 IBM ServeRAID M5100 Series 2GB Flash/RAID 5 Upgrade provides new technology to provide high performance for M5110(e) and M5120

More information

MOC 10324A: Implementing and Managing Microsoft Desktop Virtualization

MOC 10324A: Implementing and Managing Microsoft Desktop Virtualization MOC 10324A: Implementing and Managing Microsoft Desktop Virtualization Course Overview This course provides students with the knowledge and skills to implement and manage desktop virtualization solutions.

More information

Final GCE Timetable Summer 2015

Final GCE Timetable Summer 2015 Final GCE table Summer 2015 1 GCE A/AS Modern Languages Speaking Tests Tuesday 28 April - Friday 29 2015 2 GCE Religious Studies: where candidates are taking two assessment units which have been timetabled

More information

Explanation of NF-B Cost Build-Up for the 2013/14 Rate Period

Explanation of NF-B Cost Build-Up for the 2013/14 Rate Period Explanation of NF-B Cost Build-Up for the 2013/14 Rate Period The 2013/14 rates are based on the audited costs for facilities fiscal periods ending in 2011, unless otherwise stated. Those rates were calculated

More information

GE Healthcare Life Sciences UNICORN 5.31. Administration and Technical Manual

GE Healthcare Life Sciences UNICORN 5.31. Administration and Technical Manual GE Healthcare Life Sciences UNICORN 5.31 Administration and Technical Manual Table of Contents Table of Contents 1 Network setup... 1.1 Network terms and concepts... 1.2 Network environment... 1.3 UNICORN

More information

Microsoft Dynamics GP. Electronic Signatures

Microsoft Dynamics GP. Electronic Signatures Microsoft Dynamics GP Electronic Signatures Copyright Copyright 2006 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without

More information

Software AG TechEd 2015 User Conference Mobile Enabler for Natural

Software AG TechEd 2015 User Conference Mobile Enabler for Natural Software AG TechEd 2015 User Conference Mobile Enabler for Natural April 21-22, 2015 Eric Wood Principal Systems Engineer, Adabas-Natural Software AG 1 Mobile use Continues to Grow Of US adult population

More information

Prices in USA (Dollar) E-Business Global Price List December 28, 2001 Updated February 10, 2003. Prices in USA (Dollar)

Prices in USA (Dollar) E-Business Global Price List December 28, 2001 Updated February 10, 2003. Prices in USA (Dollar) Prices in USA (Dollar) E-Business Global Price List December 28, 2001 Updated February 10, 2003 Prices in USA (Dollar) Oracle Database Named User License Processor License Database Products Oracle Database

More information

UNICORN 6.4. Administration and Technical Manual

UNICORN 6.4. Administration and Technical Manual UNICORN 6.4 Administration and Technical Manual Page intentionally left blank Table of Contents Table of Contents 1 Introduction... 1.1 Administrator functions overview... 1.2 Network terms and concepts...

More information

Microsoft SQL Server performance tuning for Microsoft Dynamics NAV

Microsoft SQL Server performance tuning for Microsoft Dynamics NAV Microsoft SQL Server performance tuning for Microsoft Dynamics NAV TechNet Evening 11/29/2007 1 Introductions Steven Renders Microsoft Certified Trainer Plataan steven.renders@plataan.be Check Out: www.plataan.be

More information

Continuous Integration on System z

Continuous Integration on System z Continuous Integration on System z A Proof of Concept at Generali Deutschland Informatik Services GmbH Enterprise Modernization GSE Frankfurt, 14th October 2013 Markus Holzem, GDIS-AS mailto: markus.holzem@generali.de

More information

Big Data Storage in the Cloud

Big Data Storage in the Cloud Big Data Storage in the Cloud Russell Witt Scott Arnett CA Technologies Tuesday, March 11 Session Number 15288 Tuesday, March 11Tuesday, March 11 Abstract Need to reduce the cost of managing storage while

More information