We're having issues with importing content from dev to production when the content in dev contains links to other content in the the testenvironment (example: ;"><a href="/imistest/DevSite/EventContent/EventPages/file.aspx" needs to be "/imis15/ProdSite/....> Does the html code exist in the database so that i could do a mass update to change those references to the correct directory path? I am unable to edit the imported file through WCM?
Importing WCM content from dev to production
Live and learn
On February 8th, 2010 JamieDraper says:
Thanks, fortunately, this was a just a practice run for the main event, so we've got some time to make adjustments.
Jamie
Preventing this for next time
This will not help you today - but will help you next time you do this.
iMIS has a linking structure that is kinda hard to find but documented here: Topic: http://docs.imis.com/15.1/33026.htm (It's under the heading "Copy a freelink for this URL to the clipboard")
Basically it means you can create links in your content without hardcoding the url of the target into the HTML. Using this method would mean that next time you build a site and need to migrate it from dev to prod the linking structure shouldn't be a problem.
Not sure how to achieve your goal right now. Sound like some HTML parsing is in your future.
Jay