Integration Manager User Guide 1 10
Integration Manager User Guide 1 10
User’s Guide
Version 6.3
The information in this document is subject to change without notice and should not be construed as a commitment
by Kronos Incorporated. Kronos Incorporated assumes no responsibility for any errors that may appear in this
manual. This document or any part thereof may not be reproduced in any form without the written permission of
Kronos Incorporated. All rights reserved. Copyright 2011.
Altitude, Altitude Dream, Cambridge Clock, CardSaver, Datakeeper, Datakeeper Central, eForce, Gatekeeper,
Gatekeeper Central, Imagekeeper, Jobkeeper Central, Keep.Trac, Kronos, Kronos Touch ID, the Kronos logo, My
Genies, PeoplePlanner, PeoplePlanner & Design, Schedule Manager & Design, ShiftLogic, ShopTrac, ShopTrac
Pro, StarComm, StarPort, StarSaver, StarTimer, TeleTime, Timekeeper, Timekeeper Central, TimeMaker, Unicru,
Visionware, Workforce Accruals, Workforce Central, Workforce Decisions, Workforce Express, Workforce Genie,
and Workforce TeleTime are registered trademarks of Kronos Incorporated or a related company. Altitude MPP,
Altitude MPPXpress, Altitude Pairing, Altitude PBS, Comm.Mgr, CommLink, DKC/Datalink, eDiagnostics, Experts at
Improving the Performance of People and Business, FasTrack, Hireport, HR and Payroll Answerforce, HyperFind,
Kronos 4500 Touch ID, Kronos 4500, Kronos 4510, Kronos Acquisition, Kronos e-Central, Kronos InTouch, Kronos
KnowledgePass, Kronos TechKnowledgy, KronosWorks, KVC OnDemand, Labor Plus, Momentum Essentials,
Momentum Online, Momentum, MPPXpress, Overall Labor Effectiveness, Schedule Assistant, Smart Scheduler,
Smart View, Start Quality, Start WIP, Starter Series, StartLabor, TeleStaff, Timekeeper Decisions, Timekeeper Web,
VisionPlus, Winstar Elite, WIP Plus, Workforce Absence Manager, Workforce Acquisition, Workforce Activities,
Workforce Analytics, Workforce Attendance, Workforce Central Portal, Workforce Connect, Workforce Employee,
Workforce ESP, Workforce Forecast Manager, Workforce HR, Workforce Leave, Workforce Manager, Workforce
MobileTime, Workforce Operations Planner, Workforce Payroll, Workforce Record Manager, Workforce Recruiter,
Workforce Scheduler, Workforce Smart Scheduler, Workforce Tax Filing, Workforce Timekeeper, Workforce View,
and Workforce Worksheet are trademarks of Kronos Incorporated or a related company.
The source code for Equinox is available for free download at www.eclipse.org.
All other trademarks or registered trademarks used herein are the property of their respective owners and are used
for identification purposes only.
When using and applying the information generated by Kronos products, customers should ensure that they comply
with the applicable requirements of federal and state law, such as the Fair Labor Standards Act. Nothing in this
Guide shall be construed as an assurance or guaranty that Kronos products comply with any such laws.
Chapter 1: Overview
Introduction ................................................................................................... 6
Overview of the data integration implementation process ............................ 7
Getting started with data integration ........................................................... 10
Index
4
Chapter 1
Overview
Introduction
Integration Manager is a data integration tool that enables you to transfer data
from one data source (such as the timekeeping application, text file, or SQL
query) to an output destination. That output destination can be a text file,
database, XML document, or another suite application.
The key component of Integration Manager is the interface, which is a file (.KNI)
that contains a set of instructions, or steps, for the data transfer. Those steps are
executed when you run the interface. A step can be a command or it can be a link,
which is a file (.KNX) that specifies the source of the data, how to manipulate and
transfer the data, and the output of the data.
Depending on your access rights, you can perform the following data integration
operations on the server where Integration Manager is installed:
• Select, run, modify, cancel, and delete the interfaces that have been deployed
on the server.
• Schedule an interface to run at a specific time, using Event Manager.
• Create or change the connection that an interface uses to transfer data between
the source and the output destination. The connection can be a database
connection or an XML API connection.
• Edit lookup tables that are used by the interface. A lookup table is a comma-
delimited text file that is typically used to translate one piece of text into
another or to validate user input.
• Create or change the mapped folder that is used for the source and output text
files that are associated with the interface.
• View reports that show the results of the interface and its associated links. The
reports include information about any errors that occurred and they list any
records that were disqualified. The reports also display the locale policy with
which the user ran the interface.
6
Overview of the data integration implementation process
2. The system administrator configures the system settings that control how the
Integration Manager engine functions on the server during data integration
operations and how certain elements will be displayed on the data integration
screens (for example, the format of the date and time).
Tip: The Interface Designer online Help on the client machine and the
Integration Manager Programmer’s Guide have complete information about
developing, upgrading, testing, deploying, and downloading interfaces.
5. After interfaces have been deployed on the server, the system administrator
configures and assigns generic data access profiles (GDAPs) to control user
access to the interfaces, and to the connections and mapped folders that are
used by those interfaces. The following kinds of access can be granted to
specific users or groups of users:
– Interfaces — Controls which interfaces, along with their associated
lookup tables, the user has access to on the server.
– Connections — Controls which database and XML API connections the
user has access to; for example, the connection to the timekeeping
database.
– Mapped folders — Controls which mapped folders the user has access to
on the server. These folders contain the files that are used by interfaces.
6. After Integration Manager is set up on the server and the interfaces have been
deployed, users log on to that server, click the Data Integration tab on the suite
home page, and then run an interface or perform related data integration tasks.
Tip: The Integration Manager online help and the Integration Manager
User’s Guide have complete information about setting up and using the data
integration features on the server.
8
Overview of the data integration implementation process
10