MySphere Posts

You have a scheduled agent that runs at a set frequency (such as 30 minutes). This schedule agent runs correctly most of the time. If, however, the agent attempts to execute (per its schedule) while Compact is running on the same database, the agent stops running. The agent is also removed from the scheduled queue. (The scheduled agent queue is an internal queue that keeps track of which agents need to run.) The agent is not returned to the queue until Agent Manager refreshes the Cache. By default, the Cache is refreshed at 12 a.m.

Starting with Domino 8.5.2 Fix Pack 3 and 8.5.3, you can use the following parameter to force agent retry despite the Compact:

DEBUG_AMGR_ENABLE_RETRY_ON_COMPACT=1

Workaround for earlier releases
A potential workaround is to restrict the run times of the agent to avoid the interference with Compact.  You can also change the Cache refresh to occur after Compact runs. Changing the agent refresh Cache time in the server doc is recommended to ensure that any agents that encounter the collision are recovered.

The following provides additional technical details on the expected behavior:
If Compact is processing a database while AMGR attempts to search it for agents during Agent Cache Refresh the property DBOPTION_NO_BGAGENT is set.  This flag indicates that the database does not to have any background agents which should be considered for scheduling at this time.  The DBOPTION_NO_BGAGENT property will remain set until AMGR successfully searches the database for agents when the agent Cache refresh takes place or Fixup processes the database.

To determine if the flag has been set for a database you can use the following parameter in the Domino server’s notes.ini:  debug_amgr=l (lowercase L)

The following will appear in the log:

“AmgrDbg: CheckDbForTask – Setting DBOPTION_NO_BGAGENT for database

When the flag has been cleared by the Cache refresh or Fixup the following entry should be observed:

“AmgrDbg: CheckDbForTask – Clearing DBOPTION_NO_BGAGENT for database

The information above is from TN 1084223

Uncategorized

Today IBM publish this FAQ  about iOS 6 support with traveler

Apple iOS 6 Support:

For 8.5.3.x: Please apply Traveler 8.5.3.3 IF1 or later

For 8.5.3 UP1: Please apply Traveler 8.5.3 UP1 IF1 or later

Uncategorized

This white paper provides a basis for parameter and application tuning for IBM WebSphere Portal for Multiplatform, for Linux on System Z, and z/OS V8.0. Remember that both tuning and capacity are affected by many factors, including the workload scenario and the performance measurement environment. For tuning, the objective of this paper is not to recommend that you use the values we used when measuring our scenarios, but to make you aware of those parameters used in our configuration. When tuning your individual systems, it is important to begin with a baseline, monitor the performance metrics to determine if any parameters should be changed and, when a change is made, monitor the performance metrics to determine the effectiveness of the change.

Uncategorized

As part of today’s news, IBM is announcing the availability of its industry-leading social software platform, IBM Connections. IBM Connections incorporates sophisticated analytics capabilities, real-time data monitoring, and faster collaborative networks both inside and outside the organization, whether on premises, in the IBM SmartCloud or using a broad range of mobile devices.

In support of today’s news, IBM also announced leading companies around the globe, including Bayer MaterialScience, Colgate-Palmolive Company, LeasePlan, Primerica and Teach for America, are using its social software to achieve real returns on their social business investments.

Uncategorized

From TN 1610553, but i was advised last week and it´s now public

Symptoms:
After installing CCF16 user might experience incorrect encoding including but not limited to

Additional attributes for a link
Linking descriptions for a link
Linking text for a link
Link target: “Name” option for a link
Query string for a link
Alternate text for an image
Html name for an image
Additional attributes for an image

This affects inserting a link or image from within a rich text field as well as authoring link/image components and elements.
The incorrect encoding will primarily apply to the characters ‘, “, , < and >

Resolution:
PM72259 will resolve this issue. This should be installed on top of CCF16.
CCF17 will also resolve this issue. Until CCF17 is available, it is strongly recommended  that PM72259 be installed on top of CCF16 . Another less ideal option to avoid this behaviour is a downgrade to CCF15.

Uncategorized


iFixes LO71325 and LO71327 are required for IBM Connections 4.0. Please download both iFixes from Fix Central, then apply to the IBM Connections 4.0 server using the update installer.

Use this TN for more information

Uncategorized

Using this link you have a shortcut to installation and migration guides

Uncategorized

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

Uncategorized

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

Uncategorized

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.

Uncategorized