Want to master in Informatica Cloud B2B?? Informatica is providing FREE training in Informatica Cloud B2B Gateway Foundation level. It’s an on-demand course which will cover Informatica Cloud B2B Gateway… Continue reading FREE onDemand training on Informatica Cloud B2B Gateway: Foundations
Category: Informatica
04 Parameters & variables: Tips for Informatica PowerCenter Specialist Certification!
There will be 6 questions from this topic. You can go through the below sections in the Informatica PDF document to learn about Parameters & variables. Designer Guide Chapter 7:… Continue reading 04 Parameters & variables: Tips for Informatica PowerCenter Specialist Certification!
03 Sample Questions! Informatica PowerCenter Specialist Certification.
Informatica PowerCenter Data Integration 10: Developer, Specialist Certification. This is the third video in the tutorial series. This will give you some idea about the sample questions. Please do like… Continue reading 03 Sample Questions! Informatica PowerCenter Specialist Certification.
02 Exam topics! Informatica PowerCenter Specialist Certification.
You can find all the required Informatica PDF documentation in the links below! Informatica Documentation center Getting started: Transformation Guide: Designer Guide: Transformation Language Reference Workflow Basics Guide: Informatica PowerCenter… Continue reading 02 Exam topics! Informatica PowerCenter Specialist Certification.
01 Things to know! Informatica PowerCenter Specialist Certification!
Informatica PowerCenter Data Integration 10: Developer, Specialist Certification. This video will give you some basic informations about this certification exam. This is the first video in the tutorial series. Please… Continue reading 01 Things to know! Informatica PowerCenter Specialist Certification!
Informatica BDM
How to get only filename from find command in Linux?
How to get only filename from find command in Linux? Normally find command will retrieve the filename and its path as one string. If you want to display only the… Continue reading How to get only filename from find command in Linux?
How to Exclude All “Permission denied” messages When Using Find Command?
How to Exclude All “Permission denied” messages When Using Find Command in UNIX/LINUX? use 2>/dev/null The 2>/dev/null at the end of the find command tells your shell to redirect the… Continue reading How to Exclude All “Permission denied” messages When Using Find Command?
How to get the script output from informatica BDM command task!
If a command task is executing a shell script, you will get the exit code, standard output and standard error from the script in the Command task output. You can… Continue reading How to get the script output from informatica BDM command task!
Informatica BDM Naming Conventions – Transformations Objects & workflows
When you use consistent names and descriptions, it is easier to understand the workings of mappings and transformation objects. When you provide a name or description, a developer does not… Continue reading Informatica BDM Naming Conventions – Transformations Objects & workflows
How to export mapping or workflow parameter file in Informatica BDM?
You can export a mapping parameter file or a workflow parameter file from the Developer tool. Define the parameters in the Developer tool and then export them to a file.… Continue reading How to export mapping or workflow parameter file in Informatica BDM?
Stop mapping when a nonfatal error occurs in Blaze Engine Informatica BDM
How to Enable Stop on Errors on the Blaze Engine when a nonfatal error occurs in Informatica BDM, use the property “Blaze.StopOnError,true”! During a mapping run, you may need to… Continue reading Stop mapping when a nonfatal error occurs in Blaze Engine Informatica BDM
How to terminate a workflow and mark the status as failed in Informatica BDM
How to terminate the workflow in case of task/mapping failure in Informatica BDM! Use Terminate Event” By default the workflow will be marked as success even-though any of the mapping… Continue reading How to terminate a workflow and mark the status as failed in Informatica BDM
Stop mapping when a nonfatal error occurs in Informatica BDM
How to stop the mapping when a nonfatal error occurs in Informatica BDM, enable function “Stop on Errors”! “Stop on Errors” stops the mapping if a nonfatal error occurs… Continue reading Stop mapping when a nonfatal error occurs in Informatica BDM
INFACMD command to export workflow parameter file in Informatica BDM
How to export workflow parameter file using INFACMD command? Use listWorkflowParams! You can export a mapping parameter file or a workflow parameter file from the Developer tool. Define the… Continue reading INFACMD command to export workflow parameter file in Informatica BDM