Answer Posted / gm
Hi,
1. Session Log (we can set how many logs file needed)
2. Workflow Log
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
pmscmd startworkflow -sv
1)you have multiple source system where u receive files ,how do you actually load into mapping using transformation,what are the transformation you use? 2)you have files in ftp location ,how do you get it into mapping with you ETL concept?
Enlist the advantages of informatica.
Repository user profiles
How to load last n records of file into target table - informatica
Mention few power centre client applications with their basic purpose?
What is a filter transformation and why it is an active one?
3.how will u get information about bugs how will u rectify the bugs in realtime whch tool we are using to rectify the bugs
what is the size ur source like(file system or database)? how many record daily come u r banking project?
what is the difference between informatica6.1 and infomatica7.1
scenario where i can use only concurrent execution of workflow.
What is the function of union transformation?
What is the status code in stored procedure transformation?
Why do you use Mapping Parameter and mapping variable?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks