Error : Informatica Debugger: Invalid session can not be debugged .Select a valid session instance to use
Problem : You are trying to run your mapping in debug mode by selecting valid session but you are getting below error even though your session is valid.
Solution :
1) Copy your mapping Suppose M1 as M1_Debug
2) Make your session as reusable
3) Making your Initial Mapping M1 as invalid by someway
4) Now refresh your session it will ask for new mapping then select M1_debug
5) Revalidate your session
6) Try to run your mapping(M1_debug) using second option use existing reusable instance for mapping
Now you should be able to run your mapping in debugger mode
Though it not a 100% correct method but it worked in my case but it is worth trying
Error : CMN_1892 Error: Data for Lookup [] fetched from the file [] is not sorted on the condition ports
Though it not a 100% correct method but it worked in my case but it is worth trying
Please not both of these issues we encountered on Informatica 7.1.1
Hi guys,
ReplyDeleteIs there any way I can use something like a parameter in the Event wait Task to check for a filename that changes each time and enter the parameter file name in the Workflow properties since it cannot be at the session level ..
My issue is I get an indicator file saying that a CSV ( name which changes every run) has been sent to an FTP location to start the workflow.. I get the CSV filename from a table and create an indirect file and try to run the workflow. We have realized that the FTP becomes slow when the CSV filesize is large and is never there even though the dummy indicator/trigger file gets created and starts the workflow, which fails with a file not found message because the FTP file comes much after... Please Help ..
Something like this where filename to watch would be a parameter in the Event Wait Task.
/apps/informatica/shared/admin/FIN/ EA_FIN_Dev_860/SrcFiles/$$INPUTFILE
Thanks for the post
ReplyDeleteYou can find some good interview Question Answers on Informatica in the below link
http://www.aired.in/2010/12/informatica-interview-question-answers.html
Thanks
Joya