| hoehncm 2007-03-26, 7:35 pm |
| Problem:
I do not receive any results from select rules created in the Personalization workspace in attempt to retrieve values from WCM repository. I have followed the InfoCenter example "Searching for Web Content Management content in Portal Personalization"(htt
p://publib.boulder.ibm.com/infocenter/wpdoc/v510/topic/com.ibm.wp.ent.doc/wcm/ searchingforwebcontentmanagementcontenti
nportalpersonalization.html) in creating the rule. I have also followed InfoCenter topic "Enabling WebSphere Portal Personalization inte
gration" (http://publib.boulder.ibm.com/infoc...ion
.html)
Trace from WCM error.log shows exception when firing rule:
Unable to locate ContentSpot/Rule with UUID bf550aa93cc3be32:1675face:10dad8eb104:-735d and original name /PznWCM/Test/getSampleContent
Rule matching the "original name" is visible in the Pzn Workspace portlet.
----
Environment:
WPS: 5.1.0.4
WAS: 5.1.1.11, WBISF 5.1.1.3 (Windows 2003)
Clustered configuration; 2 nodes; horizontal; MS SQL Server back-end.
----
Approach:
For the wcm\config\connect.cfg file, the following values have been verified:
<JCRRepository value=true />
<JCRConnector>
<DefaultRepository value="ibmjcr/Repository"/>
<DefaultUsername value="uid=wpsadmin,o=myorg"/>
<DefaultPassword value="PasswordRemoved"/>
<DefaultWorkspace value=""/>
<ConnectionTimeout value = 300 />
<ConnectionManager>
<MaxConnectionPools value=1000 />
<MaxConnectionsPerPool value=64 />
</ConnectionManager>
</JCRConnector>
I have run the WCM configration utility as follows with success:
/wps/wcm/connect?MOD=JCRModule&action=populate
WPS stopped and restarted.
Thanks for any insight,
Chris
|