
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 03:34 AM
Hi,
When I promoted my catalog item to another environment. I noticed that the images were not displayed.
After doing some research I created another update set and did a force update set on the correct images of table sys_attachment by looking up the sys id in the source field of the rich label text variable.
Nevertheless, that didn't solve the problem. When I check the sys_attachment table of the destination environment I can see the images, but when I open (download) them I get the following message:
How can I promote my images?
Thanks in advance for your help
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 05:10 AM
Hello @Tomi Corigliano
Attachments are stored in ServiceNow in different chunks. It is difficult to add those all records in update set.
one way is to add the image/s in images table (db_image), it will capture in update set. Then update your variable to refer those image/s and move the update set to target environment.
Thank you,
Ali
Thank you,
Ali

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 07:01 AM
That did the trick, thank you very much