Category IBM

Change IBM Websphere Commerce server(WCS) admin console password

Go to : enter the following commands: update userreg set logonpassword = x’74434f61354f51593862415655304d5268424e54723865685653356151374a2b353163506c4261363730633d202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020′ where logonid=’wcsadmin’; update userreg set salt = ‘hsdbacehyoyn’ where logonid=’wcsadmin’; update userreg set status = 1 where logonid=’wcsadmin’; update userreg set passwordexpired = 0 where logonid=’wcsadmin’;  Submit query after…

IBM WCM 8.5 Rendering Plugin Example to render Youtube Video in a web content

Create a Dynamic Web project Create the following java class which implements RenderingPlugin interfaceClass: package com.ibm.plugins;import java.io.IOException;import java.io.Writer;import java.util.List;import java.util.Locale;import java.util.Map;import com.ibm.portal.ListModel;import com.ibm.workplace.wcm.api.plugin.rendering.RenderingPlugin;import com.ibm.workplace.wcm.api.plugin.rendering.RenderingPluginException;import com.ibm.workplace.wcm.api.plugin.rendering.RenderingPluginModel;public class YoutubePlugin implements RenderingPlugin { private String PLUGIN_NAME = “video”; @Override public boolean isShownInAuthoringUI() {…

Enable Notifications OK No thanks