Schedule tasks for Global Search in Homepage
November 28th, 2008
After the Lotus Connections upgrade to level 2.0.1 the Global Search function
of the Homepage finally works ok.
Here are some handy scheduling lines to use in Global Search for doing a
index on every part of Connections.
They are configured to do an index every 15 min. between 7 AM and 8 PM.
<WAS_HOME>\profiles\AppSrv01\config\cells\<name>Node01Cell\LotusConnections-config\
FILE homepage-config.xml
<task interval=”0 1/15 7-20 ? * MON-FRI” name=”IndexActivities” startby=”0 5/15 7-20 ? * MON-FRI”>
<connectionsService name=”activities”/>
</task>
<task interval=”0 1/15 7-20 ? * MON-FRI” name=”IndexBlogs” startby=”0 5/15 7-20 ? * MON-FRI”>
<connectionsService name=”blogs”/>
</task>
<task interval=”0 1/15 7-20 ? * MON-FRI” name=”IndexCommunities” startby=”0 5/15 7-20 ? * MON-FRI”>
<connectionsService name=”communities”/>
</task>
<task interval=”0 1/15 7-20 ? * MON-FRI” name=”IndexDogear” startby=”0 5/15 7-20 ? * MON-FRI”>
<connectionsService name=”dogear”/>
</task>
<task interval=”0 1/15 7-20 ? * MON-FRI” name=”IndexProfiles” startby=”0 5/15 7-20 ? * MON-FRI”>
<connectionsService name=”profiles”/>
</task>
FILE
I just edited this file by hand, works fine for me. The InfoCenter is giving you some lines how to achieve this with the wsadmin script. But at the end the result is the same.
In both cases don’t forget to restart the Homepage was server.



