Table of Contents
This Fix Pack provides various functional fixes for IBM Enterprise Content Management System Monitor (ECM SM) ECM_SM-5.2.0-001.
Requirements: Requires ECM SM 5.2.0. Supersedes all previous Fix Packs and Interim Fixes for ECM SM 5.2.0. Certifications: None. |
The Fix Pack installation cannot be uninstalled. The installation changes files and database content.
To be able to rollback to the last state it is required to create a manual backup of the installation directory as well as a backup of the ECM SM database before the Fix Pack installation starts.
Note that the Fix Pack installation may take several hours if a large number of events is present in the database. It is recommended to run a database cleanup to reduce the amount of events. For that, a manual execution of a data pruning script against your database is required. At the beginning of the Fix Pack installation an SQL script will be generated by the installer to accomplish this task. Execute the generated script displayed by the installer with administrative rights.
Installation directory
<server_installation_root>
is
the directory where the ECM SM software is
installed, default is /opt/IBM/ECMSM on
UNIX or C:\Program Files\IBM\ECMSM on
Windows.
Temporary space requirements (all platforms)
The installer requires temporary space up to 3x the size of the installer image.
UNIX/Linux: If there is not enough temporary space in
/tmp
, specify and export the variable
IATEMPDIR
, which should point to a filesystem
with enough space to extract the InstallAnywhere archive.
Windows: If there is not enough temporary space in
%TMP%
(Windows), specify the variable
TMP
, that should point to a partition with
enough space to extract the InstallAnywhere archive.
Installer on UNIX/Linux based systems
A graphical terminal (xterm) is required for installer.
DB2-based ECM SM server
In case there are many events in the ECM SM database while updating the product, care should be taken to have large enough tablespaces and transaction logs.
To estimate the space required by the transaction log, following formula can be used:
n * s * f = L
with
n
: number of rows affected
s
: maximum row size (of the
affected rows) in bytes
f
: factor in the range of [2..5];
we recommend 5 to be on the safe side
L
: overall logfile size in
bytes
For the ECM SM database that means:
10,000 * 10,000 Bytes * 5 = 500,000,000 Bytes = 500MB
As the update transforms the events in transactions of 10000 events per commit and a event row can be 9449 bytes long in an IBM DB2.
For IBM DB2 the LOGFILSIZ
or the
LOGSECOND
parameters must be increased to
allow the transaction log file to grow to at least 500MB. We
suggest to increase the LOGSECOND
parameter
if necessary. Please ask a database administrator for support if
in doubt.
Also, the temporary tablespace for the products database must be large enough to allow updates and reorgs of the event tables. Please consult your database administrator for advice as it depends on the specific database configuration. As a rough guide, test scenarios showed a maximum peak of 5.6GB used for the temporary table space in case of a database with 8 million events, being updated from 5.1.0.0 to 5.1.0.1.
Microsoft SQL Server-based ECM SM server
In case there are many events in the ECM SM database while updating the product, care should be taken to have large enough tablespaces and transaction logs.
To estimate the space required by the transaction log, following formula can be used:
n * s * f = L
with
n
: number of rows affected
s
: maximum row size (of the
affected rows) in bytes
f
: factor in the range of [2..5];
we recommend 5 to be on the safe side
L
: overall logfile size in
bytes
For the ECM SM database that means:
10,000 * 10,000 Bytes * 5 = 500,000,000 Bytes = 500MB
Make sure that autogrowth is enabled for the transaction log file to allow Microsoft SQL server to dynamically increase its transaction log size and make sure that there is enough disk space available. Make also sure that the maximum file size is set to more than 500MB.
Stopping of agents before upgrade
We advise to stop all ECM SM agents using the task "Stop CALA" before you start the fix pack installation. Advantage is that there is no impact on the ECM SM server when the clients are restarted after the maintenance. Otherwise the agents will possibly cache a large amount of events and overwhelm the ECM SM servers event processing when the agents reconnect. The only disadvantage is that you don't get monitoring data for that period (you'll see gaps in reports using that set of data).
Upgrading a distributed environment
This Fixpack must be applied to all ECM SM Servers of a distributed ECM SM environment.
Due to database changes, all server components must be stopped before starting the installation on the first server.
It is recommended to update the Complete / Primary server first and then update the Secondary servers.
For Secondary servers only the Server installer is required, the ALL-JRE archives and the CALA_REX install images are only required on the Complete / Primary server.
Log on to the ECM SM server using an administrative account, preferably the same account used to install ECM SM.
If the ECM SM server is configured to use a MSSQL database using Windows authentication, the user must be the technical user used during the initial installation (database user).
Stop ECM SM EventServer, GUI Server,CALA_REX Server, CALA_REX agents and CALA agents.
Note that CALA is not installed automatically
on the server. If there is no cala
directory
(UNIX) or no IBM ECM SM CALA Monitoring Agent
Windows service, simply skip stopping this component. All other
components must be present.
Unix
Open a command shell.
cd <server_installation_root>
gui/IbmFsmRap.sh stop
eventserver/IbmFsmSrv.sh stop
downloadserver/downloadserver.sh stop (optional, if installed)
cala_rex/cala_rex.sh stop (only Primary Server or Complete Server)
cala/cala.sh stop
agent/cala_rex/cala_rex.sh stop (optional, if installed)
agent/cala/cala.sh stop (optional, if installed)
It is recommended to verify whether the cala_rex_srv process and all java-processes related to ECM SM Server are stopped. In the case ECM SM Java processes are still running they need to be stopped before this Fix Pack can be installed.
Windows
Open a command window (DOS prompt).
net stop "IBM ECM SM Server"
net stop "IBM ECM SM GUI Server" (optional, if installed)
net stop "IBM ECM SM Download Server" (only Primary Server or Complete Server)
net stop "IBM ECM SM CALA_REX Server"
net stop "IBM ECM SM CALA Monitoring Agent"
net stop "IBM ECM SM CALA_REX Agent_srvagnt" (optional, if installed)
net stop "IBM ECM SM CALA Monitoring Agent (cala_srv_srvagnt)" (optional, if installed)
Save all configuration files where manual changes after the
initial installation of the product were made. The installation of
this Fix Pack will recreate all config files based on the
setting during the initial or Fix Pack installation (saved in
<server_installation_root>/.prodinfo/FSM_SERVER.settings
).
All manual changes made in the configuration files have to be redone
after the installation of the Fix Pack. Do not replace the
new config files by the old ones as changes introduced by this
Fix Pack will be lost.
Stop all instances of still running Java Web Start tools (Monitoring Manager, Task Execution Manager, ECM SM Client Installer and the RCP GUI) on all client desktops and the ECM SM server.
Clean the Java Web Start cache
Clean the Java Web Start cache on all PCs and servers where the Java Web Start tools (Monitoring Manager, Task Execution Manager, Core/Non-Core agent installer) were used.
In the case of an update, clean the Java Web Start cache on all client desktops.
open the Java Cache Viewer by executing
javaws -viewer
select Applications in the combo box on top and remove all applications related to the IBM Enterprise Content Management System Monitor
select Resources in the combo box on top and remove all resources related to the IBM Enterprise Content Management System Monitor; to find these resources, click on the heading of the URL column to sort by URL, then remove all entries that have been downloaded from the ECM SM server
close the Java Cache Viewer
Make sure that the appropriate InstallAnywhere install archive for the ECM SM server and for the JRE archives for your platform are located in the same subdirectory. This ensures that the downloadable JRE archives are updated during the server update process as well.
InstallAnywhere image for MS Windows
IBM_ECM_SM-5.2.0-001-Win.exe
IBM_ECM_SM_JRE_archives-5.2.0-001.exe
IBM_ECM_SM_CALA_REX_images-5.2.0-001.exe
InstallAnywhere image for IBM AIX
IBM_ECM_SM-5.2.0-001-AIX.bin
IBM_ECM_SM_JRE_archives-5.2.0-001.bin
- generic installer for all UNIX / Linux platforms
IBM_ECM_SM_CALA_REX_images-5.2.0-001.bin
- generic installer for all UNIX / Linux platforms
InstallAnywhere image for Solaris 9 and 10 - SPARC based
IBM_ECM_SM-5.2.0-001-Solaris.bin
IBM_ECM_SM_JRE_archives-5.2.0-001.bin
- generic installer for all UNIX / Linux platforms
IBM_ECM_SM_CALA_REX_images-5.2.0-001.bin
- generic installer for all UNIX / Linux platforms
InstallAnywhere image for HP-UX 11 - Itanium based
IBM_ECM_SM-5.2.0-001-HPUX_IA64.bin
IBM_ECM_SM_JRE_archives-5.2.0-001.bin
- generic installer for all UNIX / Linux platforms
IBM_ECM_SM_CALA_REX_images-5.2.0-001.bin
- generic installer for all UNIX / Linux platforms
InstallAnywhere image for Linux on Intel platform
IBM_ECM_SM-5.2.0-001-Linux_x86.bin
IBM_ECM_SM_JRE_archives-5.2.0-001.bin
- generic installer for all UNIX / Linux platforms
IBM_ECM_SM_CALA_REX_images-5.2.0-001.bin
- generic installer for all UNIX / Linux platforms
InstallAnywhere image for Linux on PowerPC platform
IBM_ECM_SM-5.2.0-001-Linux_PPC.bin
IBM_ECM_SM_JRE_archives-5.2.0-001.bin
- generic installer for all UNIX / Linux platforms
IBM_ECM_SM_CALA_REX_images-5.2.0-001.bin
- generic installer for all UNIX / Linux platforms
Start the appropriate InstallAnywhere install archive for your platform and update the existing installation.
IBM_ECM_SM-5.2.0-001-Win.exe
(InstallAnywhere image for MS Windows) |
IBM_ECM_SM-5.2.0-001-AIX.bin
(InstallAnywhere image for IBM AIX) |
IBM_ECM_SM-5.2.0-001-Solaris.bin
(InstallAnywhere image for Solaris 9 and 10 - SPARC
based) |
IBM_ECM_SM-5.2.0-001-HPUX_IA64.bin
(InstallAnywhere image for HP-UX 11 - Itanium based) |
IBM_ECM_SM-5.2.0-001-Linux_x86.bin
(InstallAnywhere image for Linux on Intel platform) |
IBM_ECM_SM-5.2.0-001-Linux_PPC.bin
(InstallAnywhere image for Linux on PowerPC platform) |
After starting the InstallAnywhere install image the Intro panel is displayed, followed by the ECM SM splash image.
You'd need to confirm the ECM SM license agreement to proceed with the installation.
Carefully read the license agreement and select
and press to continue or press or to exit the installation.A short introduction text is displayed on the next panel. Press the
button to proceed.In the case no valid GA installation is found, the installer displays an appropriate message and ends. The same applies if no valid CALA_REX images installation is found on the system. On UNIX / Linux non-root installation the system asks for the Installation directory. Specify the correct GA installation directory and press the
button.The installer reads the previous installation settings. If installation debugging is not enabled the installer asks whether installation debugging should be enabled for this Fix Pack installation. The panel displays whether or not you'd want to keep the server settings or whether you'd want to adjust them. Select the appropriate menu entry and press the
button to proceed.For further information regarding all available parameters please press the
button or take a look at the Installation Guide.After adjusting parameters press the
button to proceed.The installers displays the installation summary. Press the
to start the update process. In the case the GA installer was configured for manual DB configuration (the user wanted to create the ECM SM tables manually based on the generated DDL files) the Fix Pack installer prompts for manual database interaction, too.At the end of the install or update process, the local server services / daemons will be (re-)started automatically if the GA-installer option Startup after installation was enabled. If Startup after installation is disabled all services / daemons need to be started manually.
In the case of a WebSphere Application Server based ECM SM server installation, the installer displays a note that the installed / updated Server and GUI applications need to be (re-)deployed.
Start ECM SM Server, GUI, CALA_REX and CALA if not already running.
Unix
Open a command shell.
cd <server_installation_root>
gui/IbmFsmRap.sh
eventserver/IbmFsmSrv.sh
downloadserver/downloadserver.sh (optional, if installed)
cala_rex/cala_rex.sh (only Primary Server or Complete Server)
cala/cala.sh
agent/cala_rex/cala_rex.sh (optional, if installed)
agent/cala/cala.sh (optional, if installed)
Windows
Verify using the Service Manager that the service "IBM ECM SM CALA_REX Server" is set to the desired Startup Type (default is "automatic") and the correct "Log On As" account is assigned.
Open a command window (DOS prompt).
net start "IBM ECM SM Server"
net start "IBM ECM SM GUI Server" (optional, if installed)
net start "IBM ECM SM Download Server" (only Primary Server or Complete Server)
net start "IBM ECM SM CALA_REX Server"
net start "IBM ECM SM CALA Monitoring Agent"
net start "IBM ECM SM CALA_REX Agent_srvagnt" (optional, if installed)
net start "IBM ECM SM CALA Monitoring Agent (cala_srv_srvagnt)" (optional, if installed)
Verify that login to the ECM SM GUI is possible and events with recent timestamps are received.
Check the version information in the Help menu, topic "About IBM Enterprise Content Management System Monitor" details. If the version number is cut off by the window border, resize the "Version" column by pulling the right side marker of the column to the right out of the window.
After installing Fix Pack ECM SM 5.2.0-001, CALA_REX must be updated on managed systems (clients) as well.
The CALA_REX server is updated automatically during Fix Pack installation.
The CALA_REX clients must be updated manually. Use
the task Update CalaRex
from the
Migration
archive to update CALA_REX
on the clients.
If manual adjustments have been made to the file
$CENIT_ROOT/set_cenit_env.sh
,
make a copy of it. You may want to adjust this file again after
installation.
After installing Fix Pack ECM SM 5.2.0-001, CALA must be updated as well.
The CALA client running on Solaris 64 bit machines (ECM SM server and clients) can only be updated using the graphical installer.
Login to the console
Choose either
→ or → from the menu, depending on the IBM FileNet components installed on the Solaris 64 bit clientMake sure to uncheck the option Reconfigure only in the installer. Otherwise, the new CALA binaries and monitor archives will not be distributed.
To simplify update of all other clients, use the task
Install and Update CALA
from the
Migration
archive that allows updating several clients
in one step.
The following task options must be checked to update CALA on the clients:
Update binaries
Update monitor archives
Keep monitor settings
Do not check any other option!
Windows ECM SM server only:
Make sure that no shell window (sh.exe or bash.exe) is open on the server.
Stop the CALA service on the server before running the task; otherwise, some files cannot be replaced.
This task cannot be used to update the CALA client that runs on Solaris 64 bit machines (ECM SM server and clients).
After cala_rex and CALA was updated on Solaris 64 bit servers, the cosst binarary needs to be copied to the "tools" directory again (see known limitation 3287).
Login to the Solaris 64 bit machine
Change into the ECM SM client
installation directory, e.g.: cd
/opt/IBM/ECMSM
Copy the file from the cala subdirectory to the tools
subdirectory: cp cala/cosst tools
The following additional steps have to be performed, when updating to
5.2.0-001
.
The timestamp format of the Mail message template is recommended to be changed for better readability of event mails.
Perform the following changes:
Go to Window > Consoles > Server Configuration
In the view Target / Plug-in List select SMTP Sink.
Edit your SMTP mail settings in the Event Mapping view by selecting a specific line and clicking Edit.
Edit the field smtp_msgbody
Replace the line Timestamp:
${evt:TIMESTAMP_UPDATED}
by the line Timestamp:
${evt:TIMESTAMP_UPDATED 'yyyy-MM-dd HH:mm:ss zZ'} (server
time)
.
Click OK to close the editor.
If you have configured the File Sink, also edit your template files via text editor
Replace the line Timestamp:
${evt:TIMESTAMP_UPDATED}
by the line Timestamp:
${evt:TIMESTAMP_UPDATED 'yyyy-MM-dd HH:mm:ss zZ'} (server
time)
.
This section describes some adjustments, which have to be performed for the default roles.
To give the role the additional right to delete report results, perform the following steps:
Open the role in the Role Editor
Find the Roles-Rights Definition with the "Report" Access Definition and and the "TREE" Entity Type and select the line
Click Add / Edit
In the "Functions" section (right side of the dialog) click Add... to add a new function.
Select the delete function and click OK to leave the "Add Functions" dialog
Click OK to leave the "Edit Roles-Rights" dialog
Click Apply in the "Role Editor" to persist the changes
Due to roles rights changes in the past release you have to add
the rights *HOST/*
in the
ecmsm_agent_administration_role and
*HOST/read in the
ecmsm_agent_user_role. To do so, perform the
following steps:
Open the role
ecmsm_agent_administration_role
in the Role Editor
Click Add / Edit
Go to the "Access Definitions" section (left side of the dialog) and click Add ...
Select *host and click OK
Go to the "Functions" section (right side of the dialog) and click Add ...
Select the "*" function and click OK to leave the "Add Functions" dialog
Click OK to leave the "Edit Roles-Rights" dialog
Click Apply in the "Role Editor" to persist the changes
Open the role
ecmsm_agent_user_role
in the
Role Editor
Click Add / Edit
Go to the "Access Definitions" section (left side of the dialog) and click Add ...
Select *host and click OK
Go to the "Functions" section (right side of the dialog) and click Add ...
Select the "read" function and click OK to leave the "Add Functions" dialog
Click OK to leave the "Edit Roles-Rights" dialog
Click Apply in the "Role Editor" to persist the changes
Due to roles rights changes in the past release you have to add
the Roles-Rights Definition
de.cenit.eb.sm.finca.category.ui.view/read
to
the ecmsm_event_user_role. Otherwise users will
not be able to see the Overview Console. To do so, perform the
following steps:
Open the role
ecmsm_event_user_role
in the
Role Editor
Click Add / Edit
Go to the "Access Definitions" section (left side of the dialog) and click Add ...
Click into the check-box in front of "VIEW" to display the views in the list
Type "*cat" into the filter box above the list
Select "de.cenit.eb.sm.finca.category.ui.view" and click OK
Go to the "Functions" section (right side of the dialog) and click Add ...
Select the "read" function and click OK to leave the "Add Functions" dialog
Click OK to leave the "Edit Roles-Rights" dialog
Click Apply in the "Role Editor" to persist the changes
Click Close to close the "Role Editor"
In case that the applicationserverver.jmx.monitor.war / ~.ear JMX
monitoring application is deployed on your application server you might
have set the two JVM properties
de.cenit.em.sm.pwdcrypt.agentid
and
de.cenit.em.sm.pwdcrypt.keyfilecontent
in
ECM SM version 5.2. With ECM SM
version 5.2 Fixpack 1, there is a fix, which makes these settings
obsolete. It is recommended to remove the two properties from the JVM
Settings. Removing the properties requires an application server
restart.
Click the server, on which the application was deployed
Click on Process Definition
Click on Java Virtual Machine
Click on Custom Properties
Remove the following two properties:
de.cenit.em.sm.pwdcrypt.agentid
de.cenit.em.sm.pwdcrypt.keyfilecontent
Restart your application server instance
To re-enable the scheduled Database Cleanup, perform the following steps:
Open the Database Cleanup editor
Click on Schedule
Select Weekly from the Period listbox
Click on Apply
Select Daily from the Period listbox
Click on Apply and close the Database Cleanup editor
Call # | IBM APAR # | Description |
---|---|---|
4733 | - |
Upgrade to ECM SM 5.2.0.1 disables schedule for Database Cleanup After upgrading to 5.2.0.1, the scheduled execution of Database Cleanup is disabled. Solution Open the Database Cleanup Configuration editor and review the settings on the Scheduling tab. Leave the editor by pressing Apply to make sure that the schedule is correctly enabled again. |
4627 | - |
Import / Export function for agent key file will not be implemented in full installer. At the moment an agent must be accepted in case it is connected to a new server. That leads to the issue, that all passwords must be redefined. Especially that might happen in customer environments where an ECM SM Server is replaced. Since the full installer is already released, this issue cannot be fixed any more. For further implementations we want to use another implementation (not based on Install Anywhere). Solution If a second server should be installed with imported keyfile, first define it as "secondary server" and select the old server as primary server to get its keyfile. Click Next to import the key >. The key file is imported now to the new server. Don't proceed with the installation after this step, but click the "Back" to the step, where you can change your installation to be a "primary server". Proceed with your installation as usual. |
4576 | - |
Upgrade To New Default Roles Does Not Leave Potentially Existing Roles Untouched If a role exists that is named as one of the default roles created by an upgrade the existing role will get the roles-rights assignments of the new default role, but will not remove already defined roles-rights. The performed DB changes are logged into the initdb.0.log, when installation logging is set to TRACE. Solution Check the user's guide for the names of the to-be-created default roles before installation and, if possible and necessary rename existing roles. |
4568 | - |
Logging In Internal Installer Configured By Product Debug Switch Instead Of Installer Debug Switch The Java based parts of the installer only write tracing information, if the debug switch for server and GUI is activated in the installer. The installer's own debug switch has no effect on that component's tracing behaviour. Solution To trace the actions of all installer components activate the product's debug switch also and deactivate tracing in product after installation manually, if not needed. |
4545 | - |
Timestamp columns no longer displayed in customized Event List View after upgrade to 5.2 In the case the user has customized the EventList view, the timestamp columns will no longer be displayed after the upgrade to 5.2. This is caused by changes in the representation of event timestamps and the resulting new timestamp column. Solution Re-add the timestamp column to the Event List View after the upgrade. Users who have not customized the Event List View will automatically see the new timestamp column. |
4497 | - |
Timestamp handling is limited in Rules Engine Script Editor The timestamps in the TIMESTAMP_UPDATED and TIMESTAMP_INITIAL are only available in "milliseconds since 1970" format. This means it is hard to implement time dependent requests. Furthermore the information in which timezone the agent from which the event was sent is not available inside script context. Solution Java Script supports a Date object, which at least can transform the millisecond format to a human readable format. It is recommended to look up tutorials on the internet. |
4483 | - |
Login dialog does not appear in Firefox 29 The RAP GUI does not work with Firefox 29. The login dialog does not appear. Solution Keep Firefox 28, change to a newer version of Firefox or use one of the other supported browsers (see list in the Hardware and Software Guide). |
4478 | - |
Whitespace in JDBC driver path does not work (UNIX / Linux only) Product installation on UNIX / Linux systems fails if the required JDBC driver is located in a directory that contains whitespace in its name. Solution Provide the required JDBC driver in a directory without whitespace. |
4444 | - |
Handling of Corrupt Agent Configuration Files In case an agent configuration file, e.g. fnet40_sys_env.sh, is corrupt, the user will be informed about the incident by a message dialog. Solution There is no workaround as there is no reliable possibility for fixing such configurations without any user interaction. But to prevent major data loss, before saving new versions of the agent configuration files, automatically a backup will be created for each of these files. The backup files will be placed in parallel to the normal/new configuration files and will be named like |
4310 | - |
Java Webstart tools (TeMA, MoMA, Installer) cannot save into Windows Explorer Symbolic Link structures Due to a Java limitation it is not possible to store files from one of the Java Webstart Tools (Task Execution Manager, Monitoring Manager, Installer) into a directory that is based on the Windows symbolic link technology. This applies to Windows 7 and newer Windows systems. Example: At the end of an executed task by the TaskExecution Manager you are able to save the output as text file to a directory of your choice. Since Windows 7 and later personal directory structure "Documents and Setting" (or the corresponding language specific name) is just a symbolic link. The Java Webstart application cannot browse through this directory via the symbolic link and is therefore not able to save it at this location. Solution Instead of saving the files into one of the folders represented by symbolic links use a real directory to store the file |
4292 | - |
Precheck not executable on Windows machines when having chosen another IATEMPDIR due to not enough disk space After choosing a different IA installer temp dir (IATEMPDIR) due to unsufficient disk space on C:/ while installing IBM ECM SM 5.1.0 FP3 under Windows, the precheck aborts with a "The system cannot find the file specified..." error, referring to the "precheck.cmd" file, that has obviously not been copied into the IA installer temp directory.Several return codes can occur in this case, for example 2 or 4. Solution When setting the IATEMPDIR to a directory with enough disk space before starting the installation (like "E:/tmp"), the installer precheck runs through without an error returning the "0" code. |
4266 | - |
Number of MBeans vary between classic JMX MBean request (over RMI) and over ECM WebService in Oracle WebLogic environments. The classic JMX MBean request method via RMI returns more MBeans than the Webservice connection in Oracle WebLogic environments. So the View CE Status Task and the AE Status task won't run successful. Solution Use the classic JMX Mbean request (RMI connection) method to connect to the WebLogic servers, if you want to have full MBean support. Since it also might be a policy configuration issue, a WebLogic admin might be able to configure the webservice application in a way to grant full MBean access in webservice mode too. |
4263 | - |
Multiple selected items in the KnowledgeBase list view are not deletable The user can select several items, but only the first element in the list of selected elements is deleted by selecting "Delete". Solution There is no workaround. The user must delete items one by one. |
4231 | - |
Leave full screen menu entry always visible The Leave full screen menu entry is alway shown, although the view is not in full screen. Solution There is currently no workaround as it is technically not possible to disable or hide this entry based upon the view mode (full screen or framed). |
4213 | - |
InstallAnywhere installer sometimes fails in re-checks under IBM AIX The InstallAnywhere installer has problems under AIX to jump back in case a necessary check fails and the user should re-enter something or must execute a specific task to proceed with the installation. Example: The /etc/cenit directory must be writable for the installer. If the directory does not exist or is not writable, the installer stops and informs the user about that issue. The user must now create the directory or change the permission of it. After that the installer re-tries the writeability of the directory. In case the test fails again the user should be informed about it, again. Under AIX the back-jump in case the test fails again is broken, so a still non-existent or non-writable directory will not be signaled to the user, but the installer will proceed without any further warnings. Solution There is no workaround at the moment. |
4137 | - |
Large tooltips may be cropped when they are close to the borders of the GUI Large tooltips, e.g. the ones for the message field in the event list view, will be cropped at the borders of the GUI if they are too wide or high. The RAP framework does this automatically, it cannot be influenced at the moment. Solution No real workarounds are possible. Suggestions are to move the part of the GUI, the tooltips belong to away from the borders or to increase the size of the GUI window. |
4114 | - |
MS Windows Eventlog Entry for a SideBySide Error During the installation there can be a so called SideBySide error log entry in the event log in case the installation was made under MS Windows. The message can look like the following example:
This indicates a missing MS Visual C++ Redistributable package in the system. It does not affect the functionality of the event server or the GUI. Solution To get rid of it the MS Visual C++ Redistributable package has to be installed. The correct version is the one mentioned in the log message itself. The entry point for the download are "http://www.microsoft.com/en-us/download/details.aspx?id=5555" and "http://www.microsoft.com/en-us/download/details.aspx?id=30679". But you should search for the version you really need and that is provided in the log message; in the example it would be 9.0.21022.8. |
4091 | - |
Accumulators and their statistics aka Durations normally not shown in PCH events Due to some incompatibilities between the Listener implementation and the needs of a monitor, the limitation for Accumulators and their statistic values still exists. It is of no value for a monitor to report the statistic values of a duration like "average", "min", "max", and "standard deviation" as the time base for the calculation of these values for a monitor run must be set to a value too short to create any meaningful data. Unfortunately the period can not be made to last longer as the monitor would run too long for any customer environment. Solution Currently there is no workaround for this issue as the Listener API is limited here and not fully compatible with the needs of a monitor. |
4059 | - |
JPS Config is destroyed by missing path When a JPS monitor is configured (PCH, JMX, WMI, ESX) the monitor configuration is stored as xml config file. If the config file is reopened in the JPS editor another time to change the settings and one of the specified paths is missing at this time, the configuration is destroyed in this moment, because the path, which is defined in the config file cannot be found. If "Ok" is clicked and so the configuration is stored again, the configuration will be damaged and invalid. This will lead to an incomplete request of the monitor values. It is recommended not to save such configurations. They can be recognized by only one element ("Structure") in the filter tree (left hand of the editor). Solution If there are paths, where there is the possibility that they are not available at any time, it is recommended to copy the jps xml monitor configurations, which are stored at "$CENIT_ROOT/cala/monitors/pam". If you recognize such changes, in an opened JPS editor ("Structure" element at left hand tree) do not exit the configurator via "Ok", but "Cancel" and do not save the cala monitor configuration. |
3915 | - |
Empty hosts in SYSTEM-Tree On systems, where there are several internal IP addresses, which are mapped to one outgoing IP address, the event is sent with a "adapter host" and "adapter IP address", which may differ from the "source host" and the "source IP address". This leads to two hosts in the SYSTEM-Tree in the gui. One with the "adapter host" name, which contains the events and another with the "source host" name, which does not contain any events. But the events are related to the "source host" as well. If you delete the empty "source host" from the SYSTEM-Tree, the related events will be deleted too (which are seen in the "adapter host"). So in this constellation, there will be an empty host seen in the tree. Solution None |
3869 | - |
Concurrency problems, when starting WebStart tools, when already a PDF document is opened in the browser. When a PDF document (Any users guide of the product) is opened and then a WebStart tool is opened, the browser windows showing the PDF document will be closed automatically and the RAP gui will disappear. An error message is shown in the browser instead. Solution There are three workarounds 1. Use Firefox or Chrome as browser, the problem does not occur with these browsers. 2. Save the documentation as local copy and use external Acrobat Reader to open the document. 3. Open the client tools before opening a pdf document with the browser. |
3861 | - |
PeInfo Monitors need at least Java 5 The IBM FileNet ProcessEngine 4.0 FP 2 for Solaris and HP-UX are using a Java2 1.4 JRE, which breaks the PeInfo monitors as these require at least Java 5. The PeInfo monitors are bound to use the JRE shipped with the PE that is to be monitored. For technical reasons the PeInfo monitor JARs are compiled with Java 5 which leads to the restriction they cannot be used with a Java version lower than 5.0. Solution There is no workaround for this issue. |
3839 | - |
Server restart required after changing the suppression_key After changing the suppression_key and pressing "Apply changes", the changes are saved but active. Solution After a restart of the event server, the changes are in use. |
3838 | - |
stderr and stdout logs on windows grow infinitely The log files server.stdout.log, server.stderr.log, gui.stdout.log and gui.stderr.log are enabled by default when the services are installed on Windows. The log files grow infinitely and cannot be deleted, while the server is running. Solution As long as teh log level is on the default log level (ERROR) the file won't grow much. Only when logging runs on a finer log level, this is a problem. It is recommended to delete the files manually after the errors were resolved. |
3835 | - |
The state of the CALA_REX clients is not updated in the clientconsole on Unix based installations The state (online/offline) of the CALA_REX clients is notupdated in the GUI in case the product is installed on a Unix(TM) orLinux(TM) system.The Task Execution Manager and the Monitoring Manager tools are not affected by this issue. They will work as expected. Solution There is no workaround at the moment. |
3787 | - |
GUI of task Configure Datacap Database Settings is not updated correctly Under certain circumstances, the GUI for the task Configure Datacap Database Settings is not updated correctly in CalaTEMa. All cases are related to changing the content of the comboboxes for Datacap Application Name and Database Parameter Set by typing in them instead of selecting an existing item:
This happens due to restrictions in the GUI handling inside CalaTEMa. Solution In the first case, select the existing item from the combobox instead of typing in the name. In the second case, press the Database Parameter Set combobox with the correct settings. button after defining the first Database Parameter Set of the new Datacap Application to update the |
3784 | - |
Host name 'localhost' not supported by several monitors Users of the product should not use the host name 'localhost', because several monitors don't support this commonly unsupported host name Solution Change the host name of the system to a real name that fits host name naming conventions of your enterprise |
3741 | - |
Don't use a "suppression_key" in the SMTP sink email suppression that exists in the event duplicate detection The email suppression in the SMTP sink has a bug that overwrites duplicate detection entries in the event duplicate detection. Solution Prevent using a "suppresion_key" that exists in the event duplicate detection |
3735 | - |
Incorrect 3rd Party log entry in GUI log file The following 3rd party log entry is written into the GUI logfiles gui*.log: Warning: Detected recursive attempt by part de.cenit.eb.sm.finca.gui.knowledgebaseentryview.view to create itself (this is probably, but not necessarily, a bug) Due to limitations this log file entry, which doesn't describe an error in this case, cannot be suppressed. Solution No workaround available and necessary, ignore this message. |
3681 | - |
FP Call 3681: MBean-Attributes of the type javax.management.openmbean.CompositeData are not supported The MBean-Attributes with the name javax.management.openmbean.CompositeData are not supported by the monitoring components. So they are filtered out to avoid configuring monitors with these values. Solution There is no workaround necesarry for this problem. |
3514 | - |
Default user for automatic task execution does not work when using LDAP authentication With 4.5.0 FP1, a default user "cala_rex" and password is defined in the finca-cfg.xml for use with automatic and scheduled task execution. This user works only if ECM SM internal authentication is used. If LDAP authentication is configured, the user must be an LDAP user or the user "admin". Solution The LDAP user and password for automatic task execution must be manually changed in the finca-cfg.xml file, section cala_rex. The password can be encrypted using the Monitoring Manager tool "Password dialog". The change must be repeated after each fixpack or interim fix installation. |
3478 | - |
XML Configuration Files are not transferred to other clients If a monitor configuration containing JPS monitors is copied to another client via menu 'File > Save monitor configuration to client...', the JPS related XML files will not be copied. Solution Copy the XML files manually from one client to another. |
3471 | - |
Different web-browsers provide different search results in online help If you search for a specific key word in the web application's online help, the help provides different search results (chapters), depending on the web browser, which is used. Since the online help is not implemented by us, but provided by the framework, we assume, that this will be fixed in RAP version 1.4. Solution The PDF documentation contains the same help, as the online help. The text search of the PDF viewer can be used to find more specific results. |
3290 | - |
Solution Use the
|
3287 | - |
Directory tools contains wrong cosst binary on Solaris 64 bitclients The tools directory on Solaris 64 bit clients contains aversion of the cosst tool that only returns 32bit processes correctlywhen executing cosst procinfo -l. This leads to incorrect monitorresults when monitoring 64bit processes, e.g. in the CALAProcessesmonitor.A corrected version of the binary is available in the cala directoryafter installing the client but it is not copied automatically to thetools directory. Solution Copy the binary manually to the correct location.
In addition, you must replace the the CALARexProcesses monitoron the Solaris 64 bit client with the ProcessInstances monitor to makesure that monitoring of the CALA_REX process workscorrectly:
|
3171 | - |
cosst.exe fails on older Windows 2003 and Windows XP versions The command line tool cosst.exe fails on Windows 2003 that doesn't have at least Windows 2003 SP1 applied and on Windows XP without applied XP SP2 or newer. Solution Update the Windows system to the minimum supported Service Pack or use cosst.exe from version 4.0.1 |
3165 | - |
swapSpace monitor on AIX requires root The Swapspace monitor doesn't run on non-root AIX CALA installations. Solution Run the monitor as root or add the s bit to the pstat binary e.g. chmod u+s /usr/sbin/pstat In addition to the s bit the file /dev/mem needs read right for others e.g. chmod o+r /dev/mem |
3131 | - |
CALA's logctlcmd command on Windows 2008 does only work when run under the same user as the CALA service. When running the CALA command logctlcmd manually on Windows 2008, the command must be run under the same user as the service. It won't work when started under an other user and will also break subsequent calls of logctlcmd under the service user. (You will need to restart the CALA service to make it work again.) Solution None |
3027 | - |
It is not possible to monitor a service where the display namecontains German umlaute. It is not possible to monitor a service where the display namecontains German umlaute, e.g. "Dienst für virtuelleDatenträger (VDS)".The (windows shell) awk command fails to search for the string. Solution Replace the German umlaute with regular expressionwildcards, e.g.. (dot): "Dienst f.r virtuelle Datentr.ger (VDS)" |
2923 | - |
File jmx_classpaths.prop is overwritten during client update The $CENIT_ROOT/cala/monitors/pam/jmx_classpaths.prop file is overwritten by CALA client installer if the option "Reconfigure only" is not selected. Changes made via task "Configure JMX Classpath" or manually to the file are overwritten. This causes JMX monitors to fail if the classpath was extended before to make them work. Solution Create a backup of the file before updating the CALA client. After the update, merge your changes into the new file created by the installer. |
2905 | - |
Monitoring Manager saves escalation table content and name, even if the Cancel button is pressed If the name of the escalation file is changed or the contents of the specified escalation file is changed within the Monitoring Manager, the changes are done even if the edited monitor instance is closed without saving (pressing the X or Cancel button). This behaviour cannot be changed in this version of the Monitoring Manager but will be changed in the next implementation of this administrative GUI. Solution Use unique escalation files names in the case of copying monitor instances within the Monitoring manager to minimize the risk of this behaviour. |
2902 | - |
When specifying custom execution hours over midnight the monitor stops running at midnight. When specifying execution hours crossing midnight, e.g. 16-8 if the monitor should run from 16:00 till 8:59, the monitor stops working at midnight. Solution Specify execution hours in this format: 16-23,0-8 |
2885 | - |
Oracle variable TNS_ADMIN not evaluated by Oracle monitors, connect fails When starting CALA out of a user's (fnsw) crontab, the .profile of this user is not sourced. If the .profile contains the user variable TNS_ADMIN pointing to a different location than $ORACLE_HOME/network/admin the tnsnames.ora will not be found and the connect to the database will fail with error "ORA-12154: TNS:could not resolve service name". The search order for tnsnames.ora is:
Solution Create a special CALA start script containing this varaible and use this instead of cala.sh inside the crontab. |
2790 | - |
After startup / restart of CALA, monitors can return -30 or ERROR_installation if the system has got a very high load. After startup / restart of CALA, monitors can return -30 or ERROR_installation if the system has got a very high load. Since FSM 4.0.1 FP2 a new functionality is implemented that limits the number of parallel executed IBM FileNet and Database command line tools to one instance each. If more monitors are running that need to execute the same command line tool, the monitor waits up to 150 seconds to proceed. If this period is not long enough, this normally indicates an system issue. Solution Wait for the next monitoring schedule or change the execution period of some monitors to reduce the number of parallel running monitors. |
2670 | - |
Linux: cosst procinfo -l only returns 4096 characters per process Due to a system limitation on Linux systems, cosst procinfo -l can only show the first 4096 characters from the command line of a process. The following monitors and tasks may be affected: IBM CM v8, CMOD, CSx and IICE archives:
IBM FileNet P8 4.x archives:
IBM FileNet P8 PE 3.x, PA 3.x archives:
IBM FileNet Image Manager 3.x and 4.x archives:
Standard archives:
Solution None |
2669 | - |
HP-UX 10.20 and 11: cosst procinfo -l only returns 1024 characters per process Due to a system limitation on HP-UX 10.20 and 11, cosst procinfo -l can only show the first 1024 characters from the command line of a process. The following monitors and tasks may be affected: IBM CM v8, CMOD, CSx and IICE archives:
IBM FileNet P8 4.x archives:
IBM FileNet P8 PE 3.x, PA 3.x archives:
IBM FileNet Image Manager 3.x and 4.x archives:
Standard archives:
Solution None |
2633 | - |
Monitor Publishing Queue Entries does not work for object stores containing blanks Due to restrictions in the FileNet Java API, the monitor Publishing Queue Entries does not work for object stores that contain blanks in the name. Solution None |
2516 | - |
Reading ibm_cm8_eventlog events only works with standard port Reading ibm_cm8_eventlog events from the tables ICMSTSYSADMEVENTS and ICMSTITEMEVENTS only works if the DB2 RDBMS uses the standard port 50000. Solution If the DB2 RDBMS uses a different port than 50000, the CALA configuration must be adjusted manually after each reinstall.
|
2562 | - |
Windows security policy may block access to directories containing a dot On some Windows installations, the security policy does not allow access to directories that contain a dot. In this case, the ECM SM Java Webstart tools do not work because some of the required files are located in directories containing a dot (e.g. de.cenit). Solution Rename the affected directories (e.g. rename de.cenit to de_cenit) and adjust the jnlp files accordingly. |
2502 | - |
At least one logfile must be activated on ECM SM client If only monitors are activated for a ECM SM client, the installation fails with an error message.
Solution In the client configuration, select at least one logfile or the Windows eventlog. |
2404 | - |
Custom script monitors should not contain blank in path or file name When defining custom script monitors with blanks in the path or the monitor file name itself (for example C:/Program Files/scripts/custmon1.cmd) the monitoring engine calamon will fail for this monitoring instance. Additionally the monitor definition table from the system can no longer be loaded by the Monitoring Manager GUI (CalaMoMa). Solution If it is required to define a monitor with blanks in the file or path name, the DOS name (sometimes called short name) needs to be used, for instance C:/PROGRA~1/scripts/custmon1.cmd. |
2316 | - |
CALA sometimes fails because files are in use On some systems, CALA installation fails because files are in use by the running CALA processes and cannot be replaced by the installer. Solution Stop CALA before re-installing the client. |
2245 | - |
CMOD log entries from the database have wrong timestamp Content Manager On Demand log entries from the table SL2 in the CMOD database are always sent with the current time instead of the timestamp stored in the database. Solution None |
2092 | - |
Monitor OracleNextExtent works for dictionary-managed tablespaces only The See Oracle 9i Database Concepts and Oracle 9i SQL Reference for details about tablespaces and extent management. Solution None |
2090 | - |
Antivirus / Spyware alert during ECM SM install During ECM SM install some AntiVirus / Spyware tool alert a Solution Stop the AntiVirus agent / Service during ECM SM client install and restart it after successful installation. |
2089 | - |
MS Windows: CALA update fails if service is selected in Services Control Panel The ECM SM CALA Service (cala_srv) cannot be registered during update while the existing service entry is selected in the Services Control Panel. The installation logfile 1072 The specified service has been marked for deletion. 1075 The dependency service does not exist or has been marked for deletion. Solution Do not select the ECM SM CALA Service in the Windows Control Panel during CALA update. |
2088 | - |
User names or password with ';' or '#' are not supported. User names or password of used OS or database accounts that contain semicolon (';') or hashes ('#') are not supported with ECM SM. Solution Another account or password should be used to configure ECM SM. |
1687 | - |
Name of start / stop script of Application server must not contain blanks In the configuration plugin for Process Engine 3.5 and older, a start and a stop script can be given for an Application server. The filenames specified in these fields must not contain blanks, otherwise configuration will fail. Solution Use the short name (DOS name) of the file. To determine the short name of a file, you can open a DOS box and execute the command <path_to_fsm_installation>/tools/cosst.exe shortname "<very long path/that contains blanks/and points to script>". |
326 | - |
MS Windows: logfiles cannot be deleted while ascfileread reads from them Logfiles which are opened by ascfileread cannot be deleted on Windows platforms until ascfileread has been shut down. Solution Stop CALA, delete the file and restart CALA. |
The following abbreviations are used:
DTS # Defect Tracking System Number
CA Capture
CS Content Services
CE Content Engine (pre-4.0)
EM Email Manager / Records Crawler
IBMIM IBM Information Management
IS Image Services
PE Process Engine (pre-4.0)
40 P8 4.0
50 P8 5.0
STD Standard
Call # | IBM APAR # | Type | Area | Description |
---|---|---|---|---|
4729 | - | Enh | Major enhancements | Parallel ECM-SM EventServer support added (HA & Scalability) |
4728 | - | Enh | Major enhancements | IBM Content Manager OnDemand - enhanced monitoring functionality |
4727 | - | Enh | Major enhancements | IBM CPE 5.2.1 Case Framework (ICF) PE monitoring support added |
4726 | - | Enh | Major enhancements | IBM CPE 5.2.1 Sweep Framework monitoring support added |
4725 | - | Enh | Major enhancements | IBM CPE 5.2.1 Advanced Storage monitoring support added |
4724 | PJ42670 | Fix | ECM SM Agent | Management and installation if CALA_REX Agent wasn't possible due to enhanced security (FIPS 140-.2 compliant security) |
4723 | PJ42714 | Fix | ECM SM Event Server | Reporting bugfixes and enhancements implemented. |
4722 | PJ42741 | Fix | ECM SM Event Server | Security Fixes related to IBM JRE ad OpenSSL (incl. Poodle issue) |
4721 | PJ43043 | Fix | ECM SM GUI | Bugfixes and enhancements for the ECM-SM ICN PlugIn |
4709 | - | Fix | Documentation | Typo fixed in description of 'Update CALA_REX' task. |
4695 | - | Fix | ECM SM Agent | Acknowledge agent task debug output now hides passwords correctly. |
4685 | - | Fix | Documentation | Installation guide enhanced for Oracle based installation. |
4681 | PJ43046 | Fix | ECM SM GUI | LDAP User settings with language C have to be updated manually. |
4678 | - | Fix | ECM SM Agent | Monitoring for ESX servers has been reviewed. |
4673 | - | Fix | ECM SM Agent | In the case a user specifies an Agent ID suffix containing leading whitespaces (blanks, tabs, etc) the whitespace will be cut off automatically during agent installation. |
4672 | - | Fix | ECM SM Agent | The CALA_REX InstallAnywhere installer now supports multiple additional parameter sets in addition to the specification of a custom IP-address. |
4669 | - | Fix | Documentation | The section about Windows authentication (Integrated Authentication) and JDBC Connection String has been adjusted. |
4667 | - | Fix | Documentation | An invalid reference to "Microsoft Windows Server 2012 32--bit" has been removed from the Hardware and Software Requirements Guide. |
4666 | - | Fix | Documentation | The description for the .plusdebug folder location in the Install Guide has been optimized. |
4662 | - | Fix | Documentation | The help text for the Update CalaRex task has been enhanced. |
4657 | - | Fix | ECM SM GUI | Reporting now also supports floating point values. |
4647 | - | Fix | ECM SM Agent | Documentation was enhanced, that also /etc/cenit directory must be created, before installing CalaRex as non root user |
4642 | - | Fix | ECM SM Agent | The download of the JRE during execution of the CALA_REX Update task failed silently for https-based ECM SM servers. This has been fixed. |
4617 | - | Fix | ECM SM Agent | The MemoryPerProcess monitor no longer returns a negative numeric value in the case none of the processes are running |
4613 | - | Fix | Documentation | Added note at the end of chapter "ECM SM enhancements and changes" showing the end of support for operating systems. |
4612 | - | Fix | ECM SM Event Server | In the case of an error during CALA_REX Update task on the agent the error message will be displayed in the task output on the server to minimize error tracking efforts. |
4602 | - | Fix | ECM SM Agent | P8 PE 4.x and 5.x monitors no longer cause a Java error when connecting to a Process Engine. |
4600 | - | Fix | Miscellaneous | Starting and stopping the event server using the root account has been fixed. |
4596 | PJ42535 | Fix | Miscellaneous | Task Execution Manager no longer fails to start using Java 1.8.0_25 or 1.7.0_67, 1.7.0_75 |
4593 | - | Fix | ECM SM Agent | Cala_Rex Update Task no longer empties the cmdtab_merged settings if parallel Event Servers are configured |
4590 | - | Fix | ECM SM Event Server | Event Clean-Up now removes all relevant data from the database. |
4588 | - | Fix | ECM SM Agent | The documentation of the Objectstore Performance Monitor has been reviewed to clarify valid combinations of arguments. |
4587 | - | Fix | Documentation | Such words as "plug-in" and "UI(GUI)" are consistent from now on. All described mistakes are fixed. |
4586 | - | Fix | ECM SM GUI | Events forwarded via email contain line breaks like in the event message text. |
4585 | - | Fix | ECM SM GUI | Labels in BI operations were changed. |
4584 | - | Fix | ECM SM Agent | The task Update CalaRex now removes the superfluous "New Folder" directory created by the IA agent installer. |
4582 | - | Fix | Documentation | The sentence from the chapter "Configure Debugging Settings" was changed into contextually correct sentence |
4581 | - | Fix | ECM SM Agent | CALA_REX Update task now updates all specified parameters. |
4580 | - | Fix | Documentation | Documentation for Websphere 8.5 based ECM SM server installation has been updated in the Install Guide. |
4579 | PJ42736 | Fix | ECM SM installer | Uninstallation functionality of CALA_REX agent is corrected. |
4577 | - | Fix | ECM SM GUI | Tool tip of "ad-hoc report result" no longer shows strange description. |
4575 | - | Fix | Documentation | The documentation of the security settings for "JMX for WebLogic application servers" was revised. |
4573 | - | Fix | ECM SM Agent | Fixed password decryption in LDAP Connection monitor. |
4572 | - | Enh | Major enhancements | Tree Overview now sorts in alphabetical order |
4570 | - | Fix | Documentation | The JMX User and Password fields were changed to "required". |
4566 | - | Fix | Documentation | Several typos in the Release Notes have been fixed. |
4546 | - | Fix | ECM SM Agent | CALA_REX actions are no longer slowed down if the agent id ends with underscore. |
4544 | - | Fix | ECM SM Agent | Typo in error message of DatabaseSQLPerformance monitor corrected. |
4520 | PJ42498 | Fix | ECM SM Agent | 50: A classpath issue in the P8 5.x monitors using the peinfo tool has been fixed. |
4474 | - | Fix | ECM SM GUI | Resizing of UI views while using Internet Explorer 11 no longer causes issues. |
4430 | - | Fix | ECM SM Event Server | The flow limiter is no longer broken by fields containing a $ character. |
4356 | - | Fix | ECM SM Agent | Agents now support monitoring of multiple instances of the same application with unique Listener names. The new parameter 'Application instance (app_instance)' is used to handle multiple listeners with the same name. |
4341 | - | Fix | ECM SM installer | Installation path with blanks no longer breaks precheck of UNIX/Linux installations |
4216 | - | Fix | ECM SM GUI | Applying changes for a sink now also applies settings for new properties. |
4207 | - | Enh | Major enhancements | Scheduled Report email now contains the report PDF. |
3970 | - | Fix | ECM SM Agent | IBM CM8 configurations with more than one Resource Manager no longer create faulty logctlsrv.conf. |
Call # | IBM APAR # | Type | Area | Description |
---|---|---|---|---|
4564 | - | Enh | Major enhancements | Added support for Microsoft SQL Server 2012 and 2014 as event database and monitored platform. |
4563 | - | Enh | Major enhancements | Added support for IBM DB2 10.5 as event database and monitored platform. |
4562 | - | Enh | Major enhancements | Added support for Oracle 12c as event database and monitored platform. |
4561 | - | Fix | Miscellaneous | Dropped support for IBM WebSphere 7.0.x as ECM SM Application Server Platform as this WebSphere version is not JRE 7 based. |
4560 | - | Fix | Miscellaneous | Dropped support for Microsoft Windows 2000 Server due to missing JRE 7 support. |
4559 | - | Fix | Miscellaneous | Dropped support for IBM AIX 5.x due to missing JRE 7 support. |
4558 | - | Fix | Miscellaneous | Dropped support for Sun Solaris 8 and 9 (Sparc and Intel) due to missing JRE 7 support. |
4557 | - | Fix | Miscellaneous | Dropped support for HP-UX PA-RISC (all versions) due to missing JRE 7 support. |
4556 | - | Enh | Major enhancements | The overall performance of the ECM SM server has been improved, especially opening the History view and navigating the tree if a large amount of event data is present. |
4555 | - | Enh | Major enhancements | The ECM SM server can now be installed on IBM WebSphere Application Server 8.5 32-bit. |
4554 | - | Enh | Major enhancements | The ECM SM server components (Event Server, Gui Server, Download Server and CALA_REX server) can now be distributed on several machines. See the documentation for more details and common distribution scenarios. |
4553 | - | Enh | Major enhancements | The encryption mechanism for passwords stored on the server and the agents is now FIPS 140-2 compliant. More details can be found in the documentation. |
4552 | - | Enh | Major enhancements | The Reporting mechanism has been completely reviewed. Performance has been improved by preprocessing the raw event data and storing the base data for reporting in dedicated tables in the database. |
4551 | - | Enh | Major enhancements | All logging messages except trace logs now conform to the IBM logging standards. The log ids used in the log messages are documented in the new "Messages and Codes" document that is available as PDF in the Help section. |
4550 | - | Enh | Major enhancements | The new Overview view can be embedded as a plug in into the IBM Content Navigator. |
4549 | - | Enh | Major enhancements | A ServerComponentStatus monitor has been added to the Standard monitor collection that monitors the components of the ECM SM server (Event Server, Gui Server, Download Server and CALA_REX server). In addition, the monitor can restart these components if they are not running as expected. |
4548 | - | Enh | Major enhancements | Tasks have been added to conveniently configure, collect and cleanup debug logs on servers and agents using the CalaTEMa GUI. |
4547 | - | Enh | Major enhancements | All shell script tasks and monitors now write their debug output to the directory $CENIT_ROOT/cala/temp/.plusdebug. |
4541 | - | Fix | ECM SM Agent | Adjusted message template for LDAP Connection monitor |
4540 | - | Fix | ECM SM Agent | Typo in result message of Resource Manager Volume Stace monitor fixed |
4538 | - | Fix | Documentation | Enhanced documentation and monitor help for Resource Manager Volume Space monitor |
4537 | - | Fix | ECM SM Agent | Trailing "=" in encrypted database passwords for jdbcread were lost. This has been fixed. |
4535 | - | Enh | Major enhancements | The CM8 Resource Manager Heartbeat monitor now supports monitoring Resource Managers that run on a dedicated system. All combinations of System name and Resource Manager name can now be defined. |
4520 | PJ42498 | Fix | ECM SM Agent | 50: A classpath issue in the P8 5.x monitors using the peinfo tool has been fixed. |
4516 | - | Enh | Major enhancements | STD: The Statistics monitor now includes a DIFF functionality. |
4514 | - | Fix | ECM SM Agent | 40: The Core Agent Installer now supports commas in all fields of the P8 4.x and P8 5.x configuration. |
4510 | - | Enh | Major enhancements | The format file for WAS system out and system error log files has been enhanced. |
4501 | - | Fix | Documentation | 40: The duplicate entry for the Centera Status monitor has been removed from the documentation. |
4499 | - | Fix | Documentation | The "Database" chapter in the "Hardware and Software Requirements Guide" was enhanced with a note that Oracle RAC is not supported as database system. |
4496 | - | Fix | Documentation | The documentation of the OSGi console access and the available log levels has been reviewed. |
4491 | - | Fix | ECM SM Agent | IBMIM: A typo in the error message of the Resource Manager Heartbeat monitor has been fixed. |
4488 | - | Enh | Major enhancements | New database indices have been created for the event tables to improve performance of the event list, especially when switching to history view. |
4487 | - | Fix | ECM SM GUI | The GUI refresh mechanism has been reviewed so that the GUI no longer freezes. |
4476 | - | Enh | Major enhancements | The how-to describing how to deactivate the System Log was revised in the Installation Guide. |
4445 | - | Fix | ECM SM Agent | The locker option of the cosst tool on AIX was sometimes stuck in an endless loop. This has been fixed. |
4425 | - | Fix | Documentation | The 'OS User' parameter specification in the Installation Guide's 'Configure ICC4SAP Settings' chapter was adapted to match the same-named Configuration Task's online help entry. |
4393 | - | Enh | Major enhancements | With RAP version older than 2.2 there were problems when using Microsoft Internet Explorer 11. This is fixed now, by using RAP 2.2. |
4157 | - | Enh | Major enhancements | A new Overview console has been added that offers a high-level view of events based on custom trees. |
4150 | - | Enh | Major enhancements | Links to the PDF documentation have been added to the Help menu. |
4130 | - | Enh | Major enhancements | The 'Customized Trees' chapter in the IBM ECM SM User's Guide has been enhanced by a description how to configure roles, that restrict user permissions to view or edit custom trees. |
4001 | - | Enh | Major enhancements | Storing of exported Server configuration is possible on local filesystem / partition and no longer only possible on the server. |
3977 | - | Fix | ECM SM installer | The JMX settings on the CMOD tab in the core installer GUI are now correctly saved. |
3878 | - | Enh | Major enhancements | The Installation Guide was enhanced by an upgrade explanation chapter referring to IBM ECM SM Server 5.2.0 version. |
3328 | - | Enh | Major enhancements | Duplicating a user now copies the group membership and permissions as well. |
Parallel ECM-SM EventServer support added (HA & Scalability)
IBM Content Manager OnDemand - enhanced monitoring functionality
IBM CPE 5.2.1 Case Framework (ICF) PE monitoring support added
IBM CPE 5.2.1 Sweep Framework monitoring support added
IBM CPE 5.2.1 Advanced Storage monitoring support added
Tree Overview now sorts in alphabetical order
Scheduled Report email now contains the report PDF.
Added support for Microsoft SQL Server 2012 and 2014 as event database and monitored platform.
Added support for IBM DB2 10.5 as event database and monitored platform.
Added support for Oracle 12c as event database and monitored platform.
The overall performance of the ECM SM server has been improved, especially opening the History view and navigating the tree if a large amount of event data is present.
The ECM SM server can now be installed on IBM WebSphere Application Server 8.5 32-bit.
The ECM SM server components (Event Server, Gui Server, Download Server and CALA_REX server) can now be distributed on several machines. See the documentation for more details and common distribution scenarios.
The encryption mechanism for passwords stored on the server and the agents is now FIPS 140-2 compliant. More details can be found in the documentation.
The Reporting mechanism has been completely reviewed. Performance has been improved by preprocessing the raw event data and storing the base data for reporting in dedicated tables in the database.
All logging messages except trace logs now conform to the IBM logging standards. The log ids used in the log messages are documented in the new "Messages and Codes" document that is available as PDF in the Help section.
The new Overview view can be embedded as a plug in into the IBM Content Navigator.
A ServerComponentStatus monitor has been added to the Standard monitor collection that monitors the components of the ECM SM server (Event Server, Gui Server, Download Server and CALA_REX server). In addition, the monitor can restart these components if they are not running as expected.
Tasks have been added to conveniently configure, collect and cleanup debug logs on servers and agents using the CalaTEMa GUI.
All shell script tasks and monitors now write their debug output to the directory $CENIT_ROOT/cala/temp/.plusdebug.
The CM8 Resource Manager Heartbeat monitor now supports monitoring Resource Managers that run on a dedicated system. All combinations of System name and Resource Manager name can now be defined.
The Statistics monitor now includes a DIFF functionality.
The format file for WAS system out and system error log files has been enhanced.
New database indices have been created for the event tables to improve performance of the event list, especially when switching to history view.
The how-to describing how to deactivate the System Log was revised in the Installation Guide.
With RAP version older than 2.2 there were problems when using Microsoft Internet Explorer 11. This is fixed now, by using RAP 2.2.
A new Overview console has been added that offers a high-level view of events based on custom trees.
Links to the PDF documentation have been added to the Help menu.
The 'Customized Trees' chapter in the IBM ECM SM User's Guide has been enhanced by a description how to configure roles, that restrict user permissions to view or edit custom trees.
Storing of exported Server configuration is possible on local filesystem / partition and no longer only possible on the server.
The Installation Guide was enhanced by an upgrade explanation chapter referring to IBM ECM SM Server 5.2.0 version.
Duplicating a user now copies the group membership and permissions as well.