Skip to content

Data Migration Procedures

Usage

Procedures describes the bahaviour of a Data Migration Job. These behaviours can be divided in to 4 main types as File Migration, Source Migration, Excel Migration and Import Export.

All procedures must be pre-defined in the package Intface_Util_API and will be inserted here during installation of the FNDMIG module. No customized procedures are allowed.

Procedure NameCommentMigration Type/Direction
CHECK_BY_METHOD_NEWReads data from a file, using the standard IFS business logic through a New__ method, invoking it with CheckOption which means that the data will be validated only, and not inserted it into the database. Target LU is derived from specified ViewName.

File In
CREATE_OUTPUT_FILEUsed to write data to file. IFS/Data Migration can retrieve data from any view and write it to a file according to definition in the formatting tab.

File Out
CREATE_TABLE_FROM_FILEReads data from file and stores them in a table in the database.

File In
INSERT_BY_METHOD_NEWReads data from a file and insert them directly into IFS using the standard IFS business logic through a New__ method. Target LU is derived from specified ViewName

File In
INSERT_OR_UPDATESame as previous, but checks if the row exists in the database first. If this is the case, a Modify__ will be performed instead of New__.

File In
FNDMIG_EXPORTWrites all basic data for one or more migration jobs to a special formatted file.
Just specify file information and a WhereClause if you want to limit the selection.

You will find a pre-installed job using this procedure. Read the comments on the job header carefully.

File Out
FNDMIG_IMPORTReads data file created by previous procedure, and inserts all basic data
(i.e. header, column details, method list, rules, groups and conversion lists)

You will find a pre-installed job using this procedure. Read the comments on the job header carefully.

File In
MIGRATE_SOURCE_DATAUsed to migrate data from an Oracle source (table, view, db-links) into IFS using valid IFS business logic.
Source Migration
REPLICATIONUsed to replicate data within a Logical Unit, from one Company/Contract to one or more Companies/ContractsSource Migration
EXCEL_MIGRATIONAllow authorized users to manage data migration via MS Excel, using the IFS Data Migration Excel Add-In for efficient data loading and manipulation.Excel Migration
REPLIC_DATA_OUTExternal replication (replication through BIZAPIs) using the REPLIC_DATA_OUT procedure is not supported in IFS Cloud. Data Synchronization is recognized as the alternative solution to achieve same functionality in IFS Cloud.ReplicStructure