7.0.0.2: Designing a portal site using theme optimization

  • 03 Sep, 2012

The theme optimization module framework allows you to create themes using different module extensions to contribute to different areas of the page in order to provide flexibility, enhance the user experience, and maximize performance. Go to this link for more information  http://www-10.lotus.com/ldd/portalwiki.nsf/dx/7.0.0.2\Designing\a\portal\site\using\theme\optimization\sdoc

7.0.0.2: Designing a portal site using theme optimizationRead More

Db2 error during WCM 7 Syndication

  • 31 Aug, 2012

When the syndication happens i see this error DB2 SQL Error: SQLCODE=-286, SQLSTATE=42727, SQLERRMC=4096 on the SystemOut.log. This problem can be solved tunning the JCRDB and running a reorg on the tables. I use the following commands: db2 CONNECT TO JCRDB USER db2inst1
db2 update db cfg for JCRDB using DBHEAP 4800
db2 reorgchk current statistics on table all > "reorg.txt"
db2 -x "select 'reorg table',substr(rtrim(tabschema)||'.'||rtrim(tabname),1,50),';'from syscat.tables where type = 'T' " > reorg.out
db2 -tvf reorg.out

Db2 error during WCM 7 SyndicationRead More

Deploy WebSphere Portal theme with ConfigEngine

  • 29 Aug, 2012

You can follow the instructions on the TN 15986, but a few things can be wrong. If your portal is installed over Windows do not use the backslash character () on the zip path If you use the path like the command bellow, you get the "zip file not found exception" and a Build Failed message. ./ConfigEngine.sh webdav-deploy-zip-file -DTargetURI=dav:themelist/newtheme/ -DZipFilePath=d:tmpnewtheme.zip -DUpdateMode=merge You need to use the slash character on the file path ./ConfigEngine.sh webdav-deploy-zip-file -DTargetURI=dav:themelist/theme/ -DZipFilePath=d:/tmp/newtheme.zip -DUpdateMode=merge  You need to put the wasadmin and portaladmin passwords on wkplc.properties.

Deploy WebSphere Portal theme with ConfigEngineRead More

IBM announced its intention to acquire Kenexa

  • 27 Aug, 2012

This morning IBM announced its intention to acquire Kenexa, a leading provider of recruiting and talent management solutions.  You can read more about this in Alistair Rennie's blog entry on Social Business Insights. http://ibm.co/QJAjvl(http://ibm.co/QJAjvl)

IBM announced its intention to acquire KenexaRead More

Limits of RunOnServer agent feature

  • 27 Aug, 2012

From LotusKB. The LotusScript RunOnServer method allows an agent called from a Notes client to run on the Domino server rather than on the client. Running on the client is the default behavior when running an agent from the Notes client. Running on the client results in isolation of the agent. As each client has its own memory, the agent run by one user does not interact with the memory of any other user. If an agent were scheduled rather than invoked by the client, each agent run would have its own memory environment in the AMGR task running on Domino. To run concurrently scheduled agents requires running multiple AMgr tasks, each with its own memory. The RunOnServer method forces the age

Limits of RunOnServer agent featureRead More

Domino HTTP Active Thread recommendations

  • 23 Aug, 2012

How many HTTP threads can i setup on my Domino Server? The answer is always the same... Depends on :-) On this link(http://www-01.ibm.com/support/docview.wss?uid=swg21173877) you can learn how to setup the number of HTTP Threads

Domino HTTP Active Thread recommendationsRead More

Protect Lotus Domino Internet Passwords

  • 21 Aug, 2012

Lotus Domino provides customers with multiple means of authentication, each system being suitable to different levels of threat resistance and assurance requirements.  Among these authentication techniques, Lotus Domino can authenticate a web client with a username and password. See this TN(http://www-01.ibm.com/support/docview.wss?rs=899&uid=swg21377512) about options to protect Internet Passwords

Protect Lotus Domino Internet PasswordsRead More

Explore IBM Java 7

  • 17 Aug, 2012

A quick overview of the features and innovations in IBM SDK Java Technology Edition Version IBM Java 7(http://www.ibm.com/developerworks/training/kp/j-kp-java7/)

Explore IBM Java 7Read More

Recent contacts work inconsistently

  • 16 Aug, 2012

The recent contacts do not add the address sometimes. This is issue was reported to me and i opened a PMR after a long time fighting against this issue.
IBM reproduced the problem and open a SPR Steps to reproduce the issue:
1- Make sure your File / Preferences /Contacts are set with the option
below: "Choose how names are added to Recent Contacts" select "Add the following names"
select "All names"

2- Install the Notes client Notes 8.5.3 FP2 Standard or follow the
procedure from TN below if you have the Notes 8.5.3FP2 installed:
http://www.ibm.com/support/docview.wss?uid=swg21265985(http://www.ibm.com/support/docview.wss?uid=swg21265985) 3- Open the Notes c

Recent contacts work inconsistentlyRead More

Common issues with Sametime integration with LDAP directories

  • 15 Aug, 2012

Setup a Sametime server and use LDAP as a user repository is always  a challenge This TN(http://www-01.ibm.com/support/docview.wss?uid=swg21243913) is a collection of common issues

Common issues with Sametime integration with LDAP directoriesRead More