Migrate your Watson Content Hub integration for WebSphere Commerce Version 8 Developer
If you integrated Watson Content Hub with the WebSphere Commerce Version 8 development environment, we can migrate this integration to the WebSphere Commerce Version 9 development environment.Note: If you integrated Watson Content Hub with the WebSphere Commerce Version 8 runtime environment, see Migrating your Watson Content Hub integration.
Before beginning
- Migrate the development database.
- Migrate our custom assets.
- Migrate the site security.
- Updating your XML configuration files.
Procedure
- Update the STORECONF table to include your Watson Content Hub host name.
- Go to Watson Content Hub.
- https://www.digitalexperience.ibm.com
- Log on to Watson Content Hub by using your IBMid.
- In the Watson Content Hub header, expand the menu by clicking your user name.
- Click Hub information.
- Note the value and format of the host name. For example: https://myX.digitalexperience.ibm.com.
- Open a database command prompt and connect to the database.
- Run the following SQL and use the host name that you just acquired.
update storeconf set value='https://myX.digitalexperience.ibm.com' where name='wc.externalContent.hostName';
Where X is a number value associated with your host name. For example, https://my1.digitalexperience.ibm.com.
- Restart the WebSphere Commerce server.
- Restart the search server.
- Enable SSL for Watson Content Hub integration.
Previous topic: Migrate your command and data bean projects.
Next topic: Complete your post-migration tasks.