Moving Transform Map from one Instance to Other Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2018 08:46 AM
I have created one transform map for moving the data. I have created an update set for it. Now I have to move the transfrom map to other instance and load the data. Please let me know the process.
I have read in dos but little confusing in the 'URL' column in the retrieved update set.
https://docs.servicenow.com/bundle/kingston-application-development/page/build/system-update-sets/task/t_RetrieveAnUpdateSet.html
So can you guys please help me on this.
Thanks
- Labels:
-
Best Practices
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2018 09:01 AM
Hello,
Steps-
- Mark that update as COMPLETE.
- Goto Update Source Module of Another Instance.
- Create a New Remote Instance.
- After Creating, Open that Remote Instance and Under Related Links, click Retrieve Completed Update Sets.
- Then it will fetch all completed update Set from the Instance.
- Preview the Loaded Update Set , then after successful preview Commit the Update Set.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2018 12:15 AM
Any update on this?
Can you mark my answer as correct, helpful and hit like if you were able to achieve the requirement. This helps in removing this question from unanswered list and helps users to learn from your thread. Thanks in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2018 11:17 AM
Hi,
You can get the Local update set complete. Get an XML export done & then you can import the XML to the TEST instance which would be much simpler. Also, you can try the steps as suggested by Nayan.
Thanks,
Jaspal Singh
Hit Helpful or Correct on the impact of response.