after cloning bookmarks lost, why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2015 08:39 AM
I have data preservers set up in DEV for the Bookmarks (sys_ui_bookmark) table and my bookmarks were still overwritten. I followed this http://wiki.servicenow.com/index.php?title=System_Clone#Optional_Tables_for_Data_Preservation and the bookmarks were lost. Loosing the bookmarks is not a big deal at all, I'm just trying to debug my process as they should have remained.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2015 09:30 AM
Hi William,
Do you mean you cloned over dev and your bookmarks that were in dev were lost?
And you followed these instructions:
..
7.1 Creating Data Preservers
In some cases, preserving additional data on a target instance is desirable. For example, when using a MID server you can avoid overwriting the MID Server [ecc_agent] table.
To add a data preserver:
- Login to the source instance. For example, your production instance.
- Navigate to System Clone > Preserve Data.
- Click New.
- Select the Table to be preserved.
- Select Theme if the data being preserved is a UI property.
- Define specific sets of data to be preserved using the condition builder.
- Click Submit.
Best Regards
Tont
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2015 06:53 AM
Hi Tony, I did set up the data preservers in my source instance (PROD)... but with some follow up questions to those more knowledgeable.
- If I had the same thing set up on the target instance (DEV), would that break things?
- If I have the theme setting wrong (i.e. true, when it should be false), would that cause issues?
- How do I know if my preserved property is a UI property?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2015 07:49 AM
Hi William,
- If I had the same thing set up on the target instance (DEV), would that break things?
-> Unless you clone from dev data preservers defined in dev should have no effect.
How do I know if my preserved property is a UI property?
-> Customizing the UI Appearance - ServiceNow Wiki
UI Properties are defined here
System Properties > UI Properties
Best Regards
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2015 09:49 AM
Thank you for that tony.barratt. Can you help me understand why the bookmarks in DEV were lost though?