Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Transfering Custom Application From Instance to Instance

josemendoza1
Tera Contributor

I have a custom application that i want from one instance to another using its source code. I tried publishign the app to an update set and uploading the xml file to the other instance and this did not work. The import failed and i received a bunch of errors saying that there were files missing that couldnt be located. I know i can transfer the app from instance ro instance using a Git repository but i specifically want to do it using an xml file. Can anyone please help me with this? Thanks in advance.

2 REPLIES 2

jonsan09
Giga Sage
Giga Sage

You won't be able to just export the update set in your instance. You first have to publish you application to an update set: https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/task/t_Publ...

This is a valid answer. However when i do the same thing you said and load it into a new instance- there are a lot of files that are missing. I get a bunch of errors. I dont know what to do

 

Thank you for taking the time to answer.