Hello, could you like to help me?
I used ODI 11 before, I have upgraded my repository to version 12. I have a problem. Every auxiliary table (in LKM, IKM) has name like I$_0DEFAULT, C$_DEFAULT, instead of I$_0TABLE_NAME and C$_0TABLE_NAME.
I have this expression in my LKM module:
<%=snpRef.getTable("L", "COLL_NAME", "W")%>
And I get this substitution:
MY_SCHEMA.C$_0DEFAULT
I have this expression in my LKM module:
odiRef.getTable("L","TARG_NAME","A")
And I get this substituition:
MY_SCHEMA.DEFAULT
What should I do to fix this problem? How can I get the table name in ODI 12?
Thank you in advance.