How to preserve SOAP Messages in Target instance when requesting a cloneIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } table tr td { padding: 15px; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } hr{ border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc; } ul { list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> SOAP message: Information needed to send SOAP requests is stored in SOAP message records. Each record specifies an endpoint for the request, the required format of the request as a web services description language (WSDL) file, authentication information, and a list of functions that can run against the endpoint. How to Retain SOAP messages in Target instance during a clone? Sometimes, preserving certain data on a target instance is desirable. For example, when using a MID Server, you can avoid overwriting the below tables. SOAP message [sys_soap_message]SOAP message function [sys_soap_message_function] Preserved data is stored in a dynamically generated list on the target instance before the clone and restored on the target instance after the clone is complete. You have to define data preservers on the source instance. Below 2 records are the sample SOAP messages(Just for Reference). https://source instance/nav_to.do?uri=sys_soap_message.do?sys_id=b4f0c273376a07001cbd861754990e7ehttps://target instance/nav_to.do?uri=sys_soap_message.do?sys_id=e0631e363794d3401cbd861754990e67 In order to preserve the SOAP messages as above on the target instance, Step 1: Add below 2 tables in the "Exclude Tables" list in the source instance. +------+------------------------------------+----------------------------+ | Port | name | table | +------+------------------------------------+----------------------------+ | 3403 | System Soap Message | sys_soap_message | | 3403 | Soap Message Functions | sys_soap_message_function | +------+------------------------------------+----------------------------+ Refer below screenshot: Step 2: Add the same 2 tables in the "Preserve Data" also in the source instance. Refer below screenshot: Step 3: If you want to keep SOAP messages from both source and target instances then remove the tables mentioned above from excluders and add in preservers in source instance. Step 4: You can also refer the below document for better understanding of data preservers during system clone. Data preservation on cloning target instances Set up system clone Warning: If the clone from backup fails for some reason, the clone process fails over to the legacy clone engine. The legacy clone engine cannot preserve data from extended tables, relationships, hierarchies between tables, and dot-walked queries. You may want to reschedule a system clone or manually transfer data in such cases. Seen In: All Versions