Moving navigation and kb's to new environment
Hi.
I'm moving from SCSM 2012R2 to 2016.
I've done a fresh installation of SCSM and Cireson Portal.
I've installed all apps for 2016 on the new server.
I've ran the Lifecycle Management tool and copied everything but the workitems.
I've copied the Customspace directory.
As far as I can see so far, all that's missing is to get the new installation up and running (except the workitems) is to get the navigation and kb's from the old portal to the new one.
What would be the best way of doing so?
Answers
Hopefully someone from support will comment on this.
I would assume coping some specific SQL tables from the ServiceManagement DB for 2012 into the new DB will accomplish this request.
We did the following to get our KB's in our 2016 environment.
- Right
click on your ServiceManagement 2012 db
- Select
Tasks
- Select Generate Scripts
- Click
Next
- Choose Tables – dbo.KnowledgeArticle, dbo.KnowledgeArticle$Comment and dbo.KnowledgeArticle$Rating
- Click
Next
- Click
Advanced
- Scroll
down to Types of data to script
- Change
to Data Only
- Click
on OK to close the advanced script options window
- Click
next and generate your script
- Open
script and run against your ServiceManagement 2016 db
Hope this helps.The KBs were easy once i found the https://support.cireson.com/KnowledgeBase/View/1341#/ although it removed everything from navigation. But that didn't matter to much as I was to copy it from the old one anyway.
But i failed on the navigation.After importing dbo.NavigationNode and dbo.ViewPanels to the new db i ended up with what seems like the default navigation, but the db shows all the correct entries from the old portal.
When we do this, the navigation looks pretty close, but the Navigation tool in the admin screen shows blank.
What are we doing wrong and is this a reasonable approach?
Thanks
Rod