This chapter describes the topic of parallel modifications of one IWS application in more than one PMN process. By default, the modification of IWS application in more PMN processes is denied and the PMN user get the the following error message.
To enable the parallel modification in IWS process you have to change the process configuration. For the modify operation that use the button ‘Start Modify AD’ you have to add configuration option parallel_mod=true to interface i_tws_ad_appl_sel_mod in module m_tws_ad_appl_load. In case when the process is using cloning with cloning module m_tws_ad_appl_clone, add to it the interface i_tws_ad_appl_sel with the setting parallel_mod=true.
For the copy operation that use the button ‘Start Copy AD’ the modifications of IWS applications are by default enabled.
Example process config for cloning process with parallel modifications:
To disable the parallel modification in IWS process you have to change process config for Copy operation. Add to interface i_tws_ad_appl_copy in module m_tws_ad_appl_load setting create_mods=false. For modify operation the parallel modification is by default disabled.