Import XML file not working

Josh62
Mega Contributor

I exported a client script record using the "Export > XML (This record)" command and am currently trying to import this xml onto the sys_script_client table in another instance. When I right click on the header of the list view for this table and select "Import XML", I proceed to upload the exported XML file. I do not see the file in the client script table, however I don't have any errors in my logs. I am elevated to the security admin role when doing this task. How can I fix this?

1 ACCEPTED SOLUTION

Tony Chatfield1
Kilo Patron

Hi, when you import the XML into the target instance are you in the same scope/does the scope exist on the instance?

View solution in original post

3 REPLIES 3

BALAJI40
Mega Sage

Hi Josh,

Why don't you move the change through the update set because the client script always captures in the update set.

Did you import the correct record? Just admin role is enough to export and import from one system to another.

 

Tony Chatfield1
Kilo Patron

Hi, when you import the XML into the target instance are you in the same scope/does the scope exist on the instance?

Hi Tony,

I was not in the same scope when I originally tried. Once I switched to the correct scope it worked.

Thank you!