I'd like the load to be triggered by client. By placement
of a file or somehow. How is it done in Informatica? I'm
using version 7.1.4
This is so urgent - I really appreciate your help :-)

Answers were Sorted based on User's Feedback



I'd like the load to be triggered by client. By placement of a file or somehow. How is it don..

Answer / kiran

You can use a pmcmd command to trigger the workflow using a
shell script. You can also use the event wait task
described in the above answer.

Alternately you can use an UNIX script to work as an active
listener. This will trigger the workflow once the presence
of file is detected in a specific directory. A schedular
tool also will be useful.

If you could describe more about your requirement one can
add more thoughts into it.

Is This Answer Correct ?    6 Yes 2 No

I'd like the load to be triggered by client. By placement of a file or somehow. How is it don..

Answer / lakshmi

you could use an event wait task in the workflow as the
first task. Once the event wait task detects the file in
the specified folder all other sessions tasks wil run.

alternatively you could use unix commanda in the command
task.

Is This Answer Correct ?    5 Yes 2 No

I'd like the load to be triggered by client. By placement of a file or somehow. How is it don..

Answer / arnab

Add an event wait in your workflow and have a Unix script
touch a zero byte file in the source file directory and
configure the even wait to look for this zero byte file in
the source directory as soon as the event wait detects the
file the session will execute

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Informatica Interview Questions

How are indexes created after completing the load process?

0 Answers  


What is use of batch file in informatica? How many types of batch file in informatica?

2 Answers   EXL,


can you use flat file for repository?why?

2 Answers   TCS,


How to load the source table into flat file target(with columns) in informatica?

4 Answers   Accenture,


what is the function of 'F10' informatica ?

4 Answers   IBM,






following source name gender ramya female ram male deesha female david male kumar male i want the target male female ram ramya david deesha kumar any body give solution above question?

4 Answers   TCS,


How informatica recognizes mapping?

2 Answers   CTS,


In a sequential batch can u run the session if previous session fails?

3 Answers  


Two workflows are running at same time first workflow is succeeded but second workflow is failed but there is no dependencies?

1 Answers   IBM,


Could anyone please mail me a copy of Informatica Certification Exam dumps to sandeep.nakka@gmail.com it would be appreciated if any one could help me out.

0 Answers  


A mapping contains (1) Source Table S_Time ( Start_Year, End_Year ) (2) Target Table Tim_Dim ( Date, Day, Month, Year, Quarter )

1 Answers  


How would you copy the content of one repository to another repository?

0 Answers  


Categories