Data Migration using DataStage 8

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
mydsworld
Participant
Posts: 321
Joined: Thu Sep 07, 2006 3:55 am

Data Migration using DataStage 8

Post by mydsworld »

In a data migration project,data needs to be transferred from Legacy to SAP and vice versa.Please let me know the data control mechanism :

1. For data transfer from SAP to Legacy (through Idoc,flat file etc), how to mark the end of a batch transaction (like trigger files or any other method).

2. For data transfer from Legacy to SAP (through flat file,MQ etc), how to mark the end of transaction.

Thanks.
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

You have to decide whether you are using SAP PI or DataStage for extracts - with DataStage you'll need the Extract PACK for SAP to get access to iDOCs and ABAP etc. I don't know what you mean by marking the end of a transaction. You need to choose a scheduling tool - either an enterprise one like Control-M or the DataStage one. Control-M would call DataStage jobs and handle the triggering and notification when it finishes.

For legacy into SAP via MQ you should look at the DataStage MQ connector for turning flat files or database content into MQ messages.
Post Reply