79446025

Date: 2025-02-17 16:30:49
Score: 1
Natty:
Report link

I tried approach mentioned in another answer but it was not working for me as I had custom transformation which was creating a huge xml file and it was very time taking. The tool mentioned in that answer was not available as well.

This is the reason I am adding this answer may be still helpful to someone facing similar issue.

There is way to use below metadata query. I tried this on Informatica PowerCenter Informatica 9.X.

SELECT * FROM REP_MAPPING_CONN_PORTS where mapping_name LIKE '%m_MappingName%';
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): facing similar issue
Posted by: Chinmay T