- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2016 12:26 AM
I have a requirement where i have a custom table having overall 80 columns and 4 custom modules created under it. i need to move this to another instance of snow. what is the best approach ?kindly help t_anurag
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2016 04:39 AM
If you have related fields on this table, then those will cause problems for sure, as the related data will not be in the other instance. and i dont think there is any way to do it also as you cant just move all the data, it would be as good as a clone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2016 01:14 AM
If your table is already created without any update set then you can export the table and its field as XML format and import it in different instance.
Thanks,
Mihir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2016 02:48 AM
Hi Mihir, i tried this approach, unfortunately not all comuns and fields are getting captured in XML. any reasons why ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2016 03:04 AM
Please follow below steps.
1.Go to the System Definition --> Tables and export the table record as XML and import in other instance.
2.Go to sys_dictionary.LIST .Filter the entries for the table name exported in the step 1. Export as XML and import in other instance.
3.Go to System Definition --> Modules . Filter the module you want to move.Export as XML and import in other instance.
4.Now you need to export all configurations like Business rule, client script etc used for the table and import them in other instance.
5.If you want to move the records created in that table then like wise you need to export and import.
As you have missed to capture the customization in update set so you need to follow below procedure to move them.
Please mark it as Helpful/Correct according to its impact.
Thanks,
Mihir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2016 03:36 AM
Hi Mihir
let me check and get back to you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2016 05:03 AM
Hi
The problem i face is xml export and import is broken . it is not capturing all the fields from source to destin.