How do schedule a workflow in Informatica thrice in a day?
Like run the workflow at 3am, 5am and 4pm?
Answer Posted / isha_gtb
0 3 * * * <script name>
In script mention pmcmd command
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we use the mapping parameters or variables created in one mapping into any other reusable transformation?
What are the popular informatica products?
What will be the approach?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
In how many ways we can create ports?
How are the sources and targets definitions imported in informatica designer?
Enlist some properties of sessions.
Write the different tools in the workflow manager?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
How to implement security measures using repository manager?
What is Cognos script editor?
Tell me about MD5 functions in informatica
What is a rank transform?
How can we remove the duplicates from flat file source?
What is domain and gateway node?