You can add custom header record in an output file in multiple ways, Let’s discuss one quick and easy options in this tutorial. This would be one of the better approach If you have very few number of header columns in the target file. Once you define the target file layout, go to its Advanced […]
Read MoreAuthor: kvt
Download Sample XSD and XML file
Looking for a sample XML file and its layout (XSD) for your testing? You can download the same from the link provided below. Sample XML file: Customers and orders (CustomersOrders.xml) This file contains customers and orders. Customers and orders contains an XSD that can be used to validate this document. It uses the xs:key and xs:keyref features of XSD to […]
Read MoreHow to get the mapping execution status from a workflow in Informatica BDM
The mapping task will give you the status of the mapping execution as general output. You can define a workflow variable and assign it to the general output section to get the mapping status. The main use case for this option is to route the flow to two different path based on the mapping execution […]
Read MoreExecute multiple shell commands from a single command task in Informatica BDM
How to run multiple shell commands from a single command task in Informatica BDM. Just separate the commands with a semi colon, The integration service will execute the commands in the given order. One thing to note here, If you run multiple commands like this, the script output will be from the last shell commands […]
Read MorePass workflow variables to mapping in informatica BDM
How to pass parameter and variables from workflow to mapping in Informatica BDM? Let’s see that now by going through the below example. In this mapping the source, target file name & file path are parameterized and assigned from workflow. First let’s define the parameter fields like below in the mapping level. In the workflow, […]
Read MoreSend an email from Notification task in Informatica BDM
A Notification task sends a notification to specified recipients during the workflow. You can send an email notification from a Notification task. For example, you want to track how long a mapping takes to run from a workflow. You include a Notification task in the workflow to send an email containing the time and date […]
Read MoreMethod “computed” has type “object” in the component definition. Did you reference the function correctly?
Method “computed” has type “object” in the component definition. Did you reference the function correctly? If you are getting this error from a vue js component, one of the reason might be due to the below scenario. You are trying to place a compute property inside a methods section in vue js. Hope this helps […]
Read MoreExecute Shell script using command task in Informatica BDM
How to Execute Shell script in Informatica BDM using command task. Most of the file operations and other functionalities can be done through a shell script quickly and informatica is providing an option to execute the shell script using a command task. Let’s see how to do that by taking an example. I have a […]
Read MoreAssign system date & time to a mainframe dataset
How to add current date & time stamp to a mainframe dataset using sort JCL. Use the OUTFIL control statements DATENS & TIME1. DATENS: To assign the date in the given format YYYYMMDDDATENS=(4MD): To assign a date in the form ‘YYYYMMDD’TIME1: To assign the timestamp in the given format HHMMSS66X: To fill the remaining position […]
Read MoreVue.js Installation
How to install Vue.js using npm Steps to follow!Open the terminal window.Create a new folder & Install Vue CLI in itCreate a new projectGo to the project and start the serverAccess the default Vue js boilerplate application Let’s see the steps in detail! 1. Create a new folder to install vue/cli and go inside the […]
Read MoreError: No PostCSS Config found – Vue Js
When I installed a new theme in Vuejs I was getting an error “Module build failed: Error: No PostCSS Config found in: error in ./src/assets/css/font-awesome.min.csserror in ./node_modules/bootstrap/dist/css/bootstrap.csserror in ./node_modules/bootstrap-vue/dist/bootstrap-vue.css Module build failed: Error: No PostCSS Config found in: /Users/tovo_theme/path/node_modules/postcss-load-config/src/index.js:91:15 Solution Create the file postcss.config.js in the root directoy Add the below content in the postcss.config.js […]
Read MoreFREE Cloud Integration for Application Modernization Foundation Level Certification
Application modernization, the process of taking existing legacy applications and corresponding data and modernizing their infrastructure, architecture, and/or features, is an $11 billion market expected to grow to about $25 billion by 2025. Application modernization is typically focused on monolithic, on-premises applications and how those applications can be brought into modern, cloud-native architecture. The benefits […]
Read MoreFREE Informatica MDM Business 360 Foundation Level Certification
The Informatica Business 360 Foundation series offers you the very latest training and the opportunity to become certified to Foundation Level in Master Data Management and 360 Solutions. Just complete the 3 video series and pass the related quiz to earn the “Business 360 Foundation Level” certification. Session 1: Business 360: Master Data Management Session […]
Read MoreFREE onDemand training on Cloud Application Integration Services for Developers
Want to master in Cloud Application Integration?? Informatica is providing FREE training on Cloud Application Integration Services for Developers. This course is applicable to version R33. Gain the skills necessary to integrate applications and systems, implement business processes using process designer that can access data from on-premise as well as cloud, and expose them as […]
Read More06 Troubleshooting: Tips for Informatica PowerCenter Specialist Certification!
There will be 5 questions from this topic. What to study & Where to focus Workflow Basics Guide Chapter 14: Session and Workflow Logs Message Severity (Page 239) Log Events Window (Page 241) Workflow & Session Logs (Page 246) Advanced Workflow Guide Chapter 8: Row Error Logging General topics What are the scenarios/reason when a […]
Read More