IBM Connections 6.0 CR1 implemented additional security measures for custom and third party widgets which requires them to be registered in the Widget Container. Communities that contain unregistered widgets will fail to display properly in IBM Connections 6.0 CR1. The error “Unable to display widget(s) in this community.” will be displayed at the top of the community.

Full Article: http://www-01.ibm.com/support/docview.wss?uid=swg22011111&myns=swglotus&mynp=OCSSYGQH&mync=R&cm_sp=swglotus-_-OCSSYGQH-_-R

e-office created a Calendar tool, called TalkTeam, for use in IBM Connections 5.x and 6.0.
In 6.0 CR1 you need to register it in the widget Container.This is the exact procedure:

Logon onto your DMGR server and start:

wsadmin -lang jython

execfile(“newsAdmin.py”)

NewsWidgetCatalogService.addWidget(title=”TalkTeam”, text=”TalkTeam Widget.”, url=”https://connections.e-office.com/talkteam/talkteamIWidget.xml”,categoryName=WidgetCategories.NONE, isGadget=FALSE,appContexts=[WidgetContexts.EMBEDXP], policyFlags=[GadgetPolicyFlags.TRUSTED], prereqs=[“communities”])

After this command you get a response:

Example: ‘735fbb7d-02e7-4579-9463-474e805feee3’. You must use this value to enable the registered widget

NewsWidgetCatalogServer.enableWidget(‘735fbb7d-02e7-4579-9463-474e805feee3’)

If everything is okay, you get another repsonse: ‘CLFWX2995I: Widget TalkTeam is now enabled.’

Last step is to clear the WidgetCache in order to reload the Widgets when opened in the browser.

NewsWidgetCatalogService.clearWidgetCaches()

No restarts are needed.

 

 

 

Visits: 236

By angioni

Leave a Reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.