0 votes
in Informatica by
What is the way to find all the invalid mappings in a folder?

1 Answer

0 votes
by
By using a query all the invalid mappings in a folder can be found. It is:

SELECT MAPPING_NAME FROM REP_ALL_MAPPINGS WHERE

SUBJECT_AREA='YOUR_FOLDER_NAME' AND PARENT_MAPPING_IS_VALIED <>1

Related questions

0 votes
asked Jun 4, 2020 in Data Handling by SakshiSharma
...