If you need to do a mass update of sessions to change the commit type you can use PMREP. This is all explained in the Informatica Help. What is not explained in the help is what value you should enter in the -v option. Here are the values you can enter :
0 – for Source Based Commit
1 – for Target Based Commit
2 – for User Defined Commit.
Example command :
pmrep massupdate -t session_property -n ‘Commit Type’ -v 0 -i session_list -u session_list_log
2 comments
You can use script from Informatica Marketplace to learn more. Solution can be downloaded using following link.
https://community.informatica.com/solutions/script_mass_update_session_properties
Author
Thanks Kiran !