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.

errors when I upload an update set on new instance

Ettore Asfaldo
Tera Contributor

Hello everyone,

 

I have tried to migrate an update set to an instance to another, when I am trying to do a preview of update set, it shows 3 errors (you can see them in to picture below), I have tried to go to the script include and the errors shows me (see the second picture below) how can I solve this problem?

 

thanks in advance

Ettore

1 ACCEPTED SOLUTION

You don't need to go into that script include. Just skip the remote updates from here. After you skip all three you can commit the update set.

Mike266_0-1665669257108.png

 

View solution in original post

7 REPLIES 7

You don't need to go into that script include. Just skip the remote updates from here. After you skip all three you can commit the update set.

Mike266_0-1665669257108.png

 

yeah I know that, but i wish to resolve the errors, if there is any way

Hi  @Ettore Asfaldo , 

I know thsi is an old post/question, you probably have the solution already:

First error means you have in your updateset a change pointing to a diff application, meaning your updateset app is Global, but there is one or more changes in it pointing to  CustomerService application, you have to create a new us and change those to the new us.

2- There is a missing reference, check the tables in both environments and see if there is something missing (probably created in a diff us not loaded yet).

3- Same as first case.