Informatica - Audit Scripts

很早之前总结的笔记,这是之前做的一个保险项目,业务逻辑比较复杂,基本都在 Informatica 中实现所有的业务逻辑,对 ETL 架构和 Informatica 工具理解的要求比较高.
这里就简单贴一些图,供大家揣摩。

1. How to config the session info for audit control 
2. How to generated parameter file according to workflow 
3. How to dynamtica invoke the parameter for incremental mapping.


Part 1. How to Config audit script workflow & session
1. pre_audit , pre_batch & post_batch , post_audit 的参数配置及配置文件 (在调用mapping的时候需要选用快捷方式的mapping,为了方便migrate到 QC & Pre-prod)
Informatica - Audit Scripts_第1张图片

1.2 Pre_batch 的配置 ->对找到的audit & batch 下面所有的session信息全部放到新的参数文件里面。可以指定错误文件的信息
Informatica - Audit Scripts_第2张图片

1.3 . Audit control parameter file config info.
Informatica - Audit Scripts_第3张图片



Part 2 : How to generated parameter file according to workflow 
You need run Post workflow first and then run Pre workflow.  just put audit run info into andit & batch & session control table.
Informatica - Audit Scripts_第4张图片

Run workflow
Informatica - Audit Scripts_第5张图片


Pre_Batch will read session info according to wbmi_session_control table and generate session config info to a parameter file.
Informatica - Audit Scripts_第6张图片


Show the audit script inset results.
Informatica - Audit Scripts_第7张图片

Part 3. How to invoke the parameter file info from informatica Mapping
3.1 Define parameter & variables
Informatica - Audit Scripts_第8张图片

3.2 Use these parameters in SQ Override.
Informatica - Audit Scripts_第9张图片



你可能感兴趣的:(Informatica,Informatica)