How to move attachment from Subprod to prod

caffry
Kilo Guru

I need to move an attachment from one instance to other . What is the best approach on doing this..

I m not able to move via XML. If i move it.. the file is broken

6 REPLIES 6

@caffry Yep correct, You need to import XML from attachment table itself to Prod. As in update set that attachment record not captured. Please check with someone who has access to prod to move the attachment.

If I was able to help you with your case, please click the Thumb Icon and mark as Correct.

When you just export the sys_attachment file, it doesn't have actual underlying binary file that contains the image, audio, pdf, video, etc. Someone with access needs to export both the sys_attachment file and the related sys_attachment_doc file. More info here: https://www.servicenow.com/community/developer-forum/i-want-to-move-an-attachment-from-subprod-to-a-...