update wf_notification_attributes set text_value=replace(text_value,
update wf_notification_attributes set text_value=replace(text_value, update wf_notification_values set text_value=replace(text_value, update wf_notification_values set text_value=replace(text_value, update wf_agents set address=replace(address,'prod' update wf_systems set name='clone', DISPLAY_NAME='clone' where name like '%prod%'; where clone is the new cloned instance and prod is the source instnace. |
Even then if you have problems in fixing the Workflow, then recreate the service component containers from the scripts below:
Run these scripts in directory $APPL_TOP/fnd/11.5.0/patch/115/sql
to get the service component containers back up and running in the following order after shutting down the apps after cloning: wfntfqup.sql wfqidxc2.sql wfquec2.sql wfjmsqc2.sql wfbesqc.sql Also Please run cmclean.sql and fnd_conc_clone.setup_clean as APPS before starting the cloning on target server. Balaji R S |
No comments:
Post a Comment