id
stringlengths 10
10
| document
stringlengths 304
140k
| question
stringlengths 61
1.77k
| answer
stringlengths 30
1.81k
|
---|---|---|---|
TRAIN_Q400 | IBM Security Bulletin: IBM MQ termination of a client application causes denial of service (CVE-2017-1235) - United States SECURITY BULLETIN
SUMMARY
Termination during an MQGET call of a client application running on a channel with SHARECNV=1, could cause a SIGSEGV and termination of the channel agent process.
VULNERABILITY DETAILS
CVEID: CVE-2017-1235 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1235]
DESCRIPTION: IBM MQ could allow an authenticated user to cause a premature termination of a client application thread, which could potentially cause denial of service.
CVSS Base Score: 3.1
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/123914 [https://exchange.xforce.ibmcloud.com/vulnerabilities/123914] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L)
AFFECTED PRODUCTS AND VERSIONS
IBM MQ V8.0
IBM MQ V8.0.0.6 and earlier maintenance levels.
IBM MQ V9.0 Long Term Support Release
IBM MQ V9.0.0.1 and earlier maintenance levels.
IBM MQ V9.0 Continuous Delivery Release
IBM MQ Continuous delivery update 9.0.3 and earlier maintenance levels.
REMEDIATION/FIXES
IBM MQ V8.0
Apply 8.0.0.7 [https://www-945.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm%7EWebSphere&product=ibm/WebSphere/WebSphere+MQ&release=8.0.0.7&platform=All&function=all&useReleaseAsTarget=true] maintenance level.
IBM MQ V9.0 Long Term Support Release
Apply 9.0.0.2 [https://www-945.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm%7EWebSphere&product=ibm/WebSphere/WebSphere+MQ&release=9.0.0.2&platform=All&function=all&useReleaseAsTarget=true] maintenance level.
IBM MQ V9.0 Continuous Delivery Release
Apply continuous delivery update 9.0.4 [http://www-01.ibm.com/support/docview.wss?uid=swg24043348] or later
GET NOTIFIED ABOUT FUTURE SECURITY BULLETINS
Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this.
IMPORTANT NOTE
IBM strongly suggests that all System z customers be subscribed to the System z Security Portal to receive the latest critical System z security and integrity service. If you are not subscribed, see the instructions on the System z Security web site [http://www.ibm.com/systems/z/solutions/security_subintegrity.html]. Security and integrity APARs and associated fixes will be posted to this portal. IBM suggests reviewing the CVSS scores and applying all security or integrity fixes as soon as possible to minimize any potential risk.
REFERENCES
Complete CVSS v3 Guide [http://www.first.org/cvss/user-guide]
On-line Calculator v3 [http://www.first.org/cvss/calculator/3.0]
RELATED INFORMATION
IBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html]
IBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt]
*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin.
DISCLAIMER
According to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an "industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response." IBM PROVIDES THE CVSS SCORES "AS IS" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY. | Security Bulletin: IBM MQ termination of a client application causes denial of service (CVE-2017-1235) I need to understand details regarding Security Bulletin: IBM MQ termination of a client application causes denial of service (CVE-2017-1235). Where can I find this information?
| CVEID: CVE-2017-1235 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1235]
DESCRIPTION: IBM MQ could allow an authenticated user to cause a premature termination of a client application thread, which could potentially cause denial of service.
CVSS Base Score: 3.1
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/123914 [https://exchange.xforce.ibmcloud.com/vulnerabilities/123914] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L) |
TRAIN_Q401 | IBM Solving IBM MQ Java code version mismatches using the mqjavalist.sh script - United States WebSphere MQ WMQ TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
When Java™ SE applications and Java EE application servers such as WebSphere Application Server do not use a consistent set of MQ Java archives, applications can fail in unpredictable ways. If WebSphere Application Server notices a mismatch, it issues this message: "MQJCA1008 The WebSphere MQ classes for JMS were found in the class path but were not the correct version. This error can occur if the application server finds an earlier version of the WebSphere MQ classes for JMS in the class path. The error can also occur if you do not configure WebSphere Application Server to use the correct version of the WebSphere MQ classes for JMS."
ENVIRONMENT
The mqjavalist.sh script runs on Linux and UNIX systems and can identify Java archives and classes from MQ V5.3 and later versions. Although the mqjavalist.sh script does not run on Windows systems, it is possible to zip up a directory structure on Windows in order to examine it with mqjavalist.sh on a different system. To use the mqjavalist.sh script, download it from the bottom of this page, copy it to the target system, and make the script executable. Make sure that either the unzip command or the Java jar command is available in your PATH before running mqjavalist.sh. For example:
1. Preparing to run mqjavalist.sh
2.
3. sh> chmod +x mqjavalist.sh
sh> PATH=$PATH:/opt/java7/bin
DIAGNOSING THE PROBLEM
IBM MQ ships a number of Java archives (jar files) that applications use to connect to MQ and work with messages. For Java EE environments, MQ provides a Resource Adapter called wmq.jmsra.rar which contains the jar files required by JMS applications. Java SE and Java EE applications must use a consistent set of MQ jar files at the same maintenance level, or else they might experience a wide variety of problems including intermittent errors, performance problems, and other failures.
It is common to find multiple versions of the MQ jar files in the Java CLASSPATH, or invalidly bundled in Java applications (.ear, .war, and .jar files). Finding and eliminating duplicate copies of the MQ jar files can be a difficult task, but the mqjavalist.sh script simplifies that task on Linux and UNIX systems.
* Syntax
* Examples
* WebSphere Application Server
* Sample output
* Resolving problems
* Download
SYNTAX
1. mqjavalist.sh -? | -h
2.
3. mqjavalist.sh [-v] [-r] [-f File] -d Directory ...
4.
5.
6.
7. -?:
8.
9.
10. -h:
11.
12.
13. -v:
14.
15.
16. -r:
17.
18.
19. -f File:
20.
21.
22. -d Directory:
23.
24.
25.
26.
27.
28. The mqjavalist.sh script can take several minutes to complete, depending on the number of Java archives to search and whether you perform a recursive examination of archive files. While running, the script regularly prints its status and the percentage of work completed.
Back to top
EXAMPLES
1. Search for MQ files under /usr/IBM/WebSphere and save the results to the file mqlist.txt:
mqjavalist.sh -f mqlist.txt -d /usr/IBM/WebSphere
2.
3.
4. Perform a recursive search of archives under /opt/IBM:
mqjavalist.sh -r -d /opt/IBM
5.
6.
7. Recursively search archive files under the /opt/IBM/IIB and /opt/mqm directories and enable verbose output to ~/output.txt:
mqjavalist.sh -vrf ~/output.txt -d /opt/IBM/IIB -d /opt/mqm
8.
Back to top
WEBSPHERE APPLICATION SERVER
WebSphere Application Server and other IBM products built on WebSphere Application Server normally show the MQ jar files in more than one location. Except as noted below, the copies of the MQ jar files should match the versions listed on this page [https://www.ibm.com/support/docview.wss?uid=swg21248089]. Any copies of the MQ jar files other than those listed below might represent a problem:
1. WebSphere Application Server V8.5.5, V8.5 and V8.0
2.
3.
1. WebSphere Application Server V7.0
2.
3.
4.
5.
6. If you created a WebSphere Application Server V7.0 profile before applying fix pack 7.0.0.1 or later, you must update the profile to use the correct MQ Resource Adapter path [https://www.ibm.com/support/knowledgecenter/SSAW57_7.0.0/com.ibm.websphere.nd.multiplatform.doc/info/ae/ae/tmj_wmqra_restoredefault.html]. Otherwise, the application servers in that profile will use the old MQ Resource Adapter jars under the profile installedConnectors/wmq.jmsra.rar directory rather than the MQ jars in the main installedConnectors/wmq.jmsra.rar directory, which are kept up to date by WebSphere Application Server fix packs.
1. WebSphere Application Server V6.1
2.
3.
Back to top
SAMPLE OUTPUT
1. sh>
2. ./mqjavalist.sh -r -f mqlist.txt -d /opt/IBM/WebSphere/AppServer
3.
4. Running mqjavalist.sh V1.4 on SUSE Linux Enterprise Server 10 (ppc) with arguments: -r -f mqlist.txt -d /opt/IBM/WebSphere/AppServer
mqjavalist.sh: Searching directory /opt/IBM/WebSphere/AppServer
mqjavalist.sh: 2180 possible Java archives found
1. Found 80 MQ classes in classes.jar in WMQHTTP.war in /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/config/cells/aemtux1Cell01/applications/WMQHTTP_war.ear/WMQHTTP_war.ear:
root root 145600 2014-07-16 13:56 /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/config/cells/aemtux1Cell01/applications/WMQHTTP_war.ear/WMQHTTP_war.ear
2. Found 80 MQ classes in /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/installedApps/aemtux1Cell01/WMQHTTP_war.ear/WMQHTTP.war/WEB-INF/lib/classes.jar:
root root 156845 2013-09-25 18:02 /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/installedApps/aemtux1Cell01/WMQHTTP_war.ear/WMQHTTP.war/WEB-INF/lib/classes.jar
3. Found 80 MQ classes in classes.jar in WMQHTTP.war in /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/aemtux1Cell01/applications/WMQHTTP_war.ear/WMQHTTP_war.ear:
root root 145600 2014-07-16 13:57 /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/aemtux1Cell01/applications/WMQHTTP_war.ear/WMQHTTP_war.ear
4. Found com.ibm.mq.commonservices.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 wmq.jmsra.rar
Implementation-Title: WebSphere MQ Common Service
Implementation-Version: ${version.number} - ${build.level}
Implementation-Vendor: IBM Corporation
5. Found com.ibm.mq.connector.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 wmq.jmsra.rar
Implementation-Title: WebSphere MQ J2EE Connector Architecture
Implementation-Version: 7.1.0.0-k000-L111005.1
Implementation-Vendor: IBM Corporation
6. Found com.ibm.mq.headers.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 /wmq.jmsra.rar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
7. Found com.ibm.mq.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 wmq.jmsra.rar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
8. Found com.ibm.mq.jmqi.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 wmq.jmsra.rar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
9. Found com.ibm.mq.jmqi.local.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 wmq.jmsra.rar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
10. Found com.ibm.mq.jmqi.remote.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 wmq.jmsra.rar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
11. Found com.ibm.mq.jmqi.system.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 wmq.jmsra.rar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
12. Found com.ibm.mq.jms.admin.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 wmq.jmsra.rar
Implementation-Title: JMS Common Client API/SPI
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
13. Found com.ibm.mq.pcf.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 wmq.jmsra.rar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
14. Found com.ibm.mqjms.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 wmq.jmsra.rar
Implementation-Title: JMS Client Common Facade
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
15. Found dhbcore.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 wmq.jmsra.rar
Implementation-Version: "DH610-GOLD"
Implementation-Title: "Webscale Distribution Hub Core"
Implementation-Vendor: "IBM Corporation"
16. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/com.ibm.mq.jmqi.jar:
root root 1115668 2012-10-15 12:56 com.ibm.mq.jmqi.jar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
17. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/com.ibm.mq.commonservices.jar:
root root 728387 2012-10-15 12:56 com.ibm.mq.commonservices.jar
Implementation-Title: WebSphere MQ Common Service
Implementation-Version: ${version.number} - ${build.level}
Implementation-Vendor: IBM Corporation
18. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/com.ibm.mq.jmqi.remote.jar:
root root 546407 2012-10-15 12:56 com.ibm.mq.jmqi.remote.jar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
19. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/com.ibm.mq.jar:
root root 448745 2012-10-15 12:56 com.ibm.mq.jar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
20. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/com.ibm.mq.jms.admin.jar:
root root 358016 2012-10-15 12:56 com.ibm.mq.jms.admin.jar
Implementation-Title: JMS Common Client API/SPI
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
21. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/com.ibm.mqjms.jar:
root root 352254 Aug 01 11:49 com.ibm.mqjms.jar
Implementation-Title: JMS Common Client facade
Implementation-Version: 7.0.1.5 - k701-105-110419
Implementation-Vendor: IBM Corporation
22. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/com.ibm.mq.connector.jar:
root root 339396 2012-10-15 12:56 com.ibm.mq.connector.jar
Implementation-Title: WebSphere MQ J2EE Connector Architecture
Implementation-Version: 7.1.0.0-k000-L111005.1
Implementation-Vendor: IBM Corporation
23. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/com.ibm.mq.headers.jar:
root root 338572 2012-10-15 12:56 com.ibm.mq.headers.jar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
24. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/com.ibm.mq.jmqi.local.jar:
root root 224747 2012-10-15 12:56 com.ibm.mq.jmqi.local.jar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
25. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/com.ibm.mq.jmqi.system.jar:
root root 209738 2012-10-15 12:56 com.ibm.mq.jmqi.system.jar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
26. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/com.ibm.mq.pcf.jar:
root root 125200 2012-10-15 12:56 com.ibm.mq.pcf.jar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
27. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/dhbcore.jar:
root root 2011835 2012-10-15 12:56 dhbcore.jar
Implementation-Version: "DH610-GOLD"
Implementation-Title: "Webscale Distribution Hub Core"
Implementation-Vendor: "IBM Corporation"
mqjavalist.sh: 27 jar files with MQ code found in /opt/IBM/WebSphere/AppServer
mqjavalist.sh: 27 total jar files with MQ code found
mqjavalist.sh: Results saved to mqlist.txt
5.
6. Back to top
RESOLVING THE PROBLEM
Review the output from mqjavalist.sh to determine where copies of the MQ jar files have been found. Not all duplicates represent a problem, unless they are being loaded by your Java SE application or Java EE application server at runtime. If the com.ibm.mq.commonservices.jar file shows an implementation version of ${version.number} - ${build.level} just ignore it.
In the sample output above, entries #16 through #27 represent the jar files for the installed MQ Resource Adapter. They all show an implementation version of 7.1.0.0 - k000-L111005.1 except for #21, com.ibm.mqjms.jar, which shows an implementation version of 7.0.1.5 - k701-105-110419. Because the jar file versions are not in sync, MQ JMS will not function as expected.
In cases like this, the wmq.jmsra.rar file should contain a copy of the MQ jar at the right level for the application server. Entry #14 in the mqjavalist.sh output shows the com.ibm.mqjms.jar file with an implementation version of 7.1.0.0 - k000-L111005.1, which is what we need. Use the jar program to extract the com.ibm.mqjms.jar file from the wmq.jmsra.rar archive, then copy it over the back-level version of the jar. Use chown and chmod to ensure the permissions on the file are correct.
In other cases, you might find that the classpath for the application server, or for your Java SE application, is picking up extra copies of the MQ jar files. Eliminating unnecessary classpath entries can resolve the problem.
If your Java EE application (.ear or .war) bundles a copy of any MQ jar files, you should remove them and rely on the ones from the installed MQ Resource Adapter instead.
Back to top
Additional Keywords:
troubleshoot troubleshooting trouble shoot classloader classpath configuration scripts
DOWNLOAD
1.
2. mqjavalist.sh [/support/docview.wss?uid=swg21681142&aid=2]mqjavalist.sh
DISCLAIMER: All source code and/or binaries attached to this document are referred to here as "the Program". IBM is not providing program services of any kind for the Program. IBM is providing the Program on an "AS IS" basis without warranty of any kind. IBM WILL NOT BE LIABLE FOR ANY ACTUAL, DIRECT, SPECIAL, INCIDENTAL, OR INDIRECT DAMAGES OR FOR ANY ECONOMIC CONSEQUENTIAL DAMAGES (INCLUDING LOST PROFITS OR SAVINGS), EVEN IF IBM, OR ITS RESELLER, HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Back to top | How do I tell when there are mismatched MQ jars in my application server? Mismatched jar files can cause strange and unpredictable errors when using the MQ JMS classes from a .war file. | If your Java EE application (.ear or .war) bundles a copy of any MQ jar files, you should remove them and rely on the ones from the installed MQ Resource Adapter instead. |
TRAIN_Q402 | IBM Demystifying the WebSphere StaleConnectionException - United States TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
What is the StaleConnectionException, why is it issued by WebSphere Application Server, and what should be done about it?
RESOLVING THE PROBLEM
In WebSphere Application Server, the StaleConnectionException is issued when the database vendor issues an exception indicating that a connection currently in the connection pool is no longer valid. This can happen for many reasons, including:
* The application tries to get a connection and fails, as when the database is not started.
* A connection is no longer usable due to a database failure. When an application tries to use a connection it has previously obtained, the connection is no longer valid. In this case, all connections currently in use by an application can get this error when they try to use the connection.
* The application using the connection has already called close() and then tries to use the connection again.
* The application tries to use a JDBC™ resource, such as a statement, obtained on a now-stale connection.
When the StaleConnectionException is issued, the behavior is determined by the Purge Policy setting for the connection pool. If the Purge Policy is set to EntirePool, the entire pool is flushed. But if the Purge Policy is set to FailingConnectionOnly, only the connection that caused the StaleConnectionException is purged from the pool.
An application can recover from bad connections by explicitly catching the StaleConnectionException and getting a new connection from the pool. Numerous exceptions issued by DB2, Oracle, DataDirect (for connecting to SQLServer), Sybase, and Informix are currently mapped to the StaleConnectionException, which makes recovery easier for the application programmer. The following pseudocode provides an example of how to recover from a StaleConnectionException:
//get a userTransaction
javax.transaction.UserTransaction tran = getSessionContext().getUserTransaction();
//retry indicates whether to retry or not
//numOfRetries states how many retries have
// been attempted
boolean retry = false;
int numOfRetries = 0;
java.sql.Connection conn = null;
java.sql.Statement stmt = null;
do {
try {
//begin a transaction
tran.begin();
//Assumes that a datasource has already been obtained
//from JNDI
conn = ds.getConnection();
conn.setAutoCommit(false);
stmt = conn.createStatement();
stmt.execute("INSERT INTO EMPLOYEES VALUES
(0101, 'Bill', 'R', 'Smith')");
tran.commit();
retry = false;
} catch(java.sql.SQLException sqlX)
{
// If the error indicates the connection is stale, then
// rollback and retry the action
if (com.ibm.websphere.rsadapter.WSCallHelper
.getDataStoreHelper(ds)
.isConnectionError(sqlX))
{
try {
tran.rollback();
} catch (java.lang.Exception e) {
//deal with exception
//in most cases, this can be ignored
}
if (numOfRetries < 2) {
retry = true;
numOfRetries++;
} else {
retry = false;
}
}
else
{
//deal with other database exception
retry = false
}
} finally {
//always cleanup JDBC resources
try {
if(stmt != null) stmt.close();
} catch (java.sql.SQLException sqle) {
//usually can ignore
}
try {
if(conn != null) conn.close();
} catch (java.sql.SQLException sqle) {
//usually can ignore
}
}
} while (retry) ;
Further details about WebSphere Connection Pooling are located in the WebSphere Application Server Knowledge Center article Connection pooling [https://www.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/cdat_conpool.html]
Knowledge Center article Exceptions pertaining to data access [https://www.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/cdat_daexcp.html] contains details on the StaleConnectionException error
Cross reference information Segment Product Component Platform Version Edition Application Servers Runtimes for Java Technology Java SDK | Why am I getting StaleConnectionException on WebSphere side while Oracle is throwing 'OALL8 is in an inconsistent state'?
In the WebSphere Application Server SystemOut.log file we see this message:
ConnectionEve A J2CA0056I: TheConnection Manager received a fatal connection error from the Resource Adapter for resource jdbc/<data source name>. The exception which was received is com.ibm.websphere.ce.cm.StaleConnectionException: OALL8 is in an inconsistent state:java.sql.SQLException: OALL8 is in an inconsistent state.
How can this be resolved? | In WebSphere Application Server, the StaleConnectionException is issued when the database vendor issues an exception indicating that a connection currently in the connection pool is no longer valid. |
TRAIN_Q403 | IBM Security Bulletin: IBM PureApplication System is affected by a security vulnerability. (CVE-2015-1890) - United States SECURITY BULLETIN
SUMMARY
A security vulnerability have been identified in the General Parallel File System gpfs.snap service tool that affects IBM PureApplication System.
VULNERABILITY DETAILS
CVEID: CVE-2015-1890 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1890]
DESCRIPTION: IBM General Parallel File System could allow someone who has access to a snap file generated by the gpfs.snap tool (/usr/lpp/mmfs/bin/gpfs.snap) to read the private keys of certificates used by GPFS for daemon communications via the TLS protocol.
CVSS Base Score: 3.5
CVSS Temporal Score: See [https://exchange.xforce.ibmcloud.com/]https://exchange.xforce.ibmcloud.com/vulnerabilities/101382 [https://exchange.xforce.ibmcloud.com/vulnerabilities/101382] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:M/Au:S/C:P/I:N/A:N)
AFFECTED PRODUCTS AND VERSIONS
This vulnerability affects IBM PureApplication Server and the GPFS pattern type included in:
*
*
*
REMEDIATION/FIXES
The solution is to upgrade the IBM PureApplication System to the following fix levels and update deployments that implement the GPFS pattern type using the GPFS Pattern Interim Fix:
IBM PureApplication System V2.1
*
* GPFS Pattern Interim Fix is located at: http://www-933.ibm.com/support/fixcentral/swg/downloadFixes?parent=PureSystems&product=ibm/WebSphere/PureApplication+System&release=All&platform=All&function=fixId&fixids=update-gpfs-1.2.1.0&includeSupersedes=0 [http://www-933.ibm.com/support/fixcentral/swg/downloadFixes?parent=PureSystems&product=ibm/WebSphere/PureApplication+System&release=All&platform=All&function=fixId&fixids=update-gpfs-1.2.1.0&includeSupersedes=0]
IBM PureApplication System V2.0 *
* GPFS Pattern Interim Fix is located at: http://www-933.ibm.com/support/fixcentral/swg/downloadFixes?parent=PureSystems&product=ibm/WebSphere/PureApplication+System&release=All&platform=All&function=fixId&fixids=update-gpfs-1.2.0.0_1.2.0.1_and_1.2.0.2&includeSupersedes=0 [http://www-933.ibm.com/support/fixcentral/swg/downloadFixes?parent=PureSystems&product=ibm/WebSphere/PureApplication+System&release=All&platform=All&function=fixId&fixids=update-gpfs-1.2.0.0_1.2.0.1_and_1.2.0.2&includeSupersedes=0]
WORKAROUNDS AND MITIGATIONS
None
GET NOTIFIED ABOUT FUTURE SECURITY BULLETINS
Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this.
REFERENCES
Complete CVSS v2 Guide [http://www.first.org/cvss/v2/guide]
On-line Calculator v2 [http://nvd.nist.gov/CVSS-v2-Calculator]
RELATED INFORMATION
IBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html]
IBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt] ACKNOWLEDGEMENT
None
CHANGE HISTORY
10 August 2015: Original Version Published
*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin.
DISCLAIMER
According to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an "industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response." IBM PROVIDES THE CVSS SCORES "AS IS" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY. | Help with Security Bulletin: IBM PureApplication System is affected by a security vulnerability. (CVE-2015-1890) I need to understand details regarding "Security Bulletin: IBM PureApplication System is affected by a security vulnerability (CVE-2015-1890)". Where can I find this information? | CVEID: CVE-2015-1890 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1890]
DESCRIPTION: IBM General Parallel File System could allow someone who has access to a snap file generated by the gpfs.snap tool (/usr/lpp/mmfs/bin/gpfs.snap) to read the private keys of certificates used by GPFS for daemon communications via the TLS protocol.
CVSS Base Score: 3.5
CVSS Temporal Score: See [https://exchange.xforce.ibmcloud.com/]https://exchange.xforce.ibmcloud.com/vulnerabilities/101382 [https://exchange.xforce.ibmcloud.com/vulnerabilities/101382] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:M/Au:S/C:P/I:N/A:N) |
TRAIN_Q406 | IBM Security Bulletin: Multiple vulnerabilities in IBM Java Runtime affect API Connect - United States SECURITY BULLETIN
SUMMARY
There are multiple vulnerabilities in IBM® Runtime Environment Java™ used by IBM API Connect.
These issues were disclosed as part of the IBM Java SDK updates in January 2017 and April 2017.
VULNERABILITY DETAILS
CVEID: CVE-2016-5546 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-5546]
DESCRIPTION: An unspecified vulnerability related to the Libraries component has no confidentiality impact, high integrity impact, and no availability impact.
CVSS Base Score: 7.5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/120869 [https://exchange.xforce.ibmcloud.com/vulnerabilities/120869] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N)
CVEID: CVE-2016-5548 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-5548]
DESCRIPTION: An unspecified vulnerability related to the Libraries component could allow a remote attacker to obtain sensitive information resulting in a high confidentiality impact using unknown attack vectors.
CVSS Base Score: 6.5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/120864 [https://exchange.xforce.ibmcloud.com/vulnerabilities/120864] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N)
CVEID: CVE-2016-5549 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-5549]
DESCRIPTION: An unspecified vulnerability related to the Libraries component could allow a remote attacker to obtain sensitive information resulting in a high confidentiality impact using unknown attack vectors.
CVSS Base Score: 6.5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/120863 [https://exchange.xforce.ibmcloud.com/vulnerabilities/120863] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N)
CVEID: CVE-2016-5547 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-5547]
DESCRIPTION: An unspecified vulnerability related to the Libraries component could allow a remote attacker to cause a denial of service resulting in a low availability impact using unknown attack vectors.
CVSS Base Score: 5.3
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/120871 [https://exchange.xforce.ibmcloud.com/vulnerabilities/120871] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)
CVEID: CVE-2016-2183 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2183]
DESCRIPTION: OpenSSL could allow a remote attacker to obtain sensitive information, caused by an error in the DES/3DES cipher, used as a part of the SSL/TLS protocol. By capturing large amounts of encrypted traffic between the SSL/TLS server and the client, a remote attacker able to conduct a man-in-the-middle attack could exploit this vulnerability to recover the plaintext data and obtain sensitive information. This vulnerability is known as the SWEET32 Birthday attack.
CVSS Base Score: 3.7
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/116337 [https://exchange.xforce.ibmcloud.com/vulnerabilities/116337] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N)
CVEID: CVE-2017-3511 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-3511]
DESCRIPTION: An unspecified vulnerability related to the Java SE JCE component could allow an unauthenticated attacker to take control of the system.
CVSS Base Score: 7.7
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/124890 [https://exchange.xforce.ibmcloud.com/vulnerabilities/124890] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)
AFFECTED PRODUCTS AND VERSIONS
IBM API Connect V5.0.0.0 - V5.0.7.2
REMEDIATION/FIXES
Affected Product Addressed in VRMF APAR Remediation/First Fix IBM API Connect
V5.0.0.0 - 5.0.6.2 5.0.6.3 LI79749 Addressed in IBM API Connect V5.0.6.3.
Follow this link and find the "APIConnect_Management" and "apiconnect-collective-controller" packages:
https://www-945.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm%7EWebSphere&product=ibm/WebSphere/IBM+API+Connect&release=5.0.6.2&platform=All&function=all [https://www-945.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm%7EWebSphere&product=ibm/WebSphere/IBM+API+Connect&release=5.0.6.2&platform=All&function=all] IBM API Connect
V5.0.7.0 - 5.0.7.2 5.0.8.0 LI79749 Addressed in IBM API Connect V5.0.8.0.
Follow this link and find the "APIConnect_Management" and "apiconnect-collective-controller" packages:
https://www-945.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm%7EWebSphere&product=ibm/WebSphere/IBM+API+Connect&release=5.0.7.0&platform=All&function=all [https://www-945.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm%7EWebSphere&product=ibm/WebSphere/IBM+API+Connect&release=5.0.7.0&platform=All&function=all] GET NOTIFIED ABOUT FUTURE SECURITY BULLETINS
Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this.
REFERENCES
Complete CVSS v3 Guide [http://www.first.org/cvss/user-guide]
On-line Calculator v3 [http://www.first.org/cvss/calculator/3.0]
IBM Java SDK January 2017 Security Bulletin [http://www-01.ibm.com/support/docview.wss?uid=swg21997194]
IBM Java SDK April 2017 Security Bulletin [http://www-01.ibm.com/support/docview.wss?uid=swg22002169]
RELATED INFORMATION
IBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html]
IBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt]
CHANGE HISTORY
11 September 2017: original document published
*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin.
DISCLAIMER
According to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an "industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response." IBM PROVIDES THE CVSS SCORES "AS IS" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY. | Security Bulletin: Multiple vulnerabilities in IBM Java Runtime affect API Connect I need to understand details regarding Security Bulletin: Multiple vulnerabilities in IBM Java Runtime affect API Connect ( CVE-2016-5548). Where can I find this information? | CVEID: CVE-2016-5548 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-5548]
DESCRIPTION: An unspecified vulnerability related to the Libraries component could allow a remote attacker to obtain sensitive information resulting in a high confidentiality impact using unknown attack vectors.
CVSS Base Score: 6.5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/120864 [https://exchange.xforce.ibmcloud.com/vulnerabilities/120864] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N) |
TRAIN_Q411 | IBM Prerequisites for IBM Content Collector Version 4.0.1 - United States PRODUCT DOCUMENTATION
ABSTRACT
This document details the system requirements for IBM Content Collector Version 4.0.1.
CONTENT
Always up-to-date system requirement reports can be dynamically generated by using the Software Product Compatibility Reports (SPCR) tool [http://www-969.ibm.com/software/reports/compatibility/clarity/index.html].
From the Content Collector product tabs below you can select detailed system requirement reports for different contexts (by Operating System, by component). Note that clicking a link will always generate a new, up-to-date report.
Important:
Because other products frequently ship fixes, updates, and new releases, testing every configuration is not possible. In general, you can install and run with updates to supported products if those updates are forward compatible.
Always check for the latest IBM Content Collector security bulletins in the IBM Support Portal and make sure to have the required fixes applied.
PRODUCT REQUIREMENTS FOR IBM CONTENT COLLECTOR
* All versions [http://www.ibm.com/support/docview.wss?uid=swg27040212]
* Version 4.0.1- selected tab,
* HARDWARE REQUIREMENTS
* Content Collector server
* Client workstations
* SOFTWARE PREREQUISITES
* Operating system and software
* Web application server
* COLLECTION SOURCE SYSTEMS
* Lotus Domino
* Microsoft Exchange
* SMTP email
* Microsoft SharePoint
* IBM Connections
* File system
* ARCHIVE SYSTEMS
* IBM Content Manager
* IBM FileNet P8
* LEGACY RESTORE
* Legacy restore
* RETENTION POLICY DISTRIBUTION SUPPORT
* Retention Policy Distribution Support
* OPTIONAL SOFTWARE
* Optional software
IBM CONTENT COLLECTOR PRODUCTS
* Content Collector for Email
* Content Collector for File Systems
* Content Collector for IBM Connections
* Content Collector for Microsoft SharePoint
Legend
x86 Intel 32-bit processors, including IBM System x, eServer xSeries, and BladeCenter servers X86-64 64-bit AMD Opteron (AMD64) and Intel Xeon (EM64T) processors, including IBM System x and BladeCenter servers
HARDWARE REQUIREMENTS
IBM CONTENT COLLECTOR SERVER
The following table contains the minimum and the recommended hardware requirements for the server where IBM Content Collector is installed.
Hardware requirements Minimum Recommended Processor 2 dual-core processors
x86 or x86-64 2 six-core processors
x86 or x86-64 Processor speed 2.5 GHz > 3 GHz System memory (RAM) 4 GB 8 GB Hard disk Hard drive with sufficient capacity 2 enterprise class hard drives with 10000 RPM or better Disk space For IBM Content Collector program package, prerequisite software, temporary data, and log information 150 GB > 150 GB For each IBM Content Collector server that is intended to run an SMTP Receiver instance 750 GB redundant storage
If multiple Content Collector servers are deployed in a scale-out setup to archive documents from SMTP email systems, this storage must be on a fast NAS device and shared between all Content Collector servers. 1 TB redundant storage For IBM Connections archiving 10 GB redundant storage
If multiple Content Collector servers are deployed in a scale-out setup to archive IBM Connections documents, this storage must be on a fast NAS device and shared between all Content Collector servers. > 10 GB Supported virtualization environments for IBM Content Collector are VMware ESX and ESXi 4, 5, and 5.1 and Microsoft HyperV Server 2008, 2008 R2, and 2012.
Back to top
CLIENT WORKSTATIONS
The hardware capacity of connected client workstations must be sufficient to run the supported client applications:
* Lotus Notes or Lotus iNotes
* Microsoft Outlook or Outlook Web App
In addition, the minimum hardware requirements for mobile support are contained in the following form(OWA Extension mobile support on iPhone and iPad, iNotes Extension mobile support on iPad only) starting with IBM Content Collector 4.0.1 Fix Pack 2
Hardware iOS Capacity iPad mini 9.x 16GB iPad with Retina 9.x 16GB iPhone 6 9.x 16GB For more information, see the client software documentation.
Back to top
SOFTWARE PREREQUISITES
PREREQUISITES FOR THE IBM CONTENT COLLECTOR SERVER
The following section describes the operating system and other software that is required on the system where IBM Content Collector Server is installed.
OPERATING SYSTEM
IBM Content Collector can be installed on servers with one of the following operating systems:
Operating systems Editions Architectures Fixes Windows Server 2008 * Standard Edition
* Enterprise Edition
* 32-bit (x86)
* 64-bit (x86-64)
Service Pack 2 Windows Server 2008 R2 * Standard Edition
* Enterprise Edition
* 64-bit (x86-64)
Service Pack 1 Windows Server 2012 * Datacenter Edition
* Standard Edition
* 64-bit (x86-64)
[/support/docview.wss?uid=swg27042658&aid=1] Windows Server 2012 R2 * Datacenter Edition
* Standard Edition
* 64-bit (x86-64)
[/support/docview.wss?uid=swg27042658&aid=1] Windows Server 2016 * Datacenter Edition
* Standard Edition
* 64-bit (x86-64)
[/support/docview.wss?uid=swg27042658&aid=1] IBM Content Collector does not support Server Core and Nano server installations. Note that if IBM Content Collector is installed on Windows Server 2012 R2, you can use only IBM Content Manager Enterprise Edition V8.5 as an IBM Content Manager target repository.
REQUIRED SOFTWARE
The following software must be installed on the server where IBM Content Collector is installed.
Important:
* On a 64-bit operating system, IBM Content Collector Server runs in 32-bit compatibility mode. Therefore, IBM Content Collector Server requires the 32-bit version of all software prerequisites.
* For performance reasons, do not colocate the IBM Content Collector Server and the archive system on one server in a production environment. This setup can be used for testing or demonstration purposes, but it is not officially supported.
Software Required for which scenarios Notes DB2 Information Integrator for Content Required for IBM Content Manager V8.4 repositories See IBM Content Manager. IBM Content Manager V8 API Required for IBM Content Manager V8.5 repositories See IBM Content Manager. FileNet Content Engine .NET and Java clients Required for IBM FileNet P8 repositories See IBM FileNet P8. IBM FileNet IDM Desktop 4.0.x Required for IBM FileNet Image Services repositories [/support/docview.wss?uid=swg27042658&aid=1] Microsoft .NET Framework 4.0 or 4.5 Always required When using Microsoft .NET version 4.5 on a Windows Server 2008 or Windows Server 2008 R2 operating system, Microsoft .NET Framework 4.5.1 is required. Lotus Domino 8.5.0 server with the latest fix pack
Lotus Domino 8.5.3 FP6 server
Lotus Domino 8.5.4 server
IBM Domino 9.0 or 9.0.1 FP2 server
IBM Domino 9.0.1 FP4 server
IBM Domino 9.0.1 FP5 server
IBM Domino 9.0.1 FP6 server
IBM Domino 9.0.1 FP7 server
IBM Domino 9.0.1 FP8 server Required if you want to archive Lotus Notes documents The Lotus Domino server provides a Lotus Notes API for processing Lotus Notes documents. Microsoft Outlook 2007 Service Pack 3 (or later)
Microsoft Outlook 2010 Service Pack 1 (or later)
Microsoft Outlook 2013
Microsoft Outlook 2016 Required if you want to archive email from Microsoft Exchange servers The Microsoft Outlook client provides the Messaging API (MAPI) for email processing. Microsoft Windows DST update KB 955839 [http://support.microsoft.com/kb/955839] Always required [/support/docview.wss?uid=swg27042658&aid=1] Microsoft Windows Server 2008 R2 SP1 hotfix KB 2732673 [http://support.microsoft.com/kb/2732673]
Microsoft Windows Server 2008 R2 SP1 hotfix KB 2728738 [http://support.microsoft.com/kb/2728738]
Microsoft Windows Server 2008 R2 SP1 hotfix KB 2831013 [http://support.microsoft.com/kb/2831013]
Microsoft Windows Server 2008 R2 hotfix KB 2831154 [http://support.microsoft.com/kb/2831154] Required if the File System Connector is used [/support/docview.wss?uid=swg27042658&aid=1] Back to top
WEB SERVER APPLICATIONS
IBM WEBSPHERE APPLICATION SERVER
IBM Content Collector requires IBM WebSphere Application Server to run the Configuration Web Service and to perform search and restore operations. Typically, there is no need to check for compatible versions because IBM Content Collector comes with an embedded version of WebSphere Application Server Version 8.0.
However, you can deploy some of the IBM Content Collector web applications to an external web application server. IBM Content Collector supports the base edition of IBM WebSphere Application Server for AIX, Linux, and Windows. The Network Deployment edition is not supported. Always install the latest fix pack. The following versions are supported:
* 8.0.0.13
* 8.5
If you use an external web application server, make sure that the following prerequisites that are required for IBM Content Collector Server are also installed on the separate web application server:
* Microsoft Visual C++ 2008 Service Pack 1 Redistributable Package
* Microsoft Visual C++ 2008 Service Pack 1 Redistributable Package ATL Security Update
* Microsoft Visual C++ 2010 Service Pack 1 Redistributable Package
How to get:
You can purchase IBM WebSphere Application Server from the following website: WebSphere Application Server [http://www.ibm.com/support/docview.wss?uid=swg27024129]
IBM CONTENT COLLECTOR WEB APPLICATION BROWSERS
The IBM Content Collector web applications support the following browsers:
Browsers Versions Mozilla Firefox * 14
* 17 or 24 Extended Support Release (ESR)
* 24
* 28
* 31 Extended Support Release (ESR)
* 32
* 33
* 34
* 35
Microsoft Internet Explorer * 8
* 9
* 10
* 11
Microsoft Edge * 20
Chrome * 60
Microsoft Edge is supported starting with IBM Content Collector 4.0.1 Fix Pack 2.
How to get:
You can obtain Mozilla Firefox from www.mozilla.com [http://www.mozilla.com] and Microsoft Internet Explorer from www.microsoft.com [http://www.microsoft.com].
Back to top
COLLECTION SOURCE SYSTEMS
LOTUS DOMINO
SERVER AND CLIENTS
The following table describes the supported versions of Lotus Domino for Domino mail servers and the supported versions of Lotus Notes for Notes mail clients:
Server software Client software Other software requirements Notes * Lotus Domino 8.5.0
* Lotus Domino 8.5.1
* Lotus Domino 8.5.2
* Lotus Domino 8.5.3 FP6
* Domino 9.0
* Domino 9.0.1 FP2
* Domino 9.0.1 FP4
* Domino 9.0.1 FP5
* Domino 9.0.1 FP6
* Domino 9.0.1 FP7
* Domino 9.0.1 FP8
* Lotus Notes 8.5.0
* Lotus Notes 8.5.1
* Lotus Notes 8.5.2
* Lotus Notes 8.5.3 FP6
* Notes 9.0 (along with the Browser plug-in)
* Notes 9.0.1 (along with the Browser plug-in)
* Notes 9.0.1 FP2
* Notes 9.0.1 FP4
* Notes 9.0.1 FP5
* Notes 9.0.1 FP6
* Notes 9.0.1 FP7
* Notes 9.0.1 FP8
* Windows 7 Service Pack 1 (32-bit and 64-bit)
* Windows 8 Professional Edition
* Windows 8.1 Professional Edition
* Mac OS X 10.8.x (32-bit and 64-bit)
* Mac OS X 10.9.x (32-bit and 64-bit)
* Windows 10 Professional Edition
* Windows 10 Enterprise Edition
* Mozilla Firefox 14
* Mozilla Firefox 17 or 24 Extended Support Release (ESR)
* Mozilla Firefox 24
* Mozilla Firefox 28
* Mozilla Firefox 31 Extended Support Release (ESR)
* Mozilla Firefox 32
* Mozilla Firefox 33
* Mozilla Firefox 34
* Mozilla Firefox 35
* Microsoft Internet Explorer 8
* Microsoft Internet Explorer 9
* Microsoft Internet Explorer 10
* Microsoft Internet Explorer 11
* Microsoft Edge
On Mac OS X, Lotus Notes R8.5.1 Fix Pack 2 or higher is required.
Offline repositories, collecting additional archiving information, and automatic document retrieval is not supported for Lotus Notes clients on Mac OS.
The Notes 9.0 Browser plug-in provides these Content Collector functions: * Interactive restore
* Settings
* Help
* Lotus iNotes 8.5.0
* Lotus iNotes 8.5.1
* Lotus iNotes 8.5.2
* Lotus iNotes 8.5.3 FP6
* iNotes 9.0
* iNotes 9.0.1 FP2
* iNotes 9.0.1 FP4
* iNotes 9.0.1 FP5
* iNotes 9.0.1 FP6
* iNotes 9.0.1 FP7
* iNotes 9.0.1 FP8
iNotes must have been configured when the Domino server was initially configured. Starting with IBM Content Collector 4.0.1 Fix Pack 6, IBM Lotus Domino/Notes 9.0.1 FP7,FP8 are supported
Starting with IBM Content Collector 4.0.1 Fix Pack 4, IBM Lotus Domino/Notes 9.0.1 FP6 is supported
Starting with IBM Content Collector 4.0.1 Fix Pack 2, IBM Lotus Domino/Notes 9.0.1 FP4, FP5, Mozilla Firefox 35 and Microsoft Edge are supported. IBM Content Collector supports the latest fix packs of the server and client software.
Windows 10 is supported starting with IBM Content Collector 4.0.1 Fix Pack 2.
If you want to use the IBM Content Collector Offline Repository in Notes, the following packages are required on the workstation that runs the Notes client, depending on the version of IBM Content Collector that was used to enable the Domino template:
Content Collector version used to enable Domino template Required package on client workstation IBM Content Collector 2.2 (or earlier) Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package MFC Security Update [http://www.microsoft.com/en-us/download/details.aspx?id=26347] IBM Content Collector 3.0, 4.0, or 4.0.1 Microsoft Visual C++ 2010 Redistributable Package [http://www.microsoft.com/downloads/details.aspx?FamilyID=A7B7A05E-6DE6-4D3A-A423-37BF0912DB84&displaylang=en&displaylang=en] To use IBM Content Collector Search, Lotus Notes R8.5.1 or later with standard configuration is required. Basic configuration is not supported.
If you want to use IBM Content Collector Search in Notes against a database without an index, the following packages are required on the workstation that runs the Notes client:
* Microsoft Visual C++ 2010 Redistributable Package [http://www.microsoft.com/downloads/details.aspx?FamilyID=A7B7A05E-6DE6-4D3A-A423-37BF0912DB84&displaylang=en&displaylang=en]
* Microsoft Security Advisory: Insecure library loading could allow remote code execution [http://support.microsoft.com/kb/2533623]
How to get:
You can purchase Domino from the following website: IBM Domino [http://www.ibm.com/support/docview.wss?uid=swg24033984]
VIRTUALIZATION
The following table describes the supported virtualization methods and software versions for running a Lotus Notes client on Citrix:
Virtualization Method Required software Virtual desktop Lotus Domino/Lotus Notes 8.5.3 or
Domino/Notes 9.0 Social Edition
Citrix XenDesktop 7.0 Domino/Notes 9.0
Citrix XenDesktop 7.5 or later Application installed on server Lotus Domino/Lotus Notes 8.5.3 or
Domino/Notes 9.0 Social Edition
Citrix XenApp 6.5 Application streamed to server Lotus Domino/Lotus Notes 8.5.3 or
Domino/Notes 9.0 Social Edition
Citrix XenApp 6.5 Application streamed to client Lotus Domino/Lotus Notes 8.5.1 or
Domino/Notes 9.0 Basic
Citrix XenApp 6.5 Hosted application in your datacenter Domino/Notes 9.0
Citrix XenDesktop/Citrix XenApp 7.5 or later Local Access App Domino/Notes 9.0
Citrix XenDesktop/Citrix XenApp 7.5 or later Microsoft Application Virtualization applications (App-V) Domino/Notes 9.0
Citrix XenDesktop/Citrix XenApp 7.5 or later For the virtualization method application streamed to client, the following restriction applies:
* Automatic client document retrieval does not work in the standard configuration of Notes client version 8.5, 8.5.3, or 9.
Back to top
MICROSOFT EXCHANGE
SERVER
The following table describes the supported versions of Microsoft Exchange Server:
Server software Notes * Microsoft Exchange Server 2007 Standard and Enterprise Edition with Service Pack 3 Update Rollup 11
* Microsoft Exchange Server 2010 Standard and Enterprise Edition with Service Pack 2 Update Rollup 4 or Service Pack 3
* Microsoft Exchange Server 2013 Standard and Enterprise Edition with Service Pack 1 (KB2860242 [http://support.microsoft.com/kb/2860242])
* Microsoft Exchange Server 2016 Standard and Enterprise Edition
You must not install Microsoft Exchange Server on the IBM Content Collector server. How to get:
You can purchase Microsoft Exchange Server from www.microsoft.com [http://www.microsoft.com].
OUTLOOK EXTENSION
Before you add the IBM Content Collector Outlook Extension to a client workstation, ensure that the required software is installed on that workstation:
Operating system Client application Other software requirements Notes * Windows 7 Professional Service Pack 1
* Windows 7 Ultimate Service Pack 1
* Windows 7 Enterprise Service Pack 1
* Windows 8 Professional Edition
* Windows 8.1 Professional Edition
* Windows 10 Professional Edition
* Windows 10 Enterprise Edition
* Microsoft Outlook 2007 Service Pack 3
* Microsoft Outlook 2010 Service Pack 2
* Microsoft Outlook 2013
* Microsoft Outlook 2016
* .NET Framework 4.5 (or later)
You can install the IBM Content Collector Outlook Extension irrespective of the language in which Outlook is installed.
An Outlook logon profile containing the parameters for the connection to the Exchange server must exist.
There are different Outlook extension installable to be used with 32-Bit and 64-Bit versions of Microsoft Outlook * Mozilla Firefox 14, 17 or 24 ESR, 24, 28, 31 ESR, 32, 33, 34, or 35
* Microsoft Internet Explorer 8, 9, 10, or 11
* Microsoft Edge
* Chrome 60
Microsoft Outlook 64 Bit version is supported starting with IBM Content Collector 4.0.1 Fix Pack 8 with Outlook Extension (64-bit) installable.
Windows 10, Microsoft Edge and Microsoft Outlook 2016 are supported starting with IBM Content Collector 4.0.1 Fix Pack 2.
Chrome browser is supported starting with IBM Content Collector 4.0.1 Fix Pack 6
VIRTUALIZATION
The following table describes the supported virtualization methods and software versions for running Outlook Extension on Citrix:
Virtualization Method Required software Virtual desktop Microsoft Outlook 2010
Citrix XenDesktop 7.5 or later
Microsoft Outlook 2013
Citrix XenDesktop 7.6 or later Hosted application in your datacenter Microsoft Outlook 2010
Citrix XenDesktop/Citrix XenApp 7.5 or later
Microsoft Outlook 2013
Citrix XenDesktop/Citrix XenApp 7.6 or later Local Access App Microsoft Outlook 2010
Citrix XenDesktop/Citrix XenApp 7.5 or later
Microsoft Outlook 2013
Citrix XenDesktop/Citrix XenApp 7.6 or later Microsoft Application Virtualization applications (App-V) Microsoft Outlook 2010
Citrix XenDesktop/Citrix XenApp 7.5 or later
Microsoft Outlook 2013
Citrix XenDesktop/Citrix XenApp 7.6 or later
OUTLOOK WEB APP (OWA)
Outlook Web App (OWA) Extension
To install the IBM Content Collector Outlook Web App Extension on the Exchange server, the following requirements must be met:
Exchange Server version (required) Other software requirements Notes * Microsoft Exchange Server 2007 Service Pack 3 (or later)
* Microsoft Exchange Server 2010 SP2
* Microsoft Exchange Server 2013 SP1
* Microsoft Exchange Server 2016
.NET Framework 4.5 Full Profile (or later) The OWA Extension must be installed on the Exchange Server that has the Client Access Server (CAS) role. Outlook Web App (OWA) Service
Apart from the Outlook Web App Extension that is installed on the Exchange server, the Outlook Web App Service is installed on top of a Microsoft Internet Information Service (IIS) Server. The following table lists the operating system and other requirements for the OWA Service.
Exchange Server version Operating system for the Outlook Web App Service (required) Other software requirements * Microsoft Exchange Server 2007 Service Pack 3 (or later)
* Microsoft Exchange Server 2010 SP2
* Windows Server 2008 Service Pack 2
* Windows Server 2008 R2 Service Pack 1
* Microsoft IIS Server 6 or 7
* .NET Framework 4.5
* Microsoft Exchange Server 2013 SP1
* Windows Server 2008 R2 Service Pack 1
* Windows Server 2012 R2
* Microsoft IIS Server 7.5 (or later)
* Microsoft Exchange Server 2016
* Windows Server 2012
* Windows Server 2012 R2
* .NET Framework 4.5.2
In the Internet Information Service (IIS) Manager:
* Set the Web Service Extension ASP.NET V4.5 to Allowed.
* Set the identity of the application pool where the OWA service resides to NetworkService.
* Set the .NET Framework version to v4.5
* Disable the forms authentication method for the OWA Service (afuowa) after the installation. IBM Content Collector OWA Service does not support forms authentication in Microsoft IIS 7.0.
How to get:
You can purchase Microsoft IIS Server and .NET Framework from www.microsoft.com [http://www.microsoft.com].
Outlook Web App (OWA) client
To be able to use the Outlook Web App functions, clients require the following software on their workstations:
Exchange Server version Software prerequisites for OWA clients * Microsoft Exchange Server 2007 Service Pack 3 (or later)
* Microsoft Exchange Server 2010 SP2
* .NET Framework 2.0 (or later)
* Microsoft Internet Explorer 8, 9, or 10
* Microsoft Exchange Server 2013 SP1
* Microsoft Internet Explorer 9, 10 or 11
* Google Chrome 13
* Microsoft Edge
* Microsoft Exchange Server 2016
* Microsoft Internet Explorer 10 or 11
* Microsoft Edge
The following restrictions apply:
* IBM Content Collector OWA support does not work with if the option "Use the blind and low vision experience" in the OWA settings is used.
* IBM Content Collector OWA support works only with OWA Premium Mode.
* IBM Content Collector OWA support on Exchange 2010 supports only the Internet Explorer browser and not Apple Safari, Mozilla Firefox, and so on although Microsoft OWA 2010 supports other browsers.
* IBM Content Collector OWA support on Exchange 2013 supports the Google Chrome browser in Apple Mac OS X 10.9.x (32-bit and 64-bit)
* Microsoft Edge is supported starting with IBM Content Collector 4.0.1 Fix Pack 2
* IBM Content Collector OWA support on Exchange 2016 is supported starting from IBM Content Collector 4.0.1 Fix Pack 3 Back to top
SMTP EMAIL
IBM Content Collector can archive SMTP/MIME email. The source mail system requires a specific setup to send all SMTP/MIME email to be processed to IBM Content Collector.
In addition to SMTP forwarding for Microsoft Exchange and Lotus Domino, the respective setup has been tested for these mail systems:
Mail system Notes Microsoft Exchange Online See technote 1648828 [http://www.ibm.com/support/docview.wss?uid=swg21648828] for information about how to set up journal forwarding from Microsoft Exchange Online to IBM Content Collector. Google Mail for Business See technote 1648572 [http://www.ibm.com/support/docview.wss?uid=swg21648572] for information about archiving email from Google Mail for Business with IBM Content Collector.
Back to top
MICROSOFT SHAREPOINT
The following table describes the supported versions of Microsoft SharePoint:
Microsoft SharePoint Notes Microsoft SharePoint Server 2010 with Service Pack 2 (Standard or Enterprise edition) [/support/docview.wss?uid=swg27042658&aid=1] Microsoft SharePoint Foundation 2010 with Service Pack 2 Microsoft SharePoint Server 2013 with Service Pack 1 (Standard or Enterprise edition) Only functionality that is also provided by Microsoft SharePoint 2010 is supported. Microsoft SharePoint Foundation 2013 with Service Pack 1 Microsoft SharePoint Server 2016 (Standard and Enterprise edition) Only functionality that is also provided by older Microsoft SharePoint servers is supported.
Microsoft SharePoint Foundation edition is no longer available in the SharePoint Server 2016 release. As an alternative end users can use 180 days trial for Standard or Enterprise edition.
How to get:
You can purchase Microsoft SharePoint from www.microsoft.com [http://www.microsoft.com].
Back to top
IBM CONNECTIONS
The following table describes the supported versions of IBM Connections:
IBM Connections IBM Connections 4.5 Documents from IBM Connections can be archived in the following archive systems:
* IBM Content Manager Enterprise Edition (all supported versions)
* IBM FileNet P8 Content Engine 5.1 or later with IBM Content Search Services
How to get:
You can purchase IBM Connections from the following website: IBM Connections [http://www.ibm.com/support/docview.wss?uid=swg24034473].
Back to top
FILE SYSTEM SUPPORT
The following table describes supported file systems.
File system Notes NTFS V3.1
Depending on the repository capabilities, the maximum supported file size is up to 30 GB.
IBM Content Collector supports Microsoft SMB Protocol versions 1.0, 2.0 and 3.0 for Windows file server ReFS (Windows 2012) Novell Netware V6.5 SP 8 Novell Open Enterprise Server 2 SP3
Novell Open Enterprise Server 11 Samba V3.3 Services for NFS for Windows 2008, 2008 R2, 2012, 2016 Windows Server 2016 is supported as File System collection source starting with IBM Content Collector 4.0.1 Fix Pack 8
Restriction: If IBM Content Collector is installed on Windows 2008 and you are archiving from Novell file servers, Novell Client 2 SP1 IR 6 or later must be installed.
The File System Repository Connector also allows for archiving to cloud file systems.
Back to top
ARCHIVE SERVERS
IBM CONTENT MANAGER
REPOSITORY SOFTWARE
The following table describes the supported operating systems and the connector that is required on the IBM Content Collector server:
Archive system (repository software) Operating system Required connector on IBM Content Collector Server Notes IBM Content Manager Enterprise Edition V8.4.2 Fix Pack 3 and V8.4.3 Fix Pack 3
For the required level of the database management system, see the IBM Content Manager system requirements [http://www.ibm.com/support/docview.wss?uid=swg27036382]. * AIX
* Linux
* Windows
IBM Content Manager Version 8 connector The connector is provided by IBM Information Integrator for Content V8.4.2 Fix Pack 3 or V8.4.3 Fix Pack 3. Use the Setup Type Connector.
Support for IBM Content Manager V8.4 on Linux requires a Linux 32-bit system on an Intel platform or Linux for System z. For details, see the technote Content Manager Enterprise Edition Version 8.4 support for 32-bit / 64-bit for Linux/UNIX/Windows [http://www.ibm.com/support/docview.wss?uid=swg21293849].
Important: For IBM Content Manager Enterprise Edition V8.4.3, apply the fix that is described in Security Bulletin: Content Manager Enterprise Edition and use of Oracle Outside In Technology Security Vulnerability (CVE-2013-5791, CVE-2013-5763) [http://www.ibm.com/support/docview.wss?uid=swg21660964]. IBM Content Manager Enterprise Edition V8.5
For the required level of the database management system, see the IBM Content Manager system requirements [http://www.ibm.com/support/docview.wss?uid=swg27038464]. * AIX
* Linux
* Windows
IBM Content Manager Version 8 connector On 64-bit systems, the connector is provided by the configuration manager that is included in IBM Content Manager Enterprise Edition V8.5. On 32-bit systems, the connector is provided by IBM Information Integrator for Content V8.4.2 Fix Pack 3 or V8.4.3 Fix Pack 3.
Configure item types to be enabled for indexing by Net Search Extender and not DB2 Text Search.
If you use IBM Content Manager Version 8.5 on AIX, text search requires IBM Content Collector Text Search Support V4.0.
Important: For IBM Content Manager Enterprise Edition V8.5, apply the fix that is described in Security Bulletin: Content Manager Enterprise Edition and use of Oracle Outside In Technology Security Vulnerability (CVE-2013-5791, CVE-2013-5763) [http://www.ibm.com/support/docview.wss?uid=swg21660964]. IBM Content Manager Enterprise Edition V8.5 Fix Pack 4
For the required level of the database management system, see the IBM Content Manager system requirements [http://www.ibm.com/support/docview.wss?uid=swg27038464]. * AIX
* Linux
* Windows
IBM Content Manager Version 8 connector On 64-bit systems, the connector is provided by the configuration manager that is included in IBM Content Manager Enterprise Edition V8.5 Fix Pack 4. On 32-bit systems, the connector is provided by IBM Information Integrator for Content V8.4.2 Fix Pack 3 or V8.4.3 Fix Pack 3.
Configure item types to be enabled for indexing by Net Search Extender and not DB2 Text Search.
If you use IBM Content Manager Version 8.5 Fix Pack 4 on AIX, text search requires IBM Content Collector Text Search Support V4.0. IBM Content Manager for z/OS Version V8.4.2, V8.4.3, and V8.4.3 Fix Pack 1
* z/OS
IBM Content Manager Version 8 connector The connector is provided by IBM Information Integrator for Content V8.4.2 Fix Pack 3, V8.4.3, or V8.4.3 Fix Pack 1. Use the Setup Type Connector.
IBM Content Manager for z/OS can be used as a repository for files and Microsoft SharePoint documents. Email documents are supported starting with V8.4.3 Fix Pack 1. Text search is not supported. IBM Content Manager for z/OS V8.5 * z/OS
IBM Content Manager Version 8 connector On 64-bit systems, the connector is provided by the configuration manager that is included in IBM Content Manager Enterprise Edition V8.5. On 32-bit systems, the connector is provided by IBM Information Integrator for Content V8.4.2 Fix Pack 3 or V8.4.3 Fix Pack 3.
Text search is not supported. How to get:
You can purchase IBM Content Manager from the following websites:
* Content Manager Enterprise Edition [http://www.ibm.com/support/docview.wss?uid=swg24035460]
* Content Manager for z/OS [http://www.ibm.com/software/products/us/en/conmanzos]
TEXT-SEARCH FUNCTION
To enable the text-search function (full-text search) for a Content Manager archive system, the IBM Content Collector indexer for text search must be installed. While IBM Content Collector supports archiving to Content Manager archive systems with DB2 databases or Oracle databases, the text-search function is not supported for archive systems with Oracle databases.
The indexer for text search requires IBM Content Manager Enterprise Edition and the following software:
Net Search Extender
The required version depends on the version of DB2 that is used by IBM Content Manager. Additional Net Search Extender e-fixes (required) Notes AIX Power 6.1 and 7.1 IBM Net Search Extender 9.1 for DB2 V9.1 Fix Pack 8 [http://www-01.ibm.com/support/docview.wss?uid=swg24024133] [/support/docview.wss?uid=swg27042658&aid=1] [/support/docview.wss?uid=swg27042658&aid=1] IBM Net Search Extender and the required fix packs and e-fixes must be installed on the IBM Content Manager server. Linux or Linux for System z (RHEL) 5.0 and 6.0
Linux (SLES) 10 and 11 Windows Server 2008, 2008 R2, and 2012 AIX Power 6.1 and 7.1 IBM Net Search Extender 9.5 for DB2 V9.5 Fix Pack 5 [http://www.ibm.com/support/docview.wss?uid=swg24025481] Windows
IC58821
IP22989 Linux or Linux for System z (RHEL) 5.0 and 6.0
Linux (SLES) 10 and 11 Windows Server 2008, 2008 R2, and 2012 AIX Power 6.1 and 7.1 IBM Net Search Extender 9.7 for DB2 V9.7 Fix Pack 4 [http://www.ibm.com/support/docview.wss?uid=swg24029745] [/support/docview.wss?uid=swg27042658&aid=1] [/support/docview.wss?uid=swg27042658&aid=1] Linux or Linux for System z (RHEL) 5.0 and 6.0
Linux (SLES) 10 and 11 Windows Server 2008, 2008 R2, and 2012 AIX Power 6.1 and 7.1 IBM Net Search Extender 10.1 for DB2 V10.1 Fix Pack 2 [http://www.ibm.com/support/docview.wss?uid=swg24033997] [/support/docview.wss?uid=swg27042658&aid=1] [/support/docview.wss?uid=swg27042658&aid=1] Linux or Linux for System z (RHEL) 5.0 and 6.0
Linux (SLES) 10 and 11 Windows Server 2008, 2008 R2, and 2012 AIX Power 6.1 and 7.1 IBM Net Search Extender 10.5 for DB2 10.5 Fixpack 6 [http://www-01.ibm.com/support/docview.wss?uid=swg24040522] [/support/docview.wss?uid=swg27042658&aid=1] [/support/docview.wss?uid=swg27042658&aid=1] Linux or Linux for System z (RHEL) 5.0 and 6.0
Linux (SLES) 10 and 11 Windows Server 2008, 2008 R2, and 2012 How to get:
You can download IBM Content Manager fix packs and Net Search Extender e-fixes from the following websites:
* Content Manager fix packs [http://www.ibm.com/support/docview.wss?uid=swg27009038]
* Net Search Extender e-fixes [ftp://public.dhe.ibm.com/ps/products/db2extenders/fixes]
Back to top
IBM FILENET P8
REPOSITORY SOFTWARE
The following table describes the supported operating systems and the FileNet APIs that are required for the IBM Content Collector server:
Archive system (repository software) Operating system Required APIs on IBM Content Collector Server Notes IBM FileNet P8 Content Engine 5.0.0.1, 5.1 Fix Pack 2, 5.2, or 5.2.1
For the required level of the database management system, see the IBM FileNet P8 system requirements [http://www.ibm.com/support/docview.wss?uid=swg27013654]. * AIX
* Linux
* Solaris
* Windows
.NET Clients The .NET Clients component is provided through the FileNet P8 Content Engine installer. Java Clients (Other Applications) The Java Clients component is provided through the FileNet P8 Content Engine Client installer. [/support/docview.wss?uid=swg27042658&aid=1] Important: For IBM FileNet P8 Content Engine 5.1 and 5.2, apply the fix that is described in Security Bulletin: IBM FileNet Content Manager and IBM Content Foundation – Oracle Outside In Technology security vulnerabilities (CVE-2013-5791, CVE-2013-5763) [http://www.ibm.com/support/docview.wss?uid=swg21660219]. IBM Content Foundation V5.2 or V5.2.1
For the required level of the database management system, see the IBM Content Foundation system requirements [http://www.ibm.com/support/docview.wss?uid=swg27038265]. * AIX
* Linux
* Solaris
* Windows
.NET Clients The .NET Clients component is provided through the IBM Content Foundation Content Platform Engine installer. Java Clients (Other Applications) The Java Clients component is provided through the IBM Content Foundation Content Platform Engine installer. [/support/docview.wss?uid=swg27042658&aid=1] Important: For IBM Content Foundation V5.2.0, apply the fix that is described in Security Bulletin: IBM FileNet Content Manager and IBM Content Foundation – Oracle Outside In Technology security vulnerabilities (CVE-2013-5791, CVE-2013-5763) [http://www.ibm.com/support/docview.wss?uid=swg21660219]. IBM FileNet Image Services 4.1.2 or 4.2 * AIX
* HP-UX
* Solaris
* Windows
IBM FileNet IDM Desktop IBM FileNet Image Services can only be used as a repository for files. It is not suitable for email. Text search and retrieving archived content through stub links is not supported. If you use IBM FileNet P8 with IBM Legacy Content Search Engine (Verity), dynamic retention management is not supported.
Important: The fix pack level of the Content Engine of IBM Content Collector Server must match the fix pack level of the Content Engine server for both the .NET Clients and the Java Clients components.
How to get:
You can purchase FileNet P8 from the following websites:
* FileNet Content Manager [http://www.ibm.com/support/docview.wss?uid=swg24034227]
* Content Foundation [http://www.ibm.com/support/docview.wss?uid=swg24034868]
* FileNet Image Services [http://www.ibm.com/support/docview.wss?uid=swg24020652]
TEXT-SEARCH FUNCTION
The text-search function (full-text search) for FileNet archive systems with IBM Legacy Content Search Engine requires Autonomy IDOL K2. With IBM Legacy Content Search Engine (Verity), dynamic retention management is not supported
To use the text-search function (full-text search) for FileNet archive systems with IBM Content Search Services, IBM Content Collector Content Search Services Support must be installed on the Content Search Services server. If the Content Search Services server runs on AIX, Linux, or Solaris, ensure that Java 1.6 is installed.
Content Search Services Support requires the following FileNet P8 components:
FileNet P8 components Required on which server Operating system Notes IBM FileNet P8 Content Engine 5.1 Fix Pack 3 with IF001 or later, or 5.2 Fix Pack 2 with IF001 or later, or 5.2.1
IBM Content Foundation V5.2 or V5.2.1 FileNet P8 Content Engine server * AIX
* Linux
* Solaris
* Windows
Interim Fixes are available on Fix Central [http://www.ibm.com/support/fixcentral/swg/selectFixes?parent=FileNet+Product+Family&product=ibm/Information+Management/FileNet+Content+Engine&release=5.1.0.0&platform=All&function=all].
The FileNet P8 Content Engine server must be configured to use Content Search Services. IBM FileNet P8 Content Search Engine Client 5.1 Fix Pack 2 or Content Search Engine Client 5.2 Content Search Services server * AIX
* Linux
* Solaris
* Windows
The client component is provided through the FileNet P8 Content Engine Client 5.1 installer or the FileNet P8 Content Engine 5.2 installer. IBM FileNet P8 Content Search Services 5.1 with IF005 or later, or 5.2 with IF002 or later, or 5.2.1
For details about the supported operating systems, see the IBM FileNet P8 system requirements [http://www.ibm.com/support/docview.wss?uid=swg27013654]. Content Search Services server * AIX
* Linux
* Windows
Interim Fixes are available on Fix Central [http://www.ibm.com/support/fixcentral/swg/selectFixes?parent=FileNet+Product+Family&product=ibm/Information+Management/FileNet+Content+Search+Services&release=5.1.0.0&platform=All&function=all].
Important: For IBM FileNet P8 Content Search Services 5.1 and 5.2, apply the fix that is described in Security Bulletin: IBM FileNet Content Manager and IBM Content Foundation – Oracle Outside In Technology security vulnerabilities (CVE-2013-5791, CVE-2013-5763) [http://www.ibm.com/support/docview.wss?uid=swg21660219]. Java Clients (Other Applications) 5.1 Fix Pack 2 or 5.2 * Content Search Services server
* IBM Content Collector server
* AIX
* Linux
* Solaris
* Windows
The Java Clients component is provided through the FileNet P8 Content Engine Client 5.1 installer or the FileNet P8 Content Engine 5.2 installer. .NET Clients 5.1 Fix Pack 2 or 5.2 IBM Content Collector server * AIX
* Linux
* Solaris
* Windows
The .NET Clients component is provided through the FileNet P8 Content Engine installer.
The text-search function (full-text search) for IBM Content Foundation requires the Content Search Services component. Back to top
LEGACY RESTORE
Legacy restore provides access to documents that were archived with IBM CommonStore for Lotus Domino or IBM CommonStore for Exchange Server. Legacy restore supports the same archive systems as the CommonStore products and has the same system requirements to connect to these archive systems as the CommonStore products:
System requirements for IBM CommonStore for Lotus Domino [http://www.ibm.com/support/docview.wss?uid=swg27010342]
System requirements for IBM CommonStore for Exchange Server [http://www.ibm.com/support/docview.wss?uid=swg27010343]
In addition, Legacy Restore also supports the archive systems IBM Content Manager Enterprise Edition V8.5 and IBM Content Manager for z/OS V8.5.
There are some limitations when using IBM Content Collector Legacy Restore instead of the CommonStore products, including the following restrictions:
* IBM Content Collector Legacy Restore provides read-only access to documents, but no write access.
* For documents that are stored in Content Manager OnDemand or Content Manager for z/OS, search is not supported.
* For multi-part document model item types in Content Manager 8, only the first part can be previewed.
IBM Content Collector Legacy Restore supports the same operating systems as IBM Content Collector Server.
Back to top
RETENTION POLICY DISTRIBUTION SUPPORT
To use IBM Content Collector Retention Policy Distribution Support, you must install IBM Atlas Policy Suite, which is the client interface in Global Retention Policy and Schedule Management for managing document retention schedules.
The following table describes the supported versions of IBM Atlas Policy Suite:
IBM Atlas Policy Suite IBM Atlas Policy Suite 6.0.3 How to get:
You can purchase IBM Atlas Policy Suite from the following website: IBM Atlas Policy Suite [https://www.ibm.com/support/entdocview.wss?uid=swg24036335].
Back to top
OPTIONAL SOFTWARE
The following table describes the software that is required if you want to use optional functions of IBM Content Collector:
Function Software Use IBM eDiscovery Manager to search and collect archived documents IBM eDiscovery Manager V2.2.1 or V2.2 Fix Pack 4 Use IBM Content Classification to classify documents IBM Content Classification V8.8 Declare records against documents in a FileNet P8 archive system IBM Enterprise Records V5.1.1, V5.1.2, or V5.2 Fix Pack 1 Access documents in an archive system IBM FileNet Workplace XT V1.1.5 Fix Pack 1 or Fix Pack 2
IBM Content Navigator V2.0, V2.0.1, V2.0.2, V2.0.3, V3.0 or V3.0.1 How to get:
You can purchase these products from the following websites:
* IBM eDiscovery Manager [http://www.ibm.com/support/docview.wss?uid=swg24035931]
* IBM Content Classification [http://www.ibm.com/support/docview.wss?uid=swg24029115]
* IBM Enterprise Records [http://www.ibm.com/support/docview.wss?uid=swg24035858]
* IBM Content Navigator [http://www.ibm.com/support/docview.wss?uid=swg24034327]
Back to top
IBM CONTENT COLLECTOR PRODUCT REPORTS
CONTENT COLLECTOR FOR EMAIL
REQUIREMENTS
BY PLATFORM
* Mac OS [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1385722855736&osPlatforms=Mac OS]
* Windows [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1385722855736&osPlatforms=Windows]
* Supported Hypervisors [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/vesForProduct?deliverableId=1385722855736]
REQUIREMENTS
BY COMPONENT
* FileNet P8 Content Search Services Support [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1385722855736&duComponentIds=Server_862A48C058E511E3A11D923472D26C14]
* Legacy Support [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1385722855736&duComponentIds=Server_8626C65058E511E3A11D923472D26C14]
* Notes Client Extension [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1385722855736&duComponentIds=Desktop_862AE50058E511E3A11D923472D26C14]
* Outlook Extension [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1385722855736&duComponentIds=Desktop_862BA85058E511E3A11D923472D26C14]
* Outlook Web App Support [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1385722855736&duComponentIds=Server_862789A058E511E3A11D923472D26C14]
* Server [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1385722855736&duComponentIds=Server_862825E058E511E3A11D923472D26C14]
* SharePoint Support [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1385722855736&duComponentIds=Server_8628E93058E511E3A11D923472D26C14]
* Text Search Support for Content Manager [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1385722855736&duComponentIds=Server_8629857058E511E3A11D923472D26C14]
RELATED REQUIREMENTS
No related requirements.
Back to top
CONTENT COLLECTOR FOR FILE SYSTEMS
REQUIREMENTS
BY PLATFORM
* Windows [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=F4E90710C7E811E4A93F4F818B63D91A&osPlatforms=Windows]
* Supported Hypervisors [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/vesForProduct?deliverableId=F4E90710C7E811E4A93F4F818B63D91A]
REQUIREMENTS
BY COMPONENT
* FileNet P8 Content Search Services Support [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=F4E90710C7E811E4A93F4F818B63D91A&duComponentIds=Server_F6D064B0C7E811E4A93F4F818B63D91A]
* Server [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=F4E90710C7E811E4A93F4F818B63D91A&duComponentIds=Server_F6C89C80C7E811E4A93F4F818B63D91A]
* Text Search Support for Content Manager [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=F4E90710C7E811E4A93F4F818B63D91A&duComponentIds=Server_F6C9D500C7E811E4A93F4F818B63D91A]
RELATED REQUIREMENTS
No related requirements.
Back to top
CONTENT COLLECTOR FOR IBM CONNECTIONS
REQUIREMENTS
BY PLATFORM
* Windows [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1B231CA0C7ED11E4A93F4F818B63D91A&osPlatforms=Windows]
* Supported Hypervisors [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/vesForProduct?deliverableId=1B231CA0C7ED11E4A93F4F818B63D91A]
REQUIREMENTS
BY COMPONENT
* FileNet P8 Content Search Services Support [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1B231CA0C7ED11E4A93F4F818B63D91A&duComponentIds=Server_1CE258D0C7ED11E4A93F4F818B63D91A]
* Server [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1B231CA0C7ED11E4A93F4F818B63D91A&duComponentIds=Server_1CE035F0C7ED11E4A93F4F818B63D91A]
* Text Search Support for Content Manager [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1B231CA0C7ED11E4A93F4F818B63D91A&duComponentIds=Server_1CE1BC90C7ED11E4A93F4F818B63D91A]
RELATED REQUIREMENTS
No related requirements.
Back to top
CONTENT COLLECTOR FOR MICROSOFT SHAREPOINT
REQUIREMENTS
BY PLATFORM
* Windows [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=E13A64E0C7EB11E4A93F4F818B63D91A&osPlatforms=Windows]
* Supported Hypervisors [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/vesForProduct?deliverableId=E13A64E0C7EB11E4A93F4F818B63D91A]
REQUIREMENTS
BY COMPONENT
* FileNet P8 Content Search Services Support [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=E13A64E0C7EB11E4A93F4F818B63D91A&duComponentIds=Server_E3176240C7EB11E4A93F4F818B63D91A]
* Server [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=E13A64E0C7EB11E4A93F4F818B63D91A&duComponentIds=Server_E3151850C7EB11E4A93F4F818B63D91A]
* SharePoint Support [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=E13A64E0C7EB11E4A93F4F818B63D91A&duComponentIds=Server_E315DBA0C7EB11E4A93F4F818B63D91A]
* Text Search Support for Content Manager [http://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=E13A64E0C7EB11E4A93F4F818B63D91A&duComponentIds=Server_E3169EF0C7EB11E4A93F4F818B63D91A]
RELATED REQUIREMENTS
No related requirements.
Back to top | Support for Domino 9.0.1 with ICC? Is Domino v9.0.1 and FP's supported for ICC? | Starting with IBM Content Collector 4.0.1 Fix Pack 6, IBM Lotus Domino/Notes 9.0.1 FP7,FP8 are supported
Starting with IBM Content Collector 4.0.1 Fix Pack 4, IBM Lotus Domino/Notes 9.0.1 FP6 is supported
Starting with IBM Content Collector 4.0.1 Fix Pack 2, IBM Lotus Domino/Notes 9.0.1 FP4, FP5, Mozilla Firefox 35 and Microsoft Edge are supported. IBM Content Collector supports the latest fix packs of the server and client software. |
TRAIN_Q413 | IBM Error when launching Scan task from Datacap Desktop. - United States Desktop; No data; Scan; VScan TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
Receiving the following error message when attempting to launch up Scan task from Datacap Desktop:
"This batch has no data to process. Aborting."
Then followed by this error:
"Unable to run queue."
DIAGNOSING THE PROBLEM
The panel for TravelDocs contained a value with all upper-case letter [eg. TRAVELDOCS], which caused the error to occur when attempting to launch the Scan task from Datacap Desktop
RESOLVING THE PROBLEM
The "Bind DCO type to panel" for Datacap Desktop is case-sensitive. Be sure the DCO name matches as it appears in Datacap Studio (both the spelling and case-sensitivity).
Logon to TMWeb client.
Go to Administrator tab
Select the VScan task from the Workflow.
Click Setup under Program.
Then change the value of the Panel to match what is in Datacap Studio. For example "TRAVELDOCS" to "TravelDocs"
Click Save
[/support/docview.wss?uid=swg21967312&aid=1] [/support/docview.wss?uid=swg21967312&aid=1]
[/support/docview.wss?uid=swg21967312&aid=2] [/support/docview.wss?uid=swg21967312&aid=2]
[/support/docview.wss?uid=swg21967312&aid=3] [/support/docview.wss?uid=swg21967312&aid=3] | VScan not working after migrating Datacap Application from 8.1 to 9.0.1
Hello,
I have recently migrated one datacap application developed in Datacap 8.1 to Datacap 9.0.1. I followed the complete instruction provided in the link
http://www.ibm.com/support/knowledgecenter/SSZRWV_9.0.1/com.ibm.dc.develop.doc/dcadv001.htm
After migration, when I tried to execute the application using Datacap Desktop. I got errors that "This batch has no data to process. Aborting" and "Unable to run queue". I am attaching the screenshots of error. I am also attaching the DStudio rule's screenshot.
I have verified and configured all the required settings.
Please guide if someone has faced the similar issue and resolved it.
Thanks.
| The "Bind DCO type to panel" for Datacap Desktop is case-sensitive. Be sure the DCO name matches as it appears in Datacap Studio (both the spelling and case-sensitivity). |
TRAIN_Q414 | IBM Announcement: End of Support for WebSphere MQ and WebSphere MQ File Transfer Edition V7.0.1 and V7.0.0 and WebSphere MQ Telemetry V7.0.1 - United States NEWS
ABSTRACT
IBM has withdrawn support for WebSphere MQ V7.0.1 and V7.0.0, WebSphere MQ for z/OS V7.0.1 and V7.0.0, WebSphere MQ File Transfer Edition V7.0.1 and V7.0.0, WebSphere MQ File Transfer Edition for z/OS V7.0.1 and V7.0.0, and WebSphere MQ Telemetry V7.0.1.
CONTENT
TAB NAVIGATION
* WebSphere MQ and File Transfer Edition V7.0.1 and V7.0.0 • MQ Telemetry V7.0.1 selected tab
TAB NAVIGATION
* What were the end of support dates for WebSphere MQ V7.0.1 and V7.0.0, WebSphere MQ File Transfer Edition V7.0.1 and V7.0.0, and WebSphere MQ Telemetry V7.0.1?
* Do these announcements affect WebSphere MQ File Transfer Edition V7.0.4, V7.0.3 and V7.0.2, WebSphere MQ Advanced Message Security V7.0.1, or WebSphere MQ Hypervisor Edition V7.0.1?
* What replacement products are available?
* How do I check which version I am currently running?
* Is any information available to help me upgrade to a later version?
* How do I purchase a support extension for my current version?
* When a WebSphere MQ server product goes out of support, does the client and file transfer agent also go out of support?
* Are these products still supported when they are bundled with another IBM product?
* Is the WebSphere MQ V7.0 Resource Adapter supported in WebSphere Application Server?
* Is documentation still available for these products?
* How do I obtain installation images for these products if I still need them?
* Is there an IBM MQ V9.0 or MQ V8.0 trial version available for download?
[/support/docview.wss?uid=swg21674407&aid=1]
WHAT ARE THE END OF SUPPORT DATES FOR WEBSPHERE MQ V7.0.1 AND V7.0.0, WEBSPHERE MQ FILE TRANSFER EDITION V7.0.1 AND V7.0.0, AND WEBSPHERE MQ TELEMETRY V7.0.1?
*
* Product Version Release Date End of Support Platforms WebSphere MQ V7.0.1 28 Aug 2009 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS209-245] 30 Apr 2015 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS914-067] AIX, HP-UX (Itanium), HP-UX (PA-RISC), i5/OS, Linux (POWER), Linux (x86), Linux (x86-64), Linux (zSeries 64-bit), Solaris (SPARC), Solaris (x86-64), Windows (x86) WebSphere MQ for z/OS V7.0.1 25 Sep 2009 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS209-248] 30 Sep 2015 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS914-150] z/OS WebSphere MQ V7.0.0 16 Jun 2008 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS208-068] 30 Apr 2015 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS914-067] AIX, HP-UX (Itanium), HP-UX (PA-RISC), i5/OS, Linux (POWER), Linux (x86), Linux (x86-64), Linux (zSeries 64-bit), Solaris (SPARC), Solaris (x86-64), Windows (x86) WebSphere MQ for z/OS V7.0.0 27 Jun 2008 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS208-067] 30 Sep 2011 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS910-014] z/OS WebSphere MQ File Transfer Edition V7.0.1 05 Jun 2009 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS209-118] 30 Sep 2014 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS913-158] AIX, HP-UX (Itanium), Linux (x86), Linux (x86-64), Linux (zSeries 64-bit), Solaris (SPARC), Windows (x86) WebSphere MQ File Transfer Edition for z/OS V7.0.1 12 Jun 2009 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS209-119] 30 Sep 2014 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS913-149] z/OS WebSphere MQ File Transfer Edition V7.0.0 05 Dec 2008 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS208-331] 30 Sep 2014 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS913-158] AIX, HP-UX (Itanium), Linux (x86), Solaris (SPARC), Windows (x86) WebSphere MQ File Transfer Edition for z/OS V7.0.0 12 Dec 2008 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS208-339] 30 Sep 2014 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS913-149] z/OS WebSphere MQ Telemetry V7.0.1 27 Aug 2010 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS210-201] 30 Sep 2015 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS914-067] Linux (x86-64), Windows (x86)
*
* Review lifecycle dates for all IBM MQ and WebSphere MQ products [http://www.ibm.com/software/support/lifecycleapp/PLCSearch.wss?q=%28+%22IBM+MQ%22+OR+%22WebSphere+MQ%22+%29+AND+NOT+%28+Tivoli+OR+Adapter+OR+Broker+OR+Integrator+OR+Workflow+OR+%22Low+Latency+Messaging%22+%29]
End of support information for WebSphere MQ V7.5 and WebSphere MQ Hypervisor Edition V7.5 [http://www.ibm.com/support/docview.wss?&uid=swg21996472]
End of support information for WebSphere MQ V7.1, WebSphere MQ File Transfer Edition V7.0.4, V7.0.3 and V7.0.2, WebSphere MQ Advanced Message Security V7.0.1, and WebSphere MQ Hypervisor Edition V7.0.1 [http://www.ibm.com/support/docview.wss?&uid=swg21980668]
* Back to top
DO THESE ANNOUNCEMENTS AFFECT WEBSPHERE MQ FILE TRANSFER EDITION V7.0.4, V7.0.3 AND V7.0.2, WEBSPHERE MQ ADVANCED MESSAGE SECURITY V7.0.1, OR WEBSPHERE MQ HYPERVISOR EDITION V7.0.1?
* IBM has subsequently announced the end of support for these products [http://www.ibm.com/support/docview.wss?uid=swg21980668] on all platforms including z/OS:
*
* Lifecycle dates for WebSphere MQ V7.0 products [http://www.ibm.com/software/support/lifecycleapp/PLCSearch.wss?q=%28%22WebSphere+MQ+%22+AND+%227.0%22%29+OR+%28%22WebSphere+MQ+File+Transfer+Edition+%22+AND+%28%227.0.4%22+OR+%227.0.3%22+OR+%227.0.2%22%29%29+OR+%28%22WebSphere+MQ+Advanced+Message+Security+%22+AND+%227.0.1%22%29]
*
* Back to top
WHAT REPLACEMENT PRODUCTS ARE AVAILABLE?
* Replacements for WebSphere MQ V7.0.1 and V7.0.0 include IBM MQ or IBM MQ Advanced V9.0 and V8.0. WebSphere MQ or WebSphere MQ Advanced V7.5 are also available (except on IBM i), but their end of support date is 30 Apri 2018 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS916-117].
* Replacements for WebSphere MQ for z/OS V7.0.1 and V7.0.0 include IBM MQ, IBM MQ Advanced, or IBM MQ Value Unit Edition for z/OS V9.0 and V8.0.0.
* Replacements for WebSphere MQ File Transfer Edition V7.0.1 and V7.0.0 include IBM MQ Advanced V9.0 and V8.0. WebSphere MQ Advanced V7.5 is also available (except on IBM i), but its end of support date is 30 April 2018 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS916-117]. The Advanced license allows use of the Managed File Transfer and Advanced Message Security components which are now built into MQ and replace the former File Transfer Edition and Advanced Message Security products.
* Replacements for WebSphere MQ File Transfer Edition for z/OS V7.0.1 and V7.0.0 include IBM MQ Advanced for z/OS V9.0 and V8.0.0. The Advanced license allows use of the Managed File Transfer and Advanced Message Security components which are now built into MQ for z/OS and replace the former File Transfer Edition for z/OS and Advanced Message Security for z/OS products.
* The replacement for WebSphere MQ Telemetry V7.0.1 is IBM MQ or IBM MQ Advanced V9.0 or V8.0, all of which include Telemetry as a component of the MQ product. WebSphere MQ or WebSphere MQ Advanced V7.5 are also available (except on IBM i), but their end of support date is 30 April 2018 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS916-117].
*
*
* Back to top
HOW DO I CHECK WHICH VERSION I AM CURRENTLY RUNNING?
* Follow these general instructions [http://www.ibm.com/support/docview.wss?uid=swg21621707] or the IBM MQ Knowledge Center instructions [http://www.ibm.com/support/knowledgecenter/SSFKSJ_9.0.0/com.ibm.mq.ref.adm.doc/q083280_.htm] to display your IBM MQ or WebSphere MQ version on all platforms except for z/OS with the command: dspmqver
* On z/OS, look for message CSQY000I [http://www.ibm.com/support/knowledgecenter/SSFKSJ_9.0.0/com.ibm.mq.ref.doc/csq_y.htm] in the MSTR joblog to determine your version.
* Follow the IBM MQ Knowledge Center instructions [http://www.ibm.com/support/knowledgecenter/SSFKSJ_9.0.0/com.ibm.wmqfte.doc/display_ver_cmd.htm] to display your Managed File Transfer or WebSphere MQ File Transfer Edition version with the command: fteDisplayVersion
* WebSphere MQ Telemetry V7.0.1 only runs on WebSphere MQ V7.0.1 (fix pack 7.0.1.3 and later) on Linux (x86-64) and Windows (x86). Although there is no command to display the WebSphere MQ Telemetry version, if your WebSphere MQ version is V7.0.1 and you have a WebSphere MQ Telemetry service and channels [http://www.ibm.com/support/knowledgecenter/SSFKSJ_7.0.1/com.ibm.mq.tt.doc/tt_intro.htm] configured, then you are running WebSphere MQ Telemetry V7.0.1.
*
* Back to top
[/support/docview.wss?uid=swg21674407&aid=2]
IS ANY INFORMATION AVAILABLE TO HELP ME UPGRADE TO A LATER VERSION?
* The IBM MQ and WebSphere MQ Migration Guide [https://www.ibm.com/developerworks/community/blogs/aimsupport/entry/websphere_mq_ibm_mq_migration_guide] is available to view online or download:
* IBM MQ and WebSphere MQ Migration Guide [https://www.ibm.com/developerworks/community/blogs/aimsupport/resource/MQ_migration/WMQ_Migration.pdf]
*
* The IBM Knowledge Center also includes information to assist you in migrating to a supported version of IBM MQ or WebSphere MQ:
* Migrating and upgrading to IBM MQ V9.0 [http://www.ibm.com/support/knowledgecenter/SSFKSJ_9.0.0/com.ibm.mq.mig.doc/q006180_.htm] Migrating and upgrading to IBM MQ V8.0 [http://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.mig.doc/q006180_.htm] Migrating and upgrading to WebSphere MQ V7.5 [http://www.ibm.com/support/knowledgecenter/SSFKSJ_7.5.0/com.ibm.mq.mig.doc/q006180_.htm]
*
* The following WebSphere Support Technical Exchange presentations may be helpful if you are considering running multiple MQ installations on your system:
* Webcast replay: WebSphere MQ Multi-Version - First Steps [http://www.ibm.com/support/docview.wss?uid=swg27024276] Webcast replay: WebSphere MQ Multi-Version - Environment Considerations and Management [http://www.ibm.com/support/docview.wss?uid=swg27024340]
*
* Back to top
HOW DO I PURCHASE A SUPPORT EXTENSION FOR MY CURRENT VERSION?
* Support extensions are available for an additional fee. To purchase extended support for WebSphere MQ or any of the other products, please contact your local IBM sales representative.
* US Customers should contact Customer Support Operations at 1-877-426-6006, option #2. If you provide your IBM customer number, they can quickly find your sales representative.
* Customers in other geographies should refer to the IBM directory of worldwide support contacts to find sales contact numbers in your region:
*
* IBM Directory of Worldwide Contacts [http://www.ibm.com/planetwide/]
*
* Back to top
WHEN AN WEBSPHERE MQ SERVER PRODUCT GOES OUT OF SUPPORT, DOES THE CLIENT AND FILE TRANSFER AGENT ALSO GO OUT OF SUPPORT?
* Yes. WebSphere MQ V7.0 clients and WebSphere MQ File Transfer Edition V7.0.1 and V7.0.0 agents go out of support at the same time as the server.
*
* Back to top
[/support/docview.wss?uid=swg21674407&aid=3]
ARE THESE PRODUCTS STILL SUPPORTED WHEN THEY ARE BUNDLED WITH ANOTHER IBM PRODUCT?
* Yes, support is available for all bundled components until the IBM product that includes them is withdrawn from support. However, they are only supported when used by the bundling IBM product. Unrelated usage is not supported.
*
* Find the end of support date for your IBM software product [http://www.ibm.com/software/support/lifecycle/index_a_z.html]
*
* Back to top
IS THE WEBSPHERE MQ V7.0 RESOURCE ADAPTER SUPPORTED IN WEBSPHERE APPLICATION SERVER?
* Yes, the WebSphere MQ V7.0 Resource Adapter [http://www.ibm.com/support/docview.wss?uid=swg21248089#7dotx_0] shipped with WebSphere Application Server V8.0 and V7.0 is supported through 30 April 2018 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS916-143], when both of those versions of WebSphere Application Server end support, or longer if you purchase a WebSphere Application Server support extension.
* Similarly, the WebSphere MQ V7.1 Resource Adapter [http://www.ibm.com/support/docview.wss?uid=swg21248089#7dotx_0_0] shipped with WebSphere Application Server V8.5.x is supported as long as that version of WebSphere Application Server remains in support, or longer if you purchase a WebSphere Application Server support extension.
* However, if you manually install your own copy of the WebSphere MQ V7.x Resource Adapter in WebSphere Application Server or any third-party Java EE server, it will go out of support with the corresponding WebSphere MQ server version.
* The IBM MQ V8.0 and V9.0 Resource Adapters cannot be installed in WebSphere Application Server V8.5.x, V8.0 and V7.0 because those versions support JMS 1.1 while the IBM MQ Resource Adapters implement JMS 2.0. WebSphere Application Server V9.0 ships with the IBM MQ V9.0 Resource Adapter [http://www.ibm.com/support/docview.wss?uid=swg21248089#7dotx_0_0_0] and includes full support for JMS 2.0. The version of MQ Resource Adapter you use must be supported by your Java EE server but does not need to match the version of the queue managers to which you wish to connect.
* Back to top
IS DOCUMENTATION STILL AVAILABLE FOR THESE PRODUCTS?
* Yes. Online documentation is available in the IBM Knowledge Center, while downloadable Information Center installations and PDF versions of the manuals are available from the MQ Library page.
*
* WebSphere MQ V7.0.1 Knowledge Center [http://www.ibm.com/support/knowledgecenter/SSFKSJ_7.0.1/com.ibm.mq.helphome.v70.doc/WelcomePagev7r0.htm] WebSphere MQ V7.0.1 library of downloadable documentation [http://www.ibm.com/software/integration/wmq/library/library701.html] WebSphere MQ V7.0.0 library of downloadable documentation [http://www.ibm.com/software/integration/wmq/library/library700.html] WebSphere MQ File Transfer Edition V7.0.4 Knowledge Center [http://www.ibm.com/support/knowledgecenter/SSEP7X_7.0.4/welcome/WelcomePagev7r0.html] WebSphere MQ Telemetry V7.0.1 [http://www.ibm.com/support/knowledgecenter/SSFKSJ_7.0.1/com.ibm.mq.tt.doc/tt_intro.htm]
*
* Back to top
HOW DO I OBTAIN INSTALLATION IMAGES FOR THESE PRODUCTS IF I STILL NEED THEM?
* Installation images for WebSphere MQ V7.0.1 and V7.0.0, WebSphere MQ File Transfer Edition V7.0.1 and V7.0.0, and WebSphere MQ Telemetry V7.0.1 are no longer available from Passport Advantage [https://www.ibm.com/software/passportadvantage/pao_customer.html]. Contact IBM if you have an urgent business need for these installation images.
*
* Back to top
[/support/docview.wss?uid=swg21674407&aid=4]
IS THERE AN IBM MQ V9.0 OR MQ V8.0 TRIAL VERSION AVAILABLE FOR DOWNLOAD?
* You can obtain a full-featured trial version of IBM MQ to evaluate for 90 days:
*
* Try IBM MQ now [https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?pkgid=&S_SRCID=ESD-WSMQ-EVAL&source=ESD-WSMQ-EVAL&S_TACT=109J84RW&S_CMP=web_ibm_ws_appint_ct_wmq-ov&S_PKG=CR9H9ML&s=&id=2009-08-28+03%3A34%3A46.648052R&fam=&cat=&l=English+International&m=download&ibm-continue=Continue]
*
* Back to top
Cross reference information Segment Product Component Platform Version Edition Business Integration WebSphere MQ File Transfer Edition Not Applicable AIX, HP-UX, Linux, Solaris, Windows, z/OS 7.0.1, 7.0 All Editions Business Integration WebSphere MQ Telemetry Not Applicable Linux, Windows Business Integration IBM MQ
PRODUCT ALIAS/SYNONYM
WebSphere MQ WMQ | Is MQ V7.0 is going out of support? Is Websphere MQ V7.0 is going out of support? | IBM has withdrawn support for WebSphere MQ V7.0.1 and V7.0.0, WebSphere MQ for z/OS V7.0.1 and V7.0.0, |
TRAIN_Q415 | IBM Unable to log on to FileNet WorkplaceXT receive an AE SecurityCheckFilter error - United States AE SecurityCheckFilter; JSSE; unlimited strength TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
Unable to log on to FileNet WorkplaceXT - AE SecurityCheckFilter error
SYMPTOM
When attempting to log on to FileNet WorkplaceXT deployed on an IBM WebSphere Application Server, the following error is displayed :
Exception Message: [Filter AE SecurityCheckFilter]: filter is unavailable.
Filter AE SecurityCheckFilter: filter is unavailable.
DIAGNOSING THE PROBLEM
SystemOut.log may contain the following exception :
Problem initializing encryption/decryption with keyId abcd1234, size 256 bits. java.home=<<WAS_home>>\AppServer\java\jre. Cause: java.security.InvalidKeyException: Illegal key size or default parameters
com.filenet.wcm.api.EncryptionException: Problem initializing encryption/decryption with keyId abcd1234, size 256 bits. java.home=<<WAS_home>>\AppServer\java\jre. Cause: java.security.InvalidKeyException: Illegal key size or default parameters
at com.filenet.wcm.api.impl.CryptoHelper.getCipher(CryptoHelper.java:93)
at com.filenet.wcm.api.impl.CryptoHelper.doEncryptOrDecrypt(CryptoHelper.java:104)
at com.filenet.wcm.api.impl.SessionImpl.getTokenSymmetric(SessionImpl.java:771)
at com.filenet.wcm.api.impl.SessionImpl.getToken(SessionImpl.java:741)
at com.filenet.ae.toolkit.server.util.credentials.UserTokenUtil.getUserToken(UserTokenUtil.java:131)
at com.filenet.ae.toolkit.server.servlet.filter.SecurityCheckFilter.doFilter(SecurityCheckFilter.java:51)
....
RESOLVING THE PROBLEM
This behavior occurs if Workplace XT is configured to use Maximum strength keys (>128bit) during installation. In this case, the JRE used by the J2EE Application server, for example <<WAS_home>>\AppServer\java\jre should contain unlimited strength policy files, otherwise it will be unable to encrypt / decrypt user tokens.
* One option is to install the JSSE unlimited strength jar files for the JRE used by the J2EE Application Server. For IBM JREs, more info can be found at
https://www.ibm.com/developerworks/java/jdk/security/ [https://www.ibm.com/developerworks/java/jdk/security/]
* Another option is to regenerate the encryption keys using 128bit encryption which doesn't require the unlimited strength policy .jar files. Please refer to the P8 Infocenter for usage information on the com.filenet.wcm.api.util.MakeCryptoKeys utility. | Unable to login to FileNet Workplace XT 1.1.5.x. Getting error, Problem initializing encryption/decryption with keyID.
We are having issue while trying to login Workplace XT. Getting the error message below as soon as I hit after giving credentials.
Error Message: com.filenet.wcm.api.EncryptionException: Problem initializing encryption/decryption with keyId 7d3f93e3, size 256 bits. java.home=/opt/IBM/WebSphere/AppServer/java/jre. Cause: java.security. InvalidKeyException: Illegal key size or default parameters
IBM WAS 8.5.5.9 Workplace XT 1.1.5 | This behavior occurs if Workplace XT is configured to use Maximum strength keys (>128bit) during installation. |
TRAIN_Q416 | IBM Component parameters missing for Enable Hold and Virtual Interview Multiple Response functionality - United States TECHNOTE (FAQ)
QUESTION
Why are the component parameters missing for the Enable Hold and Virtual Interview Multiple Response functionality?
CAUSE
The documentation references a MULTIPLE_RESPONSES_FOR_HOLD_VI_ALLOWED and a MULTIPLE_RESPONSES_INTERVIEW_AUTO_COMPLETE parameter that is supposed to be under the VIRTUAL_INTERVIEW_CONFIGURATION component.These component parameters are not automatically added as part of the database upgrade scripts.
ANSWER
To enable the Enable Hold and Virtual Interview Multiple Response functionality you can manually create the component parameters. To do this go to the Admin > Components screen.
1. Search for the VIRTUAL_INTERVIEW_CONFIGURATION component.
2. Click on "Edit".
3. Click on "Add Parameter".
4. Set the new parameter with the name "MULTIPLE_RESPONSES_FOR_HOLD_VI_ALLOWED" and a value of "True" or "False" depending on your use of the functionality.
5. Click on "Add Parameter" again.
6. Set the new parameter with the name "MULTIPLE_RESPONSES_INTERVIEW_AUTO_COMPLETE" and a value of "True" or "False" depending on your use of the functionality.
7. Click on "Save and Close". | Why are the component parameters missing for the Enable Hold and Virtual Interview Multiple Response functionality? Why are the component parameters missing for the Enable Hold and Virtual Interview Multiple Response functionality? | The documentation references a MULTIPLE_RESPONSES_FOR_HOLD_VI_ALLOWED and a MULTIPLE_RESPONSES_INTERVIEW_AUTO_COMPLETE parameter that is supposed to be under the VIRTUAL_INTERVIEW_CONFIGURATION component.These component parameters are not automatically added as part of the database upgrade scripts. |
TRAIN_Q417 | IBM What happens if I run arssyscr -I instance_name -r without having Report Distribution enabled or installed? - United States arssyscr; Report Distribution TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
Running arssyscr -I instance_name -r during upgrade without RDF installed or enabled can lead to errors during load.
SYMPTOM
You will see errors similar to (depending on database brand)
DB Error: ORA-00942: table or view does not exist -- SQLSTATE=, SQLCODE=942, File=arsrddb.c,
Line=951 in your systemlog
CAUSE
Issuing the arssyscr -I (instance name) -r command will trigger arssockd to check for the ARSDBBUNDT (RDF tables), which do not exist.
DIAGNOSING THE PROBLEM
You will see the "table or view does not exist" errors in your Systemlog
RESOLVING THE PROBLEM
You will need to rename the Report Distribution tables and delete the Application, Application Group and Folders by performing the steps below:
You are going to want to change the Report Distribution table name:
This test is done on DB2, but It should be the same for (Oracle or SQL
Server).
That is [2] and [3], to rename to object name, you need to log on your
database command session:
[1] Shutdown arssockd
[2] Rename the Application Group name
c:\>db2 "select agid, name, agid_name from arsag where name = 'System
Report Distribution'"
AGID NAME
AGID_NAME
----------- ------------------------------------------------------------
---------
5007 System Report Distribution
SR
1 record(s) selected.
c:\>db2 "update arsag set name = 'System Report Distribution DELETE'
WHERE name = 'System Report Distribution'"
DB20000I The SQL command completed successfully.
[3] Rename the Folder name
c:\>db2 "select name from arsfol where name like 'System Report
Distribution%'"
NAME
------------------------------------------------------------
System Report Distribution - Bundles
System Report Distribution - Deliveries
System Report Distribution - Reports
3 record(s) selected.
c:\>db2 "update arsfol set name = 'System Report Distribution - Bundles
DELETE' where name = 'System Report Distribution - Bundles'"
DB20000I The SQL command completed successfully.
c:\>db2 "update arsfol set name = 'System Report Distribution -
Deliveries DELETE' where name = 'System Report Distribution -
Deliveries'"
DB20000I The SQL command completed successfully.
c:\>db2 "update arsfol set name = 'System Report Distribution - Reports
DELETE' where name = 'System Report Distribution - Reports'"
DB20000I The SQL command completed successfully.
[3] Start up arssockd
[4] Use the Admin GUI to delete the RD Application group, Applications,
and Folders | What happens if I run arssyscr -I instance_name -r without having Report Distribution enabled or installed? What will I see if I run arssyscr -I instance_name -r without having Report Distribution enabled or installed in CMOD v9.0? | You will see the "table or view does not exist" errors in your Systemlog |
TRAIN_Q421 | IBM SPSS Student Version and Graduate Pack Resources - United States SPSS Support Acquisition Statistics Stats Grad Pack Student TECHNOTE (FAQ)
QUESTION
Where do I get support for IBM SPSS Student Version or Graduate Pack software?
ANSWER
Step 1:
For installation & licensing issues on Student version and Graduate pack, contact your vendor.
* Hearne [http://www.hearne.software/Software/SPSS-Grad-Packs-for-Students-by-IBM/FAQ]
* On the Hub [http://onthehub.com/]
* StudentDiscounts.com [http://studentdiscounts.com/contact-us.aspx]
* JourneyEd [https://www.journeyed.com/contact]
* thinkEDU [https://thinkedu.desk.com/]
* Studica [http://www.studica.com/technical-support]
Cross reference information Segment Product Component Platform Version Edition Business Analytics SPSS Amos Windows Not Applicable Grad Pack, Shrinkwrap, Campus Business Analytics SPSS Modeler Platform Independent Not Applicable Business Analytics SPSS Text Analytics for Surveys Windows Not Applicable Business Analytics SPSS Statistics Platform Independent Not Applicable Campus Edition, Grad Pack, Student Version | Authorization code issue like many of the other questions posted on here ... I'm having trouble authenticating my SPSS authorization code. Then there is an issue getting a license code back from the IBM proxy server to complete my download. Please help. | For installation & licensing issues on Student version and Graduate pack, contact your vendor. |
TRAIN_Q422 | IBM Security Bulletin: Vulnerability in SSLv3 affects IBM Integration Designer and WebSphere Integration Developer (CVE-2014-3566) - United States SECURITY BULLETIN
SUMMARY
SSLv3 contains a vulnerability that has been referred to as the Padding Oracle On Downgraded Legacy Encryption (POODLE) attack. SSLv3 is enabled in IBM Integration Designer and WebSphere Integration Developer.
VULNERABILITY DETAILS
CVE-ID: CVE-2014-3566 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566]
DESCRIPTION: IBM Integration Designer and WebSphere Integration Developer could allow a remote attacker to obtain sensitive information, caused by a design error when using the SSLv3 protocol. A remote user with the ability to conduct a man-in-the-middle attack could exploit this vulnerability via a POODLE (Padding Oracle On Downgraded Legacy Encryption) attack to decrypt SSL sessions and access the plaintext of encrypted connections.
CVSS Base Score: 4.3
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/97013 [https://exchange.xforce.ibmcloud.com/vulnerabilities/97013] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:M/Au:N/C:P/I:N/A:N)
AFFECTED PRODUCTS AND VERSIONS
This vulnerability affects some versions and releases of IBM Integration Designer and WebSphere Integration Developer.
REMEDIATION/FIXES
IBM recommends that you review your entire environment to identify areas that enable the SSLv3 protocol and take appropriate mitigation and remediation actions. The most immediate mitigation action that can be taken is disabling SSLv3. You should verify disabling SSLv3 does not cause any compatibility issues.
Note that other related products are also affected by this vulnerability. In the context of applying fixes, you will also want to update Installation Manager to version 1.8 or later.
To fully mitigate the POODLE vulnerability for server side components, an additional fix for IBM Integration Designer and WebSphere Integration Developer is required (JR51720):
* WebSphere Integration Developer V7.5.1.2 [http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~WebSphere&product=ibm/WebSphere/IBM+Integration+Designer&release=7.5.1.2&platform=All&function=aparId&apars=JR51720]
* IBM Integration Designer V8.0.1.3 [http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~WebSphere&product=ibm/WebSphere/IBM+Integration+Designer&release=8.0.1.3&platform=All&function=aparId&apars=JR51720]
* IBM Integration Designer V8.5.5.0 [http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~WebSphere&product=ibm/WebSphere/IBM+Integration+Designer&release=8.5.5&platform=All&function=aparId&apars=JR51720]
WORKAROUNDS AND MITIGATIONS
Customers who cannot or do not want to install the fix recommended in the "Remediation/Fixes" section of this security bulletin can disable the use of SSLv3 using manual configuration as described in "Workarounds and Mitigations" under the "Client configuration files" section in the following bulletin: Security Bulletin: Vulnerability in SSLv3 affects IBM WebSphere Application Server (CVE-2014-3566) [http://www.ibm.com/support/docview.wss?uid=swg21687173]
GET NOTIFIED ABOUT FUTURE SECURITY BULLETINS
Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this.
REFERENCES
Complete CVSS v2 Guide [http://www.first.org/cvss/v2/guide]
On-line Calculator v2 [http://nvd.nist.gov/CVSS-v2-Calculator]
Security Bulletin: Vulnerability in SSLv3 affects IBM WebSphere Application Server (CVE-2014-3566) [http://www.ibm.com/support/docview.wss?uid=swg21687173]
RELATED INFORMATION
IBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html]
IBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt]
CHANGE HISTORY
2014-11-14- Original Version Published
*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin.
DISCLAIMER
According to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an "industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response." IBM PROVIDES THE CVSS SCORES "AS IS" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY.
Cross reference information Segment Product Component Platform Version Edition Business Integration WebSphere Integration Developer Security Linux, Windows 7.0.0.5, 7.0.0.4, 7.0.0.3, 7.0.0.2, 7.0.0.1, 7.0, 6.2.0.3, 6.2.0.2, 6.2.0.1, 6.2, 6.1.2 | Help with Security Bulletin: Vulnerability in SSLv3 affects IID and WID (CVE-2014-3566) I need to understand details regarding Security Bulletin: Vulnerability in SSLv3 affects IBM Integration Designer and WebSphere Integration Developer (CVE-2014-3566). Where can I find this information? | CVE-ID: CVE-2014-3566 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566]
DESCRIPTION: IBM Integration Designer and WebSphere Integration Developer could allow a remote attacker to obtain sensitive information, caused by a design error when using the SSLv3 protocol. A remote user with the ability to conduct a man-in-the-middle attack could exploit this vulnerability via a POODLE (Padding Oracle On Downgraded Legacy Encryption) attack to decrypt SSL sessions and access the plaintext of encrypted connections.
CVSS Base Score: 4.3
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/97013 [https://exchange.xforce.ibmcloud.com/vulnerabilities/97013] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:M/Au:N/C:P/I:N/A:N) |
TRAIN_Q423 | IBM Scheduled Cognos BI reports are stuck in Pending state - United States deployment TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
Schedules Cognos Business Intelligience reports are not running. Scheduled reports are stuck in "Pending" state forever.
- Renewing credentials does not resolve the issue. After credentials are renewed, user still receives the same error indicating that the credentials are invalid.
- Enabling the "Run as the Owner" option does not resolve the issue
SYMPTOM
The provided credentials are invalid.
CNC-SEC-3403 The user account information is invalid, or it is missing in Content Manager.
CAM-AAA-0102 Unable to authenticate. The user must select a namespace.
...
Your session has expired.
Select a namespace for authentication
CAUSE
Content Store corrupted.
RESOLVING THE PROBLEM
Dropping the NC* tables that use this script:
Steps:
1. Stop the Cognos Service
2. Take a physical backup of the Content Store or Notification database
3. Select the appropriate folder for your content store or notification database type under <install>/configuration/schemas/delivery/<dbtype>/
4. Run NC_DROP_<dbtype>.sql against the content store or notification database
4. Restart Cognos Services.
Should dropping the NC* tables not resolve the issue, then restore the content or notification store from the last backup version.
RELATED INFORMATION
Cognos Analytics Equivalent [http://www.ibm.com/support/docview.wss?uid=swg22001203] | Report stuck in current queue
We have one report that has been showing in the admin current
activities status tab for 20+ days and we have had 2 full re-starts
since then. Also it appears we have interactive jobs staying around as well for past days and days.
How can we clean this up ? | Dropping the NC* tables that use this script:
Steps:
1. Stop the Cognos Service
2. Take a physical backup of the Content Store or Notification database
3. Select the appropriate folder for your content store or notification database type under <install>/configuration/schemas/delivery/<dbtype>/
4. Run NC_DROP_<dbtype>.sql against the content store or notification database
4. Restart Cognos Services.
Should dropping the NC* tables not resolve the issue, then restore the content or notification store from the last backup version. |
TRAIN_Q424 | IBM How can uninstall Data Studio 3.1.1 where Control Panel uninstall process gets an error? - United States TECHNOTE (FAQ)
QUESTION
We are able to install Data Studio (DS) 4.1.2 successfully but unable to uninstall the
existing Data Studio 3.1.1. When uninstall Data Studio 3.1.1 from Control Panel, it
raises an error message pop-up window and can not uninstall it. Here is the message:
+-------------------------------------------------------------------------
| Java Virtual Machine Launcher
+-------------------------------------------------------------------------
| X Could not find the main class: com.zerog.lax.LAX. Program will exit.
+-------------------------------------------------------------------------
How can uninstall Data Studio 3.1.1 where Control Panel uninstall process gets an error?
CAUSE
It is an known behavior/limitation.
ANSWER
It may be happened where two versions Data Studio 3.1.1 and 4.1.2 installed machine.
Here is an workaround. Please try to uninstall all products including Install Manager
(IM) then reinstall IM and Data Studio 4.1.2. Below are detailed steps:
1. Use IM to uninstall as many packages as possible.
2. Identify the packages that are still installed, and manually clean
them up.
Example on Windows:
- C:\Program Files\IBM\{IBMIMShared | SDPShared}
3. Delete IBM Installation Manager.
Example on Windows:
- Delete the IM install directory:
C:\Program Files\IBM\Installation Manager\
- Delete the AppData directory (IM Agent Data):
Windows 7: C:\ProgramData\IBM\Installation Manager
- Delete the Windows registry (regedit) entry :
HKEY_LOCAL_MACHINE\SOFTWARE\IBM\Installation Manager
- re-install IM
4. Reinstall DS 4.1.2 and other products.
Note:
This behavior might be changed without notice in the future. We can confirm whether this technote
is valid or not by following above.
Please contact your Sales Rep to submit a potential design change towards a future release.
Or please open a ticket, Request For Enhancement at https://www.ibm.com/developerworks/rfe/ [https://www.ibm.com/developerworks/rfe/] | Unable to unistall Data Studio 3.1.1 on Windows
We use Data Studio 3.1.1.0 with DB2 WSE V9.7 FP11 on Windows 2008. While trying to new version of Data Studio 4.1.2, we are able to install it successfully. But unable to uninstall the existing 3.1.1.0, getting the jvm error "Could not find the main class". How we can delete it?
| Please try to uninstall all products including Install Manager
(IM) then reinstall IM and Data Studio 4.1.2. |
TRAIN_Q425 | IBM Raise the feature level of a single VOB without increasing the feature level for other VOBs on the server - United States feature level; chflevel; unreplicated; non-replicated; base; clearcase; 1150579; feature levels; replicated VOB TECHNOTE (FAQ)
QUESTION
How can you increase the feature level of a single non-replicated IBM Rational ClearCase VOB without increasing the feature level for the other VOBs on the server?
ANSWER
Execute the following two commands:
1. cleartool chflevel -replica <new feature level> replica:<replica name>@\<vob tag>
2. cleartool chflevel -family <new feature level> vob:\<vob tag>
Notes: * These commands are used for replicated VOB as well; however, there are special considerations that need to be taken when changing the feature level of a VOB that is replicated. Review the MultiSite Administrator's Guide under the topic of Feature levels [http://publib.boulder.ibm.com/infocenter/cchelp/v7r0m1/index.jsp?topic=/com.ibm.rational.clearcase.cc_ms_admin.doc/c_feature_levels.htm]for more details.
* If a VOB is used in a UCM environment, the PVOB and all Component VOBs must be at the same feature level in order to utilize the features of that level.
Example:
1. Open a command prompt and set into a view
2. Mount and change directory into the VOB tag
3. Describe the VOB to show current feature level
> cleartool describe -long vob:.
versioned object base "/vobstore/test_vob"
created 23-Mar-01.09:36:29 by John Doe (jdoe.group1@host1)
VOB family feature level: 2
VOB storage host:pathname "host1:/vobstore/test_vob.vbs"
VOB storage global pathname "/net/host1/vobstore/test_vob.vbs"
database schema version: 53
VOB ownership:
owner ibm.com/jdoe
group ibm.com/group1
Additional groups:
group ibm.com/other
VOB holds objects from the following views:
Attributes:
FeatureLevel = 2
4. Determine the replica name (by default is original)
> cleartool lsreplica
For VOB replica "/vobstore/test_vob":
23-Mar.09:36 jdoe replica "original"
5. Change the feature level. * Step 1:
> cleartool chflevel -replica 3 replica:original@/vobstore/test_vob
Replica feature level raised to 3.
* Step 2:
> cleartool chflevel -family 3 vob:/vobstore/test_vob
cleartool: Warning: Raising the VOB family feature level may make it impossible to move this VOB to servers running an earlier revision of ClearCase and to create MultiSite replicas of this VOB on such servers.
Raise VOB family feature level? [no] y
VOB family feature level raised to 3.
6. Describe the VOB to show new feature level:
> cleartool describe -long vob:.
versioned object base "/vobstore/test_vob"
created 23-Mar-01.09:36:29 by John Doe (jdoe.group1@host1)
VOB family feature level: 3
VOB storage host:pathname "host1:/vobstore/test_vob.vbs"
VOB storage global pathname "/net/host1/vobstore/test_vob.vbs"
database schema version: 53
VOB ownership:
owner ibm.com/jdoe
group ibm.com/user
Additional groups:
group ibm.com/other
VOB holds object from the following views:
Attributes:
FeatureLevel = 3
Review the ClearCase Command Reference Guide on the topic of chflevel (cleartool man chflevel) for more information.
RELATED INFORMATION
#About Feature Levels and ClearCase [http://www.ibm.com/support/docview.wss?uid=swg21119269] | Upgrading the feature level to 8 for a VOB and ACLs We have upgraded to Clearcase version 8.0.1.3 ( on Windows 2008 Server)
How to upgrade the feature level of a single VOB from 5 to 8 ? | Execute the following two commands:
1. cleartool chflevel -replica <new feature level> replica:<replica name>@\<vob tag>
2. cleartool chflevel -family <new feature level> vob:\<vob tag> |
TRAIN_Q426 | IBM Security Bulletin: IBM MQ Clients can send a specially crafted message that could cause a channel to SIGSEGV. (CVE-2017-1747) - United States SECURITY BULLETIN
SUMMARY
A specially crafted message could cause a denial of service in an IBM MQ application consuming messages that the application needs to perform data conversion on.
VULNERABILITY DETAILS
CVEID: CVE-2017-1747 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1747]
DESCRIPTION: A specially crafted message could cause a denial of service in an IBM MQ application consuming messages that the application needs to perform data conversion on.
CVSS Base Score: 5.3
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/135520 [https://exchange.xforce.ibmcloud.com/vulnerabilities/135520] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H)
AFFECTED PRODUCTS AND VERSIONS
IBM MQ V9 LTS
Maintenance levels 9.0.0.0 - 9.0.0.2
IBM MQ V9 CD
Maintenance levels 9.0.0 - 9.0.4
REMEDIATION/FIXES
IBM MQ V9 LTS
Apply FixPack 9.0.0.3 [http://www-01.ibm.com/support/docview.wss?uid=swg24044508]
IBM MQ V9 CD
Upgrade to IBM MQ version 9.0.5 [http://www-01.ibm.com/support/docview.wss?uid=swg24043463]
GET NOTIFIED ABOUT FUTURE SECURITY BULLETINS
Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this.
REFERENCES
Complete CVSS v3 Guide [http://www.first.org/cvss/user-guide]
On-line Calculator v3 [http://www.first.org/cvss/calculator/3.0]
RELATED INFORMATION
IBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html]
IBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt]
CHANGE HISTORY
28 March 2018: Original Version published
29 March 2018: Correction to bulletin to remove HPE Nonstop as affected platform.
*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin.
DISCLAIMER
According to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an "industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response." IBM PROVIDES THE CVSS SCORES "AS IS" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY.
Cross reference information Segment Product Component Platform Version Edition Business Integration IBM MQ Business Integration IBM MQ Advanced Business Integration IBM MQ Advanced for Developers | Help with Security Bulletin: IBM MQ Clients can send a specially crafted message that could cause a channel to SIGSEGV. (CVE-2017-1747) I need to understand details regarding Security Bulletin: IBM MQ Clients can send a specially crafted message that could cause a channel to SIGSEGV. (CVE-2017-1747). Where can I find this information? | CVEID: CVE-2017-1747 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1747]
DESCRIPTION: A specially crafted message could cause a denial of service in an IBM MQ application consuming messages that the application needs to perform data conversion on.
CVSS Base Score: 5.3
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/135520 [https://exchange.xforce.ibmcloud.com/vulnerabilities/135520] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H) |
TRAIN_Q427 | IBM HTTP Session time-out settings and overwrite precedence rules - United States WebSphere http session management time-out wasrun precedence overwrite TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
It is possible to set the HTTP Session time-out in various places on the IBM® WebSphere® Application Server Administrative Console. It is also possible to set HTTP Session time-out for the application packaging process.
Since Session time-out can be set in multiple places, it is necessary to understand how the ultimate Session time-out for an application is determined.
CAUSE
Application needs HTTP session time-out set.
RESOLVING THE PROBLEM
The HTTP Session time-out can be set in the following places:
* From the Administrative Console at the server, Enterprise application, and Web application levels
* At the time when the application is packaged
* In the application code
Setting the HTTP Session time-out from the Administrative Console
1. To set the HTTP Session time-out at the server level, navigate to Servers > Application Servers > Your Server > Web Container > Session Management.
In the Session time-out section of this window, you can select No time-out or Set time-out by clicking the appropriate radio button. If you choose to set the time-out, type the desired value in minutes in the box.
2. To set the HTTP Session time-out at the Enterprise Application level, navigate to Applications > Enterprise Applications > Your Application > Session Management.
Check Override in the Override Session Management section, then select to set the time-out and the time-out value. This sets the application session to overwrite those values set at the parent, which in this case is the Server level.
3. To set the HTTP Session time-out at the Web Application level, navigate to Applications > Enterprise Applications > Your Application > Web Module > Your Web App.war > Session Management.
Check Override in the Override Session Management section, then select to set the time-out and the time-out value. This sets the Application Session to overwrite those values set at the parent levels, which in this case is the Server or Enterprise Application level.
After modifying these settings, save the master configuration.
Setting HTTP Session time-out when application is packaged
The application developer can also select to set the HTTP Session time-out parameter when the application is packaged. This value is stored in the web.xml file for the Web application.
This setting overrides any session time-outs defined from the Administrative Console. Alter this setting by repackaging the application with a new value, or by modifying the web.xml file. The entry in the web.xml will be as follows:
<session-config>
* <session-timeout>60</session-timeout>
*
* </session-config>
Where the "session-timeout" is an integer value for the desired session time-out in minutes.
Setting HTTP Session time-out from the application code
Finally, the HTTP Session time-out can be set in the application code. The programmer can invoke the setMaxInactiveInterval() method on HttpSession object to set the time-out value as desired. This setting overrides any time-out defined in the application package or made from the Administrative Console.
HTTP Session time-out Override Precedence Summary
The list below shows the precedence from which the final HTTP Session time-out is derived.
1. Server Level [/support/docview.wss?uid=swg21163875&aid=1] Lowest level 2. Enterprise Application [/support/docview.wss?uid=swg21163875&aid=1] Overrides the Server Level if Override is selected 3. Web Application [/support/docview.wss?uid=swg21163875&aid=1] Overrides the Server and Enterprise Application settings if Override is selected 4. Application Level (web.xml) [/support/docview.wss?uid=swg21163875&aid=1] Overrides Server, Enterprise Application, and Web Application settings 5. Application Code [/support/docview.wss?uid=swg21163875&aid=1] Overrides all other settings RELATED INFORMATION
A simplified Chinese translation is available [http://www.ibm.com/support/docview.wss?uid=swg21659740]
Cross reference information Segment Product Component Platform Version Edition Application Servers Runtimes for Java Technology Java SDK | Setting session timeouts and precedence What are the different ways to set the session timeout values. What takes more precedence? | The HTTP Session time-out can be set in the following places:
* From the Administrative Console at the server, Enterprise application, and Web application levels
* At the time when the application is packaged
* In the application code |
TRAIN_Q428 | IBM Increasing Java Heap Memory in IBM Tivoli Common Reporting 2.1/2.1.1 - United States TCR - Tivoli Common Reporting TECHNOTE (FAQ)
QUESTION
How to increase Java heap memory size in IBM Tivoli Common Reporting (TCR) 2.1/2.1.1 versions?
CAUSE
Running a large scale report with Default java heap settings might result in OutOfMemory error
ANSWER
TCR 2.1/2.1.1 server provides a default setting for heap size, a minimum size (xms) of 512MB and a maximum size (xmx) of 1024MB.
In order to change the heap memory size, execute the following command:
<INST>/tipv2/bin/wsadmin.sh[.bat] -user <USERNAME> -password <PASSWORD> -f <INST>/tipv2/profiles/TIPProfile/bin/changeMem.py --xms <MINVALUE> --xmx <MAXVALUE>
where <INST> is the TCR Installation folder like /opt/IBM/tivoli
<MINVALUE> can be 1024 and <MAXVALUE> can be 1843 (1GB and 1.8GB respectively)
NOTE: In order to avoid OutOfMemory error, it is recommended to be within the 2GB limit (for 32 bit architectures - maximum memory can be 2^32)
For 64-bit JVM, the maximum heap value can be upto 50% of the available physical memory. Reason being maximum memory will be 2^64 which is 16 exabytes which is a very huge number!
1 exabyte = 1024*1024*1024 Gigabyte!
Please refer to the links provided in the 'Related Infomation' section to learn more on the Java sizing and heap information.
To test the JVM's maximum heap memory support, please follow the below test:
a) Open command line / shell script and navigate to <INST>/tipv2/java/jre/bin folder
b) Execute this command: java -Xmx1843m hello
- if java accepts this 1.8GB setting, then it will throw the "class not found" error for hello
- if java does not accept this value, then it gives the "Initialization error" and "Failed to instantiate heap" message!
- You can try to increase the value of Xmx and see where it breaks
- For 32-bit JVM, it is not advised to set this value beyond 1843m but for 64-bit JVM, value can be upto 50% of the available physical memory.
After setting the new values, restart the TCR server for the changes to take effect.
RELATED INFORMATION
Sizing the Java Heap [http://publib.boulder.ibm.com/infocenter/javasdk/tools/index.jsp?topic=%2Fcom.ibm.java.doc.igaa%2F_1vg000139b8b453-11951f1e7ff-8000_1001.html]
Java code to Java Heap [http://www.ibm.com/developerworks/java/library/j-codetoheap/index.html] | ITMv6 issue: Cognos reports run for an extended period, sometimes never finishes ITMv6 issue: Cognos reports run for an extended period, sometimes never finishes
| TCR 2.1/2.1.1 server provides a default setting for heap size, a minimum size (xms) of 512MB and a maximum size (xmx) of 1024MB. |
TRAIN_Q429 | IBM WebSphere Portal V7.0.0.2 hardware and software requirements - United States DSRdoc; DSR; WPv7002eGA; hardware; software; requirements; portal 7.0.0.2; V7.0.0.2; 7002eGA PRODUCT DOCUMENTATION
ABSTRACT
WebSphere Portal V7.0.0.2 hardware and software requirements for Server, Enable and Extend editions, as well as Lotus Web Content Management V7.0.0.2, on supported Linux platforms and distributions.
CONTENT
This page describes the minimum product levels that need to be installed before opening a problem report with IBM WebSphere Portal Technical Support. The software versions and any maintenance levels listed on this page have been explicitly verified as working.
EARLIER LEVEL OF A LISTED SOFTWARE: Software versions at a lower level than those noted on this page are unsupported. LDAP software at an earlier level is considered untested and best effort support only. For more details and exceptions, refer to the WebSphere Portal Support Statement [http://publib.boulder.ibm.com/infocenter/wpdoc/v6r1m0/topic/com.ibm.wp.ent.doc/overview/inst_req_supt.html]. Also see the listing of software explicitly not supported for use with WebSphere Portal 7.0.0.2 in WebSphere Portal Support Statement Addendum - Unsupported Products [http://www.ibm.com/support/docview.wss?uid=swg27019552] (#7019552 [http://www.ibm.com/support/docview.wss?rs=688&uid=swg27019552]).
LATER LEVEL OF A LISTED SOFTWARE: Because other products frequently ship fixes, updates, and new releases, testing every configuration is not possible. In general, you can install and run with updates to supported products if those updates are compatible with the tested versions. For more details and exceptions, refer to the WebSphere Portal Support Statement [http://publib.boulder.ibm.com/infocenter/wpdoc/v6r1m0/topic/com.ibm.wp.ent.doc/overview/inst_req_supt.html]. Also see the listing of software explicitly not supported for use with WebSphere Portal 7.0.0.2 in WebSphere Portal Support Statement Addendum - Unsupported Products [http://www.ibm.com/support/docview.wss?uid=swg27019552] (#7019552 [http://www.ibm.com/support/docview.wss?rs=688&uid=swg27019552]).
UNLISTED SOFTWARE: Software not listed on this page at any level is unsupported. LDAP software not listed is considered untested and best effort support only. For more details and exceptions, refer to the WebSphere Portal Support Statement [http://publib.boulder.ibm.com/infocenter/wpdoc/v6r1m0/topic/com.ibm.wp.ent.doc/overview/inst_req_supt.html]. Also see the listing of software explicitly not supported for use with WebSphere Portal 7.0.0.2 in WebSphere Portal Support Statement Addendum - Unsupported Products [http://www.ibm.com/support/docview.wss?uid=swg27019552] (#7019552 [http://www.ibm.com/support/docview.wss?rs=688&uid=swg27019552]).
WEBSPHERE PORTAL SERVER, ENABLE, EXTEND AND LOTUS WEB CONTENT MANAGEMENT 7.0.0.2
TAB NAVIGATION
* AIX - selected tab,
* IBM i
* Linux
* Solaris
* Windows
TAB NAVIGATION
* AIX
OUTLINE
* Hardware Requirements * Disk Space
* Media Drive
* Memory
* Processor
* Software Requirements * Operating System
* Application Servers
* Optional Supported Software * Application Servers
* Collaboration
* Databases
* Identity Management
* Java Technology
* JDBC Drivers
* Miscellaneous
* Process Server
* Security
* Tools
* Virtualization
* Web Browsers
* WebDAV Client
* Web Servers
Hardware Requirements Group Applicable OS Notes Disk Space All Applicable AIX OS Minimum 2.5 GB free disk space for installation for WebSphere Portal
Minimum 1.4 GB free disk space for installation for WebSphere Application Server
Minimum 4 GB total disk space recommended for installation
Media Drive All Applicable AIX OS A CD/DVD drive is required.
Memory All Applicable AIX OS Physical memory requirements and recommendations for WebSphere Portal:
* Under minimal load, WebSphere Portal can function with 2GB of RAM and a remote database.
* In a production environment, 4GB is an optimal starting point for RAM.
Processor All Applicable AIX OS IBM POWER family of processors
Back to top
Operating Systems Operating System Attributes Notes AIX Platform listing of supported OS AIX 5.3 POWER System and future OS fix packs Bitness: 32 Bit, 64 Bit Exploit
Hardware platform: POWER System Technology and service release level requirements:
* Technology level 12 or later
* Service release 1 or later
For example: (5300-07-01)
WebSphere Application Server requirements depending on operating system bit:
* 32-bit JDK/WebSphere Application Server on 32-bit OS
* 32-bit JDK/WebSphere Application Server on 64-bit OS
* 64-bit JDK/WebSphere Application Server on 64-bit OS
AIX 6.1 POWER System and future OS fix packs Bitness: 32 Bit, 64 Bit Exploit
Hardware platform: POWER System Technology and service release level requirements:
* Technology level 5 or later.
* Service release 2 or later.
For example: 6100-04-02
WebSphere Application Server requirements depending on operating system bit:
* 32-bit JDK/WebSphere Application Server on 64-bit OS
* 64-bit JDK/WebSphere Application Server on 64-bit OS
AIX 7.1 POWER System and future OS fix packs Bitness: 32 Bit, 64 Bit Exploit
Hardware platform: POWER System WebSphere Application Server requirements depending on operating system bit: * 32-bit JDK/WebSphere Application Server on 64-bit OS
* 64-bit JDK/WebSphere Application Server on 64-bit OS
Back to top
Software Requirements Group Product Applicable OS Notes Application Servers WebSphere Application Server 7.0.0.19 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/was/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_Application_Server] All Applicable AIX OS Download mandatory APAR PM52049 for WebSphere Application server 7.0.0.19 from this site -
Fix Central Link for PM52049 [http://www-933.ibm.com/support/fixcentral/swg/selectFix?product=ibm/WebSphere/WebSphere+Application+Server&fixids=7.0.0.19-WS-WAS-IFPM52049&source=dbluesearch&function=fixId&parent=ibm/WebSphere]
[http://www.ibm.com/support/docview.wss?uid=swg24029137]
1. IBM Java SDK V5 reached end of service in 2015. If you continue to use WebSphere Application Server 7.0.x after that date with extended support, Java SDK V5 is no longer included. It is recommended that you upgrade to IBM Java SDK V6.
2. IBM Java SDK V6 will reach end of service in Apr 2018. If you continue to use WebSphere Application Server 7.0.x after that date with extended support, Java SDK V6 is no longer included.
Back to top
Optional Supported Software Group Product Applicable OS Notes Application Servers WebSphere Application Server Feature Pack for XML 1.0.0.7 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/was/featurepacks/xml/index.html] All Applicable AIX OS WebSphere Application Server V7 Feature Pack for Communications Enabled Applications 1.0.0.7 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/was/featurepacks/cea/] All Applicable AIX OS WebSphere Application Server V7 Feature Pack for Service Component Architecture 1.0.1.7 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/was/featurepacks/sca/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_Application_Server] All Applicable AIX OS WebSphere eXtreme Scale 7.1 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/extremescale/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_eXtreme_Scale] All Applicable AIX OS Requires version 7.1.0.0 WebSphere Virtual Enterprise 6.1 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/extend/virtualenterprise/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_Virtual_Enterprise] All Applicable AIX OS Requires fix pack version 6.1.1.2 Collaboration IBM Connections 3.0.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/connections/index.html] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/IBM_Connections] All Applicable AIX OS Lotus Connections 2.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/connections/index.html] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Connections] All Applicable AIX OS Lotus Connections 3.0 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/connections/index.html] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Connections] All Applicable AIX OS Lotus Domino 8.5.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable AIX OS Lotus Domino 8.5.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable AIX OS Lotus Quickr for Domino 8.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/quickr/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Quickr_for_Domino] All Applicable AIX OS Lotus Quickr for Domino 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/quickr/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Quickr_for_Domino] All Applicable AIX OS Lotus Quickr for WebSphere Portal 8.1.1 Feature Packs and future fix packs (overview) [http://www.ibm.com/software/lotus/products/quickr/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Quickr_for_WebSphere_Portal] All Applicable AIX OS Lotus Quickr for WebSphere Portal 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/quickr/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Quickr_for_WebSphere_Portal] All Applicable AIX OS Lotus Sametime Entry 8.0 and future mod levels and fix packs (overview) [http://www.ibm.com/software/lotus/products/sametime/entry/] (support) [http://www.ibm.com/software/lotus/support/sametime/support.html] All Applicable AIX OS IBM Lotus Sametime Entry 8.0.2 requires hot fix BMUY-87SL83
Lotus Sametime Entry 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/sametime/entry/] (support) [http://www.ibm.com/software/lotus/support/sametime/support.html] All Applicable AIX OS Requires hot fix BMUY-87SL83
Lotus Sametime Standard 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/sametime/standard/] (support) [http://www.ibm.com/software/lotus/support/sametime/support.html] All Applicable AIX OS Requires hot fix BMUY-87SL83
Databases Apache Derby 10.3 and future fix packs All Applicable AIX OS Not supported in a production environment.
DB2 9 for Linux, UNIX and Windows 9.1.0.9 and future fix packs All Applicable AIX OS Includes Workgroup Server, Enterprise Server, and Express Server editions.
High Availability Disaster Recovery (HADR) Feature is supported.
DB2 Enterprise Server Edition 9.7.0.1 and future fix packs (overview) [http://www.ibm.com/software/data/db2/linux-unix-windows/edition-enterprise.html] (support) [http://www.ibm.com/software/data/db2/support/db2_9/] All Applicable AIX OS Includes Workgroup Server, Enterprise Server, and Express Server editions.
High Availability Disaster Recovery (HADR) Feature is supported.
Database parameter 'cur_commit' must be set to 'DISABLED' for database of WebSphere Portal 7
DB2 for i5/OS 6.1 and future fix packs All Applicable AIX OS DB2 for i5/OS 7.1 and future fix packs All Applicable AIX OS DB2 for i5/OS V5R4 and future fix packs All Applicable AIX OS DB2 for z/OS 9.1 and future fix packs (overview) [http://www.ibm.com/software/data/db2/zos/] (support) [http://www.ibm.com/software/data/db2/support/db2zos/] All Applicable AIX OS High Availability Disaster Recovery (HADR) Feature is supported.
WebSphere Portal 7.0 works with DB2 for z/OS V9.1 - PUT level 0912.
The following are required:
* APAR PK75093 or later
* APAR PK92163:
http://www-01.ibm.com/support/docview.wss?uid=swg1PK92163 [http://www-01.ibm.com/support/docview.wss?uid=swg1PK92163]
* APAR PK68265
DB2 for z/OS 10.1 and future fix packs (overview) [http://www.ibm.com/software/data/db2/zos/] (support) [http://www.ibm.com/software/data/db2/support/db2zos/] All Applicable AIX OS DB2 pureScale Feature for Enterprise Server Edition 9.8.0.3 and future fix packs All Applicable AIX OS Requires 7.0.0.1 CF007 or higher.
Refer to the steps documented here: http://www-10.lotus.com/ldd/portalwiki.nsf/dx/Configuring_WebSphere_Portal_V7.0.0.1_with_DB2_pureScale?open [http://www-10.lotus.com/ldd/portalwiki.nsf/dx/Configuring_WebSphere_Portal_V7.0.0.1_with_DB2_pureScale?open]
DB2 Universal Database for z/OS 8.1 and future fix packs All Applicable AIX OS WebSphere Portal 7.0 works with DB2 for z/OS V8.1 - PUT level 0912 or later service level.
High Availability Disaster Recovery (HADR) Feature is supported.
DB2 Workgroup Server Edition 9.5.0.5 and future fix packs (overview) [http://www.ibm.com/software/data/db2/linux-unix-windows/edition-workgroup.html] (support) [http://www.ibm.com/software/data/db2/support/db2_9/] All Applicable AIX OS Includes Workgroup Server, Enterprise Server, and Express Server editions.
High Availability Disaster Recovery (HADR) Feature is supported.
Microsoft SQL Server Enterprise Edition 2005 SP2 and future fix packs All Applicable AIX OS Microsoft SQL Server Enterprise Edition 2008 and future fix packs All Applicable AIX OS Microsoft SQL Server Enterprise Edition 2008 R2 All Applicable AIX OS Oracle Database 10g Enterprise Edition Release 1 10.1.0.5 and future fix packs All Applicable AIX OS See Note #3 Oracle Database 10g Enterprise Edition Release 2 10.2.0.4 and future fix packs All Applicable AIX OS See Note #3 Oracle Database 10g Standard Edition Release 1 10.1.0.5 and future fix packs All Applicable AIX OS See Note #3 Oracle Database 10g Standard Edition Release 2 10.2.0.4 and future fix packs All Applicable AIX OS See Note #3 Oracle Database 11g Enterprise Edition Release 1 11.1.0.6 and future fix packs All Applicable AIX OS See Note #3 Oracle Database 11g Enterprise Edition Release 1 11.1.0.7 and future fix packs All Applicable AIX OS See Note #3 Oracle Database 11g Enterprise Edition Release 2 11.2.0.2 and future fix packs All Applicable AIX OS See Note #3 Oracle Database 11g Standard Edition Release 1 11.1.0.6 and future fix packs All Applicable AIX OS See Note #3 Oracle Database 11g Standard Edition Release 1 11.1.0.7 and future fix packs All Applicable AIX OS See Note #3 Oracle Database 11g Standard Edition Release 2 11.2.0.2 and future fix packs All Applicable AIX OS See Note #3 Identity Management IBM z/OS.e Security Server 1.6 and future fix packs All Applicable AIX OS IBM z/OS.e Security Server 1.7 and future fix packs All Applicable AIX OS IBM z/OS Security Server 1.6 and future fix packs All Applicable AIX OS IBM z/OS Security Server 1.7 and future fix packs All Applicable AIX OS Lotus Domino 8.0 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable AIX OS Lotus Domino 8.0.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable AIX OS Lotus Domino 8.0.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable AIX OS Lotus Domino 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable AIX OS Lotus Domino 8.5.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable AIX OS Lotus Domino 8.5.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable AIX OS Microsoft Active Directory 2003 and future fix packs All Applicable AIX OS Microsoft Active Directory 2008 and future fix packs All Applicable AIX OS Microsoft Active Directory Application Mode (ADAM) 2003 and future fix packs All Applicable AIX OS Microsoft AD LDS(Lightweight Directory Services) Windows 2008 and future fix packs All Applicable AIX OS Novell eDirectory 8.7.3 and future fix packs All Applicable AIX OS Novell eDirectory 8.8 and future fix packs All Applicable AIX OS Sun Java System Directory Server 6.1 and future fix packs All Applicable AIX OS Service Pack 10 or later is required. Sun Java System Directory Server 6.3 and future fix packs All Applicable AIX OS Sun Java System Directory Server 7.0 and future fix packs All Applicable AIX OS Tivoli Directory Server 6.0 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/directory-server/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMDirectoryServer.html] All Applicable AIX OS Tivoli Directory Server 6.1 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/directory-server/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMDirectoryServer.html] All Applicable AIX OS Fix pack 4 or later is required. Tivoli Directory Server 6.2 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/directory-server/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMDirectoryServer.html] All Applicable AIX OS Java Technology IBM Runtime Environment, Java Technology Edition 6.0 and future mod levels and fix packs All Applicable AIX OS Requirements:
* Java version included or recommended by WebSphere Application Server 7.0.0.19.
Sun Java SDK/JRE/JDK 6.0 Update 17 and future fix packs All Applicable AIX OS Supported Java runtime environments 1.5.x or 1.6.x (requires one) for the Web Content Management authoring portlet
JDBC Drivers Apache Derby 10.3 JDBC 4.0 and future fix packs All Applicable AIX OS Derby is a non-production environment. V10.3.3.1 or later is required. DataDirect Connect for JDBC 4.0 (type 4) and future fix packs All Applicable AIX OS DB2 Driver for JDBC and SQLJ (type 2/4) 4.0 and future fix packs All Applicable AIX OS DB2 9.5 and DB2 9.7 require DB2 Driver for JDBC and SQLJ (type 2/4) 4.0 IBM Application Connectivity to DB2 for z/OS Feature Version and future fix packs All Applicable AIX OS IBM DB2 Universal JDBC Provider (XA) from DB2 z/OS (type 4) Version and future fix packs All Applicable AIX OS Requires APAR PK93123 for DB2 on z/OS V8.1 and V9.1. You can obtain the fix from DB2 on z/OS support or IBMLINK. IBM Toolbox for Java/JTOpen JDBC Driver 6.0 and future fix packs All Applicable AIX OS Check for the latest jt400.jar file at:http://sourceforge.net/projects/jt400/files/ [http://sourceforge.net/projects/jt400/files/] Microsoft SQL Server JDBC Driver 2.0 and future fix packs All Applicable AIX OS Microsoft SQL Server JDBC Driver 3.0 All Applicable AIX OS Oracle JDBC Driver (XA) 10g Any and future fix packs All Applicable AIX OS Oracle 11g JDBC Driver Thin (type 4) (11.2.0.2 or higher)
Requires the ojdbc6.jar file.
Oracle JDBC Driver (XA) 11g 11.2.0.2 and future fix packs All Applicable AIX OS Oracle 11g JDBC Driver Thin (type 4) (11.2.0.2 or higher)
Requires the ojdbc6.jar file.
Miscellaneous IBM License Metric Tool 7.2.1 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/license-metric-tool/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMLicenseMetricTool.html] All Applicable AIX OS Tivoli Directory Integrator 7.0 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/directory-integrator/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMDirectoryIntegrator.html] All Applicable AIX OS Tivoli License Compliance Manager 2.3 Fixpack 1 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/license-mgr/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMTivoliLicenseManager.html] All Applicable AIX OS Process Server WebSphere Process Server 7.0.0.3 and future fix packs (overview) [http://www.ibm.com/software/integration/wps/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_Process_Server] All Applicable AIX OS Security CA SiteMinder 6.0 and future fix packs All Applicable AIX OS Tivoli Access Manager for e-business 6.0 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/access-mgr-e-bus/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMTivoliAccessManagerfore-business.html] All Applicable AIX OS Tivoli Access Manager for e-business 6.1 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/access-mgr-e-bus/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMTivoliAccessManagerfore-business.html] All Applicable AIX OS Tools Rational Application Developer for WebSphere Software 8.0 and future fix packs (overview) [http://www.ibm.com/software/awdtools/developer/application/index.html] (support) [http://www.ibm.com/software/awdtools/developer/application/support/index.html] All Applicable AIX OS WebSphere Portlet Factory 7.0 and future fix packs (overview) [http://www.ibm.com/software/genservers/portletfactory/] (support) [http://www.ibm.com/software/genservers/portletfactory/support/] All Applicable AIX OS Virtualization IBM PowerVM Hypervisor (LPAR, DPAR, Micro-Partition) any supported version and future fix packs All Applicable AIX OS IBM PR/SM any version and future fix packs All Applicable AIX OS Red Hat KVM as delivered with Red Hat Enterprise Linux (RHEL) 5.4 and future fix packs All Applicable AIX OS WPAR: Product installed in System Workload Partition AIX 6.1 and future fix packs AIX 5.3 POWER System,
AIX 6.1 POWER System Refer to the following technote for installation instructions:
http://www-01.ibm.com/support/docview.wss?uid=swg21426713 [http://www-01.ibm.com/support/docview.wss?uid=swg21426713]
WPAR: Product installed in System Workload Partition AIX 7.1 and future fix packs AIX 7.1 POWER System Web Browsers Apple Safari 4.0 and future fix packs All Applicable AIX OS Refer to the following link for Known limitations when using Google Chrome and Apple Safari Web browsers with WebSphere Portal V7.0.x:
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at
http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Google Chrome 8 and future releases, mod levels and fix packs All Applicable AIX OS Refer to the following link for Known limitations when using Google Chrome and Apple Safari Web browsers with WebSphere Portal V7.0.x:
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at
http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Microsoft Internet Explorer 6.0 SP2 and future fix packs All Applicable AIX OS Internet Explorer 6.0 SP2 on Windows XP SP1/SP2 and Windows 2000 SP4 and Windows 2003. Support for Microsoft Internet Explorer v6.0 is deprecated in this release and due to its limited capabilities many WebSphere Portal features do not function or render correctly, including Client-Side Aggregation (CSA), Page Builder, Mashup integration, Wikis and Blogs. Some legacy pages and themes can be successfully rendered by Microsoft Internet Explorer v6.0, but use of this Web browser is not recommended.
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Microsoft Internet Explorer 7.0 and future fix packs All Applicable AIX OS Internet Explorer 7.0 is supported on all versions of Windows that are supported by WebSphere Portal.
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Microsoft Internet Explorer 8.0 and future fix packs All Applicable AIX OS See Note #1 Microsoft Internet Explorer 9.0 and future fix packs All Applicable AIX OS Refer to the IE9 Support statement for more information:
http://www.ibm.com/support/docview.wss?uid=swg21496054 [http://www.ibm.com/support/docview.wss?uid=swg21496054]
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at
http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Mozilla Firefox 3.0 and future fix packs All Applicable AIX OS See Note #1 Mozilla Firefox 3.5 and future fix packs All Applicable AIX OS See Note #1 Mozilla Firefox 3.6 and future fix packs All Applicable AIX OS See Note #1 Mozilla Firefox 4.0 and future releases, mod levels and fix packs All Applicable AIX OS See Note #1 Opera 10.0 and future fix packs All Applicable AIX OS See Note #1 WebDAV Client davfs2 1.4.6 All Applicable AIX OS Refer to the technote for version information and limitations -
Recommended WebDAV clients for accessing IBM WebShpere Portal version 7.0.0.2 [http://www-01.ibm.com/support/docview.wss?uid=swg27023805]
JSCAPE AnyClient 2.2 All Applicable AIX OS Refer to the technote for version information and limitations -
Recommended WebDAV clients for accessing IBM WebShpere Portal version 7.0.0.2 [http://www-01.ibm.com/support/docview.wss?uid=swg27023805]
SRT WebDrive 9.1 All Applicable AIX OS Refer to the technote for version information and limitations -
Recommended WebDAV clients for accessing IBM WebShpere Portal version 7.0.0.2 [http://www-01.ibm.com/support/docview.wss?uid=swg27023805]
Web Servers Apache HTTP Server 2.0.59 and future fix packs All Applicable AIX OS Apache HTTP Server 2.2 and future fix packs All Applicable AIX OS IBM HTTP Server 6.1 and future fix packs (overview) [http://www.ibm.com/software/webservers/httpservers/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/IBM_HTTP_Server] All Applicable AIX OS IBM HTTP Server 7.0 and future fix packs (overview) [http://www.ibm.com/software/webservers/httpservers/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/IBM_HTTP_Server] All Applicable AIX OS IBM HTTP Server for i5/OS Any and future fix packs All Applicable AIX OS IBM HTTP Server for i5/OS versions V5R4, V6R1 and V7R1
IBM HTTP Server for z/OS Any and future fix packs All Applicable AIX OS Lotus Domino 8.0 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable AIX OS Lotus Domino 8.0.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable AIX OS Lotus Domino 8.0.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable AIX OS Lotus Domino 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable AIX OS Lotus Domino 8.5.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable AIX OS Lotus Domino 8.5.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable AIX OS Microsoft Internet Information Services 6.0 and future fix packs All Applicable AIX OS Microsoft Internet Information Services 7.0 and future fix packs All Applicable AIX OS Microsoft Internet Information Services 7.5 and future fix packs All Applicable AIX OS Supported as Web server plugins when hosted on the Windows Server 2008 R2 edition. Sun Java System Web Server 6.1 SP10 and future fix packs All Applicable AIX OS Sun Java System Web Server 6.1 Service pack 10 or later is required.
Sun Java System Web Server 7.0 Update 8 and future fix packs All Applicable AIX OS Sun Java System Web Server 7.0 Update 8 or later is required.
Back to top
TAB NAVIGATION
* IBM i
OUTLINE
* Hardware Requirements * Disk Space
* Media Drive
* Memory
* Processor
* Software Requirements * Operating System
* Application Servers
* Optional Supported Software * Application Servers
* Collaboration
* Databases
* Identity Management
* Java Technology
* JDBC Drivers
* Miscellaneous
* Process Server
* Security
* Tools
* Virtualization
* Web Browsers
* WebDAV Client
* Web Servers
Hardware Requirements Group Applicable OS Notes Disk Space All Applicable IBM i OS Minimum 5.0 GB free disk space with 6 disk arms (cache is desired) for installation for WebSphere Portal
Media Drive All Applicable IBM i OS A CD/DVD drive is required.
Memory All Applicable IBM i OS Physical memory: 8 GB minimum
Production environments and environments featuring multiple profiles will require more memory.
Note: The amount of memory assigned to the *INTERACT pool should be set at a minimum of well over 1 GB and a maximum of 100%. If the *INTERACT pool cannot be given enough memory, then the database tasks have to be started with SBMJOB so that they run in the *BASE pool.
Processor All Applicable IBM i OS Recent System i5 and eServer i5 models with at least 3800 CPW
System i model 820 with processor feature 2395
Back to top
Operating Systems Operating System Attributes Notes IBM i Platform listing of supported OS IBM i 5.4 POWER System and future OS fix packs Bitness: 64 Bit Exploit
Hardware platform: POWER System See Note #7 IBM i 6.1 POWER System and future OS fix packs Bitness: 64 Bit Exploit
Hardware platform: POWER System See Note #7 IBM i 7.1 POWER System and future OS fix packs Bitness: 64 Bit Exploit
Hardware platform: POWER System See Note #7 Back to top
Software Requirements Group Product Applicable OS Notes Application Servers WebSphere Application Server 7.0.0.19 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/was/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_Application_Server] All Applicable IBM i OS Download mandatory APAR PM52049 for WebSphere Application server 7.0.0.19 from this site -
Fix Central Link for PM52049 [http://www-933.ibm.com/support/fixcentral/swg/selectFix?product=ibm/WebSphere/WebSphere+Application+Server&fixids=7.0.0.19-WS-WAS-IFPM52049&source=dbluesearch&function=fixId&parent=ibm/WebSphere]
[http://www.ibm.com/support/docview.wss?uid=swg24029137]
Back to top
Optional Supported Software Group Product Applicable OS Notes Application Servers WebSphere Application Server Feature Pack for XML 1.0.0.7 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/was/featurepacks/xml/index.html] All Applicable IBM i OS WebSphere Application Server V7 Feature Pack for Communications Enabled Applications 1.0.0.7 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/was/featurepacks/cea/] All Applicable IBM i OS WebSphere Application Server V7 Feature Pack for Service Component Architecture 1.0.1.7 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/was/featurepacks/sca/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_Application_Server] All Applicable IBM i OS WebSphere eXtreme Scale 7.1 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/extremescale/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_eXtreme_Scale] All Applicable IBM i OS Requires version 7.1.0.0 WebSphere Virtual Enterprise 6.1 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/extend/virtualenterprise/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_Virtual_Enterprise] All Applicable IBM i OS Requires fix pack version 6.1.1.2 Collaboration IBM Connections 3.0.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/connections/index.html] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/IBM_Connections] All Applicable IBM i OS Lotus Connections 2.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/connections/index.html] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Connections] All Applicable IBM i OS Lotus Connections 3.0 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/connections/index.html] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Connections] All Applicable IBM i OS Lotus Domino 8.5.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable IBM i OS Lotus Domino 8.5.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable IBM i OS Lotus Quickr for Domino 8.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/quickr/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Quickr_for_Domino] All Applicable IBM i OS Lotus Quickr for Domino 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/quickr/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Quickr_for_Domino] All Applicable IBM i OS Lotus Quickr for WebSphere Portal 8.1.1 Feature Packs and future fix packs (overview) [http://www.ibm.com/software/lotus/products/quickr/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Quickr_for_WebSphere_Portal] All Applicable IBM i OS Lotus Quickr for WebSphere Portal 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/quickr/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Quickr_for_WebSphere_Portal] All Applicable IBM i OS Lotus Sametime Entry 8.0 and future mod levels and fix packs (overview) [http://www.ibm.com/software/lotus/products/sametime/entry/] (support) [http://www.ibm.com/software/lotus/support/sametime/support.html] All Applicable IBM i OS IBM Lotus Sametime Entry 8.0.2 requires hot fix BMUY-87SL83
Lotus Sametime Entry 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/sametime/entry/] (support) [http://www.ibm.com/software/lotus/support/sametime/support.html] All Applicable IBM i OS Requires hot fix BMUY-87SL83
Lotus Sametime Standard 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/sametime/standard/] (support) [http://www.ibm.com/software/lotus/support/sametime/support.html] All Applicable IBM i OS Requires hot fix BMUY-87SL83
Databases DB2 for i5/OS 6.1 and future fix packs All Applicable IBM i OS DB2 for i5/OS 7.1 and future fix packs All Applicable IBM i OS DB2 for i5/OS V5R4 and future fix packs All Applicable IBM i OS DB2 for z/OS 10.1 and future fix packs (overview) [http://www.ibm.com/software/data/db2/zos/] (support) [http://www.ibm.com/software/data/db2/support/db2zos/] All Applicable IBM i OS Microsoft SQL Server Enterprise Edition 2008 R2 All Applicable IBM i OS Identity Management IBM Tivoli Directory Server for iSeries V5R4 and future fix packs All Applicable IBM i OS IBM Tivoli Directory Server for iSeries V6R1 and future fix packs All Applicable IBM i OS IBM Tivoli Directory Server for iSeries V7R1 and future fix packs All Applicable IBM i OS IBM z/OS.e Security Server 1.6 and future fix packs All Applicable IBM i OS IBM z/OS.e Security Server 1.7 and future fix packs All Applicable IBM i OS IBM z/OS Security Server 1.6 and future fix packs All Applicable IBM i OS IBM z/OS Security Server 1.7 and future fix packs All Applicable IBM i OS Lotus Domino 8.0 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable IBM i OS Lotus Domino 8.0.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable IBM i OS Lotus Domino 8.0.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable IBM i OS Lotus Domino 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable IBM i OS Lotus Domino 8.5.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable IBM i OS Lotus Domino 8.5.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable IBM i OS Microsoft Active Directory 2003 and future fix packs All Applicable IBM i OS Microsoft Active Directory 2008 and future fix packs All Applicable IBM i OS Microsoft Active Directory Application Mode (ADAM) 2003 and future fix packs All Applicable IBM i OS Microsoft AD LDS(Lightweight Directory Services) Windows 2008 and future fix packs All Applicable IBM i OS Novell eDirectory 8.7.3 and future fix packs All Applicable IBM i OS Novell eDirectory 8.8 and future fix packs All Applicable IBM i OS Sun Java System Directory Server 6.1 and future fix packs All Applicable IBM i OS Service Pack 10 or later is required. Sun Java System Directory Server 6.3 and future fix packs All Applicable IBM i OS Sun Java System Directory Server 7.0 and future fix packs All Applicable IBM i OS Tivoli Directory Server 6.0 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/directory-server/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMDirectoryServer.html] All Applicable IBM i OS Tivoli Directory Server 6.1 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/directory-server/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMDirectoryServer.html] All Applicable IBM i OS Fix pack 4 or later is required. Tivoli Directory Server 6.2 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/directory-server/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMDirectoryServer.html] All Applicable IBM i OS Java Technology IBM Runtime Environment, Java Technology Edition 6.0 and future mod levels and fix packs All Applicable IBM i OS J2SE 6.0 32-bit for IBM i V5R4
Product 5722JV1, option 11 with latest Java group PTF applied
J2SE 6.0 32-bit for IBM i V6R1
Product 5761JV1, option 11 with latest Java group PTF applied
J2SE 6.0 64-bit for IBM i V6R1
Product 5761JV1, option 12 with latest Java group PTF applied
Sun Java SDK/JRE/JDK 6.0 Update 17 and future fix packs All Applicable IBM i OS Java Developer Kit 6.0 64-bit for IBM i V5R4
Product 5722JV1, option 10 with latest Java group PTF applied
Java Developer Kit 6.0 64-bit for IBM i V6R1
Product 5761JV1, option 10 with latest Java group PTF applied JDBC Drivers IBM Toolbox for Java/JTOpen JDBC Driver 6.0 and future fix packs All Applicable IBM i OS Check for the latest jt400.jar file at:http://sourceforge.net/projects/jt400/files/ [http://sourceforge.net/projects/jt400/files/] Microsoft SQL Server JDBC Driver 3.0 All Applicable IBM i OS Miscellaneous IBM License Metric Tool 7.2.1 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/license-metric-tool/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMLicenseMetricTool.html] All Applicable IBM i OS Tivoli Directory Integrator 7.0 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/directory-integrator/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMDirectoryIntegrator.html] All Applicable IBM i OS Tivoli License Compliance Manager 2.3 Fixpack 1 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/license-mgr/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMTivoliLicenseManager.html] All Applicable IBM i OS Process Server WebSphere Process Server 7.0.0.3 and future fix packs (overview) [http://www.ibm.com/software/integration/wps/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_Process_Server] All Applicable IBM i OS Security CA SiteMinder 6.0 and future fix packs All Applicable IBM i OS Tivoli Access Manager for e-business 6.0 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/access-mgr-e-bus/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMTivoliAccessManagerfore-business.html] All Applicable IBM i OS Tivoli Access Manager for e-business 6.1 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/access-mgr-e-bus/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMTivoliAccessManagerfore-business.html] All Applicable IBM i OS Tools Rational Application Developer for WebSphere Software 8.0 and future fix packs (overview) [http://www.ibm.com/software/awdtools/developer/application/index.html] (support) [http://www.ibm.com/software/awdtools/developer/application/support/index.html] All Applicable IBM i OS WebSphere Portlet Factory 7.0 and future fix packs (overview) [http://www.ibm.com/software/genservers/portletfactory/] (support) [http://www.ibm.com/software/genservers/portletfactory/support/] All Applicable IBM i OS Virtualization IBM PowerVM Hypervisor (LPAR, DPAR, Micro-Partition) any supported version and future fix packs All Applicable IBM i OS IBM PR/SM any version and future fix packs All Applicable IBM i OS Red Hat KVM as delivered with Red Hat Enterprise Linux (RHEL) 5.4 and future fix packs All Applicable IBM i OS Web Browsers Apple Safari 4.0 and future fix packs All Applicable IBM i OS Refer to the following link for Known limitations when using Google Chrome and Apple Safari Web browsers with WebSphere Portal V7.0.x:
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at
http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Google Chrome 8 and future releases, mod levels and fix packs All Applicable IBM i OS Refer to the following link for Known limitations when using Google Chrome and Apple Safari Web browsers with WebSphere Portal V7.0.x:
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at
http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Microsoft Internet Explorer 6.0 SP2 and future fix packs All Applicable IBM i OS Internet Explorer 6.0 SP2 on Windows XP SP1/SP2 and Windows 2000 SP4 and Windows 2003. Support for Microsoft Internet Explorer v6.0 is deprecated in this release and due to its limited capabilities many WebSphere Portal features do not function or render correctly, including Client-Side Aggregation (CSA), Page Builder, Mashup integration, Wikis and Blogs. Some legacy pages and themes can be successfully rendered by Microsoft Internet Explorer v6.0, but use of this Web browser is not recommended.
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Microsoft Internet Explorer 7.0 and future fix packs All Applicable IBM i OS Internet Explorer 7.0 is supported on all versions of Windows that are supported by WebSphere Portal.
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Microsoft Internet Explorer 8.0 and future fix packs All Applicable IBM i OS See Note #1 Microsoft Internet Explorer 9.0 and future fix packs All Applicable IBM i OS Refer to the IE9 Support statement for more information:
http://www.ibm.com/support/docview.wss?uid=swg21496054 [http://www.ibm.com/support/docview.wss?uid=swg21496054]
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at
http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Mozilla Firefox 3.0 and future fix packs All Applicable IBM i OS See Note #1 Mozilla Firefox 3.5 and future fix packs All Applicable IBM i OS See Note #1 Mozilla Firefox 3.6 and future fix packs All Applicable IBM i OS See Note #1 Mozilla Firefox 4.0 and future releases, mod levels and fix packs All Applicable IBM i OS See Note #1 Opera 10.0 and future fix packs All Applicable IBM i OS See Note #1 WebDAV Client davfs2 1.4.6 All Applicable IBM i OS Refer to the technote for version information and limitations -
Recommended WebDAV clients for accessing IBM WebShpere Portal version 7.0.0.2 [http://www-01.ibm.com/support/docview.wss?uid=swg27023805]
JSCAPE AnyClient 2.2 All Applicable IBM i OS Refer to the technote for version information and limitations -
Recommended WebDAV clients for accessing IBM WebShpere Portal version 7.0.0.2 [http://www-01.ibm.com/support/docview.wss?uid=swg27023805]
SRT WebDrive 9.1 All Applicable IBM i OS Refer to the technote for version information and limitations -
Recommended WebDAV clients for accessing IBM WebShpere Portal version 7.0.0.2 [http://www-01.ibm.com/support/docview.wss?uid=swg27023805]
Web Servers Apache HTTP Server 2.0.59 and future fix packs All Applicable IBM i OS Apache HTTP Server 2.2 and future fix packs All Applicable IBM i OS IBM HTTP Server 6.1 and future fix packs (overview) [http://www.ibm.com/software/webservers/httpservers/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/IBM_HTTP_Server] All Applicable IBM i OS IBM HTTP Server 7.0 and future fix packs (overview) [http://www.ibm.com/software/webservers/httpservers/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/IBM_HTTP_Server] All Applicable IBM i OS IBM HTTP Server for i5/OS Any and future fix packs All Applicable IBM i OS IBM HTTP Server for i5/OS versions V5R4, V6R1 and V7R1
IBM HTTP Server for z/OS Any and future fix packs All Applicable IBM i OS Lotus Domino 8.0 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable IBM i OS Lotus Domino 8.0.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable IBM i OS Lotus Domino 8.0.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable IBM i OS Lotus Domino 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable IBM i OS Lotus Domino 8.5.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable IBM i OS Lotus Domino 8.5.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable IBM i OS Microsoft Internet Information Services 6.0 and future fix packs All Applicable IBM i OS Microsoft Internet Information Services 7.0 and future fix packs All Applicable IBM i OS Microsoft Internet Information Services 7.5 and future fix packs All Applicable IBM i OS Supported as Web server plugins when hosted on the Windows Server 2008 R2 edition. Sun Java System Web Server 6.1 SP10 and future fix packs All Applicable IBM i OS Sun Java System Web Server 6.1 Service pack 10 or later is required.
Sun Java System Web Server 7.0 Update 8 and future fix packs All Applicable IBM i OS Sun Java System Web Server 7.0 Update 8 or later is required.
Back to top
TAB NAVIGATION
* Red Hat Enterprise Linux (RHEL)
* Red Hat Enterprise Linux (RHEL) Server
* Red Hat Enterprise Linux (RHEL) Workstation
* SUSE Linux Enterprise Desktop (SLED)
* SUSE Linux Enterprise Server (SLES)
OUTLINE
* Hardware Requirements * Disk Space
* Media Drive
* Memory
* Processor
* Software Requirements * Operating System
* Application Servers
* Optional Supported Software * Application Servers
* Collaboration
* Databases
* Identity Management
* Java Technology
* JDBC Drivers
* Miscellaneous
* Process Server
* Security
* Tools
* Virtualization
* Web Browsers
* WebDAV Client
* Web Servers
Hardware Requirements Group Applicable OS Notes Disk Space All Applicable Linux OS Minimum 2.5 GB free disk space for installation for WebSphere Portal
Minimum 1.4 GB free disk space for installation for WebSphere Application Server
Minimum 4 GB total disk space recommended for installation
Media Drive All Applicable Linux OS A CD/DVD drive is required.
Memory All Applicable Linux OS Physical memory requirements and recommendations for WebSphere Portal:
* Under minimal load, WebSphere Portal can function with 2GB of RAM and a remote database.
* In a production environment, 4GB is an optimal starting point for RAM.
Processor Red Hat Enterprise Linux (RHEL) 4 Update 6 AS/ES x86-32,
Red Hat Enterprise Linux (RHEL) 4 Update 6 AS/ES x86-64,
Red Hat Enterprise Linux (RHEL) 4 Update 6 Desktop x86-32,
Red Hat Enterprise Linux (RHEL) 4 Update 6 WS x86-32,
Red Hat Enterprise Linux (RHEL) 5 Update 2 Advanced Platform x86-32,
Red Hat Enterprise Linux (RHEL) 5 Update 2 Advanced Platform x86-64,
Red Hat Enterprise Linux (RHEL) 5 Update 2 Desktop editions x86-32,
Red Hat Enterprise Linux (RHEL) Server 6 x86-32,
Red Hat Enterprise Linux (RHEL) Server 6 x86-64,
Red Hat Enterprise Linux (RHEL) Workstation 6 x86-32,
Red Hat Enterprise Linux (RHEL) Workstation 6 x86-64,
SUSE Linux Enterprise Desktop (SLED) 10.0 SP2 x86-32,
SUSE Linux Enterprise Desktop (SLED) 11.0 x86-32,
SUSE Linux Enterprise Server (SLES) 10 SP2 x86-32,
SUSE Linux Enterprise Server (SLES) 10 SP2 x86-64,
SUSE Linux Enterprise Server (SLES) 11 x86-32,
SUSE Linux Enterprise Server (SLES) 11 x86-64,
SUSE Linux Enterprise Server (SLES) 9 SP4 x86-32,
SUSE Linux Enterprise Server (SLES) 9 SP4 x86-64 Processor: CPU speeds of late-model, mid-range to high-end servers are recommended (32-bit or 64-bit support). Pentium 800 MHz or equivalent at a minimum. Production environments should consider the Pentium 4 processor at 1.4 GHz or higher. AMD Opteron, Intel EM64T
Red Hat Enterprise Linux (RHEL) 4 Update 6 AS/ES POWER System,
Red Hat Enterprise Linux (RHEL) 5 Update 2 Advanced Platform POWER System,
Red Hat Enterprise Linux (RHEL) Server 6 POWER System,
SUSE Linux Enterprise Server (SLES) 10 SP2 POWER System,
SUSE Linux Enterprise Server (SLES) 11 POWER System,
SUSE Linux Enterprise Server (SLES) 9 SP4 POWER System IBM System i (iSeries) IBM System p (pSeries), IBM OpenPower, or IBM BladeCenter.
System p includes IBM system product lines System i5 models that support LPAR (64-bit support only) with minimum of 450 CPW in Linux Partition, System p models that support Linux (64-bit support only), BladeCenter JS20, and OpenPower that are based on IBM System p architecture technology and run the same Linux distributions from Red Hat and Novell SUSE.
Red Hat Enterprise Linux (RHEL) 4 Update 6 AS/ES System z,
Red Hat Enterprise Linux (RHEL) 5 Update 2 Advanced Platform System z,
Red Hat Enterprise Linux (RHEL) Server 6 System z,
SUSE Linux Enterprise Server (SLES) 10 SP2 System z,
SUSE Linux Enterprise Server (SLES) 11 System z,
SUSE Linux Enterprise Server (SLES) 9 SP4 System z System z processors
Back to top
Operating Systems Operating System Attributes Notes Linux Platform listing of supported OS Red Hat Enterprise Linux (RHEL) 4 Update 6 AS/ES POWER System and future OS fix packs Bitness: 64 Bit Exploit
Hardware platform: POWER System WebSphere Application Server requirements depending on operating system bit:
* 32-bit JDK/WebSphere Application Server on 64-bit OS
* 64-bit JDK/WebSphere Application Server on 64-bit OS
Red Hat Enterprise Linux (RHEL) 4 Update 6 AS/ES System z and future OS fix packs Bitness: 64 Bit Exploit
Hardware platform: System z See Note #8 Red Hat Enterprise Linux (RHEL) 4 Update 6 AS/ES x86-32 and future OS fix packs Bitness: 32 Bit
Hardware platform: x86-32 See Note #5 Red Hat Enterprise Linux (RHEL) 4 Update 6 AS/ES x86-64 and future OS fix packs Bitness: 32 Bit, 64 Bit Exploit
Hardware platform: x86-64 See Note #7 Red Hat Enterprise Linux (RHEL) 4 Update 6 Desktop x86-32 and future OS fix packs Bitness: 32 Bit
Hardware platform: x86-32 See Note #2 Red Hat Enterprise Linux (RHEL) 4 Update 6 WS x86-32 and future OS fix packs Bitness: 32 Bit
Hardware platform: x86-32 See Note #2 Red Hat Enterprise Linux (RHEL) 5 Update 2 Advanced Platform POWER System and future OS fix packs Bitness: 64 Bit Exploit
Hardware platform: POWER System See Note #7 Red Hat Enterprise Linux (RHEL) 5 Update 2 Advanced Platform System z and future OS fix packs Bitness: 64 Bit Exploit
Hardware platform: System z See Note #8 Red Hat Enterprise Linux (RHEL) 5 Update 2 Advanced Platform x86-32 and future OS fix packs Bitness: 32 Bit
Hardware platform: x86-32 See Note #5 Red Hat Enterprise Linux (RHEL) 5 Update 2 Advanced Platform x86-64 and future OS fix packs Bitness: 32 Bit, 64 Bit Exploit
Hardware platform: x86-64 See Note #7 Red Hat Enterprise Linux (RHEL) 5 Update 2 Desktop editions x86-32 and future OS fix packs Bitness: 32 Bit
Hardware platform: x86-32 See Note #2 Red Hat Enterprise Linux (RHEL) Server 6 POWER System and future OS fix packs Bitness: 64 Bit Exploit
Hardware platform: POWER System WebSphere Application Server requirements depending on operating system bit:
• 32-bit JDK/WebSphere Application Server on 64-bit OS
• 64-bit JDK/WebSphere Application Server on 64-bit OS Red Hat Enterprise Linux (RHEL) Server 6 System z and future OS fix packs Bitness: 64 Bit Exploit
Hardware platform: System z WebSphere Application Server requirements depending on operating system bit:
• 64-bit JDK/WebSphere Application Server on 64-bit OS Red Hat Enterprise Linux (RHEL) Server 6 x86-32 and future OS fix packs Bitness: 32 Bit
Hardware platform: x86-32 WebSphere Application Server requirements depending on operating system bit:
• 32-bit JDK/WebSphere Application Server on 32-bit OS Red Hat Enterprise Linux (RHEL) Server 6 x86-64 and future OS fix packs Bitness: 32 Bit, 64 Bit Exploit
Hardware platform: x86-64 WebSphere Application Server requirements depending on operating system bit:
• 32-bit JDK/WebSphere Application Server on 64-bit OS
• 64-bit JDK/WebSphere Application Server on 64-bit OS Red Hat Enterprise Linux (RHEL) Workstation 6 x86-32 and future OS fix packs Bitness: 32 Bit
Hardware platform: x86-32 WebSphere Application Server requirements depending on operating system bit:
• 32-bit JDK/WebSphere Application Server on 32-bit OS Red Hat Enterprise Linux (RHEL) Workstation 6 x86-64 and future OS fix packs Bitness: 64 Bit Exploit
Hardware platform: x86-64 See Note #8 SUSE Linux Enterprise Desktop (SLED) 10.0 SP2 x86-32 and future OS fix packs Bitness: 32 Bit
Hardware platform: x86-32 See Note #2 SUSE Linux Enterprise Desktop (SLED) 11.0 x86-32 and future OS fix packs Bitness: 32 Bit
Hardware platform: x86-32 See Note #2 SUSE Linux Enterprise Server (SLES) 10 SP2 POWER System and future OS fix packs Bitness: 64 Bit Exploit
Hardware platform: POWER System See Note #7 SUSE Linux Enterprise Server (SLES) 10 SP2 System z and future OS fix packs Bitness: 64 Bit Exploit
Hardware platform: System z See Note #8 SUSE Linux Enterprise Server (SLES) 10 SP2 x86-32 and future OS fix packs Bitness: 32 Bit
Hardware platform: x86-32 See Note #4 SUSE Linux Enterprise Server (SLES) 10 SP2 x86-64 and future OS fix packs Bitness: 64 Bit Exploit
Hardware platform: x86-64 See Note #6 SUSE Linux Enterprise Server (SLES) 11 POWER System and future OS fix packs Bitness: 64 Bit Exploit
Hardware platform: POWER System See Note #6 SUSE Linux Enterprise Server (SLES) 11 System z and future OS fix packs Bitness: 64 Bit Exploit
Hardware platform: System z WebSphere Application Server requirements depending on operating system bit:
* 64-bit JDK/WebSphere Application Server on 64-bit OS
SUSE Linux Enterprise Server (SLES) 11 x86-32 and future OS fix packs Bitness: 32 Bit
Hardware platform: x86-32 See Note #5 SUSE Linux Enterprise Server (SLES) 11 x86-64 and future OS fix packs Bitness: 32 Bit, 64 Bit Exploit
Hardware platform: x86-64 See Note #7 SUSE Linux Enterprise Server (SLES) 9 SP4 POWER System and future OS fix packs Bitness: 64 Bit Exploit
Hardware platform: POWER System See Note #7 SUSE Linux Enterprise Server (SLES) 9 SP4 System z and future OS fix packs Bitness: 64 Bit Exploit
Hardware platform: System z See Note #8 SUSE Linux Enterprise Server (SLES) 9 SP4 x86-32 and future OS fix packs Bitness: 32 Bit
Hardware platform: x86-32 See Note #5 SUSE Linux Enterprise Server (SLES) 9 SP4 x86-64 and future OS fix packs Bitness: 32 Bit, 64 Bit Exploit
Hardware platform: x86-64 See Note #7 Back to top
Software Requirements Group Product Applicable OS Notes Application Servers WebSphere Application Server 7.0.0.19 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/was/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_Application_Server] All Applicable Linux OS Download mandatory APAR PM52049 for WebSphere Application server 7.0.0.19 from this site -
Fix Central Link for PM52049 [http://www-933.ibm.com/support/fixcentral/swg/selectFix?product=ibm/WebSphere/WebSphere+Application+Server&fixids=7.0.0.19-WS-WAS-IFPM52049&source=dbluesearch&function=fixId&parent=ibm/WebSphere]
[http://www.ibm.com/support/docview.wss?uid=swg24029137]
Back to top
Optional Supported Software Group Product Applicable OS Notes Application Servers WebSphere Application Server Feature Pack for XML 1.0.0.7 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/was/featurepacks/xml/index.html] All Applicable Linux OS WebSphere Application Server V7 Feature Pack for Communications Enabled Applications 1.0.0.7 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/was/featurepacks/cea/] All Applicable Linux OS WebSphere Application Server V7 Feature Pack for Service Component Architecture 1.0.1.7 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/was/featurepacks/sca/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_Application_Server] All Applicable Linux OS WebSphere eXtreme Scale 7.1 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/extremescale/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_eXtreme_Scale] All Applicable Linux OS Requires version 7.1.0.0 WebSphere Virtual Enterprise 6.1 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/extend/virtualenterprise/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_Virtual_Enterprise] All Applicable Linux OS Requires fix pack version 6.1.1.2 Collaboration IBM Connections 3.0.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/connections/index.html] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/IBM_Connections] All Applicable Linux OS Lotus Connections 2.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/connections/index.html] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Connections] All Applicable Linux OS Lotus Connections 3.0 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/connections/index.html] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Connections] All Applicable Linux OS Lotus Domino 8.5.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Linux OS Lotus Domino 8.5.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Linux OS Lotus Quickr for Domino 8.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/quickr/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Quickr_for_Domino] All Applicable Linux OS Lotus Quickr for Domino 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/quickr/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Quickr_for_Domino] All Applicable Linux OS Lotus Quickr for WebSphere Portal 8.1.1 Feature Packs and future fix packs (overview) [http://www.ibm.com/software/lotus/products/quickr/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Quickr_for_WebSphere_Portal] All Applicable Linux OS Lotus Quickr for WebSphere Portal 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/quickr/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Quickr_for_WebSphere_Portal] All Applicable Linux OS Lotus Sametime Entry 8.0 and future mod levels and fix packs (overview) [http://www.ibm.com/software/lotus/products/sametime/entry/] (support) [http://www.ibm.com/software/lotus/support/sametime/support.html] All Applicable Linux OS IBM Lotus Sametime Entry 8.0.2 requires hot fix BMUY-87SL83
Lotus Sametime Entry 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/sametime/entry/] (support) [http://www.ibm.com/software/lotus/support/sametime/support.html] All Applicable Linux OS Requires hot fix BMUY-87SL83
Lotus Sametime Standard 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/sametime/standard/] (support) [http://www.ibm.com/software/lotus/support/sametime/support.html] All Applicable Linux OS Requires hot fix BMUY-87SL83
Databases Apache Derby 10.3 and future fix packs All Applicable Linux OS Not supported in a production environment.
DB2 9 for Linux, UNIX and Windows 9.1.0.9 and future fix packs All Applicable Linux OS Includes Workgroup Server, Enterprise Server, and Express Server editions.
High Availability Disaster Recovery (HADR) Feature is supported.
DB2 Enterprise Server Edition 9.7.0.1 and future fix packs (overview) [http://www.ibm.com/software/data/db2/linux-unix-windows/edition-enterprise.html] (support) [http://www.ibm.com/software/data/db2/support/db2_9/] All Applicable Linux OS Includes Workgroup Server, Enterprise Server, and Express Server editions.
High Availability Disaster Recovery (HADR) Feature is supported.
Database parameter 'cur_commit' must be set to 'DISABLED' for database of WebSphere Portal 7
DB2 for i5/OS 6.1 and future fix packs All Applicable Linux OS DB2 for i5/OS 7.1 and future fix packs All Applicable Linux OS DB2 for i5/OS V5R4 and future fix packs All Applicable Linux OS DB2 for z/OS 9.1 and future fix packs (overview) [http://www.ibm.com/software/data/db2/zos/] (support) [http://www.ibm.com/software/data/db2/support/db2zos/] All Applicable Linux OS High Availability Disaster Recovery (HADR) Feature is supported.
WebSphere Portal 7.0 works with DB2 for z/OS V9.1 - PUT level 0912.
The following are required:
* APAR PK75093 or later
* APAR PK92163:
http://www-01.ibm.com/support/docview.wss?uid=swg1PK92163 [http://www-01.ibm.com/support/docview.wss?uid=swg1PK92163]
* APAR PK68265
DB2 for z/OS 10.1 and future fix packs (overview) [http://www.ibm.com/software/data/db2/zos/] (support) [http://www.ibm.com/software/data/db2/support/db2zos/] All Applicable Linux OS DB2 pureScale Feature for Enterprise Server Edition 9.8.0.3 and future fix packs All Applicable Linux OS Requires 7.0.0.1 CF007 or higher.
Refer to the steps documented here: http://www-10.lotus.com/ldd/portalwiki.nsf/dx/Configuring_WebSphere_Portal_V7.0.0.1_with_DB2_pureScale?open [http://www-10.lotus.com/ldd/portalwiki.nsf/dx/Configuring_WebSphere_Portal_V7.0.0.1_with_DB2_pureScale?open]
DB2 Universal Database for z/OS 8.1 and future fix packs All Applicable Linux OS WebSphere Portal 7.0 works with DB2 for z/OS V8.1 - PUT level 0912 or later service level.
High Availability Disaster Recovery (HADR) Feature is supported.
DB2 Workgroup Server Edition 9.5.0.5 and future fix packs (overview) [http://www.ibm.com/software/data/db2/linux-unix-windows/edition-workgroup.html] (support) [http://www.ibm.com/software/data/db2/support/db2_9/] All Applicable Linux OS Includes Workgroup Server, Enterprise Server, and Express Server editions.
High Availability Disaster Recovery (HADR) Feature is supported.
Microsoft SQL Server Enterprise Edition 2005 SP2 and future fix packs All Applicable Linux OS Microsoft SQL Server Enterprise Edition 2008 and future fix packs All Applicable Linux OS Microsoft SQL Server Enterprise Edition 2008 R2 All Applicable Linux OS Oracle Database 10g Enterprise Edition Release 1 10.1.0.5 and future fix packs All Applicable Linux OS See Note #3 Oracle Database 10g Enterprise Edition Release 2 10.2.0.4 and future fix packs All Applicable Linux OS See Note #3 Oracle Database 10g Standard Edition Release 1 10.1.0.5 and future fix packs All Applicable Linux OS See Note #3 Oracle Database 10g Standard Edition Release 2 10.2.0.4 and future fix packs All Applicable Linux OS See Note #3 Oracle Database 11g Enterprise Edition Release 1 11.1.0.6 and future fix packs All Applicable Linux OS See Note #3 Oracle Database 11g Enterprise Edition Release 1 11.1.0.7 and future fix packs All Applicable Linux OS See Note #3 Oracle Database 11g Enterprise Edition Release 2 11.2.0.2 and future fix packs All Applicable Linux OS See Note #3 Oracle Database 11g Standard Edition Release 1 11.1.0.6 and future fix packs All Applicable Linux OS See Note #3 Oracle Database 11g Standard Edition Release 1 11.1.0.7 and future fix packs All Applicable Linux OS See Note #3 Oracle Database 11g Standard Edition Release 2 11.2.0.2 and future fix packs All Applicable Linux OS See Note #3 Identity Management IBM z/OS.e Security Server 1.6 and future fix packs All Applicable Linux OS IBM z/OS.e Security Server 1.7 and future fix packs All Applicable Linux OS IBM z/OS Security Server 1.6 and future fix packs All Applicable Linux OS IBM z/OS Security Server 1.7 and future fix packs All Applicable Linux OS Lotus Domino 8.0 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Linux OS Lotus Domino 8.0.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Linux OS Lotus Domino 8.0.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Linux OS Lotus Domino 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Linux OS Lotus Domino 8.5.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Linux OS Lotus Domino 8.5.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Linux OS Microsoft Active Directory 2003 and future fix packs All Applicable Linux OS Microsoft Active Directory 2008 and future fix packs All Applicable Linux OS Microsoft Active Directory Application Mode (ADAM) 2003 and future fix packs All Applicable Linux OS Microsoft AD LDS(Lightweight Directory Services) Windows 2008 and future fix packs All Applicable Linux OS Novell eDirectory 8.7.3 and future fix packs All Applicable Linux OS Novell eDirectory 8.8 and future fix packs All Applicable Linux OS Sun Java System Directory Server 6.1 and future fix packs All Applicable Linux OS Service Pack 10 or later is required. Sun Java System Directory Server 6.3 and future fix packs All Applicable Linux OS Sun Java System Directory Server 7.0 and future fix packs All Applicable Linux OS Tivoli Directory Server 6.0 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/directory-server/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMDirectoryServer.html] All Applicable Linux OS Tivoli Directory Server 6.1 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/directory-server/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMDirectoryServer.html] All Applicable Linux OS Fix pack 4 or later is required. Tivoli Directory Server 6.2 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/directory-server/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMDirectoryServer.html] All Applicable Linux OS Java Technology IBM Runtime Environment, Java Technology Edition 6.0 and future mod levels and fix packs All Applicable Linux OS Requirements:
* Java version included or recommended by WebSphere Application Server 7.0.0.19.
Sun Java SDK/JRE/JDK 6.0 Update 17 and future fix packs All Applicable Linux OS Supported Java runtime environments 1.5.x or 1.6.x (requires one) for the Web Content Management authoring portlet
JDBC Drivers Apache Derby 10.3 JDBC 4.0 and future fix packs All Applicable Linux OS Derby is a non-production environment. V10.3.3.1 or later is required. DataDirect Connect for JDBC 4.0 (type 4) and future fix packs All Applicable Linux OS DB2 Driver for JDBC and SQLJ (type 2/4) 4.0 and future fix packs All Applicable Linux OS DB2 9.5 and DB2 9.7 require DB2 Driver for JDBC and SQLJ (type 2/4) 4.0 IBM Application Connectivity to DB2 for z/OS Feature Version and future fix packs All Applicable Linux OS IBM DB2 Universal JDBC Provider (XA) from DB2 z/OS (type 4) Version and future fix packs All Applicable Linux OS Requires APAR PK93123 for DB2 on z/OS V8.1 and V9.1. You can obtain the fix from DB2 on z/OS support or IBMLINK. IBM Toolbox for Java/JTOpen JDBC Driver 6.0 and future fix packs All Applicable Linux OS Check for the latest jt400.jar file at:http://sourceforge.net/projects/jt400/files/ [http://sourceforge.net/projects/jt400/files/] Microsoft SQL Server JDBC Driver 2.0 and future fix packs All Applicable Linux OS Microsoft SQL Server JDBC Driver 3.0 All Applicable Linux OS Oracle JDBC Driver (XA) 10g Any and future fix packs All Applicable Linux OS Oracle 11g JDBC Driver Thin (type 4) (11.2.0.2 or higher)
Requires the ojdbc6.jar file.
Oracle JDBC Driver (XA) 11g 11.2.0.2 and future fix packs All Applicable Linux OS Oracle 11g JDBC Driver Thin (type 4) (11.2.0.2 or higher)
Requires the ojdbc6.jar file.
Miscellaneous IBM License Metric Tool 7.2.1 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/license-metric-tool/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMLicenseMetricTool.html] All Applicable Linux OS Tivoli Directory Integrator 7.0 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/directory-integrator/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMDirectoryIntegrator.html] All Applicable Linux OS Tivoli License Compliance Manager 2.3 Fixpack 1 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/license-mgr/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMTivoliLicenseManager.html] All Applicable Linux OS Process Server WebSphere Process Server 7.0.0.3 and future fix packs (overview) [http://www.ibm.com/software/integration/wps/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_Process_Server] All Applicable Linux OS Security CA SiteMinder 6.0 and future fix packs All Applicable Linux OS Tivoli Access Manager for e-business 6.0 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/access-mgr-e-bus/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMTivoliAccessManagerfore-business.html] All Applicable Linux OS Tivoli Access Manager for e-business 6.1 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/access-mgr-e-bus/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMTivoliAccessManagerfore-business.html] All Applicable Linux OS Tools Rational Application Developer for WebSphere Software 8.0 and future fix packs (overview) [http://www.ibm.com/software/awdtools/developer/application/index.html] (support) [http://www.ibm.com/software/awdtools/developer/application/support/index.html] All Applicable Linux OS WebSphere Portlet Factory 7.0 and future fix packs (overview) [http://www.ibm.com/software/genservers/portletfactory/] (support) [http://www.ibm.com/software/genservers/portletfactory/support/] All Applicable Linux OS Virtualization IBM PowerVM Hypervisor (LPAR, DPAR, Micro-Partition) any supported version and future fix packs All Applicable Linux OS IBM PR/SM any version and future fix packs All Applicable Linux OS KVM in SUSE Linux Enterprise Server (SLES) 11 SUSE Linux Enterprise Server (SLES) 11 POWER System,
SUSE Linux Enterprise Server (SLES) 11 System z,
SUSE Linux Enterprise Server (SLES) 11 x86-32,
SUSE Linux Enterprise Server (SLES) 11 x86-64 Red Hat KVM as delivered with Red Hat Enterprise Linux (RHEL) 5.4 and future fix packs All Applicable Linux OS VMware ESX 4.0 and future releases, mod levels and fix packs All Applicable Linux OS VMware ESXi 4.0 and future releases, mod levels and fix packs All Applicable Linux OS z/VM 6.1 and future fix packs (overview) [http://www.vm.ibm.com/] All Applicable Linux OS Web Browsers Apple Safari 4.0 and future fix packs All Applicable Linux OS Refer to the following link for Known limitations when using Google Chrome and Apple Safari Web browsers with WebSphere Portal V7.0.x:
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at
http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Google Chrome 8 and future releases, mod levels and fix packs All Applicable Linux OS Refer to the following link for Known limitations when using Google Chrome and Apple Safari Web browsers with WebSphere Portal V7.0.x:
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at
http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Microsoft Internet Explorer 6.0 SP2 and future fix packs All Applicable Linux OS Internet Explorer 6.0 SP2 on Windows XP SP1/SP2 and Windows 2000 SP4 and Windows 2003. Support for Microsoft Internet Explorer v6.0 is deprecated in this release and due to its limited capabilities many WebSphere Portal features do not function or render correctly, including Client-Side Aggregation (CSA), Page Builder, Mashup integration, Wikis and Blogs. Some legacy pages and themes can be successfully rendered by Microsoft Internet Explorer v6.0, but use of this Web browser is not recommended.
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Microsoft Internet Explorer 7.0 and future fix packs All Applicable Linux OS Internet Explorer 7.0 is supported on all versions of Windows that are supported by WebSphere Portal.
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Microsoft Internet Explorer 8.0 and future fix packs All Applicable Linux OS See Note #1 Microsoft Internet Explorer 9.0 and future fix packs All Applicable Linux OS Refer to the IE9 Support statement for more information:
http://www.ibm.com/support/docview.wss?uid=swg21496054 [http://www.ibm.com/support/docview.wss?uid=swg21496054]
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at
http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Mozilla Firefox 3.0 and future fix packs All Applicable Linux OS See Note #1 Mozilla Firefox 3.5 and future fix packs All Applicable Linux OS See Note #1 Mozilla Firefox 3.6 and future fix packs All Applicable Linux OS See Note #1 Mozilla Firefox 4.0 and future releases, mod levels and fix packs All Applicable Linux OS See Note #1 Opera 10.0 and future fix packs All Applicable Linux OS See Note #1 WebDAV Client davfs2 1.4.6 All Applicable Linux OS Refer to the technote for version information and limitations -
Recommended WebDAV clients for accessing IBM WebShpere Portal version 7.0.0.2 [http://www-01.ibm.com/support/docview.wss?uid=swg27023805]
JSCAPE AnyClient 2.2 All Applicable Linux OS Refer to the technote for version information and limitations -
Recommended WebDAV clients for accessing IBM WebShpere Portal version 7.0.0.2 [http://www-01.ibm.com/support/docview.wss?uid=swg27023805]
SRT WebDrive 9.1 All Applicable Linux OS Refer to the technote for version information and limitations -
Recommended WebDAV clients for accessing IBM WebShpere Portal version 7.0.0.2 [http://www-01.ibm.com/support/docview.wss?uid=swg27023805]
Web Servers Apache HTTP Server 2.0.59 and future fix packs All Applicable Linux OS Apache HTTP Server 2.2 and future fix packs All Applicable Linux OS IBM HTTP Server 6.1 and future fix packs (overview) [http://www.ibm.com/software/webservers/httpservers/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/IBM_HTTP_Server] All Applicable Linux OS IBM HTTP Server 7.0 and future fix packs (overview) [http://www.ibm.com/software/webservers/httpservers/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/IBM_HTTP_Server] All Applicable Linux OS IBM HTTP Server for i5/OS Any and future fix packs All Applicable Linux OS IBM HTTP Server for i5/OS versions V5R4, V6R1 and V7R1
IBM HTTP Server for z/OS Any and future fix packs All Applicable Linux OS Lotus Domino 8.0 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Linux OS Lotus Domino 8.0.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Linux OS Lotus Domino 8.0.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Linux OS Lotus Domino 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Linux OS Lotus Domino 8.5.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Linux OS Lotus Domino 8.5.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Linux OS Microsoft Internet Information Services 6.0 and future fix packs All Applicable Linux OS Microsoft Internet Information Services 7.0 and future fix packs All Applicable Linux OS Microsoft Internet Information Services 7.5 and future fix packs All Applicable Linux OS Supported as Web server plugins when hosted on the Windows Server 2008 R2 edition. Sun Java System Web Server 6.1 SP10 and future fix packs All Applicable Linux OS Sun Java System Web Server 6.1 Service pack 10 or later is required.
Sun Java System Web Server 7.0 Update 8 and future fix packs All Applicable Linux OS Sun Java System Web Server 7.0 Update 8 or later is required.
Back to top
TAB NAVIGATION
* Solaris
OUTLINE
* Hardware Requirements * Disk Space
* Media Drive
* Memory
* Processor
* Software Requirements * Operating System
* Application Servers
* Optional Supported Software * Application Servers
* Collaboration
* Databases
* Identity Management
* Java Technology
* JDBC Drivers
* Miscellaneous
* Process Server
* Security
* Tools
* Virtualization
* Web Browsers
* WebDAV Client
* Web Servers
Hardware Requirements Group Applicable OS Notes Disk Space All Applicable Solaris OS Minimum 2.5 GB free disk space for installation for WebSphere Portal
Minimum 1.4 GB free disk space for installation for WebSphere Application Server
Minimum 4 GB total disk space recommended for installation
Media Drive All Applicable Solaris OS A CD/DVD drive is required.
Memory All Applicable Solaris OS Physical memory requirements and recommendations for WebSphere Portal:
* Under minimal load, WebSphere Portal can function with 2GB of RAM and a remote database.
* In a production environment, 4GB is an optimal starting point for RAM.
Processor Solaris 10 x86-64 AMD Opteron (64 bit kernel support only); Intel EM64T (64 bit kernel support only)
Back to top
Operating Systems Operating System Attributes Notes Solaris Platform listing of supported OS Solaris 10 SPARC and future OS fix packs Bitness: 32 Bit, 64 Bit Exploit
Hardware platform: SPARC WebSphere Application Server requirements depending on operating system bit:
* 32-bit JDK/Application Server on 64-bit OS
* 64-bit JDK/Application Server on 64-bit OS
Solaris 10 x86-64 and future OS fix packs Bitness: 64 Bit Exploit
Hardware platform: x86-64 See Note #8 Solaris 9 SPARC and future OS fix packs Bitness: 32 Bit
Hardware platform: SPARC WebSphere Application Server requirements depending on operating system bit:
* 32-bit JDK/WebSphere Application Server on 64-bit OS
Back to top
Software Requirements Group Product Applicable OS Notes Application Servers WebSphere Application Server 7.0.0.19 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/was/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_Application_Server] All Applicable Solaris OS Download mandatory APAR PM52049 for WebSphere Application server 7.0.0.19 from this site -
Fix Central Link for PM52049 [http://www-933.ibm.com/support/fixcentral/swg/selectFix?product=ibm/WebSphere/WebSphere+Application+Server&fixids=7.0.0.19-WS-WAS-IFPM52049&source=dbluesearch&function=fixId&parent=ibm/WebSphere]
[http://www.ibm.com/support/docview.wss?uid=swg24029137]
Back to top
Optional Supported Software Group Product Applicable OS Notes Application Servers WebSphere Application Server Feature Pack for XML 1.0.0.7 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/was/featurepacks/xml/index.html] All Applicable Solaris OS WebSphere Application Server V7 Feature Pack for Communications Enabled Applications 1.0.0.7 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/was/featurepacks/cea/] All Applicable Solaris OS WebSphere Application Server V7 Feature Pack for Service Component Architecture 1.0.1.7 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/was/featurepacks/sca/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_Application_Server] All Applicable Solaris OS WebSphere eXtreme Scale 7.1 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/extremescale/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_eXtreme_Scale] All Applicable Solaris OS Requires version 7.1.0.0 WebSphere Virtual Enterprise 6.1 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/extend/virtualenterprise/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_Virtual_Enterprise] All Applicable Solaris OS Requires fix pack version 6.1.1.2 Collaboration IBM Connections 3.0.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/connections/index.html] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/IBM_Connections] All Applicable Solaris OS Lotus Connections 2.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/connections/index.html] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Connections] All Applicable Solaris OS Lotus Connections 3.0 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/connections/index.html] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Connections] All Applicable Solaris OS Lotus Domino 8.5.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Solaris OS Lotus Domino 8.5.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Solaris OS Lotus Quickr for Domino 8.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/quickr/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Quickr_for_Domino] All Applicable Solaris OS Lotus Quickr for Domino 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/quickr/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Quickr_for_Domino] All Applicable Solaris OS Lotus Quickr for WebSphere Portal 8.1.1 Feature Packs and future fix packs (overview) [http://www.ibm.com/software/lotus/products/quickr/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Quickr_for_WebSphere_Portal] All Applicable Solaris OS Lotus Quickr for WebSphere Portal 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/quickr/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Quickr_for_WebSphere_Portal] All Applicable Solaris OS Lotus Sametime Entry 8.0 and future mod levels and fix packs (overview) [http://www.ibm.com/software/lotus/products/sametime/entry/] (support) [http://www.ibm.com/software/lotus/support/sametime/support.html] All Applicable Solaris OS IBM Lotus Sametime Entry 8.0.2 requires hot fix BMUY-87SL83
Lotus Sametime Entry 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/sametime/entry/] (support) [http://www.ibm.com/software/lotus/support/sametime/support.html] All Applicable Solaris OS Requires hot fix BMUY-87SL83
Lotus Sametime Standard 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/sametime/standard/] (support) [http://www.ibm.com/software/lotus/support/sametime/support.html] All Applicable Solaris OS Requires hot fix BMUY-87SL83
Databases Apache Derby 10.3 and future fix packs All Applicable Solaris OS Not supported in a production environment.
DB2 9 for Linux, UNIX and Windows 9.1.0.9 and future fix packs All Applicable Solaris OS Includes Workgroup Server, Enterprise Server, and Express Server editions.
High Availability Disaster Recovery (HADR) Feature is supported.
DB2 Enterprise Server Edition 9.7.0.1 and future fix packs (overview) [http://www.ibm.com/software/data/db2/linux-unix-windows/edition-enterprise.html] (support) [http://www.ibm.com/software/data/db2/support/db2_9/] All Applicable Solaris OS Includes Workgroup Server, Enterprise Server, and Express Server editions.
High Availability Disaster Recovery (HADR) Feature is supported.
Database parameter 'cur_commit' must be set to 'DISABLED' for database of WebSphere Portal 7
DB2 for i5/OS 6.1 and future fix packs All Applicable Solaris OS DB2 for i5/OS 7.1 and future fix packs All Applicable Solaris OS DB2 for i5/OS V5R4 and future fix packs All Applicable Solaris OS DB2 for z/OS 9.1 and future fix packs (overview) [http://www.ibm.com/software/data/db2/zos/] (support) [http://www.ibm.com/software/data/db2/support/db2zos/] All Applicable Solaris OS High Availability Disaster Recovery (HADR) Feature is supported.
WebSphere Portal 7.0 works with DB2 for z/OS V9.1 - PUT level 0912.
The following are required:
* APAR PK75093 or later
* APAR PK92163:
http://www-01.ibm.com/support/docview.wss?uid=swg1PK92163 [http://www-01.ibm.com/support/docview.wss?uid=swg1PK92163]
* APAR PK68265
DB2 for z/OS 10.1 and future fix packs (overview) [http://www.ibm.com/software/data/db2/zos/] (support) [http://www.ibm.com/software/data/db2/support/db2zos/] All Applicable Solaris OS DB2 pureScale Feature for Enterprise Server Edition 9.8.0.3 and future fix packs All Applicable Solaris OS Requires 7.0.0.1 CF007 or higher.
Refer to the steps documented here: http://www-10.lotus.com/ldd/portalwiki.nsf/dx/Configuring_WebSphere_Portal_V7.0.0.1_with_DB2_pureScale?open [http://www-10.lotus.com/ldd/portalwiki.nsf/dx/Configuring_WebSphere_Portal_V7.0.0.1_with_DB2_pureScale?open]
DB2 Universal Database for z/OS 8.1 and future fix packs All Applicable Solaris OS WebSphere Portal 7.0 works with DB2 for z/OS V8.1 - PUT level 0912 or later service level.
High Availability Disaster Recovery (HADR) Feature is supported.
DB2 Workgroup Server Edition 9.5.0.5 and future fix packs (overview) [http://www.ibm.com/software/data/db2/linux-unix-windows/edition-workgroup.html] (support) [http://www.ibm.com/software/data/db2/support/db2_9/] All Applicable Solaris OS Includes Workgroup Server, Enterprise Server, and Express Server editions.
High Availability Disaster Recovery (HADR) Feature is supported.
Microsoft SQL Server Enterprise Edition 2005 SP2 and future fix packs All Applicable Solaris OS Microsoft SQL Server Enterprise Edition 2008 and future fix packs All Applicable Solaris OS Microsoft SQL Server Enterprise Edition 2008 R2 All Applicable Solaris OS Oracle Database 10g Enterprise Edition Release 1 10.1.0.5 and future fix packs All Applicable Solaris OS See Note #3 Oracle Database 10g Enterprise Edition Release 2 10.2.0.4 and future fix packs All Applicable Solaris OS See Note #3 Oracle Database 10g Standard Edition Release 1 10.1.0.5 and future fix packs All Applicable Solaris OS See Note #3 Oracle Database 10g Standard Edition Release 2 10.2.0.4 and future fix packs All Applicable Solaris OS See Note #3 Oracle Database 11g Enterprise Edition Release 1 11.1.0.6 and future fix packs All Applicable Solaris OS See Note #3 Oracle Database 11g Enterprise Edition Release 1 11.1.0.7 and future fix packs All Applicable Solaris OS See Note #3 Oracle Database 11g Enterprise Edition Release 2 11.2.0.2 and future fix packs All Applicable Solaris OS See Note #3 Oracle Database 11g Standard Edition Release 1 11.1.0.6 and future fix packs All Applicable Solaris OS See Note #3 Oracle Database 11g Standard Edition Release 1 11.1.0.7 and future fix packs All Applicable Solaris OS See Note #3 Oracle Database 11g Standard Edition Release 2 11.2.0.2 and future fix packs All Applicable Solaris OS See Note #3 Identity Management IBM z/OS.e Security Server 1.6 and future fix packs All Applicable Solaris OS IBM z/OS.e Security Server 1.7 and future fix packs All Applicable Solaris OS IBM z/OS Security Server 1.6 and future fix packs All Applicable Solaris OS IBM z/OS Security Server 1.7 and future fix packs All Applicable Solaris OS Lotus Domino 8.0 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Solaris OS Lotus Domino 8.0.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Solaris OS Lotus Domino 8.0.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Solaris OS Lotus Domino 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Solaris OS Lotus Domino 8.5.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Solaris OS Lotus Domino 8.5.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Solaris OS Microsoft Active Directory 2003 and future fix packs All Applicable Solaris OS Microsoft Active Directory 2008 and future fix packs All Applicable Solaris OS Microsoft Active Directory Application Mode (ADAM) 2003 and future fix packs All Applicable Solaris OS Microsoft AD LDS(Lightweight Directory Services) Windows 2008 and future fix packs All Applicable Solaris OS Novell eDirectory 8.7.3 and future fix packs All Applicable Solaris OS Novell eDirectory 8.8 and future fix packs All Applicable Solaris OS Sun Java System Directory Server 6.1 and future fix packs All Applicable Solaris OS Service Pack 10 or later is required. Sun Java System Directory Server 6.3 and future fix packs All Applicable Solaris OS Sun Java System Directory Server 7.0 and future fix packs All Applicable Solaris OS Tivoli Directory Server 6.0 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/directory-server/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMDirectoryServer.html] All Applicable Solaris OS Tivoli Directory Server 6.1 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/directory-server/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMDirectoryServer.html] All Applicable Solaris OS Fix pack 4 or later is required. Tivoli Directory Server 6.2 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/directory-server/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMDirectoryServer.html] All Applicable Solaris OS Java Technology IBM Runtime Environment, Java Technology Edition 6.0 and future mod levels and fix packs All Applicable Solaris OS Requirements:
* Java version included or recommended by WebSphere Application Server 7.0.0.19.
Sun Java SDK/JRE/JDK 6.0 Update 17 and future fix packs All Applicable Solaris OS Supported Java runtime environments 1.5.x or 1.6.x (requires one) for the Web Content Management authoring portlet
JDBC Drivers Apache Derby 10.3 JDBC 4.0 and future fix packs All Applicable Solaris OS Derby is a non-production environment. V10.3.3.1 or later is required. DataDirect Connect for JDBC 4.0 (type 4) and future fix packs All Applicable Solaris OS DB2 Driver for JDBC and SQLJ (type 2/4) 4.0 and future fix packs All Applicable Solaris OS DB2 9.5 and DB2 9.7 require DB2 Driver for JDBC and SQLJ (type 2/4) 4.0 IBM Application Connectivity to DB2 for z/OS Feature Version and future fix packs All Applicable Solaris OS IBM DB2 Universal JDBC Provider (XA) from DB2 z/OS (type 4) Version and future fix packs All Applicable Solaris OS Requires APAR PK93123 for DB2 on z/OS V8.1 and V9.1. You can obtain the fix from DB2 on z/OS support or IBMLINK. IBM Toolbox for Java/JTOpen JDBC Driver 6.0 and future fix packs All Applicable Solaris OS Check for the latest jt400.jar file at:http://sourceforge.net/projects/jt400/files/ [http://sourceforge.net/projects/jt400/files/] Microsoft SQL Server JDBC Driver 2.0 and future fix packs All Applicable Solaris OS Microsoft SQL Server JDBC Driver 3.0 All Applicable Solaris OS Oracle JDBC Driver (XA) 10g Any and future fix packs All Applicable Solaris OS Oracle 11g JDBC Driver Thin (type 4) (11.2.0.2 or higher)
Requires the ojdbc6.jar file.
Oracle JDBC Driver (XA) 11g 11.2.0.2 and future fix packs All Applicable Solaris OS Oracle 11g JDBC Driver Thin (type 4) (11.2.0.2 or higher)
Requires the ojdbc6.jar file.
Miscellaneous IBM License Metric Tool 7.2.1 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/license-metric-tool/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMLicenseMetricTool.html] All Applicable Solaris OS Tivoli Directory Integrator 7.0 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/directory-integrator/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMDirectoryIntegrator.html] All Applicable Solaris OS Tivoli License Compliance Manager 2.3 Fixpack 1 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/license-mgr/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMTivoliLicenseManager.html] All Applicable Solaris OS Process Server WebSphere Process Server 7.0.0.3 and future fix packs (overview) [http://www.ibm.com/software/integration/wps/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_Process_Server] All Applicable Solaris OS Security CA SiteMinder 6.0 and future fix packs All Applicable Solaris OS Tivoli Access Manager for e-business 6.0 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/access-mgr-e-bus/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMTivoliAccessManagerfore-business.html] All Applicable Solaris OS Tivoli Access Manager for e-business 6.1 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/access-mgr-e-bus/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMTivoliAccessManagerfore-business.html] All Applicable Solaris OS Tools Rational Application Developer for WebSphere Software 8.0 and future fix packs (overview) [http://www.ibm.com/software/awdtools/developer/application/index.html] (support) [http://www.ibm.com/software/awdtools/developer/application/support/index.html] All Applicable Solaris OS WebSphere Portlet Factory 7.0 and future fix packs (overview) [http://www.ibm.com/software/genservers/portletfactory/] (support) [http://www.ibm.com/software/genservers/portletfactory/support/] All Applicable Solaris OS Virtualization IBM PR/SM any version and future fix packs All Applicable Solaris OS Red Hat KVM as delivered with Red Hat Enterprise Linux (RHEL) 5.4 and future fix packs All Applicable Solaris OS Web Browsers Apple Safari 4.0 and future fix packs All Applicable Solaris OS Refer to the following link for Known limitations when using Google Chrome and Apple Safari Web browsers with WebSphere Portal V7.0.x:
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at
http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Google Chrome 8 and future releases, mod levels and fix packs All Applicable Solaris OS Refer to the following link for Known limitations when using Google Chrome and Apple Safari Web browsers with WebSphere Portal V7.0.x:
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at
http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Microsoft Internet Explorer 6.0 SP2 and future fix packs All Applicable Solaris OS Internet Explorer 6.0 SP2 on Windows XP SP1/SP2 and Windows 2000 SP4 and Windows 2003. Support for Microsoft Internet Explorer v6.0 is deprecated in this release and due to its limited capabilities many WebSphere Portal features do not function or render correctly, including Client-Side Aggregation (CSA), Page Builder, Mashup integration, Wikis and Blogs. Some legacy pages and themes can be successfully rendered by Microsoft Internet Explorer v6.0, but use of this Web browser is not recommended.
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Microsoft Internet Explorer 7.0 and future fix packs All Applicable Solaris OS Internet Explorer 7.0 is supported on all versions of Windows that are supported by WebSphere Portal.
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Microsoft Internet Explorer 8.0 and future fix packs All Applicable Solaris OS See Note #1 Microsoft Internet Explorer 9.0 and future fix packs All Applicable Solaris OS Refer to the IE9 Support statement for more information:
http://www.ibm.com/support/docview.wss?uid=swg21496054 [http://www.ibm.com/support/docview.wss?uid=swg21496054]
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at
http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Mozilla Firefox 3.0 and future fix packs All Applicable Solaris OS See Note #1 Mozilla Firefox 3.5 and future fix packs All Applicable Solaris OS See Note #1 Mozilla Firefox 3.6 and future fix packs All Applicable Solaris OS See Note #1 Mozilla Firefox 4.0 and future releases, mod levels and fix packs All Applicable Solaris OS See Note #1 Opera 10.0 and future fix packs All Applicable Solaris OS See Note #1 WebDAV Client davfs2 1.4.6 All Applicable Solaris OS Refer to the technote for version information and limitations -
Recommended WebDAV clients for accessing IBM WebShpere Portal version 7.0.0.2 [http://www-01.ibm.com/support/docview.wss?uid=swg27023805]
JSCAPE AnyClient 2.2 All Applicable Solaris OS Refer to the technote for version information and limitations -
Recommended WebDAV clients for accessing IBM WebShpere Portal version 7.0.0.2 [http://www-01.ibm.com/support/docview.wss?uid=swg27023805]
SRT WebDrive 9.1 All Applicable Solaris OS Refer to the technote for version information and limitations -
Recommended WebDAV clients for accessing IBM WebShpere Portal version 7.0.0.2 [http://www-01.ibm.com/support/docview.wss?uid=swg27023805]
Web Servers Apache HTTP Server 2.0.59 and future fix packs All Applicable Solaris OS Apache HTTP Server 2.2 and future fix packs All Applicable Solaris OS IBM HTTP Server 6.1 and future fix packs (overview) [http://www.ibm.com/software/webservers/httpservers/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/IBM_HTTP_Server] All Applicable Solaris OS IBM HTTP Server 7.0 and future fix packs (overview) [http://www.ibm.com/software/webservers/httpservers/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/IBM_HTTP_Server] All Applicable Solaris OS IBM HTTP Server for i5/OS Any and future fix packs All Applicable Solaris OS IBM HTTP Server for i5/OS versions V5R4, V6R1 and V7R1
IBM HTTP Server for z/OS Any and future fix packs All Applicable Solaris OS Lotus Domino 8.0 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Solaris OS Lotus Domino 8.0.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Solaris OS Lotus Domino 8.0.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Solaris OS Lotus Domino 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Solaris OS Lotus Domino 8.5.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Solaris OS Lotus Domino 8.5.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Solaris OS Microsoft Internet Information Services 6.0 and future fix packs All Applicable Solaris OS Microsoft Internet Information Services 7.0 and future fix packs All Applicable Solaris OS Microsoft Internet Information Services 7.5 and future fix packs All Applicable Solaris OS Supported as Web server plugins when hosted on the Windows Server 2008 R2 edition. Sun Java System Web Server 6.1 SP10 and future fix packs All Applicable Solaris OS Sun Java System Web Server 6.1 Service pack 10 or later is required.
Sun Java System Web Server 7.0 Update 8 and future fix packs All Applicable Solaris OS Sun Java System Web Server 7.0 Update 8 or later is required.
Back to top
TAB NAVIGATION
* Windows 7
* Windows Server 2003
* Windows Server 2008
* Windows Vista
* Windows XP
OUTLINE
* Hardware Requirements * Disk Space
* Media Drive
* Memory
* Software Requirements * Operating System
* Application Servers
* Optional Supported Software * Application Servers
* Collaboration
* Databases
* Identity Management
* Java Technology
* JDBC Drivers
* Miscellaneous
* Process Server
* Security
* Tools
* Virtualization
* Web Browsers
* WebDAV Client
* Web Servers
Hardware Requirements Group Applicable OS Notes Disk Space All Applicable Windows OS Minimum 2.5 GB free disk space for installation for WebSphere Portal
Minimum 1.4 GB free disk space for installation for WebSphere Application Server
Minimum 4 GB total disk space recommended for installation
Media Drive All Applicable Windows OS A CD/DVD drive is required.
Memory All Applicable Windows OS Physical memory requirements and recommendations for WebSphere Portal:
* Under minimal load, WebSphere Portal can function with 2GB of RAM and a remote database.
* In a production environment, 4GB is an optimal starting point for RAM.
Back to top
Operating Systems Operating System Attributes Notes Windows Platform listing of supported OS Windows 7 Enterprise x86-32 Bitness: 32 Bit
Hardware platform: x86-32 Support for developer platform only.
WebSphere Application Server requirements depending on operating system bit:
* 32-bit JDK/WebSphere Application Server on 32-bit OS
Windows 7 Enterprise x86-64 Bitness: 32 Bit, 64 Bit Exploit
Hardware platform: x86-64 Support for developer platform only.
WebSphere Application Server requirements depending on operating system bit:
* 32-bit JDK/WebSphere Application Server on 64-bit OS
* 64-bit JDK/WebSphere Application Server on 64-bit OS
Windows 7 Professional x86-32 Bitness: 32 Bit
Hardware platform: x86-32 Support for developer platform only.
WebSphere Application Server requirements depending on operating system bit:
* 32-bit JDK/WebSphere Application Server on 32-bit OS
Windows 7 Professional x86-64 Bitness: 32 Bit, 64 Bit Exploit
Hardware platform: x86-64 Support for developer platform only.
WebSphere Application Server requirements depending on operating system bit:
* 32-bit JDK/WebSphere Application Server on 64-bit OS
* 64-bit JDK/WebSphere Application Server on 64-bit OS
Windows Server 2003 R2 Standard Edition x86-32 and future OS fix packs Bitness: 32 Bit
Hardware platform: x86-32 Base Level Service: SP2
WebSphere Application Server requirements depending on operating system bit:
* 32-bit JDK/WebSphere Application Server on 32-bit OS
Windows Server 2003 R2 Standard Edition x86-64 and future OS fix packs Bitness: 32 Bit, 64 Bit Exploit
Hardware platform: x86-64 Base Level Service: SP2
WebSphere Application Server requirements depending on operating system bit:
* 32-bit JDK/WebSphere Application Server on 64-bit OS
* 64-bit JDK/WebSphere Application Server on 64-bit OS
Windows Server 2003 SP2 Datacenter Edition x86-32 and future OS fix packs Bitness: 32 Bit
Hardware platform: x86-32 See Note #4 Windows Server 2003 SP2 Datacenter Edition x86-64 and future OS fix packs Bitness: 32 Bit, 64 Bit Exploit
Hardware platform: x86-64 See Note #6 Windows Server 2003 SP2 Enterprise Edition x86-32 and future OS fix packs Bitness: 32 Bit
Hardware platform: x86-32 See Note #4 Windows Server 2003 SP2 Enterprise Edition x86-64 and future OS fix packs Bitness: 32 Bit, 64 Bit Exploit
Hardware platform: x86-64 See Note #6 Windows Server 2003 SP2 Standard Edition x86-32 and future OS fix packs Bitness: 32 Bit
Hardware platform: x86-32 See Note #4 Windows Server 2003 SP2 Standard Edition x86-64 and future OS fix packs Bitness: 32 Bit, 64 Bit Exploit
Hardware platform: x86-64 See Note #6 Windows Server 2008 R2 Datacenter Edition x86-64 and future OS fix packs Bitness: 32 Bit, 64 Bit Exploit
Hardware platform: x86-64 See Note #6 Windows Server 2008 R2 Enterprise Edition x86-64 and future OS fix packs Bitness: 32 Bit, 64 Bit Exploit
Hardware platform: x86-64 See Note #6 Windows Server 2008 R2 Standard Edition x86-64 and future OS fix packs Bitness: 32 Bit, 64 Bit Exploit
Hardware platform: x86-64 See Note #6 Windows Server 2008 SP2 Datacenter Edition x86-32 and future OS fix packs Bitness: 32 Bit
Hardware platform: x86-32 See Note #4 Windows Server 2008 SP2 Datacenter Edition x86-64 and future OS fix packs Bitness: 32 Bit, 64 Bit Exploit
Hardware platform: x86-64 See Note #6 Windows Server 2008 SP2 Enterprise Edition x86-32 and future OS fix packs Bitness: 32 Bit
Hardware platform: x86-32 See Note #4 Windows Server 2008 SP2 Enterprise Edition x86-64 and future OS fix packs Bitness: 32 Bit, 64 Bit Exploit
Hardware platform: x86-64 See Note #6 Windows Server 2008 SP2 Standard Edition x86-32 and future OS fix packs Bitness: 32 Bit
Hardware platform: x86-32 See Note #4 Windows Server 2008 SP2 Standard Edition x86-64 and future OS fix packs Bitness: 32 Bit, 64 Bit Exploit
Hardware platform: x86-64 See Note #6 Windows Vista Enterprise x86-32 Bitness: 32 Bit
Hardware platform: x86-32 Supported for developer platform only
WebSphere Application Server requirements depending on operating system bit:
* 32-bit JDK/WebSphere Application Server on 32-bit OS
Windows Vista Enterprise x86-64 Bitness: 32 Bit, 64 Bit Exploit
Hardware platform: x86-64 Supported for developer platform only.
WebSphere Application Server requirements depending on operating system bit:
* 32-bit JDK/WebSphere Application Server on 64-bit OS
* 64-bit JDK/WebSphere Application Server on 64-bit OS
Windows XP SP2 Professional x86-32 and future OS fix packs Bitness: 32 Bit
Hardware platform: x86-32 Supported for developer platform only.
WebSphere Application Server requirements depending on operating system bit:
* 32-bit JDK/WebSphere Application Server on 32-bit OS
Windows XP SP2 Professional x86-64 and future OS fix packs Bitness: 32 Bit, 64 Bit Exploit
Hardware platform: x86-64 Supported for developer platform only.
WebSphere Application Server requirements depending on operating system bit:
* 32-bit JDK/WebSphere Application Server on 64-bit OS
* 64-bit JDK/WebSphere Application Server on 64-bit OS
Back to top
Software Requirements Group Product Applicable OS Notes Application Servers WebSphere Application Server 7.0.0.19 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/was/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_Application_Server] All Applicable Windows OS Download mandatory APAR PM52049 for WebSphere Application server 7.0.0.19 from this site -
Fix Central Link for PM52049 [http://www-933.ibm.com/support/fixcentral/swg/selectFix?product=ibm/WebSphere/WebSphere+Application+Server&fixids=7.0.0.19-WS-WAS-IFPM52049&source=dbluesearch&function=fixId&parent=ibm/WebSphere]
[http://www.ibm.com/support/docview.wss?uid=swg24029137]
Back to top
Optional Supported Software Group Product Applicable OS Notes Application Servers WebSphere Application Server Feature Pack for XML 1.0.0.7 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/was/featurepacks/xml/index.html] All Applicable Windows OS WebSphere Application Server V7 Feature Pack for Communications Enabled Applications 1.0.0.7 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/was/featurepacks/cea/] All Applicable Windows OS WebSphere Application Server V7 Feature Pack for Service Component Architecture 1.0.1.7 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/was/featurepacks/sca/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_Application_Server] All Applicable Windows OS WebSphere eXtreme Scale 7.1 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/extremescale/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_eXtreme_Scale] All Applicable Windows OS Requires version 7.1.0.0 WebSphere Virtual Enterprise 6.1 and future fix packs (overview) [http://www.ibm.com/software/webservers/appserv/extend/virtualenterprise/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_Virtual_Enterprise] All Applicable Windows OS Requires fix pack version 6.1.1.2 Collaboration IBM Connections 3.0.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/connections/index.html] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/IBM_Connections] All Applicable Windows OS Lotus Connections 2.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/connections/index.html] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Connections] All Applicable Windows OS Lotus Connections 3.0 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/connections/index.html] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Connections] All Applicable Windows OS Lotus Domino 8.5.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Windows OS Lotus Domino 8.5.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Windows OS Lotus Quickr for Domino 8.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/quickr/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Quickr_for_Domino] All Applicable Windows OS Lotus Quickr for Domino 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/quickr/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Quickr_for_Domino] All Applicable Windows OS Lotus Quickr for WebSphere Portal 8.1.1 Feature Packs and future fix packs (overview) [http://www.ibm.com/software/lotus/products/quickr/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Quickr_for_WebSphere_Portal] All Applicable Windows OS Lotus Quickr for WebSphere Portal 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/quickr/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/Lotus/Lotus_Quickr_for_WebSphere_Portal] All Applicable Windows OS Lotus Sametime Entry 8.0 and future mod levels and fix packs (overview) [http://www.ibm.com/software/lotus/products/sametime/entry/] (support) [http://www.ibm.com/software/lotus/support/sametime/support.html] All Applicable Windows OS IBM Lotus Sametime Entry 8.0.2 requires hot fix BMUY-87SL83
Lotus Sametime Entry 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/sametime/entry/] (support) [http://www.ibm.com/software/lotus/support/sametime/support.html] All Applicable Windows OS Requires hot fix BMUY-87SL83
Lotus Sametime Standard 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/sametime/standard/] (support) [http://www.ibm.com/software/lotus/support/sametime/support.html] All Applicable Windows OS Requires hot fix BMUY-87SL83
Databases Apache Derby 10.3 and future fix packs All Applicable Windows OS Not supported in a production environment.
DB2 9 for Linux, UNIX and Windows 9.1.0.9 and future fix packs All Applicable Windows OS Includes Workgroup Server, Enterprise Server, and Express Server editions.
High Availability Disaster Recovery (HADR) Feature is supported.
DB2 Enterprise Server Edition 9.7.0.1 and future fix packs (overview) [http://www.ibm.com/software/data/db2/linux-unix-windows/edition-enterprise.html] (support) [http://www.ibm.com/software/data/db2/support/db2_9/] All Applicable Windows OS Includes Workgroup Server, Enterprise Server, and Express Server editions.
High Availability Disaster Recovery (HADR) Feature is supported.
Database parameter 'cur_commit' must be set to 'DISABLED' for database of WebSphere Portal 7
DB2 for i5/OS 6.1 and future fix packs All Applicable Windows OS DB2 for i5/OS 7.1 and future fix packs All Applicable Windows OS DB2 for i5/OS V5R4 and future fix packs All Applicable Windows OS DB2 for z/OS 9.1 and future fix packs (overview) [http://www.ibm.com/software/data/db2/zos/] (support) [http://www.ibm.com/software/data/db2/support/db2zos/] All Applicable Windows OS High Availability Disaster Recovery (HADR) Feature is supported.
WebSphere Portal 7.0 works with DB2 for z/OS V9.1 - PUT level 0912.
The following are required:
* APAR PK75093 or later
* APAR PK92163:
http://www-01.ibm.com/support/docview.wss?uid=swg1PK92163 [http://www-01.ibm.com/support/docview.wss?uid=swg1PK92163]
* APAR PK68265
DB2 for z/OS 10.1 and future fix packs (overview) [http://www.ibm.com/software/data/db2/zos/] (support) [http://www.ibm.com/software/data/db2/support/db2zos/] All Applicable Windows OS DB2 pureScale Feature for Enterprise Server Edition 9.8.0.3 and future fix packs All Applicable Windows OS Requires 7.0.0.1 CF007 or higher.
Refer to the steps documented here: http://www-10.lotus.com/ldd/portalwiki.nsf/dx/Configuring_WebSphere_Portal_V7.0.0.1_with_DB2_pureScale?open [http://www-10.lotus.com/ldd/portalwiki.nsf/dx/Configuring_WebSphere_Portal_V7.0.0.1_with_DB2_pureScale?open]
DB2 Universal Database for z/OS 8.1 and future fix packs All Applicable Windows OS WebSphere Portal 7.0 works with DB2 for z/OS V8.1 - PUT level 0912 or later service level.
High Availability Disaster Recovery (HADR) Feature is supported.
DB2 Workgroup Server Edition 9.5.0.5 and future fix packs (overview) [http://www.ibm.com/software/data/db2/linux-unix-windows/edition-workgroup.html] (support) [http://www.ibm.com/software/data/db2/support/db2_9/] All Applicable Windows OS Includes Workgroup Server, Enterprise Server, and Express Server editions.
High Availability Disaster Recovery (HADR) Feature is supported.
Microsoft SQL Server Enterprise Edition 2005 SP2 and future fix packs All Applicable Windows OS Microsoft SQL Server Enterprise Edition 2008 and future fix packs All Applicable Windows OS Microsoft SQL Server Enterprise Edition 2008 R2 All Applicable Windows OS Oracle Database 10g Enterprise Edition Release 1 10.1.0.5 and future fix packs All Applicable Windows OS See Note #3 Oracle Database 10g Enterprise Edition Release 2 10.2.0.4 and future fix packs All Applicable Windows OS See Note #3 Oracle Database 10g Standard Edition Release 1 10.1.0.5 and future fix packs All Applicable Windows OS See Note #3 Oracle Database 10g Standard Edition Release 2 10.2.0.4 and future fix packs All Applicable Windows OS See Note #3 Oracle Database 11g Enterprise Edition Release 1 11.1.0.6 and future fix packs All Applicable Windows OS See Note #3 Oracle Database 11g Enterprise Edition Release 1 11.1.0.7 and future fix packs All Applicable Windows OS See Note #3 Oracle Database 11g Enterprise Edition Release 2 11.2.0.2 and future fix packs All Applicable Windows OS See Note #3 Oracle Database 11g Standard Edition Release 1 11.1.0.6 and future fix packs All Applicable Windows OS See Note #3 Oracle Database 11g Standard Edition Release 1 11.1.0.7 and future fix packs All Applicable Windows OS See Note #3 Oracle Database 11g Standard Edition Release 2 11.2.0.2 and future fix packs All Applicable Windows OS See Note #3 Identity Management IBM z/OS.e Security Server 1.6 and future fix packs All Applicable Windows OS IBM z/OS.e Security Server 1.7 and future fix packs All Applicable Windows OS IBM z/OS Security Server 1.6 and future fix packs All Applicable Windows OS IBM z/OS Security Server 1.7 and future fix packs All Applicable Windows OS Lotus Domino 8.0 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Windows OS Lotus Domino 8.0.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Windows OS Lotus Domino 8.0.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Windows OS Lotus Domino 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Windows OS Lotus Domino 8.5.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Windows OS Lotus Domino 8.5.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Windows OS Microsoft Active Directory 2003 and future fix packs All Applicable Windows OS Microsoft Active Directory 2008 and future fix packs All Applicable Windows OS Microsoft Active Directory Application Mode (ADAM) 2003 and future fix packs All Applicable Windows OS Microsoft AD LDS(Lightweight Directory Services) Windows 2008 and future fix packs All Applicable Windows OS Novell eDirectory 8.7.3 and future fix packs All Applicable Windows OS Novell eDirectory 8.8 and future fix packs All Applicable Windows OS Sun Java System Directory Server 6.1 and future fix packs All Applicable Windows OS Service Pack 10 or later is required. Sun Java System Directory Server 6.3 and future fix packs All Applicable Windows OS Sun Java System Directory Server 7.0 and future fix packs All Applicable Windows OS Tivoli Directory Server 6.0 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/directory-server/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMDirectoryServer.html] All Applicable Windows OS Tivoli Directory Server 6.1 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/directory-server/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMDirectoryServer.html] All Applicable Windows OS Fix pack 4 or later is required. Tivoli Directory Server 6.2 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/directory-server/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMDirectoryServer.html] All Applicable Windows OS Java Technology IBM Runtime Environment, Java Technology Edition 6.0 and future mod levels and fix packs All Applicable Windows OS Requirements:
* Java version included or recommended by WebSphere Application Server 7.0.0.19.
Sun Java SDK/JRE/JDK 6.0 Update 17 and future fix packs All Applicable Windows OS Supported Java runtime environments 1.5.x or 1.6.x (requires one) for the Web Content Management authoring portlet
JDBC Drivers Apache Derby 10.3 JDBC 4.0 and future fix packs All Applicable Windows OS Derby is a non-production environment. V10.3.3.1 or later is required. DataDirect Connect for JDBC 4.0 (type 4) and future fix packs All Applicable Windows OS DB2 Driver for JDBC and SQLJ (type 2/4) 4.0 and future fix packs All Applicable Windows OS DB2 9.5 and DB2 9.7 require DB2 Driver for JDBC and SQLJ (type 2/4) 4.0 IBM Application Connectivity to DB2 for z/OS Feature Version and future fix packs All Applicable Windows OS IBM DB2 Universal JDBC Provider (XA) from DB2 z/OS (type 4) Version and future fix packs All Applicable Windows OS Requires APAR PK93123 for DB2 on z/OS V8.1 and V9.1. You can obtain the fix from DB2 on z/OS support or IBMLINK. IBM Toolbox for Java/JTOpen JDBC Driver 6.0 and future fix packs All Applicable Windows OS Check for the latest jt400.jar file at:http://sourceforge.net/projects/jt400/files/ [http://sourceforge.net/projects/jt400/files/] Microsoft SQL Server JDBC Driver 2.0 and future fix packs All Applicable Windows OS Microsoft SQL Server JDBC Driver 3.0 All Applicable Windows OS Oracle JDBC Driver (XA) 10g Any and future fix packs All Applicable Windows OS Oracle 11g JDBC Driver Thin (type 4) (11.2.0.2 or higher)
Requires the ojdbc6.jar file.
Oracle JDBC Driver (XA) 11g 11.2.0.2 and future fix packs All Applicable Windows OS Oracle 11g JDBC Driver Thin (type 4) (11.2.0.2 or higher)
Requires the ojdbc6.jar file.
Miscellaneous IBM License Metric Tool 7.2.1 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/license-metric-tool/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMLicenseMetricTool.html] All Applicable Windows OS Tivoli Directory Integrator 7.0 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/directory-integrator/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMDirectoryIntegrator.html] All Applicable Windows OS Tivoli License Compliance Manager 2.3 Fixpack 1 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/license-mgr/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMTivoliLicenseManager.html] All Applicable Windows OS Process Server WebSphere Process Server 7.0.0.3 and future fix packs (overview) [http://www.ibm.com/software/integration/wps/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_Process_Server] All Applicable Windows OS Security CA SiteMinder 6.0 and future fix packs All Applicable Windows OS Tivoli Access Manager for e-business 6.0 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/access-mgr-e-bus/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMTivoliAccessManagerfore-business.html] All Applicable Windows OS Tivoli Access Manager for e-business 6.1 and future fix packs (overview) [http://www.ibm.com/software/tivoli/products/access-mgr-e-bus/] (support) [http://www.ibm.com/software/sysmgmt/products/support/IBMTivoliAccessManagerfore-business.html] All Applicable Windows OS Tools Rational Application Developer for WebSphere Software 8.0 and future fix packs (overview) [http://www.ibm.com/software/awdtools/developer/application/index.html] (support) [http://www.ibm.com/software/awdtools/developer/application/support/index.html] All Applicable Windows OS WebSphere Portlet Factory 7.0 and future fix packs (overview) [http://www.ibm.com/software/genservers/portletfactory/] (support) [http://www.ibm.com/software/genservers/portletfactory/support/] All Applicable Windows OS Virtualization IBM PR/SM any version and future fix packs All Applicable Windows OS Red Hat KVM as delivered with Red Hat Enterprise Linux (RHEL) 5.4 and future fix packs All Applicable Windows OS VMware ESX 4.0 and future releases, mod levels and fix packs All Applicable Windows OS VMware ESXi 4.0 and future releases, mod levels and fix packs All Applicable Windows OS Web Browsers Apple Safari 4.0 and future fix packs All Applicable Windows OS Refer to the following link for Known limitations when using Google Chrome and Apple Safari Web browsers with WebSphere Portal V7.0.x:
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at
http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Google Chrome 8 and future releases, mod levels and fix packs All Applicable Windows OS Refer to the following link for Known limitations when using Google Chrome and Apple Safari Web browsers with WebSphere Portal V7.0.x:
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at
http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Microsoft Internet Explorer 6.0 SP2 and future fix packs All Applicable Windows OS Internet Explorer 6.0 SP2 on Windows XP SP1/SP2 and Windows 2000 SP4 and Windows 2003. Support for Microsoft Internet Explorer v6.0 is deprecated in this release and due to its limited capabilities many WebSphere Portal features do not function or render correctly, including Client-Side Aggregation (CSA), Page Builder, Mashup integration, Wikis and Blogs. Some legacy pages and themes can be successfully rendered by Microsoft Internet Explorer v6.0, but use of this Web browser is not recommended.
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Microsoft Internet Explorer 7.0 and future fix packs All Applicable Windows OS Internet Explorer 7.0 is supported on all versions of Windows that are supported by WebSphere Portal.
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Microsoft Internet Explorer 8.0 and future fix packs All Applicable Windows OS See Note #1 Microsoft Internet Explorer 9.0 and future fix packs All Applicable Windows OS Refer to the IE9 Support statement for more information:
http://www.ibm.com/support/docview.wss?uid=swg21496054 [http://www.ibm.com/support/docview.wss?uid=swg21496054]
For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at
http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
Mozilla Firefox 3.0 and future fix packs All Applicable Windows OS See Note #1 Mozilla Firefox 3.5 and future fix packs All Applicable Windows OS See Note #1 Mozilla Firefox 3.6 and future fix packs All Applicable Windows OS See Note #1 Mozilla Firefox 4.0 and future releases, mod levels and fix packs All Applicable Windows OS See Note #1 Opera 10.0 and future fix packs All Applicable Windows OS See Note #1 WebDAV Client davfs2 1.4.6 All Applicable Windows OS Refer to the technote for version information and limitations -
Recommended WebDAV clients for accessing IBM WebShpere Portal version 7.0.0.2 [http://www-01.ibm.com/support/docview.wss?uid=swg27023805]
JSCAPE AnyClient 2.2 All Applicable Windows OS Refer to the technote for version information and limitations -
Recommended WebDAV clients for accessing IBM WebShpere Portal version 7.0.0.2 [http://www-01.ibm.com/support/docview.wss?uid=swg27023805]
SRT WebDrive 9.1 All Applicable Windows OS Refer to the technote for version information and limitations -
Recommended WebDAV clients for accessing IBM WebShpere Portal version 7.0.0.2 [http://www-01.ibm.com/support/docview.wss?uid=swg27023805]
Web Servers Apache HTTP Server 2.0.59 and future fix packs All Applicable Windows OS Apache HTTP Server 2.2 and future fix packs All Applicable Windows OS IBM HTTP Server 6.1 and future fix packs (overview) [http://www.ibm.com/software/webservers/httpservers/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/IBM_HTTP_Server] All Applicable Windows OS IBM HTTP Server 7.0 and future fix packs (overview) [http://www.ibm.com/software/webservers/httpservers/] (support) [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/IBM_HTTP_Server] All Applicable Windows OS IBM HTTP Server for i5/OS Any and future fix packs All Applicable Windows OS IBM HTTP Server for i5/OS versions V5R4, V6R1 and V7R1
IBM HTTP Server for z/OS Any and future fix packs All Applicable Windows OS Lotus Domino 8.0 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Windows OS Lotus Domino 8.0.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Windows OS Lotus Domino 8.0.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Windows OS Lotus Domino 8.5 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Windows OS Lotus Domino 8.5.1 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Windows OS Lotus Domino 8.5.2 and future fix packs (overview) [http://www.ibm.com/software/lotus/products/domino/] (support) [http://www.ibm.com/software/lotus/support/domino/support.html] All Applicable Windows OS Microsoft Internet Information Services 6.0 and future fix packs All Applicable Windows OS Microsoft Internet Information Services 7.0 and future fix packs All Applicable Windows OS Microsoft Internet Information Services 7.5 and future fix packs All Applicable Windows OS Supported as Web server plugins when hosted on the Windows Server 2008 R2 edition. Sun Java System Web Server 6.1 SP10 and future fix packs All Applicable Windows OS Sun Java System Web Server 6.1 Service pack 10 or later is required.
Sun Java System Web Server 7.0 Update 8 and future fix packs All Applicable Windows OS Sun Java System Web Server 7.0 Update 8 or later is required.
Back to top
NOTES
* Note #1: For more information on Web browser support with WebSphere Portal, refer to "WebSphere Portal Support Statement Addendum - Web browsers" at
http://www-01.ibm.com/support/docview.wss?uid=swg27016293 [http://www-01.ibm.com/support/docview.wss?uid=swg27016293]
* Note #2: Development Platform Only
WebSphere Application Server requirements depending on operating system bit:
* 32-bit JDK/WebSphere Application Server on 32-bit OS
* Note #3: Includes Support for Oracle RAC.
* Note #4: WebSphere Application Server requirements depending on operating system bit:
* 32-bit JDK/WebSphere Application Server on 32-bit OS
* Note #5: WebSphere Application Server requirements depending on operating system bit:
* 32-bit JDK/WebSphere Application Server on 32-bit OS
* Note #6: WebSphere Application Server requirements depending on operating system bit:
* 32-bit JDK/WebSphere Application Server on 64-bit OS
* 64-bit JDK/WebSphere Application Server on 64-bit OS
* Note #7: WebSphere Application Server requirements depending on operating system bit:
* 32-bit JDK/WebSphere Application Server on 64-bit OS
* 64-bit JDK/WebSphere Application Server on 64-bit OS
* Note #8: WebSphere Application Server requirements depending on operating system bit:
* 64-bit JDK/WebSphere Application Server on 64-bit OS | Does Portal 7.0.0.2 CF20 support upgrading the DB2 JDBC Driver from 4.11.77 to 4.18.60? Does Portal 7.0.0.2 CF20 support upgrading the DB2 JDBC Driver from 4.11.77 to 4.18.60? | IBM DB2 Universal JDBC Provider (XA) from DB2 z/OS (type 4) Version and future fix packs All Applicable AIX OS Requires APAR PK93123 for DB2 on z/OS V8.1 and V9.1. You can obtain the fix from DB2 on z/OS support or IBMLINK. |
TRAIN_Q430 | IBM Upgrading to Jazz for Service Management Version 1.1.3.0 using Installation Manager results in a permission denied error - United States jazzsm1130relnotes TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
When upgrading Jazz for Service Management to Version 1.1.3.0 using Installation Manager, the installation fails with the following error:
Cannot run program "/space/IBM/JazzSM/ui/bin/wrapper.sh" (in directory "/space/IBM/JazzSM/ui/bin"): error=13, Permission denied [/space/IBM/JazzSM/install/tip/tipWrapp
erInstall.xml:215]
CAUSE
During the upgrade process the non-root user does not have the correct permissions to run the shell script. This is due to the following:
1. Jazz for Service Management is installed as a non-root user
2. Installation Manager is installed in user mode through root user
RESOLVING THE PROBLEM
The upgrade must be initiated by using the attached script, which gives the non-root user (who originally installed this Jazz for Service Management instance) the correct permissions for the upgrade process.
The script takes two mandatory arguments and one optional argument.
Usage: ./JazzSMgrpModeUpgrade.sh "IM_Install_Location"
"JazzSM_Install_Location [http://www.ibm.com/support/knowledgecenter/SSEKCU_1.1.3.0/com.ibm.psc.doc/ref/psc_r_pathnames.html]""[Response_file_with_absolute_Path]"
For example (showing default installation paths): ./JazzSMgrpModeUpgrade.sh "/home/root/IBM/InstallManager/" "/opt/IBM/JazzSM/" "/opt/Download/dash_upgrade_rsp.xml"
For IM GUI mode installation, provide the 2 mandatory arguments; IM_Install_Location and JazzSM_Install_Location.
This argument combination invokes Installation Manager in GUI mode and lead you through the rest of the upgrade process.
For IM Silent installation, provide all 3 arguments; IM_Install_Location , JazzSM_Install_Location, and Response_file_with_absolute_Path.
This argument combination invokes Installation Manager in silent mode to upgrade JazzSM.
JazzSMgrpModeUpgrade.sh [/support/docview.wss?uid=swg21985946&aid=2]JazzSMgrpModeUpgrade.sh [/support/docview.wss?uid=swg21985946&aid=1] | DASH 3.1.2.1 to 3.1.3.0 taking long time DASH 3.1.2.1 to 3.1.3.0 taking long time. How to fix this? | The upgrade must be initiated by using the attached script, which gives the non-root user (who originally installed this Jazz for Service Management instance) the correct permissions for the upgrade process. |
TRAIN_Q431 | IBM Trouble installing ITM on Windows OS - United States TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
Getting the below error when you try to install ITM on Window OS
"D:\Program Files\IBM\ITM" includes blanks. Due to your system settings the installation path cannot include blanks, please specify location with no spaces.
SYMPTOM
When you try to install ITM on " C:\Program Files\IBM\ITM" it woks fine but when we try to install it on "D:\Program Files\IBM\ITM" we get the below error:
"D:\Program Files\IBM\ITM" includes blanks. Due to your system settings the installation path cannot include blanks, please specify location with no spaces.
If you take out the spaces and use D:\ProgramFiles\IBM\ITM, the install will continue.
RESOLVING THE PROBLEM
Couple of ways to fix this...
1. Remove the space in the directory path and install the ITM on a directory without spaces.
Example : D:\IBM\ITM
2. Check the NTFS 8.3 name creation and enable the 8.3 naming creation to install the ITM on a directory path with spaces.
check the value on the below registry location
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\NtfsDisable8dot3NameCreation
In case NtfsDisable8dot3NameCreation is set to (2), this means the following: NTFS sets the 8.3 naming convention creation on a per volume basis.
You can check the 8.3 name creation using this command for the volumes that are impacted.
For example, if the %TEMP% folder is located on c:\, but you are installing on d:\, then you should run these commands:
fsutil 8dot3name query c:
fsutil 8dot3name query d:
You will get an output like this:
The volume state is: 0 (8dot3 name creation is enabled).
The registry state is: 2 (Per volume setting - the default).
Value and Meaning
0 NTFS creates short file names. This setting enables applications that cannot process long file names and computers that use different code pages to find the files.
1 NTFS does not create short file names. Although this setting increases file performance, applications that cannot process long file names, and computers that use different code pages, might not be able to find the files.
2 NTFS sets the 8.3 naming convention creation on a per volume basis.
3 NTFS disables 8dot3 name creation on all volumes except the system volume.
more detail...
https://technet.microsoft.com/en-us/library/cc959352.aspx [https://technet.microsoft.com/en-us/library/cc959352.aspx] | Install path under "Program Files" My path for the OS agent is e:\Program Files\IBM. Is there any issues or underlying problems if I install under "Program Files"? Just want to make sure no issues with a "space" in the install path. | Getting the below error when you try to install ITM on Window OS
"D:\Program Files\IBM\ITM" includes blanks. Due to your system settings the installation path cannot include blanks, please specify location with no spaces. |
TRAIN_Q433 | IBM Optim, Optim Connect, ODM, and Optim zOS licensing - United States license key; password; fix pack; enable; license file; Open Data Manager; ODM; entitle TECHNOTE (FAQ)
QUESTION
Are license keys still required for Optim Distributed, Optim Connect, ODM, and Optim zOS products?
ANSWER
See the attached document for a full explanation of which license keys might be required, how to request them if they are, and how to self-entitle your Optim product if they are not.
Optim license key technote.doc [/support/docview.wss?uid=swg21973794&aid=2]Optim license key technote.doc [/support/docview.wss?uid=swg21973794&aid=1] | Optim license
We bought Optim 11.3, Test data management and data masking module....
I wonder how to get a Optim license?
| See the attached document for a full explanation of which license keys might be required, how to request them if they are, and how to self-entitle your Optim product if they are not.
Optim license key technote.doc [/support/docview.wss?uid=swg21973794&aid=2]Optim license key technote.doc |
TRAIN_Q437 | IBM WebSphere Application Server 7.0 Test Environment Extension 7.0.0.41 - United States ifix; interim fix; i-fix; fix; patch; update; fixes; upgrade DOWNLOADABLE FILES
ABSTRACT
IBM WebSphere Application Server 7 Fix Pack 41 (7.0.0.41) is available as an installed test environment extension
DOWNLOAD DESCRIPTION
This download includes the following update to the WebSphere Application Server v7.0 Test Environment extension included with Rational Software Delivery Platform products:
* IBM WebSphere Application Server Version 7 Fix Pack 41 also known as version 7.0.0.41. For more information, see the WebSphere Application Server readme [http://www-01.ibm.com/support/docview.wss?uid=swg27004980#ver70].
* WebSphere Application Server Feature Pack for Web 2.0 1.0.1.1
* WebSphere Application Server Feature Pack for Mobile 1.1.0.1 (Note: This feature pack is available only when installing with version 8.0 or newer.)
* WebSphere Application Server Feature Pack for Communications Enabled Applications 1.0.0.13
* WebSphere Application Server Feature Pack for Service Component Architecture 1.0.1.17
* WebSphere Application Server Feature Pack for XML 1.0.0.15
* WebSphere Application Server Feature Pack for OSGi Applications and Java Persistence API (JPA) 2.0 v1.0.0.9 (Note: This feature pack is available only when installing with version 8.0 or newer.)
* WebSphere Application Server Feature Pack for Modern Batch 1.0.0.5 (Note: This feature pack is available only when installing with version 8.0 or newer.)
For more information on feature packs for WebSphere Application Server, see http://www.ibm.com/support/docview.wss?uid=swg27008534&wv=1#was70 [http://www.ibm.com/support/docview.wss?uid=swg27008534&wv=1#was70]. PREREQUISITES
You must have the WebSphere Application Server 7.0 Test Environment extension installed.
You need up to 5.18 GB of disk space to install the fix pack. To download and extract the compressed installation files, you need an additional 6 GB of disk space.
INSTALLATION INSTRUCTIONS
Important: By default, you do not need to download the compressed files that contain the update; the update is downloaded and installed by IBM Installation Manager directly from the IBM update repository.
For instructions on installing this update using Installation Manager, see the topic Updating Installed Product Packages in the information center for your product and version:
* Rational Application Developer for WebSphere Software, version 8.5.x [http://www.ibm.com/support/knowledgecenter/SSRTLW_8.5.5/com.ibm.rad.install.doc/topics/t_update.html]
* Rational Application Developer for WebSphere Software, version 9.0.x [http://www.ibm.com/support/knowledgecenter/SSRTLW_9.0.0/com.ibm.rad.install.doc/topics/t_update.html]
* Rational Application Developer for WebSphere Software, version 9.1.x [http://www.ibm.com/support/knowledgecenter/SSRTLW_9.1.0/com.ibm.rad.install.doc/topics/t_update.html]
To download and install the update from the compressed files, complete the following steps:
1. Download the update files from Fix Central by following the link listed in the download table below
2. Extract the compressed files in an appropriate directory. For example, choose to extract to C:\temp\update
3. Add the update's repository location in IBM Installation Manager: 1. Start IBM Installation Manager.
2. On the Start page of Installation Manager, click File > Preferences, and then click Repositories. The Repositories page opens.
3. On the Repositories page, click Add Repository.
4. In the Add repository window, browse to or enter the file path to the diskTag.inf file, which is located in the disk1 sub-directory in the directory where you extracted the compressed files and then click OK. For example, enter C:\temp\updates\disk1\diskTag.inf.
5. Click OK to close the Preference page.
4. Install the update as described in the the topic "Updating Installed Product Packages" in the information center for your product and version
DOWNLOAD PACKAGE
You can download the fix pack from Fix Central using either Download Director, HTTP or FTP.
1. Click the link in the table that follows to access Fix Central.
2. On the Select Fixes page, select Fix pack : 9.1.1.2-Rational-RAD-groupfixpack (IBM Rational Application Developer for WebSphere Software Version 9.5.0.2)
3. Expand section Show contained fixes.
4. From the list of contained fixed, select one of the following options:
* (For 64-bit) 7.0.0.41-Rational-WAS70_64-fixzippack (WebSphere Application Server 70 64bit Extension version 7.0.0.41 update pack)
* (For 32-bit) 7.0.0.41-Rational-WAS70-fixzippack (WebSphere Application Server 70 Extension version 7.0.0.41 update pack
1. Click Continue and follow the prompts to download the update.
Download RELEASE DATE LANGUAGE SIZE(Bytes) Download Options
What is Fix Central(FC)? [https://www.ibm.com/support/fixcentral/help?page=swfaqs] 7.0.0.41-Rational-WAS70-fixzippack 6 May 2016 English 1 FC [https://ibm.biz/Bd48Av] [ ]
TECHNICAL SUPPORT
TAB NAVIGATION
* General Support Information- selected tab,
* Support Resources [http://www.ibm.com/support/docview.wss?uid=swg27020747]- selected tab,
IBM Rational Software Support Communities
* Visit the IBM Support Portal [http://www.ibm.com/support/entry/portal/Overview/Software/Rational/product] to configure your support portal experience and review FAQs, lists of known problems, fixes, and a wealth of important support information.
* Visit developerWorks [http://www.ibm.com/developerworks/rational/] to access an online collection of tutorials, sample code, standards, forums and other resources provided by experts at IBM to assist software developers using Rational tools including access to the IBM RFE Community [http://www.ibm.com/developerworks/rfe/].
* Visit the Jazz Community [http://jazz.net/] if you use a Rational product created using the Jazz platform to interact directly with the Jazz development team and other community members, download product trials and betas and track developement progress.
HELPFUL HINTS FOR OBTAINING TECHNICAL ASSISTANCE:
Before you contact IBM Rational Software Support, gather the background information that you need to describe the problem. When you describe a problem to an IBM software support specialist, be as specific as possible and include all relevant background information so that the specialist can help you solve the problem efficiently. To save time, know the answers to these questions:
* What software versions were you running when the problem occurred?
* Do you have logs, traces, or messages that are related to the problem?
* Can you reproduce the problem? If so, what steps do you take to reproduce it?
* Is there a workaround for the problem? If so, be prepared to describe the workaround.
If you have helpful information to diagnose or identify the problem on your system, you can provide this data by following the instructions to exchange information with IBM Technical Support [http://www.ibm.com/software/support/exchangeinfo.html].
Follow IBM Rational Client Support on Twitter [http://twitter.com/rationalsupport] | Facebook [http://facebook.com/rationalsupport] | YouTube [http://www.youtube.com/ibmrationalsupport] | devWorks Blog [https://www.ibm.com/developerworks/mydeveloperworks/blogs/nfrsblog/?lang=en]
Back to top | Is WAS TE v7.0.0.41 available for RAD? Is WebSphere Application Server 7.0 Test Environment Extension (WTE) v 7.0.0.41 available for Rational Application Developer for WebSphere Software (RAD) ? | This download includes the following update to the WebSphere Application Server v7.0 Test Environment extension included with Rational Software Delivery Platform products:
* IBM WebSphere Application Server Version 7 Fix Pack 41 also known as version 7.0.0.41. |
TRAIN_Q438 | IBM Differences between Rational Rhapsody 8.0 Statecharts and UML 2.4.1 Behavior State Machine - United States Restriction; Restrictions; Limitation; Limitations; drawing; graphical; graph; difference; diferences; gap; deffer; feature; features; concept; concepts; error; errors WHITE PAPER
ABSTRACT
This is a white paper that explains the differences between IBM Rational Rhapsody 8.0.x Statecharts and UML 2.4.1 Behavior State Machine.
CONTENT
Authors: Shinji Kanai, Moria Abadi
OMG UML and IBM Rational Rhapsody have been evolving in parallel, and some differences were created and expanded over time. Not all graphical notations that are defined in UML specification are supported by Rhapsody. There are certain patterns of transitions you cannot draw due to restrictions imposed deliberately, but not necessarily limited by UML specification. Some of UML features such as deferred event and do-activity are not natively supported today. This document covers such gaps that are found between UML specification and Rhapsody implementation, aiming to help you design statechart more effectively and enable easier interchange of statecharts among UML-based modeling tools.
Disclaimer This documentation is created based on differences that are found between Rhapsody 8.0.x Statechart and OMG UML 2.4.1 Superstructure Specification (UML spec). The content is believed to be accurate at the time of publication. Use this documentation at your own risk as it might contain some incompleteness and imprecision.
Table: Graphical Notations and Naming comparison
UML2.4.1 Concept: Behavior state machine element or capability as it is named in OMG UML 2.4.1 Superstructure Spec. Section in spec: The section describing the element in UML spec. In Rhapsody: The corresponding name and graphical notation of UML concept that is used in Rhapsody. Note: Additional comments to help understand the specific concept better.
[/support/docview.wss?uid=swg27040251&aid=1] UML2.4.1 Concept Section in spec In Rhapsody Note 1. Entry Point
[/support/docview.wss?uid=swg27040251&aid=2] 15.3.1 EnterExitPoint
[/support/docview.wss?uid=swg27040251&aid=3] (*) Visualization using a rectangular symbol is not supported
(*) Not supported for composite states (See NO. 36). 2. Exit Point
[/support/docview.wss?uid=swg27040251&aid=4] 15.3.1 EnterExitPoint
[/support/docview.wss?uid=swg27040251&aid=5] (*) Visualization using a rectangular symbol is not supported
(*) Not supported for composite states, only for submachine states 3. Final State
[/support/docview.wss?uid=swg27040251&aid=6] 15.3.2 Termination State
[/support/docview.wss?uid=swg27040251&aid=7] [/support/docview.wss?uid=swg27040251&aid=1] 4. Initial Pseudostate
[/support/docview.wss?uid=swg27040251&aid=8] 15.3.8 Default Connector
[/support/docview.wss?uid=swg27040251&aid=9] [/support/docview.wss?uid=swg27040251&aid=1] 5. Deep History Pseudostate
[/support/docview.wss?uid=swg27040251&aid=10] 15.3.8 History Connector
[/support/docview.wss?uid=swg27040251&aid=11] [/support/docview.wss?uid=swg27040251&aid=1] 6. Shallow History Pseudostate
[/support/docview.wss?uid=swg27040251&aid=12] 15.3.8 Shallow History Connector
[/support/docview.wss?uid=swg27040251&aid=13] (*) Code Generation is supported in v8.0.6. See technote 1668548 [http://www.ibm.com/support/docview.wss?uid=swg21668548] for more information. 7. Join Pseudostate
[/support/docview.wss?uid=swg27040251&aid=14] 15.3.8 Join Sync Bar
[/support/docview.wss?uid=swg27040251&aid=15] [/support/docview.wss?uid=swg27040251&aid=1] 8. Fork Pseudostate
[/support/docview.wss?uid=swg27040251&aid=16] 15.3.8 Fork Sync Bar
[/support/docview.wss?uid=swg27040251&aid=17] [/support/docview.wss?uid=swg27040251&aid=1] 9. Junction Pseudostate
[/support/docview.wss?uid=swg27040251&aid=18] 15.3.8 Junction Connector
[/support/docview.wss?uid=swg27040251&aid=19] (*) Used only for merge. Only one outgoing transition is permitted 10. Static Conditional Branch
[/support/docview.wss?uid=swg27040251&aid=20] 15.3.8 Condition Connector
[/support/docview.wss?uid=swg27040251&aid=21] (*) Only one incoming transition is allowed.
(*) Realized by way of the condition connector. 11. Terminate Pseudostate
[/support/docview.wss?uid=swg27040251&aid=22] 15.3.8 termination Connector
[/support/docview.wss?uid=swg27040251&aid=23] [/support/docview.wss?uid=swg27040251&aid=1] 12. State List
[/support/docview.wss?uid=swg27040251&aid=24] 15.3.8 [/support/docview.wss?uid=swg27040251&aid=25] (*) This is an additional representation for transition from the junction having a history as target. the regular representation can be used instead. 13. Region
[/support/docview.wss?uid=swg27040251&aid=26] 15.3.10 Region
[/support/docview.wss?uid=swg27040251&aid=27] [/support/docview.wss?uid=swg27040251&aid=1] 14. Simple State
[/support/docview.wss?uid=swg27040251&aid=28] 15.3.11 Simple State
[/support/docview.wss?uid=swg27040251&aid=29] [/support/docview.wss?uid=swg27040251&aid=1] 15. Composite State
[/support/docview.wss?uid=swg27040251&aid=30] 15.3.11 Composite State
[/support/docview.wss?uid=swg27040251&aid=31] [/support/docview.wss?uid=swg27040251&aid=1] 16. Submachine State
[/support/docview.wss?uid=swg27040251&aid=32] 15.3.11 Sub-statechart
[/support/docview.wss?uid=swg27040251&aid=33] [/support/docview.wss?uid=swg27040251&aid=1] 17. Entry Behavior
[/support/docview.wss?uid=swg27040251&aid=34] 15.3.11 Action on Entry
[/support/docview.wss?uid=swg27040251&aid=35] [/support/docview.wss?uid=swg27040251&aid=1] 18. Exit behavior
[/support/docview.wss?uid=swg27040251&aid=36] 15.3.11 Action on Exit
[/support/docview.wss?uid=swg27040251&aid=37] [/support/docview.wss?uid=swg27040251&aid=1] 19. Behavior in state (do-activity)
[/support/docview.wss?uid=swg27040251&aid=38] 15.3.11 [/support/docview.wss?uid=swg27040251&aid=39] (*) Can be implemented using entry and exit actions. See appendix (*2) for additional information. 20. Deferred events
[/support/docview.wss?uid=swg27040251&aid=40] 15.3.11 [/support/docview.wss?uid=swg27040251&aid=41] (*) Can be modeled by customizing the framework. See appendix (*3) for additional information. 21. State Redefinition 15.3.11 State Redefinition (*) Class inheritance causes inheritance of statecharts. the inherited statechart can redefine its inherited states. 22. State Machine extension 15.3.12 State machine extension (*) through class inheritance 23. Time event
[/support/docview.wss?uid=swg27040251&aid=42] 15.3.13 Time event
[/support/docview.wss?uid=swg27040251&aid=43] (*) First option tm(<expression>), where<expression> is the number of time units. Second option Accept time event. 24. Transition 15.3.14 Transition (*) A transition cannot be associated with more than one trigger. Separate transitions for each trigger need to be used.
(*) See appendix (*4) for the list of known transaction patterns that are forbidden by Rhapsody. 25. Internal transition
[/support/docview.wss?uid=swg27040251&aid=44] 15.3.14 Reaction in state
[/support/docview.wss?uid=swg27040251&aid=45] [/support/docview.wss?uid=swg27040251&aid=1] 26. Completion transition 15.3.14 Null transition [/support/docview.wss?uid=swg27040251&aid=1] 27. Completion event 15.3.14 Null event [/support/docview.wss?uid=swg27040251&aid=1] 28. Transition redefinition 15.3.14 Transition redefinition (*) Class inheritance causes inheritance of statecharts. the inherited statechart can redefine its transitions, except the source state and the trigger. 29. Signal receipt
[/support/docview.wss?uid=swg27040251&aid=46] 15.3.14 Accept Event Action
[/support/docview.wss?uid=swg27040251&aid=47] [/support/docview.wss?uid=swg27040251&aid=1] 30. Signal sending
[/support/docview.wss?uid=swg27040251&aid=48] 15.3.14 Send Action
[/support/docview.wss?uid=swg27040251&aid=49] [/support/docview.wss?uid=swg27040251&aid=1] 31. Action sequence notation
[/support/docview.wss?uid=swg27040251&aid=50] 15.3.14 [/support/docview.wss?uid=swg27040251&aid=51] [/support/docview.wss?uid=swg27040251&aid=1] 32. Local transition
[/support/docview.wss?uid=swg27040251&aid=52] 15.3.15 [/support/docview.wss?uid=swg27040251&aid=53] [/support/docview.wss?uid=swg27040251&aid=1] 33. Choice Pseudostate/Dynamic Conditional Branch
[/support/docview.wss?uid=swg27040251&aid=54] 15.3.8 [/support/docview.wss?uid=swg27040251&aid=55] (*) Can be simulated for example by using an additional state with guarded outgoing null transitions. See attachment (*1) in appendix. 34. Final Notation
[/support/docview.wss?uid=swg27040251&aid=56] 15.3.8 [/support/docview.wss?uid=swg27040251&aid=57] (*) {final} means that the state cannot be redefined (such as, extended). 35. Entry/Exit Point as part of submachine state graph
[/support/docview.wss?uid=swg27040251&aid=58] 15.3.11 [/support/docview.wss?uid=swg27040251&aid=59] [/support/docview.wss?uid=swg27040251&aid=1] 36. Entry/Exit Point on composite state
[/support/docview.wss?uid=swg27040251&aid=60] 15.3.8 [/support/docview.wss?uid=swg27040251&aid=61] [/support/docview.wss?uid=swg27040251&aid=1] 37. "Bracket" Entry/Exit Point notation
[/support/docview.wss?uid=swg27040251&aid=62] 15.3.1 [/support/docview.wss?uid=swg27040251&aid=63] [/support/docview.wss?uid=swg27040251&aid=1] 38. Referenced/Reused submachine state
[/support/docview.wss?uid=swg27040251&aid=64] 15.3.11 [/support/docview.wss?uid=swg27040251&aid=65] (*) Creation of submachine is supported, but cannot be reused/referenced elsewhere. 39. Multiple triggers for a transition
[/support/docview.wss?uid=swg27040251&aid=66] 15.3.14 [/support/docview.wss?uid=swg27040251&aid=67] [/support/docview.wss?uid=swg27040251&aid=1] 40. Extended Notation
[/support/docview.wss?uid=swg27040251&aid=68] 15.3.11 [/support/docview.wss?uid=swg27040251&aid=69] (*) Similar effect is achievable but need to extend a whole class containing a state machine using generalization.
Appendix:
Disclaimer All source code or binaries attached to this document are referred to here as "the Program". IBM is not providing program services of any kind for the Program. IBM is providing the Program on an "AS IS" basis without warranty of any kind. IBM WILL NOT BE LIABLE FOR ANY ACTUAL, DIRECT, SPECIAL, INCIDENTAL, OR INDIRECT DAMAGES OR FOR ANY ECONOMIC CONSEQUENTIAL DAMAGES (INCLUDING LOST PROFITS OR SAVINGS), EVEN IF IBM, OR ITS RESELLER, HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
#tbc
#tbc
(*1) Dynamic Conditional Branch
DynamicBranch74orHigher.zip [/support/docview.wss?uid=swg27040251&aid=71]DynamicBranch74orHigher.zip [/support/docview.wss?uid=swg27040251&aid=70]
#tbc
(*2)
there is a risk that is involved to support an execution of an action that is being performed while the owning object is in a certain state. For example, there is a state "WaitForInput" with Do Action reading an input from the console in the background. Now an event comes to trigger a transition - a need arose to interrupt the operation of reading the input - but there is no generic way to do such things for all operations unless the action is being performed in a different thread and kill this thread. this solution seems risky for embedded systems and considered inefficient.
#tbc
(*3)
Rhapsody does not support deferred events, but there is an easy way to catch an event, which is not consumed, and process it according to your need. OMReactive class contains handleNotConsumed() virtual function, which can be overridden in your reactive class. This function is always called when event is not consumed.
(*4)Transactional Restrictions - List of known transaction patterns that are forbidden by Rhapsody
Multiple outgoing transitions from Exit Point [/support/docview.wss?uid=swg27040251&aid=72] Transition to Condition Connector from Entry/Exit Point having multiple incoming transitions [/support/docview.wss?uid=swg27040251&aid=73] [/support/docview.wss?uid=swg27040251&aid=73]
[/support/docview.wss?uid=swg27040251&aid=74] [/support/docview.wss?uid=swg27040251&aid=74] Direct transition from Junction to Condition Connector [/support/docview.wss?uid=swg27040251&aid=75] Indirect transition from Junction to Condition Connector by way of Entry/Exit Point [/support/docview.wss?uid=swg27040251&aid=76] Direct transition from Join Bar to Junction [/support/docview.wss?uid=swg27040251&aid=77] Direct transition from Junction to Fork Bar [/support/docview.wss?uid=swg27040251&aid=78] Multiple incoming transition to Condition Connector [/support/docview.wss?uid=swg27040251&aid=79] Set a trigger on a transition that is originated from Exit Point [/support/docview.wss?uid=swg27040251&aid=80]
RELATED INFORMATION
UML 2.4.1 Superstructure [http://www.omg.org/spec/UML/2.4.1/Superstructure/PDF/]
Enhancement for Do Activity [http://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=8817]
Enhancement for Dynamic Condition Connector [http://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=7832]
Enhancement for Shallow History Connector [http://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=5916]
Enhancement Deferred Event [http://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=12691] | During action in Rhapsody Statechart
Hi Folks,
I am developing a statechart in Rhapsody and I have a question.
I could not see in Rhapsody where I can insert an action that must occur during the whole time the state is active.
I can only see : Actions on Entry and Actions on Exit.
Where is During Action? | Some of UML features such as deferred event and do-activity are not natively supported today. |
TRAIN_Q439 | IBM Transformation Extender Oracle adapter does not support SYS_REFCURSOR return type in an Oracle stored procedure / function - United States Oracle Adapter Unsupported datatype SYS_REFCURSOR TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
When using the IBM WebSphere Transformation Extender (WTX) / IBM Transformation Extender (ITX) Oracle adapter to call a stored procedure / function with a REF_SYSCURSOR return type, a failure of "Unsupported datatype returned is being treated as text" occurs.
SYMPTOM
The Oracle database adapter log (.dbl) reports the following error:
Unsupported datatype returned is being treated as text.
CAUSE
SYS_REFCURSOR is not a valid datatype as a return from an Oracle stored procedure call using the WTX / ITX Oracle adapter.
ENVIRONMENT
IBM WebSphere TX / IBM TX Oracle adapter on any valid execution platform
DIAGNOSING THE PROBLEM
LASTERRORMSG() reports 'Failed to execute the SQL statement' and the database adapter log reports 'Unsupported datatype returned is being treated as text.'
RESOLVING THE PROBLEM
Redesign the Stored Procedure to NOT return a SYS_REFCURSOR datatype. | Stored Procedure in WTX
Hi All,
Can anyone please share the example/steps/document link on how to call Stored Procedure in Input Card of a Map? The Stored Procedure will return multiple rows and columns and we need to map those rows in Output as well. Please enlighten if someone has worked on this? | SYS_REFCURSOR is not a valid datatype as a return from an Oracle stored procedure call using the WTX / ITX Oracle adapter. |
TRAIN_Q440 | IBM SCM check analyses are showing as <not activated> the SCA user interface - United States TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
The reason why your check analyses are no longer showing activated and returning data in the SCA user interface.
SYMPTOM
Check analyses in the SCA interface are showing as <not activated> in the SCA user interface where at one point they were activated and returning data. Now they are not activated and not returning data.
CAUSE
The operator who activated the analysis has been deleted. The audit trail cleaner tool was run and it removed the operator and de-activated the analysis.
RESOLVING THE PROBLEM
To resolve the issue, have an active operator reactivate the check analyses and then run a new import in SCA. As a best practice, it is recommended that you have an operator account dedicated to activating the SCM check analyses in your deployment. This account should never be deleted.
Cross reference information Segment Product Component Platform Version Edition Security IBM BigFix Compliance | SCM check analyses showing as not reported in the SCA user interface
SCM check analyses showing as <not reported> the SCA user interface.
Check analyses in the SCA interface are showing as in the SCA user interface where at one point they were activated and returning data. Now they are not activated and not returning data.
How do I solve this issue? | To resolve the issue, have an active operator reactivate the check analyses and then run a new import in SCA. As a best practice, it is recommended that you have an operator account dedicated to activating the SCM check analyses in your deployment. This account should never be deleted. |
TRAIN_Q441 | IBM How to serve static files from both IBM HTTP Server and an application in WebSphere Application Server - United States TECHNOTE (FAQ)
QUESTION
How can I configure IBM HTTP Server (IHS), and the IBM web server Plug-in, and my web application running in WebSphere Application Server (WAS), to serve some of my static files (JPG, GIF, CSS, JS, etc) from the IHS web server, but serve other static files from my web app running in WAS?
CAUSE
The "fileServingEnabled" property in the ibm-web-ext.xmi file in the web application, is like an ON / OFF switch.
A setting of fileServingEnabled="true" means that ALL static files will be served from the web application in WAS only. In this case, the plug-in config will use a wildcard with the application context-root like "/myapp/*". That way every URL starting with /myapp/* will be routed to the application in WAS.
On the other hand, fileServingEnabled="false" means NO static files will be served from the application in WAS. In this case, a wildcard will NOT be used in the plugin-cfg.xml file. Instead, there will be several URI entries matching the URL-Patterns from <servlet-mappings> in the web.xml, like "/myapp/servlet1" and "/myapp/index.jsp". Requests for dynamic content matching the URI entries in the Plug-in config, will be routed to the application in WAS. But everything else (static content) will be handled by the IHS web server itself.
ANSWER
If you want to serve any static files (JPG, GIF, CSS, JS, etc) from your web application in WAS, you must use fileServingEnabled="true" in the ibm-web-ext.xmi file. That will cause the plug-in to use a wildcard entry for the context-root of your web application. For example, if the context-root is "myapp", then there will be a URI entry for "/myapp/*" in the plug-in config, and everything starting with "myapp" will be routed to the application in WAS.
Now, if you also want to be able to serve some of the static files from the IHS web server itself, you will need to do a trick using RewriteRule in the IHS config. Here is how the trick works:
1) Create a subdirectory called "static" under the IHS DocumentRoot directory. And put the static files that you want IHS to serve into that directory. For example in the IHS document root directory (HTTPServer/htdocs/) create a subdirectory called "static". Something like this:
/usr/IBM/HTTPServer/htdocs/static/
2) In your web application, you will reference those files using relative references like "static/picture.jpg", or "static/mystyles.css".
Those relative references will be interpreted as URLs like this:
/myapp/static/picture.jpg
/myapp/static/mystyles.css
Keep in mind that there really is NOT any "static" subdirectory in the application. But that is ok.
3) Now, in the IHS config, you must use RewriteCond and RewriteRule to watch for these references, and redirect to get them from IHS. For example, look at these directives...
<ifModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^/myapp/static/(.*) /static/$1 [PT]
</ifModule>
It means, if the URI begins with /myapp/static/* then IHS will rewrite it to just /static/* and "pass-through". Since /static/* does NOT match anything in the Plug-in config, the request will be handled by IHS, and the file will be served from the static directory under IHS DocumentRoot.
To the user looking at the URL in the browser they will see this:
/hostname/myapp/static/picture.jpg
But, the file will really be served by IHS from here:
/hostname/static/picture.jpg
Here is another example:
If you just want to match and serve *.gif files from IHS, use:
RewriteCond %{REQUEST_URI} \.(gif)$ [NC]
RewriteRule ^/myapp/(.*) /static/$1 [PT]
If you just want to match and serve *.gif, *.css and *.js files from IHS, use:
RewriteCond %{REQUEST_URI} \.(gif|css|js)$ [NC]
RewriteRule ^/myapp/(.*) /static/$1 [PT]
Which assumes the files themselves are placed in [IHS_DOC_ROOT]/static/.
4) For the static files in the application, you will need to put them in some other directory that is NOT called "static", for example "images/sunset.jpg" would be a directory and file in the myapp application. This URL request, would be handled by the Plug-in and sent to the application in WAS:
hostname/myapp/images/sunset.jpg
So, by using the trick described above, some static files will be served from IHS, like:
/hostname/myapp/static/picture.jpg
But other static files will be served from the web application running in WAS, like:
/hostname/myapp/images/sunset.jpg | How to serve static images from our HTTP Server instead of WebSphere 8.5 application? How to serve static images from our HTTP Server instead of WebSphere 8.5 application? | If you want to serve any static files (JPG, GIF, CSS, JS, etc) from your web application in WAS, you must use fileServingEnabled="true" in the ibm-web-ext.xmi file. That will cause the plug-in to use a wildcard entry for the context-root of your web application. |
TRAIN_Q442 | IBM Security Bulletin: Vulnerability with Diffie-Hellman ciphers may affect IBM SOA Policy Gateway Pattern for Red Hat Enterprise Linux Server 2.5 (CVE-2015-4000) - United States SECURITY BULLETIN
SUMMARY
The LogJam Attack on Diffie-Hellman ciphers (CVE-2015-4000) may affect some configurations of IBM SOA Policy Gateway Pattern for Red Hat Enterprise Linux Server 2.5.
VULNERABILITY DETAILS
CVEID: CVE-2015-4000 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4000]
DESCRIPTION: The TLS protocol could allow a remote attacker to obtain sensitive information, caused by the failure to properly convey a DHE_EXPORT ciphersuite choice. An attacker could exploit this vulnerability using man-in-the-middle techniques to force a downgrade to 512-bit export-grade cipher. Successful exploitation could allow an attacker to recover the session key as well as modify the contents of the traffic. This vulnerability is commonly referred to as "Logjam".
CVSS Base Score: 4.3
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/103294 [https://exchange.xforce.ibmcloud.com/vulnerabilities/103294] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:M/Au:N/C:P/I:N/A:N)
AFFECTED PRODUCTS AND VERSIONS
IBM SOA Policy Gateway Pattern for Red Hat Enterprise Linux Server version 2.5
REMEDIATION/FIXES
None
WORKAROUNDS AND MITIGATIONS
Customers should follow the mitigation advice contained in the WebSphere Application Server security bulletin, located at http://www.ibm.com/support/docview.wss?uid=swg21957980 [http://www-01.ibm.com/support/docview.wss?uid=swg21957980] .
GET NOTIFIED ABOUT FUTURE SECURITY BULLETINS
Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this.
REFERENCES
Complete CVSS v2 Guide [http://www.first.org/cvss/v2/guide]
On-line Calculator v2 [http://nvd.nist.gov/CVSS-v2-Calculator] RELATED INFORMATION
IBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html]
IBM Product Security Incident Response Blog [http://www.ibm.com/blogs/PSIRT] ACKNOWLEDGEMENT
Reported to IBM by The WeakDH team at https://weakdh.org [https://weakdh.org]
CHANGE HISTORY
08 June 2015: Original document published
*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin.
DISCLAIMER
According to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an "industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response." IBM PROVIDES THE CVSS SCORES "AS IS" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY. | Help with Security Bulletin: Vulnerability with Diffie-Hellman ciphers may affect IBM SOA Policy Gateway Pattern for Red Hat Enterprise Linux Server 2.5 (CVE-2015-4000) I need to understand details regarding Security Bulletin: Vulnerability with Diffie-Hellman ciphers may affect IBM SOA Policy Gateway Pattern for Red Hat Enterprise Linux Server 2.5 (CVE-2015-4000). This vulnerability is commonly referred to as "Logjam". Where can I find this information? | CVEID: CVE-2015-4000 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4000]
DESCRIPTION: The TLS protocol could allow a remote attacker to obtain sensitive information, caused by the failure to properly convey a DHE_EXPORT ciphersuite choice. An attacker could exploit this vulnerability using man-in-the-middle techniques to force a downgrade to 512-bit export-grade cipher. Successful exploitation could allow an attacker to recover the session key as well as modify the contents of the traffic. This vulnerability is commonly referred to as "Logjam".
CVSS Base Score: 4.3
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/103294 [https://exchange.xforce.ibmcloud.com/vulnerabilities/103294] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:M/Au:N/C:P/I:N/A:N) |
TRAIN_Q443 | IBM How to get debug information when the IBM Content Navigator Installer on the Unix Platform is failling? - United States TECHNOTE (FAQ)
QUESTION
How to get debug information when the IBM Content Navigator Installer on the Unix Platform is failling?
ANSWER
To capture the debug output from the UNIX command line, enter one of the following (based on what shell you are using) at the command line prior to executing the installer:
export LAX_DEBUG=true or setenv LAX_DEBUG true or LAX_DEBUG=true or set LAX_DEBUG or whatever would be appropriate for the Unix shell.
Then run the installer. The output that is produced should help debug the installer.
If you would like to redirect output to a file:
1. Set LAX_DEBUG=file as per the instruction above.
2. Run your installer.
3. Once the install is complete a file labeled jx.log will be generated in the same directory as your installer. This file will contain the entire debug output generated by the install. | How to get debug information when the IBM Content Navigator Installer is failing on the Unix Platform? How to get debug information when the IBM Content Navigator Installer is failing on the Unix Platform? | To capture the debug output from the UNIX command line, enter one of the following (based on what shell you are using) at the command line prior to executing the installer:
export LAX_DEBUG=true or setenv LAX_DEBUG true or LAX_DEBUG=true or set LAX_DEBUG or whatever would be appropriate for the Unix shell.
Then run the installer. The output that is produced should help debug the installer.
If you would like to redirect output to a file:
1. Set LAX_DEBUG=file as per the instruction above.
2. Run your installer.
3. Once the install is complete a file labeled jx.log will be generated in the same directory as your installer. This file will contain the entire debug output generated by the install. |
TRAIN_Q444 | IBM Will current versions of IBM SPSS Statistics or AMOS for Windows run on a Macintosh operating system? - United States TECHNOTE (FAQ)
QUESTION
I have a Macintosh computer with Intel processor. I am wondering if I can install an IBM SPSS Statistics for Windows or IBM SPSS AMOS for Windows releases on this Mac with emulation or dual-booting software such as Boot Camp, Parallels, Virtual PC, Rosetta?
ANSWER
No, installing IBM SPSS Statistics and AMOS for Windows releases on a Macintosh operating system or hardware using any dual booting or emulation software is not supported and cannot run properly.
IBM SPSS Statistics is available for Macintosh operating system as a single release. IBM SPSS AMOS is available only for Microsoft Windows operating system.
RELATED INFORMATION
Need more help? Our Statistics forum is Live! [https://developer.ibm.com/answers/topics/statistics.html?smartspace=predictive-analytics] | Licence authorised in SPSS 22, however, same error code of missing license appears I had SPSS 22 that worked fine until the license ended. It was renewed and when I tried to re-enter the license number it was authorised, however, there was still an error code of missing license and so I can work with my SPSS.
This is the error code:
Error # 7001 There is no license for IBM SPSS Statistics. This could be due to a missing license file or no more network licenses available. For detailed information about this problem, run the 'showlic' utility found in the product installation directory. Execution of this command stops. Specific symptom number: 18
I would appreciate your help! | No, installing IBM SPSS Statistics and AMOS for Windows releases on a Macintosh operating system or hardware using any dual booting or emulation software is not supported and cannot run properly. |
TRAIN_Q445 | IBM Why does IBM Datacap 8.1 appear to hang, requiring a restart of all components? - United States hang; non responsive; timeout; Admin retry; Engine retry TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
Why does IBM Datacap appear to hang, requiring a restart of all components?
SYMPTOM
The Datacap system appears to become non-responsive, requiring a restart of all components to get it working again.
CAUSE
The cause is due to a malformed SQL query string. From the client perspective, it was reported to occur during logon via TMWeb, and Thick Client. Another case was from a user that was doing a Thick Client query.
TMServer has an feature where it will retry any command that results in error, based on the settings in the registry. The settings reflect the number of retries to do and the time interval to wait. The default settings have a duration of 16 minutes, which gives the appearance that the TMServer has hung.
DIAGNOSING THE PROBLEM
Collect and examine the TMServer log. Look for multiple instances (6-12) of an ADO error, indicating a bad query was executed. This information can be used to identify the user that is causing the problem
RESOLVING THE PROBLEM
While bad queries should be avoided, the following will allow TMServer to respond faster, should a bad query happen:
1. Stop all Datacap applications, then stop the TMServer.
2. Change the following registry entries on the TMServer box:
*
*
* HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Datacap\TMS\InterThread (REG_SZ) Admin retries HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Datacap\TMS\InterThread (REG_SZ) ADO retries HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Datacap\TMS\InterThread (REG_SZ) Engine retries
*
*
*
* HKEY_LOCAL_MACHINE\SOFTWARE\Datacap\TMS\InterThread (REG_SZ) Admin retries HKEY_LOCAL_MACHINE\SOFTWARE\Datacap\TMS\InterThread (REG_SZ) ADO retries HKEY_LOCAL_MACHINE\SOFTWARE\Datacap\TMS\InterThread (REG_SZ) Engine retries
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
3. Restart the TMServer, then start the Datacap applications in reverse order.
Please Note: Since these are considered tuning parameters, you will need to test to see what settings work best for your system.
Note: for Datacap 9.x, the registry entry name is singular, as in 'Admin retry' or 'Engine retry'. | Why does IBM Datacap 8.1 appear to hang Why does IBM Datacap 8.1 appear to hang, requiring a restart of all components http://ow.ly/yhjCg #ibmecm | The cause is due to a malformed SQL query string. From the client perspective, it was reported to occur during logon via TMWeb, and Thick Client. Another case was from a user that was doing a Thick Client query.
TMServer has an feature where it will retry any command that results in error, based on the settings in the registry. The settings reflect the number of retries to do and the time interval to wait. The default settings have a duration of 16 minutes, which gives the appearance that the TMServer has hung. |
TRAIN_Q446 | IBM WebSphere DataPower is not affected by the Bash vulnerabilities (CVE-2014-6271, CVE-2014-7169, CVE-2014-7186, CVE-2014-7187, CVE-2014-6277, and CVE-2014-6278)
Flash (Alert) - United States CVE-2014-6271 CVE-2014-7169 DataPower Bash FLASH (ALERT)
ABSTRACT
DataPower is not vulnerable to the Bash vulnerabilities that have been referred to as “Bash Bug” or “Shellshock” and the two memory corruption vulnerabilities.
CONTENT
DataPower does not use Bash anywhere. Hence it is not impacted by any of the Bash vulnerabilities.
In particular, DataPower in all editions and all platforms is NOT vulnerable to the Bash vulnerabilities: CVE-2014-6271, CVE-2014-7169, CVE-2014-7186, CVE-2014-7187, CVE-2014-6277, and CVE-2014-6278.
IBM recommends that you review your entire environment to identify vulnerable releases of Bash and take appropriate mitigation and remediation actions. | Is DataPower affected by the bash environment variable vulnerability CVE-2014-6271 or CVE-2014-7169 Is DataPower affected by the recent vulnerability reported through CVE-2014-6271 or CVE-2014-7169? | In particular, DataPower in all editions and all platforms is NOT vulnerable to the Bash vulnerabilities: CVE-2014-6271, CVE-2014-7169, CVE-2014-7186, CVE-2014-7187, CVE-2014-6277, and CVE-2014-6278. |
TRAIN_Q448 | IBM How to Export the Scan Results (Detailed Security Issues) into XML format in AppScan Enterprise - United States TECHNOTE (FAQ)
QUESTION
Is there a way to Export the Scan Results (Detailed Security Issues) into XML format in IBM Security AppScan Enterprise?
ANSWER
The answer to the question is 'no'.
In AppScan Enterprise Console, there are functions, Export to XML and Export detailed Security issues to PDF, but there is no function Export detailed Security issues to XML.
We strongly suggest to submit an enhancement request (RFE) for the AppScan Enterprise products as described in How to submit enhancement requests for IBM Security products [http://www.ibm.com/support/docview.wss?uid=swg21682719]. The requests there are submitted directly to the AppScan management team. | export XML results in ASE
Hello everyone, you all know that ASD gives the possibility to export results in XML with File --> Export --> Scan Results as XML (Legacy...) Is there any chance to have the same XML using ASE 9035 ??? | The answer to the question is 'no'.
In AppScan Enterprise Console, there are functions, Export to XML and Export detailed Security issues to PDF, but there is no function Export detailed Security issues to XML. |
TRAIN_Q449 | IBM Identifying people in scope across Matters in Atlas - United States Atlas People in Scope Views TECHNOTE (FAQ)
QUESTION
How do I identify people in scope across Matters in Atlas?
CAUSE
Query to identify people in scope across matters in Atlas
ANSWER
REP_PEOPLE_INSCOPE_VW view has information about people in scope. You can create a query by joining the view with REP_MATTER_VW, REP_REQUEST_VW, REP_NOTICES_VW and REP_PERSON_VW views.
Please refer to reporting views documentation at the following link for more details about Matter related views
https://www.ibm.com/support/knowledgecenter/SS5JP8_6.0.3/com.ibm.aps.use.doc/apsrv0044.html [https://www.ibm.com/support/knowledgecenter/SS5JP8_6.0.3/com.ibm.aps.use.doc/apsrv0044.html]l | How do I identify people in scope across Matters in Atlas? How do I identify people in scope across Matters in Atlas? | REP_PEOPLE_INSCOPE_VW view has information about people in scope. You can create a query by joining the view with REP_MATTER_VW, REP_REQUEST_VW, REP_NOTICES_VW and REP_PERSON_VW views. |
TRAIN_Q450 | IBM Changes in the default user identifier between WebSphere MQ V7.0.1 classes for JMS and WebSphere MQ V7.1 classes for JMS - United States TECHNOTE (FAQ)
QUESTION
You have configured a WebSphere Application Server WebSphere MQ messaging provider connection factory without an Authentication Alias and do not programmatically supply user identifier information when creating a connection to a queue manager. You notice a change in the default behaviour between WebSphere Application Server versions regarding the user identifier flowed on the MQCONN to the target WebSphere MQ Queue Manager:
- When using WebSphere Application Server v7.0 and v8.0, no user identifier value (blank) is passed to the queue manager.
- When using WebSphere Application Server V8.5, a non-blank user identifier value is passed to the queue manager.
In the latter case, you receive the following exception when creating a connection to a queue manager:
JMSCMQ0001: WebSphere MQ call failed with compcode '2' ('MQCC_FAILED') reason '2035' ('MQRC_NOT_AUTHORIZED')
Is this change in behaviour expected?
ANSWER
WebSphere MQ access control is based on user identifiers. There is a deliberate change in the default behaviour between the WebSphere MQ V7.0.1 classes for JMS and the WebSphere MQ V7.1 (and later) classes for JMS regarding the default user identifier flowed to the queue manager.
From the WebSphere MQ V7.1 classes for JMS onwards, a non-blank user identifier is always flowed to the queue manager when creating a connection to WebSphere MQ. This is true even if no user identifier has been specified, or a blank or null user identifier has been specified; for example by calling:
MQConnectionFactory.createConnection();
or:
MQConnectionFactory.createConnection(“”, “”);
or:
MQConnectionFactory.createConnection(null, null);
In the case where a null or blank user identifier has been specified, the WebSphere MQ V7.1 and later classes for JMS will query the value of the Java System Property user.name. The value of this property is flowed to the queue manager for authorization.
As a result, if the user identifier specified by the Java System Property user.name is not authorized to access the queue manager, the queue manager will return an exception to the WebSphere MQ classes for JMS with Reason Code MQRC_NOT_AUTHORIZED and the connection to the queue manager will not be established.
This change in behaviour could affect topologies that previously relied on the default behaviour in the WebSphere MQ V7.0.1 classes for JMS that flowed a blank user identifier when establishing a CLIENT mode transport connection. The expectation that a blank or null user identifier will be flowed by default, and that the user identifier that started the WebSphere MQ server-connection channel would be used by the queue manager when performing the authorization checks, is no longer valid from the WebSphere MQ V7.1 classes for JMS.
In the case outlined above, system administrators that are currently relying on the default behaviour of the WebSphere MQ V7.0.1 classes for JMS should review their configurations regarding the use of user identifiers and authorization. This might also help to improve security within their WebSphere MQ topology.
In summary, the change in behaviour will affect users of:
- The WebSphere MQ V7.1 and later classes for JMS.
- The WebSphere MQ V7.1 and later JCA Resource Adapter that includes the classes for JMS.
- Versions of WebSphere Application Server that include the WebSphere MQ V7.1 and later JCA Resource Adapter. Currently this is WebSphere Application Server V8.5.0.0 and later.
The com.ibm.mq.jms.ForceUserID Java System Property
A Java System Property called “com.ibm.mq.jms.ForceUserID” was introduced as part of APAR IZ49302 [http://www.ibm.com/support/docview.wss?uid=swg1IZ49302] and included from WebSphere MQ V6.0.2.8 and WebSphere MQ V7.0.1.
The changes made as part of this APAR could be used to change the default behaviour in the WebSphere MQ V7.0.1 classes for JMS regarding the user identifier value flowed to the queue manager when creating a connection.
This property is no longer valid from WebSphere MQ V7.1. Setting this property will have no affect on the WebSphere MQ V7.1 classes for JMS and later.
Other Useful Resources
WebSphere MQ Documentation
The WebSphere MQ Documentation contains a section on planning user authorization which also includes a description on access control for clients. A link to this section in the WebSphere MQ V7.1 Documentation is as follows:
WebSphere MQ > Security > Planning for your security requirements >> Planning authorization [http://pic.dhe.ibm.com/infocenter/wmqv7/v7r1/topic/com.ibm.mq.doc/zs14070_.htm]
Technotes
A Technote is available that explains J2C Authentication Aliases and how they can be used to configure the user identifier flowed to a queue manager when creating a connection:
Enterprise applications, the WebSphere Application Server WebSphere MQ messaging provider connection factories and Authentication Aliases explained [http://www.ibm.com/support/docview.wss?uid=swg21580097]
Cross reference information Segment Product Component Platform Version Edition Application Servers WebSphere Application Server | MQRC_NOT_AUTHORIZED after migrating from Websphere V7.0 to V8.5.5 After migration from WAS 7 TO WAS 8.5.5.3 ,WAS is unable to communicate with MQ and we see the following errors in the SystemOut.log:
com.ibm.msg.client.jms.DetailedJMSSecurityException: JMSWMQ2013: The security authentication was not valid that was supplied for QueueManager 'XXXQM' with connection mode 'Client' and host name 'ipaddress(port)'.
Please check if the supplied username and password are correct on the QueueManager to which you are connecting. at com.ibm.msg.client.wmq.common.internal.Reason .reasonToException(Reason.j ava:516)
.....
Caused by: com.ibm.mq.MQException: JMSCMQ0001: WebSphere MQ call failed with compcode '2' ('MQCC_FAILED') reason '2035' ('MQRC_NOT_AUTHORIZED'). at com.ibm.msg.client.wmq.common.internal.Reason.createException (Reason.java:204)
What is causing this? | WebSphere MQ access control is based on user identifiers. There is a deliberate change in the default behaviour between the WebSphere MQ V7.0.1 classes for JMS and the WebSphere MQ V7.1 (and later) classes for JMS regarding the default user identifier flowed to the queue manager. |
TRAIN_Q451 | IBM Configure IBM Content Collector to use SSL to communicate with IBM FileNet P8. - United States TECHNOTE (FAQ)
QUESTION
How do I configure IBM Content Collector (ICC) to use SSL to communicate with IBM FileNet P8 for all components?
CAUSE
ICC communicates with P8 in several different components. Depending on the API used for the various components, P8 certificates need to be installed in multiple places.
ANSWER
Do the following steps to install P8 certificates. Depending on your business requirements, you may not use all of the components so some steps may not be necessary.
* First obtain a P8 server certificate by accessing the P8 Content Engine ping page using this URL: https://<ce_server>:<ssl_port>/FileNet/Engine
From the browser, view the certificate and copy it to a file. Use it for later steps.
Do not use the MTOM page as it may not produce the same certificate that ICC requires.
* Perform this step if you are going to run ICC Initial Configuration to create new document classes in P8 object store. * To import the certificate, issue the following command, whereICCInstallDiris the directory of your Content Collector installation andP8CertificatFileis the certificate for the FileNet P8 server: "ICCInstallDir\java\jre\bin\keytool.exe" -import -file P8CertificateFile
-keystore "ICCInstallDir\java\jre\lib\security\cacerts" -alias afup8
* At the password prompt, enter the password for the JRE keystore. (The default password is changeit.)
* Enterywhen asked whether to trust the certificate.
* Run ICC Initial Configuration and you should then be able to validate the connection with P8 using SSL.
* Perform this step if you are going to run task route archiving to P8: * Add the P8 certificate into the Windows Trusted Root Certificate Authorities via the Microsoft Management Console.
* For more details instructions, refer to this document:
http://www-01.ibm.com/support/docview.wss?uid=swg21610358 [http://www-01.ibm.com/support/docview.wss?uid=swg21610358]
* Perform this step if you are going to retrieve, restore, or search for documents from P8: * Start ikeyman from ICC-install-directory\AFUWeb\ewasfor the ICC embedded web application server.
* In the ikeyman utility, select Key Database File>Open, and select PKCS12as key database type.
* In theLocationfield, specify theWAShome\profiles\profile name\config\cells\cell name\nodes\node name\trust.p12file.
ReplaceWAShome,profile name,cell name, andnode namewith the proper values of your web application server installation.
* Click OK.
* When prompted for a password, enter the password. ClickOK. The default password is WebAS.
* Under theSigner certificateslist, clickAddto add the P8 certificate.
* Exit ikeyman utility and restart IBM Content Collector Web Application service.
* For more details instructions, refer to this document: http://www.ibm.com/support/knowledgecenter/SSAE9L_4.0.1/com.ibm.content.collector.doc_kc/installing/t_afu_establish_trust_relationship.dita?lang=en [http://www.ibm.com/support/knowledgecenter/SSAE9L_4.0.1/com.ibm.content.collector.doc_kc/installing/t_afu_establish_trust_relationship.dita?lang=en] | How to connect ICC to P8 using SSL? In the ICC Configuration Manager, http has been changed to https in the P8 URL. But validating the connection to P8 fails. | ICC communicates with P8 in several different components. Depending on the API used for the various components, P8 certificates need to be installed in multiple places. |
TRAIN_Q452 | IBM Content Collector Configuration Store is corrupted - United States TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
IBM Content Collector Configuration Store Service cannot be started successfully due to database corruption.
SYMPTOM
Cannot start the IBM Content Collector Configuration Store Service
CAUSE
Transaction log gets corrupted when IBM Content Collector server runs out of disk space.
RESOLVING THE PROBLEM
1. Shutdown the IBM Content Collector Configuration Store Service if it is running.
2. Make a backup copy of all files under the following directory:
C:\ProgramData\IBM\ContentCollector\ConfigurationStore
C:\ProgramData may be hidden by default. Show hidden folders by changing the configuration in Folder and Search options > View tab > Hidden files and folders > Show hidden files, folders, and drives.
3. Free up disk space on the drive
4. Delete the following files:
C:\ProgramData\IBM\ContentCollector\ConfigurationStore\logs\*
C:\ProgramData\IBM\ContentCollector\ConfigurationStore\solmsg.out
C:\ProgramData\IBM\ContentCollector\ConfigurationStore\solerror.out
Important:
Delete only the files under C:\ProgramData\IBM\ContentCollector\ConfigurationStore\logs\.
Do not delete the folder itself.
5. If restoring the configuration store to a previously backed up copy is required, run afuConfigStoreTool -backup to restore the backup copy. See production documentation for more information on running this tool. Otherwise, proceed to the next step.
6. Restart IBM Content Collector services.
RELATED INFORMATION
IBM Content Collector Information Center [http://pic.dhe.ibm.com/infocenter/email/v4r0m0/index.jsp] | Cannot start the IBM Content Collector Configuration Store Service How to resolve when the IBM Content Collector Configuration Store Service cannot be started? | Shutdown the IBM Content Collector Configuration Store Service if it is running.
2. Make a backup copy of all files under the following directory:
C:\ProgramData\IBM\ContentCollector\ConfigurationStore
C:\ProgramData may be hidden by default. Show hidden folders by changing the configuration in Folder and Search options > View tab > Hidden files and folders > Show hidden files, folders, and drives.
3. Free up disk space on the drive
4. Delete the following files:
C:\ProgramData\IBM\ContentCollector\ConfigurationStore\logs\*
C:\ProgramData\IBM\ContentCollector\ConfigurationStore\solmsg.out
C:\ProgramData\IBM\ContentCollector\ConfigurationStore\solerror.out
Important:
Delete only the files under C:\ProgramData\IBM\ContentCollector\ConfigurationStore\logs\.
Do not delete the folder itself.
5. If restoring the configuration store to a previously backed up copy is required, run afuConfigStoreTool -backup to restore the backup copy. See production documentation for more information on running this tool. Otherwise, proceed to the next step.
6. Restart IBM Content Collector services. |
TRAIN_Q453 | IBM Cloud Orchestrator (ICO) continues to be a strategic solution for IBM - United States FLASH (ALERT)
ABSTRACT
Cloud Orchestrator (ICO) continues to be a strategic solution for IBM
CONTENT
IBM Cloud Orchestrator continues to be a strategic solution for IBM in Hybrid Cloud management and will continue to be actively developed. Future IBM Cloud Orchestrator releases will enable management of external OpenStack environments which are compliant with the RefStack certification, providing more choices and flexibility to clients to select their preferred OpenStack vendor. The current release of IBM Cloud Orchestrator will continue to bundle IBM Cloud Manager with OpenStack (ICMO), while future IBM Cloud Orchestrator releases will no longer bundle ICMO, as it has been announced that ICMO is at the end of market (see reference document below).
IBM Cloud Orchestrator (ICO) and IBM Cloud Manager with OpenStack (ICMO) will continue to be supported until Sept 2020.
Reference: ICMO End of Market announcement:
http://www-01.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/2/897/ENUS916-062/index.html&lang=en&request_locale=en [http://www-01.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/2/897/ENUS916-062/index.html&lang=en&request_locale=en] | ICO's Roadmap of supporting next OpenStack versions
Hello,
ICO 2.5.0.2 is compatible with OpenStack kilo, is there a plan making it work with OpenStack Liberty/Mitika ?
Would you share any information or link about the roadmap, please?
Thanks in advance. | The current release of IBM Cloud Orchestrator will continue to bundle IBM Cloud Manager with OpenStack (ICMO), while future IBM Cloud Orchestrator releases will no longer bundle ICMO, as it has been announced that ICMO is at the end of market (see reference document below). |
TRAIN_Q454 | IBM Information Server Informix Wire Protocol driver error "Transaction not available" from ODBC Connector Stage - United States TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
When using the ODBC Connector Stage to access data in an Informix database, receive the following error:
Message: ODBC_Connector_0: ODBC function "SQLPrepare" reported: SQLSTATE = HY000: Native Error Code = -95: Msg = [IBM(DataDirect OEM)][ODBC Informix Wire Protocol driver][Informix]Unexpected Network Error.
ODBC function "SQLPrepare" reported: SQLSTATE = HY000: Native Error Code = -256: Msg = [IBM(DataDirect OEM)][ODBC Informix Wire Protocol driver][Informix]Transaction not available. (CC_OdbcDBStatement::dbsPrepare, file CC_OdbcDBStatement.cpp, line 347)
RESOLVING THE PROBLEM
To resolve the above error, set the Transaction handling>Isolation Level from none to Auto-Commit. | Column Analysis on Informix database using odbc connector fails with error SQLSTATE = HY000: Native Error Code = -256 Column Analysis on Informix database using odbc connector fails with error SQLSTATE = HY000: Native Error Code = -256 | To resolve the above error, set the Transaction handling>Isolation Level from none to Auto-Commit. |
TRAIN_Q455 | IBM Using dblook and ij to work with the embedded Apache Derby in WebSphere Portal - United States TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
IBM WebSphere Portal 6.1 uses an embedded version of Apache Derby out of the box. However, there is no longer a graphical tool such as CloudView (as with Cloudscape 5.x). In order to obtain the data and structure of the WebSphere Portal database, dblook and ij utilities can be used to accomplish such goals.
RESOLVING THE PROBLEM
Before proceeding with the following, it is strongly recommended that you back up your Derby database. Make a copy of <wp_profile>/PortalServer/derby/wpsdb to a backup directory. Since the version of Derby used in WebSphere Portal is embedded, you must stop the Portal server before you can access the database although you can always work on the backup copy.
NOTE: For simplicity, we will omit the extension of the utilities. You should add ".sh" or ".bat' depending on the platform.
There are three primary utility tools that are installed with WebSphere 6.1, "dblook", "ij", and "sysinfo", under the <was_root>/AppServer/derby/bin/embedded directory. The sysinfo utility generates information about the operating system, the Java version and classpath, and the Derby driver files and version information.
dblook utility
The dblook utility is used to view the database structure (in DDL - Data Definition Language) for a specific database.
The usage is dblook -d <databaseURL> [options], where databaseURL is in the "jdbc:derby:<database>" format. The <database> should be given as a full path, such as C:\IBM\WebSphere\wp_profile\derby\wpsdb.
Commonly used options include:
*
*
*
*
*
*
*
*
*
*
* Examples:
*
*
* dblook -d jdbc:derby:C:\IBM\WebSphere\wp_profile\PortalServer\wpsdb -o C:\temp\wpsdb_ddl.sql
*
*
*
*
* dblook -d jdbc:derby:C:\IBM\WebSphere\wp_profile\PortalServer\wpsdb -z release -o C:\temp\wpsdb_ddl.sql
*
*
*
*
* dblook -d jdbc:derby:C:\IBM\WebSphere\wp_profile\PortalServer\wpsdb -z release -t user_desc -verbose -o C:\temp\user_desc.sql
*
*
ij utility
The ij utility is a command line SQL processor. It can be used to run DDL for creating database, tables, indexes, and so on. In a WebSphere Portal environment, it would typically be used for exporting data or making simple changes (when advised by IBM Support).
To start ij, simply open a command prompt or terminal window, change the directory and enter the command. You should then see the ij shell with prompt "ij>".
The following are some common commands that you may use when reviewing data in the Portal database. *
* ij> connect 'jdbc:derby:C:\IBM\WebSphere\wp_profile\derby\wpsdb';
*
*
*
*
* ij> show connections;
*
*
* CONNECTION0* - jdbc:derby:C:\ibm\websphere\wp_profile\portalserver\derby\wpsdb
* = current connection
ij> driver "org.apache.derby.jdbc.EmbeddedDriver';
*
*
*
* ij> set schema=release;
*
*
*
*
* ij> select * from user_desc where oid=1000;
*
*
*
*
* ij> run 'myquery.sql';
*
*
*
*
*
*
* ij> CALL SYSCS_UTIL.SYSCS_EXPORT_TABLE('RELEASE','USER_DESC','USER_DESC.SQL',';','|',NULL);
*
*
*
*
* ij>
* CALL SYSCS_UTIL.SYSCS_EXPORT_QUERY('SELECT * FROM RELEASE.USER_DESC','user_desc_query.sqlL',null,'|',NULL);
*
*
RELATED INFORMATION
Derby utility from Apache [http://docs.oracle.com/javadb/10.3.3.0/getstart/cgsusingtoolsutils.html]
Derby SQL references from Apache [http://db.apache.org/derby/docs/10.1/ref/crefsqlj23296.html]
Cross reference information Segment Product Component Platform Version Edition Organizational Productivity- Portals & Collaboration WebSphere Portal End of Support Products AIX, HP-UX, IBM i, Linux, Solaris, Windows, z/OS 7.0, 6.1 | How can I query the Derby database in Portal via SQL statements? I have a Portal system I just installed. I have not yet run database-transfer to copy the data from the Derby database to a DB2, Oracle, or SQL Server database. I don't wish to transfer to an external database and I have a need to run a SQL query against a table or two in the Derby database to troubleshoot an issue.
How can I perform this action? | In order to obtain the data and structure of the WebSphere Portal database, dblook and ij utilities can be used to accomplish such goals. |
TRAIN_Q456 | IBM Exceptions starting WAS 8.5 as non root user on Solaris - United States TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
You notice the exceptions below at start up.
SYMPTOM
Exception: command /usr/sbin/zonecfg failed with 1
and
FFDC Exception:java.lang.Exception SourceId:com.ibm.ws.xd.vv.nodedetect.NetworkInterfaceUtil.getMacAddresses ProbeId:2
java.lang.Exception: dlopen() returned error; rc=128
CAUSE
When WebSphere Application Server is run as a non-root user it will not be able to run native commands. This limited access causes the exceptions.
RESOLVING THE PROBLEM
To resolve the problem, run WebSphere Application Server under a root user. If the environment is not virtualized, that is if Solaris zones are not being used then the errors can be ignored as these will only occur at start up and will not affect a non-virtualized environment | zonecfg error while starting nodeagent and dmgr
I saw zonecfg error while starting nodeagent and dmgr in solaris server
My env is Oracle Solaris 11.2 SPARC, and WAS is 8558, jave 1.7. [1/22/16 21:31:18:379 AEDT] 00000001 SystemOut O java.lang.Exception: command /usr/sbin/zonecfg failed with 1 at com.ibm.ws.xd.agent.hypervisor.SolarisHypervisor.executeCommand(SolarisHypervisor.java:357) at com.ibm.ws.xd.agent.hypervisor.SolarisHypervisor.access$100 (SolarisHypervisor.java:30) at com.ibm.ws.xd.agent.hypervisor.SolarisHypervisor$Zone.processZoneCfg(SolarisHypervisor.java:570) at com.ibm.ws.xd.agent.hypervisor.SolarisHypervisor$Zone.(SolarisHypervisor.java:461) at com.ibm.ws.xd.agent.hypervisor.SolarisHypervisor ..... Is that normal behavior and what's the exactly meaning of the error? | When WebSphere Application Server is run as a non-root user it will not be able to run native commands. This limited access causes the exceptions. |
TRAIN_Q457 | IBM How to set an appropriate number of Portal Datasource connections in WebSphere Portal - United States TECHNOTE (FAQ)
QUESTION
For a given maximum number of Portal WebContainer threads set, what should I set my maximum Portal datasource connections to?
ANSWER
When tuning WebSphere Portal at version 6.0 and beyond, one of the concerns that arises is how should one tune the maximum number of Portal datasources. Portal can and does make heavy internal use of datasources, so miscalculating this (maximum) value can have a significant impact on system behavior. Out of the box, the default maximum setting is 50. This may or may not be sufficient for any given system.
Each Portal request may make any number of database (DB) requests ranging for none to several.. Further, customized portlets and PPR (Parallel Portlet Rendering) may cause several concurrent DB requests. By default, the maximum number of WebContainer threads is also set to 50. Therefore the ratio between the maximum number of Portal datasource connections to the maximum number of Portal WebContainer threads is 1:1. Support has found that this ratio is often too low for the best performance. In the past, there have been recommendations of this ratio as high as of 2:1 or even 2.5:1.
However, these values caused concern in large deployments where the TOTAL number of maximum datasource connections might start to place a strain on backend resources. Recent analysis suggests that these ratio values may be safely reduced to 1.25: 1 for all Portal datasource, with the exception of the jcrDB when WCM is used extensively. In this case, we recommend a ratio of 1.5:1
-----------------------------------------------------------------------------------------------------------------
For example, if your system's
Maximum number of WebContainer threads is 100
then you should set your
Maximum number of Portal datasource connections to 125
for each Portal datasource.
-----------------------------------------------------------------------------------------------------------------
If during Runtime, you should find that your running out of Portal Datasource connections, you may go ahead and increase the ratio up to 2:1. Please be aware of how this might impact your backend resources and be sure to scale your database accordingly.
------------------------------------------------------------------------------------------------------------------
To find the number of WebContainer threads that are running in any particular Portal server, use the WebSphere Application Server Admin Console and go to the following location:
Servers ---> Application Servers --> WebSphere_Portal (your server) --> Thread Pools --> WebContainer
To find the Data Source setting for your Portal datasources, use the WebSphere Application Server Admin Console to go to the following location:
Resources ---> Data Sources ---> wpdbDB (for example) --> Connection pools
-------------------------------------------------------------------------------------------------------------------- | What is the correct number of datasource connections for Portal? What is the best way to figure out how to configure the maximum number of datasource connections for my Portal server? What factors are involved that I need watch out for? | When tuning WebSphere Portal at version 6.0 and beyond, one of the concerns that arises is how should one tune the maximum number of Portal datasources. Portal can and does make heavy internal use of datasources, so miscalculating this (maximum) value can have a significant impact on system behavior. Out of the box, the default maximum setting is 50. This may or may not be sufficient for any given system.
Each Portal request may make any number of database (DB) requests ranging for none to several.. Further, customized portlets and PPR (Parallel Portlet Rendering) may cause several concurrent DB requests. By default, the maximum number of WebContainer threads is also set to 50. Therefore the ratio between the maximum number of Portal datasource connections to the maximum number of Portal WebContainer threads is 1:1. Support has found that this ratio is often too low for the best performance. In the past, there have been recommendations of this ratio as high as of 2:1 or even 2.5:1.
However, these values caused concern in large deployments where the TOTAL number of maximum datasource connections might start to place a strain on backend resources. Recent analysis suggests that these ratio values may be safely reduced to 1.25: 1 for all Portal datasource, with the exception of the jcrDB when WCM is used extensively. In this case, we recommend a ratio of 1.5:1 |
TRAIN_Q458 | IBM Error TASK001X while upgrading Portal 8.0.0.1 to 8.0.0.1 CF14 during import-nodes sub-task - United States upgrade; TASK001X; import-nodes; 404 TECHNOTE (TROUBLESHOOTING)
PROBLEM
While attempting to upgrade Portal to CF14 the upgrade fails during the import-nodes sub-task.
SYMPTOM
The ConfigTrace.log shows the following...
import-nodes:
--- Exception Thrown ---
C:\Portal8\PortalServer\jcr\wp.content.repository.install\config\include
s\jcr.install_cfg.xml:826: com.ibm.icm.jcr.task.TaskException:
TASK001X: Remote task execution failed with response code 404 due to
exception : Not Found . Please check the server log for more
information.
at
com.ibm.icm.jcr.task.AbstractRemoteTask.execute(AbstractRemoteTask.java:
840)
at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
at org.apache.tools.ant.Task.perform(Task.java:364)
at org.apache.tools.ant.Target.execute(Target.java:341)
at org.apache.tools.ant.Target.performTasks(Target.java:369)
at
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
at
org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleChe
ckExecutor.java:37)
...
Caused by: com.ibm.icm.jcr.task.TaskException: TASK001X: Remote task
execution failed with response code 404 due to exception : Not Found .
Please check the server log for more information.
at
com.ibm.icm.jcr.task.AbstractRemoteTask.execute(AbstractRemoteTask.java:
825)
... 75 more
CAUSE
The customer had previously disabled the autostart on several applications to improve the Portal startup time
ENVIRONMENT
Portal 8.0.0.1
Windows
DIAGNOSING THE PROBLEM
from ConfigTrace.log...
Wed Nov 19 16:49:42 CST 2014
Target started: import-nodes
import-nodes:
--- Exception Thrown ---
C:\Portal8\PortalServer\jcr\wp.content.repository.install\config\include
s\jcr.install_cfg.xml:826: com.ibm.icm.jcr.task.TaskException:
TASK001X: Remote task execution failed with response code 404 due to
exception : Not Found . Please check the server log for more
information.
at
com.ibm.icm.jcr.task.AbstractRemoteTask.execute(AbstractRemoteTask.java:
840)
at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
...
Caused by: com.ibm.icm.jcr.task.TaskException: TASK001X: Remote task
execution failed with response code 404 due to exception : Not Found .
Please check the server log for more information.
at
com.ibm.icm.jcr.task.AbstractRemoteTask.execute(AbstractRemoteTask.java:
825)
... 75 more
From here I reviewed the SystemOut.log at the same timestamp and see
the following...
[11/19/14 16:49:43:804 CST] 00000042 filter E
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper doFilter
SRVE8109W: Uncaught exception thrown by filter Extensible Filter:
java.io.FileNotFoundException: SRVE0190E: File not found:
/jcr/remotetask
at
com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor._processEDR(
DefaultExtensionProcessor.java:893)
at
com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.processEDR(D
efaultExtensionProcessor.java:874)
Both of these messages seems to indicate a problem with the WCM
startup. This code is contained in the following
application....JavaContentRepository.ear.
Looking at your last Portal startup I saw this below which occurs
during the wcm application startup....
[11/19/14 15:57:54:566 CST] 00000009 ApplicationMg A WSVR0200I:
Starting application: wcm
....
[11/19/14 16:00:36:812 CST] 00000005 TimeoutManage I WTRN0006W:
Transaction
00000149CA10760B000000012830B348BBD991CDC4031D0DFCED27CDD500F13F7FC95B79
00000149CA10760B000000012830B348BBD991CDC4031D0DFCED27CDD500F13F7FC95B79
00000001 has timed out after 120 seconds.
[11/19/14 16:00:36:831 CST] 00000005 TimeoutManage I WTRN0124I: When
the timeout occurred the thread with which the transaction is, or was
most recently, associated was Thread[server.startup : 0,5,main]. The
stack trace of this thread when the timeout occurred was:
java.lang.Thread.blockedOn(Thread.java:1076)
sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce
ssorImpl.java:37)
java.lang.reflect.Method.invoke(Method.java:611)
Knowing this I further reviewed the SystemOut.log to see where the JCR
web module gets loaded during startup....it should begin like this...
SRVE0169I: Loading Web Module: JCRContentRepository.
Your startup does not have this. This prompted me to review the
deployment.xml from the JavaContentRepository application directory at
this location...
Portal8/wp_profile/config/cells/C001389391Cell/applications/JavaContentR
epository.ear/deployments/JavaContentRepository/deployment.xml
The contents show the following...
<targetMappings xmi:id="DeploymentTargetMapping_1335003370698"
enable="false" target="ServerTarget_1335003370698"/>
The enable=false means that you have this application set to not
autostart. Because of this it is not starting during Portal startup
and therefore is not available when the config task attempts to
communicate with it during the upgrade...and therefore causes the
problem.
RESOLVING THE PROBLEM
Please make the following change in the WAS Admin Console...
Applications > WebSphere enterprise applications >
JavaContentRepository > Target specific application status > Check the
box for the WebSphere_Portal server > Click Enable Auto Start > Save
changes > restart Portal
After making this change please attempt the CF upgrade again. | Error TASK001X while upgrading Portal 8.0.0.1 to 8.0.0.1 CF14 during import-nodes sub-task Error TASK001X while upgrading Portal 8.0.0.1 to 8.0.0.1 CF14 during import-nodes sub-task | Please make the following change in the WAS Admin Console...
Applications > WebSphere enterprise applications >
JavaContentRepository > Target specific application status > Check the
box for the WebSphere_Portal server > Click Enable Auto Start > Save
changes > restart Portal
After making this change please attempt the CF upgrade again. |
TRAIN_Q460 | IBM SPSS Student Version and Graduate Pack Resources - United States SPSS Support Acquisition Statistics Stats Grad Pack Student TECHNOTE (FAQ)
QUESTION
Where do I get support for IBM SPSS Student Version or Graduate Pack software?
ANSWER
Step 1:
For installation & licensing issues on Student version and Graduate pack, contact your vendor.
* Hearne [http://www.hearne.software/Software/SPSS-Grad-Packs-for-Students-by-IBM/FAQ]
* On the Hub [http://onthehub.com/]
* StudentDiscounts.com [http://studentdiscounts.com/contact-us.aspx]
* JourneyEd [https://www.journeyed.com/contact]
* thinkEDU [https://thinkedu.desk.com/]
* Studica [http://www.studica.com/technical-support]
Cross reference information Segment Product Component Platform Version Edition Business Analytics SPSS Amos Windows Not Applicable Grad Pack, Shrinkwrap, Campus Business Analytics SPSS Modeler Platform Independent Not Applicable Business Analytics SPSS Text Analytics for Surveys Windows Not Applicable Business Analytics SPSS Statistics Platform Independent Not Applicable Campus Edition, Grad Pack, Student Version | How do I transfer my SPSS 24 license key to a new computer? I need to transfer my SPSS 24 license key to a new computer. I was able to download IBM® SPSS® Statistics Standard GradPack 24 for Windows (12-Mo Rental) onto the new computer, but every time I put in the activation code, I am met with this error message:
Authorization failed.: You are not allowed to generate any more new licenses.
End Of Transaction.
No additional authorizations are permitted on this code.
What should I do?
This dW Answers question is about an IBM document with the Title:
SPSS Student Version and Graduate Pack Resources | For installation & licensing issues on Student version and Graduate pack, contact your vendor. |
TRAIN_Q461 | IBM Tivoli Integrated Portal hangs because of Argus java.lang.OutOfMemory. - United States cacheTime; config.xml; Argus; TIP cache; TIPL2CONF; TIPL2PERF TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
Argus stores it's role authorizations in memory cache, and is not cleaned out unless the TIP is restarted. The "cacheTime" variable controls this, which is set to -1 by default. If the number of TIP roles is high, it can cause Java OOM errors.
SYMPTOM
TIP hangs. SystemOut.log file shows Java.lang.OutOfMemoryError:
[10/2/13 9:27:54:838 CDT] 0000002a webapp E com.ibm.ws.webcontainer.webapp.WebApp logServletError SRVE0293E:
[Servlet Error]-[/secure/isclite/tiles/nop.jsp]: java.lang.OutOfMemoryError: Java heap space at java.lang.Object.clone(Native Method)
CAUSE
By default, the ARGUS cache will not get cleaned up unless the TIP server is restarted. This normally will give the system good runtime performance. However, in cases where a large number of user/role mappings are defined, the system may run into Java memory issues causing Java OutOfMemory outages.
The cacheTime we are talking about here is Argus cache. The is used for the way the role authorizations are stored in memory by Argus and nothing related to LDAP or SSO. The Argus cache time by default we ship with in TIP is -1 which means the cache will not get cleaned up till we re-start the server.
Error from the <TIP_HOME>/profiles/TIPProfile/logs/server1/SystemOut.log
[10/2/13 9:27:54:838 CDT] 0000002a webapp E com.ibm.ws.webcontainer.webapp.WebApp logServletError SRVE0293E:
[Servlet Error]-[/secure/isclite/tiles/nop.jsp]: java.lang.OutOfMemoryError: Java heap space at java.lang.Object.clone(Native Method)
ENVIRONMENT
all environments
DIAGNOSING THE PROBLEM
Java heapdump files will be created in the <TIP_HOME>/profiles/TIPProfile directory.
heapdump.20131022.144244.20034001.phd
The Systemout.log will have have errors similar to this:
[10/2/13 9:27:54:838 CDT] 0000002a webapp E com.ibm.ws.webcontainer.webapp.WebApp logServletError SRVE0293E:
[Servlet Error]-[/secure/isclite/tiles/nop.jsp]: java.lang.OutOfMemoryError: Java heap space at java.lang.Object.clone(Native Method)
Using the memory heap dump analysis shows that Argus is the problem, specifically the instance shown inside the red line in the output of the Java memory analyzer below:
[/support/docview.wss?uid=swg21657452&aid=1] [/support/docview.wss?uid=swg21657452&aid=1]
You can also check the cacheTime variable in the <TIP_HOME>/profiles/TIPProfile/config/cells/TIPCell/commonauthz/config.xml file to confirm if it's set to "-1", which means the Argus cache will not get cleaned up unless the TIP server is restarted.
RESOLVING THE PROBLEM
The cacheTime value in config.xml is in milliseconds. TIP is shipped with the initial value of -1, which means the Argus cache will not be cleared out unless TIP restart. To resolve this issue you need to configure 'cacheTime' to non -1 value. Initially we suggest setting the value to 1200000, which is 20 minutes. After the change you will have to restart the TIP server, normally server1.
NOTE: The cacheTime variable was added in TIP version 2.2.0.0. | How can I configure TIP to clear the ARGUS cache without having to do a system restart? Argus stores it's role authorizations in memory cache, and is not cleaned out unless the TIP is restarted. The "cacheTime" variable in the configFile.xml configuration file controls this, which is set to -1 by default. If the number of TIP roles is high, it can cause Java OOM errors. | To resolve this issue you need to configure 'cacheTime' to non -1 value. Initially we suggest setting the value to 1200000, which is 20 minutes. After the change you will have to restart the TIP server, normally server1. |
TRAIN_Q462 | IBM Security Bulletin: IBM MQ and IBM MQ Appliance Shared memory leak caused by MQ applications using dynamic queues. (CVE-2017-1283) - United States SECURITY BULLETIN
SUMMARY
Shared memory leak caused by MQ applications using dynamic queues.
VULNERABILITY DETAILS
CVEID: CVE-2017-1283 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1283]
DESCRIPTION: IBM WebSphere MQ could allow an authenticated user to cause a shared memory leak by MQ applications using dynamic queues, which can lead to lack of resources for other MQ applications.
CVSS Base Score: 3.1
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/125144 [https://exchange.xforce.ibmcloud.com/vulnerabilities/125144] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L)
AFFECTED PRODUCTS AND VERSIONS
IBM MQ V8
IBM MQ 8.0.0.0 - 8.0.0.6 maintenance levels
IBM MQ Appliance V8
IBM MQ Appliance 8.0.0.0 - 8.0.0.6 maintenance levels
IBM MQ V9
IBM MQ 9.0.0.0 - 9.0.0.1 maintenance levels
IBM MQ V9 CD
IBM MQ 9.0.1 - 9.0.3 releases
IBM MQ Appliance V9 CD
IBM MQ Appliance 9.0.1 - 9.0.3
REMEDIATION/FIXES
IBM MQ V8
Apply Fix Pack 8.0.0.7 [https://www-01.ibm.com/support/docview.wss?uid=swg22005832]
IBM MQ Appliance V8
Apply Fix Pack 8.0.0.7 for MQ Appliance [https://www-01.ibm.com/support/docview.wss?uid=swg22005832]
IBM MQ V9
Apply Fix Pack 9.0.0.2 [http://www-01.ibm.com/support/docview.wss?uid=swg24044038]
IBM MQ V9 CD
Upgrade to IBM MQ 9.0.4 [http://www-01.ibm.com/support/docview.wss?uid=swg24043348]
IBM MQ Appliance V9 CD
Upgrade to IBM MQ Appliance 9.0.4 [http://www-01.ibm.com/support/docview.wss?uid=swg24043348]
WORKAROUNDS AND MITIGATIONS
None.
GET NOTIFIED ABOUT FUTURE SECURITY BULLETINS
Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this.
REFERENCES
Complete CVSS v3 Guide [http://www.first.org/cvss/user-guide]
On-line Calculator v3 [http://www.first.org/cvss/calculator/3.0]
RELATED INFORMATION
IBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html]
IBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt]
CHANGE HISTORY
14 Nov 2017: Initial Version
*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin.
DISCLAIMER
According to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an "industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response." IBM PROVIDES THE CVSS SCORES "AS IS" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY. | Security Bulletin: IBM MQ and IBM MQ Appliance Shared memory leak caused by MQ applications using dynamic queues (CVE-2017-1283) I need to understand details regarding Security Bulletin: IBM MQ and IBM MQ Appliance Shared memory leak caused by MQ applications using dynamic queues (CVE-2017-1283). Where can I find this information? | CVEID: CVE-2017-1283 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1283]
DESCRIPTION: IBM WebSphere MQ could allow an authenticated user to cause a shared memory leak by MQ applications using dynamic queues, which can lead to lack of resources for other MQ applications.
CVSS Base Score: 3.1
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/125144 [https://exchange.xforce.ibmcloud.com/vulnerabilities/125144] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L) |
TRAIN_Q463 | IBM Multiple logins using the same user ID - United States ConcurrentModificationException; log in; login; multiple; userid; multiple login TECHNOTE (FAQ)
QUESTION
"ConcurrentModificationException" and other errors may occur if the same user id is logged in to IBM WebSphere Portal multiple times.
ANSWER
WebSphere Portal has no built-in mechanism or configuration setting to limit the number of times a user id may log in. Unexpected behavior may occur if the same id is logged in more than once and this is not supported.
"ConcurrentModificationException" and other errors may be logged.
Most of the related issues were resolved in WebSphere Portal 5.1. However, you may still encounter exceptions or side-effects if you access the Portal in multiple browser windows using the same user id, whether or not the authentication requests take place on separate physical hosts.
It may be possible to prevent multiple logins by writing custom "tracking code." Contact IBM Services for assistance to undertake such a project. WebSphere Portal Development does not have any sample code.
If you wish to write your own code, some of the issues to be aware of are (this is not an inclusive list):
-- Multiple logins may take place on different nodes in a cluster. This means some cluster-wide mechanism would have to be in place to keep track of the logged-in users. Look at the WebSphere Application Server DistributedMap interface.
-- There should be a fail-safe way to track user logout (explicit logout and session timeout). Using a session listener might be a possibility.
-- If a user closes the browser without logging out, that user must wait for a session timeout before logging in again. Otherwise, there should be a "force simultaneous login" option in the login user interface.
For load testing, use unique user ids or virtual users.
RELATED INFORMATION
Portal 6.1/7.0: Authentication Filters [http://publib.boulder.ibm.com/infocenter/wpdoc/v6r1/index.jsp?topic=/com.ibm.wp.ent.doc_v615/admin/adauthflt.html]
Portal 6.1: Custom Login Portlet [https://www.ibm.com/support/docview.wss?uid=swg21358508]
Restricting Multiple Sessions [http://www-10.lotus.com/ldd/portalwiki.nsf/dx/Restricting_Multiple_Sessions_in_WebSphere_Portal]
Cross reference information Segment Product Component Platform Version Edition Organizational Productivity- Portals & Collaboration WebSphere Portal End of Support Products General AIX, HP-UX, Linux, Solaris, Windows 7.0, 6.1.5, 6.1, 6.0, 5.1 | Can Portal prevent the usage of simultaneous logins with the same userID? Is it possible for WebSphere Portal to limit the usage of a userID to one authenticated session as a time? In other words, prevent authenticating to Portal as "user1" from one browser and then simultaneously authenticating to Portal again as "user1" from another browser? | WebSphere Portal has no built-in mechanism or configuration setting to limit the number of times a user id may log in. Unexpected behavior may occur if the same id is logged in more than once and this is not supported.
"ConcurrentModificationException" and other errors may be logged.
Most of the related issues were resolved in WebSphere Portal 5.1. However, you may still encounter exceptions or side-effects if you access the Portal in multiple browser windows using the same user id, whether or not the authentication requests take place on separate physical hosts.
It may be possible to prevent multiple logins by writing custom "tracking code." Contact IBM Services for assistance to undertake such a project. WebSphere Portal Development does not have any sample code.
If you wish to write your own code, some of the issues to be aware of are (this is not an inclusive list):
-- Multiple logins may take place on different nodes in a cluster. This means some cluster-wide mechanism would have to be in place to keep track of the logged-in users. Look at the WebSphere Application Server DistributedMap interface.
-- There should be a fail-safe way to track user logout (explicit logout and session timeout). Using a session listener might be a possibility.
-- If a user closes the browser without logging out, that user must wait for a session timeout before logging in again. Otherwise, there should be a "force simultaneous login" option in the login user interface.
For load testing, use unique user ids or virtual users. |
TRAIN_Q465 | IBM WebSphere Portal startup fails with EJCBC0002E: The service [<serviceName>] could not be located. - United States EJCBC0002E; EJPFD0016E; extensionregistry; CORFriendlySelectionServiceHome TECHNOTE (TROUBLESHOOTING)
PROBLEM
When starting the WebSphere_Portal server, startup throws an exception: EJCBC0002E: The service could not be located.
SYMPTOM
In the SystemOut.log, the following exception can be seen at the time the wps.ear application is started:
===========================
[1/13/11 11:00:56:875 EST] 00000015 Servlet E com.ibm.wps.engine.Servlet init EJPFD0016E: Initialization of service failed.
com.ibm.portal.resolver.exceptions.LocalizedIOException: EJCBC0002E: The service [com.ibm.wps.resolver.friendly.CORFriendlySelectionServiceHome] could not be located.
at com.ibm.portal.resolver.helper.eclipse.Platform.createInstance(Platform.java:201)
at com.ibm.portal.resolver.helper.eclipse.Platform.createInstance(Platform.java:128)
at com.ibm.wps.resolver.friendly.service.PortalFriendlySelectionBootstrapService.init(PortalFriendlySelectionBootstrapService.java:197)
at com.ibm.wps.services.Service.init(Service.java:107)
at com.ibm.wps.services.Service.init(Service.java:83)
at com.ibm.wps.services.ServiceManager.createService(ServiceManager.java:363)
===========================
The service name in this case is "com.ibm.wps.resolver.friendly.CORFriendlySelectionServiceHome", but the name could vary.
You may also see warnings for various applications like this:
===========================
[1/13/11 11:00:54:250 EST] 00000015 RegistryResol W CWXRS0023W: Extension Point (com.ibm.portal.model.skinlistprovider) not available for Extension: com.ibm.wps.engine.standardSkinListProvider
[1/13/11 11:00:54:252 EST] 00000015 RegistryResol W CWXRS0023W: Extension Point (com.ibm.portal.model.themelistprovider) not available for Extension: com.ibm.wps.engine.standardThemeListProvider
[1/13/11 11:00:54:269 EST] 00000015 RegistryResol W CWXRS0023W: Extension Point (com.ibm.portal.resolver.model.ContentNodeLinkGenerator) not available for Extension: com.ibm.wps.ai.rest.AIContentNodeLinkGenerator
[1/13/11 11:00:54:278 EST] 00000015 RegistryResol W CWXRS0023W: Extension Point (com.ibm.portal.resolver.model.NavigationNodeLinkGenerator) not available for Extension: com.ibm.wps.ai.rest.AINavigationNodeLinkGenerator
===========================
CAUSE
These messages indicate that the the temporary directory for extension points has become corrupted. This can happen after a server is upgraded.
RESOLVING THE PROBLEM
To resolve this problem, you can do the following:
1. Stop the WebSphere_Portal server
2. Delete the contents of the following directory:
<wp_profile root>/temp/<node name>/WebSphere_Portal/_extensionregistry
3. Start the WebSphere_Portal server. | Why do I get a nullPointerException from the default portal theme? EJCBD0021E
I can see the following nullPointerException in the logs:
EJCBD0021E: The URI [dav:fs-type1/themes/Portal8.0/theme.html] and parameters [['themeURI'=['dav:fs-type1/themes/Portal8.0/theme.html'], 'mime-type'=['text/html']]] could not be processed: [EJCBD0021E: The URI [dav:fs-type1/themes/Portal8.0/nls/theme_en.html] and parameters [['themeURI'=['dav:fs-type1/themes/Portal8.0/theme.html'], 'mime-type'=['text/html']]] could not be processed: [EJCBD0019E: The data source identified by the URI [co:head] and parameters []] could not be processed: [java.lang.NullPointerException]]]
Additional review of the logs shows the entry:
Caused by: java.lang.NullPointerException at com.ibm.wps.resolver.impl.ExtensionTracker.(ExtensionTracker.java: 481) at com.ibm.wps.resolver.impl.ExtensionTracker.(ExtensionTracker.java: 502) at com.ibm.wps.resolver.impl.ExtensionTracker.(ExtensionTracker.java: 518) at com.ibm.wps.resolver.resource.BlackWhiteListFactoryOnExtensionRegistry.< init>(BlackWhiteListFactoryOnExtensionRegistry.java:226) ... 136 more | the temporary directory for extension points has become corrupted. This can happen after a server is upgraded. |
TRAIN_Q466 | IBM Seed value used during the instance creation is lost : Recovery procedure - United States seed lost; idsgendirksf; Encryption Seed Value; key stash file TECHNOTE (TROUBLESHOOTING)
THIS DOCUMENT APPLIES ONLY TO THE FOLLOWING LANGUAGE VERSION(S):
English
PROBLEM(ABSTRACT)
Generating key stash file if the seed value which was used at the time of instance creation has been lost then there is no way to recover this seed value.
RESOLVING THE PROBLEM
There is NO way to recover the seed value used during the instance creation if it has been lost. The only workaround is to create a new instance with a new encryption seed value and then use the db2ldif and ldif2db utilities to export and import data respectively. These utilities can be supplied with the new encryption seed and the salt value of the new instance. Thus the data would be preserved(alongwith the passwords) on this new instance.
Here are the steps to follow:
1. Set up a new instance says "newinst".
$> idsicrt -I newinst -e thisismyencryptionseed -l (/home/newinst) -n
$> idscfgdb -I newinst -w ldap -a newinst -t newinst -l (/home/newinst) -n
$> idscfgsuf -s "o=ibm,c=us" -I newinst -n
$> idsdnpw -u cn=root -p root -I newinst -n
2. Note the encryption seed - "thisismyencryptionseed". Let us call this new_encryptionseed
3. Once this new instance is setup note down the salt value generated by the new server instance by searching for "cn=crypto,cn=localhost".
$> ldapsearch -D <administrator DN> -w <administrator password> -b "cn=crypto,cn=localhost" -s base objectclass=* ibm-slapdCryptoSalt
Let us call this value: new_saltvalue
4. Lets assume that the instance name with the forgotten encryption seed is "oldinst"
5. Use the db2ldif utility on the instance with the forgotten encryptionseed, oldinst with the following options -
$> db2ldif -o outputfile -I oldinst -k new_encryptionseed -t new_saltvalue
6. Once this step is successfully completed the entire data from "oldinst" would be dumped in outputfile.
7. Use the utilities like ldif2db to re-load all the data into the new server instance.
HISTORICAL NUMBER | What happens if I lost my seed and salt value? In ISDS, what happens if I lost my seed and salt value?
This dW Answers question is about an IBM document with the Title:
Open Mic Webcast: Configuring SDS 8.0.1 Virtual Appliance with a remote DB2 database - Tuesday, 17 Jan 2017 [presentation slides are attached; includes link to replay] | There is NO way to recover the seed value used during the instance creation if it has been lost. The only workaround is to create a new instance with a new encryption seed value and then use the db2ldif and ldif2db utilities to export and import data respectively. These utilities can be supplied with the new encryption seed and the salt value of the new instance. Thus the data would be preserved(alongwith the passwords) on this new instance. |
TRAIN_Q467 | IBM Procedure to change the username and/or password for the FileNet Content Engine Directory Service Account, including the bootstrap user - United States change; user; password; fem; directory service; bootstrapconfig; bootstrap user TECHNOTE (FAQ)
QUESTION
How do you change the user and/or password for Directory Service Account used by the Content Engine?
ANSWER
The Directory Service user account and password are normally used in two product components: FileNet Enterprise Manager (FEM), and the application server. A coordinated update procedure should be followed when there is a need to change the user account and/or password. This procedure applies to FileNet Content Engine 4.x and above.
*
* Note:
*
*
If the same user account is also used as the CE Bootstrap user, the corresponding user in the BootstrapConfig.properties needs to change as well. For changing the GCD admin user/password in BootstrapConfig.properties specifically, refer to this documentation:
http://publib.boulder.ibm.com/infocenter/p8docs/v4r5m1/index.jsp?topic=/com.ibm.p8.doc/admin/security/sec_how_change_bootstrap_pwd.htm [http://publib.boulder.ibm.com/infocenter/p8docs/v4r5m1/index.jsp?topic=/com.ibm.p8.doc/admin/security/sec_how_change_bootstrap_pwd.htm]
1. Launch FEM and the application server's administrative console.
a. Login to FEM using the Directory Service account.
b. Login to the application server administrative console with an administrator account.
Important: Do not close above two applications until you have completed step 5 below.
2. Make LDAP account changes:
a. Change the password for an existing account on the LDAP server - Using LDAP interface, change the password for the CE Directory Service account.
OR
b. Create a new user account on the LDAP server for the CE Directory Service account.
3. Add new user (if applicable), to FEM
If the bind user is also the CE admin user, then the bind user will need to be added to all the existing objects in the P8 domain. Please read Update object store with new users and groups [http://publib.boulder.ibm.com/infocenter/p8docs/v4r5m1/index.jsp?topic=/com.ibm.p8.doc/admin/security/sec_how_update_os.htm] for instructions
4. Change Directory Configuration bind user in FEM
Using FEM (step 1a above), go to Domain properties > Directory Configuration > Select Directory Configuration > click on the Modify button > General Tab:
a. Modify the Directory Service User with new user's full distinguish name (DN)
b. Click on Change password check box > change to a new password > click OK.
At this point you will be presented a dialog box with following message:
“These changes require the application server to be restarted. Please restart the application server to incorporate these changes”
click OK > click OK
Important: Do not restart the application server until you have completed step 5 below.
5. Change the user in the application server's directory configuration
- For Websphere, in the WebSphere Administrative Console, go to Global Security > click on Configure under User Account Repository > Modify Bind Distinguished Name (DN) > Modify Bind Password > click OK and Save changes
- For WebLogic go to Security Realms > myrealm > Providers > ldap provider and click on "Provider Specific" tab in WebLogic Admin Console. Change "Principal" and "Credential".
- For JBoss go to <JBoss Home>\server\<CE Server>\conf directory and edit "login-config.xml".
Find "FileNet" application-policy and in login module change bindDN/bindCredential.
6. Changing the CE Bootstrap user
For CE 4.5.x and above:
a. In the Configure Bootstrap Properties task, set the Bootstrap Operation property to Modify Existing.
b. Confirm that the Bootstrapped EAR file property contains the path to the bootstrap file you need to edit.
c. Change the Bootstrap user password. Use Configuration Manager's features to save and run the task.
d. Run Configuration Manager's Deploy Application.
For CE 4.0:
Note: This step is needed only if the GCD user name is the same as the Directory Service account. Note that the example below is for a Windows environment.
- For WebSphere
a. Open command prompt window, go to folder where EAR file reside (it differs depending on CE version). For example, in CE 4.5.1, go to "<CE Home> \ tools \ configure \ profiles \ <profile> \ ear"
b. Backup Engine-ws.ear
c. Execute the command below:
java –jar “c:\program files\FileNet\ContentEngine\lib\BootStrapConfig.jar” –e Engine-ws.ear --username <username> --password <password>
d. Since the Engine-ws.ear file has been deployed in the WebSphere's installedApps path, the Bootstrap file need to be copied to the path manually. Extract the props.jar file from the ear file by utility such as Winzip, copy the props.jar file to theinstalledApps location - “<WebSphere Home>\ AppServer\ profiles \ <profile name> \ InstalledApps \<serverNodecell> \ FileNetEngine.ear \ APP-INF \ lib \"
Note that an alternative to copying the props.jar file is to uninstall and re-install the updated ear file in WebSphere.
- For WebLogic
a. Open command prompt window, go to folder - "<WebLogic home> \ user_projects \ domains \ <domain> \ servers "
b. Backup FileNetEngine.ear
c. Execute the command below:
java –jar “c:\program files\FileNet\ContentEngine\lib\BootStrapConfig.jar” –e Engine-wl.ear --username <username> --password <password>
- For JBoss
a. Open command prompt window, go to folder - "<JBoss Home> \ server \ <server> \ deploy \"
b. Backup FileNetEngine.ear
c. Execute the command below:
java –jar “c:\program files\FileNet\ContentEngine\lib\BootStrapConfig.jar” –e Engine-jb.ear --username <username> --password <password>
7. Remove cached files in the application server
- Close FileNet Enterprise Manager (Step 1a)
- Close Administrative Console (Step 1b)
- Stop the application server
- Remove the cached FileNetEngine directory in the application server.
For example, the default windows path on Websphere 6.0 is
"C:\program files\Websphere\AppServer\profiles\<profile name>\temp\<server node>\
<server>\FileNetEngine"
8. Restart the application server, and login to FEM using the new user and password.
9. Troubleshooting
If CE fails to start due to mistakes in the above procedures, you may not be able to redo the change through these procedures because FEM will fail to run.
In this case, you can do the following:
- Back out the change made to the GCD database in step 3 by deleting the latest row in the FNGCD table.
- Back out the change made to the application server in step 4 by redoing the procedure with the previous user.
- Back out the change made to the BootstrapConfig.properties file's GCD user by using the backup EAR file
- Restart the application server, and login to FEM using the previous user. | How can we change the password for LDAP bind user? We need to change our LDAP bind user due to security requirement. Is there any documentation for the procedure? | The Directory Service user account and password are normally used in two product components: FileNet Enterprise Manager (FEM), and the application server. A coordinated update procedure should be followed when there is a need to change the user account and/or password. This procedure applies to FileNet Content Engine 4.x and above. |
TRAIN_Q469 | IBM Security Bulletin: Multiple vulnerabilities affect Java Server Faces (JSF) used by WebSphere Application Server shipped with Jazz for Service Management (CVE-2017-1583, CVE-2011-4343) - United States SECURITY BULLETIN
SUMMARY
There are two potential information disclosure vulnerabilities that affects the Java Server Faces (JSF) component used by WebSphere Application Server.
VULNERABILITY DETAILS
CVEID: CVE-2017-1583 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1583]
DESCRIPTION: IBM WebSphere Application Server could allow a remote attacker to obtain sensitive information caused by improper error handling by MyFaces in JSF.
CVSS Base Score: 5.3
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/132342 [https://exchange.xforce.ibmcloud.com/vulnerabilities/132342] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N)
CVEID: CVE-2011-4343 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-4343]
DESCRIPTION: Apache MyFaces could allow a remote attacker to obtain sensitive information. An attacker could exploit this vulnerability using specially crafted parameters to inject EL expressions into input fields mapped as view parameters and obtain sensitive information.
CVSS Base Score: 5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/132287 [https://exchange.xforce.ibmcloud.com/vulnerabilities/132287] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:L/Au:N/C:P/I:N/A:N)
AFFECTED PRODUCTS AND VERSIONS
Jazz for Service Management version 1.1.0 - 1.1.3
REMEDIATION/FIXES
Principal Product and Version(s) Affected Supporting Product and Version Affected Supporting Product Security Bulletin Jazz for Service Management version 1.1.0 - 1.1.3 Websphere Application Server Full Profile 8.5.5 Security Bulletin: Multiple vulnerabilities affect Java Server Faces (JSF) used by WebSphere Application Server (CVE-2017-1583, CVE-2011-4343) [http://www-01.ibm.com/support/docview.wss?uid=swg22008707] WORKAROUNDS AND MITIGATIONS
Please refer to WAS iFix
GET NOTIFIED ABOUT FUTURE SECURITY BULLETINS
Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this.
REFERENCES
Complete CVSS v3 Guide [http://www.first.org/cvss/user-guide]
On-line Calculator v3 [http://www.first.org/cvss/calculator/3.0]
RELATED INFORMATION
IBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html]
IBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt]
CHANGE HISTORY
27-November-2017: Original version published
*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin.
DISCLAIMER
According to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an "industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response." IBM PROVIDES THE CVSS SCORES "AS IS" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY. | Help with Multiple vulnerabilities have been identified in WebSphere Application Server shipped with WSRR I need to understand details regarding Multiple vulnerabilities have been identified in WebSphere Application Server shipped with WebSphere Service Registry and Repository ( CVE-2011-4343). Where can I find this information? | CVEID: CVE-2011-4343 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-4343]
DESCRIPTION: Apache MyFaces could allow a remote attacker to obtain sensitive information. An attacker could exploit this vulnerability using specially crafted parameters to inject EL expressions into input fields mapped as view parameters and obtain sensitive information.
CVSS Base Score: 5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/132287 [https://exchange.xforce.ibmcloud.com/vulnerabilities/132287] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:L/Au:N/C:P/I:N/A:N) |
TRAIN_Q470 | IBM Content Navigator known issue: In a SPNEGO/Kerberos Single sign-on environment, IBM Content Navigator the Log Out option is enabled - United States PRODUCT DOCUMENTATION
ABSTRACT
In a SPNEGO/Kerberos single sign-on (SSO) environment, your IBM Content Navigator session shows the Log Out option as enabled when you select the drop-down menu on the user name. However, the option should be disabled.
CONTENT
IBM Content Navigator disables the Log Out option under SSO environments. However, under some SSO environments or desktop load scenarios, such as SPNEGO/Kerberos on a WebLogic Application Server, IBM Content Navigator enables the Log Out option.
If the Log Out option is enabled but does not work correctly in your SSO environment, you can remove the Log Out option by customizing the banner user session context menu that is used by your desktop configuration.
To remove the Log Out option:
1. In the administration tool, select Menus.
2. Enter "User" in the Name contains filter field.
3. Select the Default banner user session context menu and click Copy.
4. Enter a name for the new menu such as "Banner user session context menu - no Log Out option".
5. Remove the Log Out from the Selected list.
6. Save the new menu.
7. Open the Desktops configuration, then open your desktop configuration.
8. Select the Menus tab and scroll to the Feature Context Menus section.
9. Select the new menu that you created for the Banner user session context menu menu type.
10. Save your desktop.
The change to the menus takes effect when the modified desktop is reloaded.
Cross reference information Segment Product Component Platform Version Edition Enterprise Content Management Case Manager AIX, Linux, Linux on System z, Windows 5.2.1.0 | Does Logout button get disabled in ICM for SSO with Tivoli Access Manager ? Does Logout button get disabled in ICM for SSO with Tivoli Access Manager ? | IBM Content Navigator disables the Log Out option under SSO environments. However, under some SSO environments or desktop load scenarios, such as SPNEGO/Kerberos on a WebLogic Application Server, IBM Content Navigator enables the Log Out option.
If the Log Out option is enabled but does not work correctly in your SSO environment, you can remove the Log Out option by customizing the banner user session context menu that is used by your desktop configuration. |
TRAIN_Q471 | IBM PI69518:group search fails with a classcast exception after upgrade to 8.5.5.10 - United States PI69518; PI69518; PI69518 DOWNLOADABLE FILES
ABSTRACT
group search fails with a classcast exception after upgrade to 8.5.5.10
DOWNLOAD DESCRIPTION
PI69518 resolves the following problem:
ERROR DESCRIPTION:
After upgrade to 8.5.5.10, there are cases when group
search fails from "Users and Groups" -> "Administrative
Groups" panel. When it happens in GUI, the same issue
happens with AdminTask listRegistryGroups command.
Seeing the following in systemout.log:
[9/20/16 15:37:21:077 EDT] 00000076 GroupDetailAc W
listRegistryGroups: Command not successful:
java.lang.ClassCastException: javax.management.ObjectName
incompatible
with javax.management.AttributeList
**************************************************
In traces we see stack:
[9/20/16 15:36:05:658 EDT] 00000076 SecurityRealm 3 exception
caught
java.lang.ClassCastException:
javax.management.ObjectName incompatible with
javax.management.AttributeList
at
com.ibm.ws.security.admintask.securityDomain.SecurityRealmProvid
er.getLD
APProps(SecurityRealmProvider.java:1420)
at
com.ibm.ws.security.admintask.securityDomain.SecurityRealmProvid
er.getLD
APList(SecurityRealmProvider.java:1363)
at
com.ibm.ws.security.admintask.securityDomain.SecurityRealmProvid
er.listR
egistryGroups(SecurityRealmProvider.java:402)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor
Impl.jav
a:95)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod
Accessor
Impl.java:56)
at java.lang.reflect.Method.invoke(Method.java:620)
at
com.ibm.websphere.management.cmdframework.provider.SimpleCommand
Provider
.executeReal(SimpleCommandProvider.java:156)
at
com.ibm.websphere.management.cmdframework.provider.SimpleCommand
Provider
.execute(SimpleCommandProvider.java:142)
at
com.ibm.websphere.management.cmdframework.provider.SimpleAdminCo
mmand.ex
ecute(SimpleAdminCommand.java:57)
LOCAL FIX:
none
PROBLEM SUMMARY
USERS AFFECTED:
All users of IBM WebSphere Application
Server
PROBLEM DESCRIPTION:
java.lang.ClassCastException when
group search is performed.
RECOMMENDATION:
None
There was a bug in the code that uses a registry object that
may not contain necessary attributes for the group search and
causes ClassCastException.
PROBLEM CONCLUSION:
The bug was fixed in the code to correct the exception.
The fix for this APAR is currently targeted for inclusion in
fix pack 8.5.5.11. Please refer to the Recommended Updates
page for delivery information:
http://www.ibm.com/support/docview.wss?rs=180&uid=swg27004980 [http://www.ibm.com/support/docview.wss?rs=180&uid=swg27004980]
PREREQUISITES
None
INSTALLATION INSTRUCTIONS
Please review the readme.txt for detailed installation instructions.
URL LANGUAGE SIZE(Bytes) V85 Readme [ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/PI69518/8.5.5.10/readme.txt] US English 6584
DOWNLOAD PACKAGE
Download RELEASE DATE LANGUAGE SIZE(Bytes) Download Options
What is Fix Central(FC)? [https://www.ibm.com/support/fixcentral/help?page=swfaqs] 8.5.5.10-WS-WAS-IFPI69518 09-28-2016 US English 276737 HTTP [http://www-933.ibm.com/eserver/support/fixes/fixcentral/swgquickorder?fixes=8.5.5.10-WS-WAS-IFPI69518&productid=WebSphere%20Application%20Server&brandid=5]
TECHNICAL SUPPORT
Contact IBM Support using SR (http://www.ibm.com/software/support/probsub.html [http://www.ibm.com/software/support/probsub.html]), visit the WebSphere Application Server support web site (http://www.ibm.com/software/webservers/appserv/was/support/ [http://www.ibm.com/software/webservers/appserv/was/support/]), or contact 1-800-IBM-SERV (U.S. only).
[/support/docview.wss?uid=swg24042833&aid=1]Problems (APARS) fixed [/support/docview.wss?uid=swg24042833&aid=2]Problems (APARS) fixed
PI69518 | Why can't I search groups after upgrading to WebSphere Application Server 8.5.5.10? Why can't I search groups after upgrading to WebSphere Application Server 8.5.5.10? | PI69518 resolves the following problem:
ERROR DESCRIPTION:
After upgrade to 8.5.5.10, there are cases when group
search fails from "Users and Groups" -> "Administrative
Groups" panel. When it happens in GUI, the same issue
happens with AdminTask listRegistryGroups command. |
TRAIN_Q472 | IBM Unable to start Ping Probe by non-root user on AIX - United States Ping probe; non root; start; permissions TECHNOTE (TROUBLESHOOTING)
THIS DOCUMENT APPLIES ONLY TO THE FOLLOWING LANGUAGE VERSION(S):
English
PROBLEM(ABSTRACT)
Ping probe fails to start when the probe is installed and started by non-root user.
SYMPTOM
The following error is seen in the probe's log:
Error: E-P_P-002-038: Could not change euid: Operation not permitted
Error: E-P_P-002-017: IPv4 socket failed: specified action does not have access permission of the file
Error: E-P_P-002-037: This program can only be run by root, or it must be setuid root.
CAUSE
Ping probe needs permissions which allow it to run as root and the LIBPATH setting should be changed.
ENVIRONMENT
AIX
RESOLVING THE PROBLEM
To enable non-root user to start the probe, you need to change the owner to root and permissions to setuid. And AIX ignores the LIBPATH setting when program runs as setuid root, so you also need to put either a copy of the required libraries, or a symbolic link to the required libraries in one of the trusted paths like /lib or /usr/lib.
1. Change the owner to root and permissions to setuid.
e.g
# cd $OMNIHOME/probes/aix5/
# chown root:root nco_p_ping
# chmod +s nco_p_poing
2. Put a symbolic link to the required libraries.
e.g
# cd /usr/lib
# ln -s /opt/IBM/netcool/platform/aix5/lib/libgsk*
# ln -s /opt/IBM/netcool/platform/aix5/lib/libPa_r.so
# ln -s /opt/IBM/netcool/platform/aix5/lib/libnetcool_r.so
# ln -s /opt/IBM/netcool/platform/aix5/lib/libslclient_r.so
# ln -s /opt/IBM/netcool/platform/aix5/lib/libOpl_r.so
# ln -s /opt/IBM/netcool/platform/aix5/lib/libsybct_r.so
# ln -s /opt/IBM/netcool/platform/aix5/lib/libsybcs_r.so
# ln -s /opt/IBM/netcool/platform/aix5/lib/libsybtcl_r.so
# ln -s /opt/IBM/netcool/platform/aix5/lib/libsybcomn_r.so
# ln -s /opt/IBM/netcool/platform/aix5/lib/libtre.a
# ln -s /opt/IBM/netcool/platform/aix5/lib/libsybintl_r.so
# ln -s /opt/IBM/netcool/platform/aix5/lib/libicuuc40.a
# ln -s /opt/IBM/netcool/platform/aix5/lib/libicui18n40.a
# ln -s /opt/IBM/netcool/platform/aix5/lib/libicudata40.a
Note:
The required libraries can be seen by the following command:
# dump -H $NCHOME/omnibus/platform/aix5/nco_p_ping
Note:
If there are newer modules of the required libraries, it's better to create a symbolic link to the newer module.
e.g
Run
# ln -s /opt/IBM/netcool/platform/aix5/lib/libicui18n40.1.a
rather than,
# ln -s /opt/IBM/netcool/platform/aix5/lib/libicui18n40.a
But, please note that it would be better to create the symbolic links again whenever after you apply Fix pack for OMNibus core.
Cross reference information Segment Product Component Platform Version Edition Systems and Asset Management Tivoli Netcool/OMNIbus Ping AIX All Versions | The Ping Probe will not start with SetUID configured The Netcool OMNIbus Ping Probe will not start with SetUID configured. What should I check? | To enable non-root user to start the probe, you need to change the owner to root and permissions to setuid. And AIX ignores the LIBPATH setting when program runs as setuid root, so you also need to put either a copy of the required libraries, or a symbolic link to the required libraries in one of the trusted paths like /lib or /usr/lib. |
TRAIN_Q473 | IBM SqlException with message "Caught java.io.CharConversionException." and ERRORCODE=-4220 - United States TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
When an application uses the IBM Data Server Driver for JDBC and SQLJ (also known as the JCC driver) and is connected to a database with code set UTF-8 (code page 1208), it throws an
SqlException with message including "Caught java.io.CharConversionException" and ERRORCODE=-4220 if the data in a character column that it queries contains a sequence of bytes that is not a valid UTF-8 string.
SYMPTOM
An exception is thrown similar to this:
com.ibm.db2.jcc.am.SqlException: [jcc][t4][1065][12306][XXX.XXX.XXX] Caught java.io.CharConversionException. See attached Throwable for details. ERRORCODE=-4220, SQLSTATE=null
[...]
Caused by: java.nio.charset.MalformedInputException: Input length = XXX
[...]
Caused by: sun.io.MalformedInputException
at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java:XXX)
[...]
CAUSE
The JCC driver throws the exception when data in a character column that it queries is not a valid string in the database code page.
The invalid data could have been input to the database in the following ways:
* By running an SQL statement which writes byte values to the database. For example: INSERT INTO tab1 VALUES (X'C3')
* By running the IMPORT or LOAD commands for files which contain character data that is not in the code page of the client machine, so the appropriate code page conversion was not done. To make sure that the the appropriate code page conversion is done when running IMPORT or LOAD, specify the code page of the input file by including the "codepage=x" file type modifier (specifying the code page in place of x).
DIAGNOSING THE PROBLEM
You can use the HEX function to find out what are the byte values in a character column.
For example, to find out the byte values in column COL1 in table TAB1, run:
SELECT HEX(col1) FROM tab1
RESOLVING THE PROBLEM
Update the invalid data with a valid UTF-8 character string.
Alternatively, for JCC driver versions that support it you can set the JCC configuration property db2.jcc.charsetDecoderEncoder=3 so that instead of throwing an exception the JCC driver returns the Unicode REPLACEMENT CHARACTER (U+FFFD) in place of a sequence of bytes that is not a valid UTF-8 string.
The JCC configuration property db2.jcc.charsetDecoderEncoder is supported in versions of the JCC driver that come with DB2 LUW 9.5 Fix Pack 8 and later (APAR IC74896), DB2 LUW 9.7 Fix Pack 5 and later (APAR IC74895), and all DB2 LUW releases from DB2 10.1 onwards.
For example, suppose you have a Java program MyApp.java that executes an SQL query of a database column that contains a sequence of bytes that is not a valid string.
When you run:
java MyApp
it throws an exception. But when you run:
java -Ddb2.jcc.charsetDecoderEncoder=3 MyApp
it returns the string with any invalid sequence of bytes replaced by the Unicode REPLACEMENT CHARACTER.
The Unicode REPLACEMENT CHARACTER often appears like this
(a diamond with a question mark inside it) : [/support/docview.wss?uid=swg21684365&aid=1]
RELATED INFORMATION
APAR IC78495 [https://www-01.ibm.com/support/entdocview.wss?uid=swg1IC74895]
APAR IC74896 [https://www-01.ibm.com/support/entdocview.wss?uid=swg1IC74896]
Making the setting for IBM Data Studio [http://www.ibm.com/support/docview.wss?uid=swg21612346]
Making the setting for IBM Content Collector [http://www-01.ibm.com/support/knowledgecenter/SSAE9L_4.0.0/com.ibm.content.collector.doc_kc/troubleshooting/ts_afu_java_throws_exception.dita]
UDF to identify invalid data in a UTF-8 character colum [http://www.ibm.com/support/docview.wss?uid=swg21608985]
How invalid data can get into a UTF-8 character column [http://www.ibm.com/support/docview.wss?uid=swg21412846]
LOAD command [http://www-01.ibm.com/support/knowledgecenter/SSEPGG_10.5.0/com.ibm.db2.luw.admin.cmd.doc/doc/r0008305.html]
IMPORT command [http://www-01.ibm.com/support/knowledgecenter/SSEPGG_10.5.0/com.ibm.db2.luw.admin.cmd.doc/doc/r0008304.html]
HEX function [http://www-01.ibm.com/support/knowledgecenter/SSEPGG_10.5.0/com.ibm.db2.luw.sql.ref.doc/doc/r0000811.html] | Why Summarization and pruning are failing with SQL Error Code = -4220 on AIX_LPAR table? Summarization and pruning are failing with SQL Error Code = -4220 on AIX_LPAR table. What's the fix?
| Update the invalid data with a valid UTF-8 character string. |
TRAIN_Q475 | IBM Missing Icon pulldown options in DASH main menu after 3.1.2.1 Install - United States DASHL2; Console Settings; missing.; icons; WAS 8.5.5.9; DASH 3.1.2.1; Cumulative patch 5; CP5 TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
After fresh install of WAS 8.5.5.9 with JazzSM 1.1.2.1/DASH 3.1.2.1, the "Console Settings" is missing entries and other expected icons are missing from the DASH main page.
SYMPTOM
After successful installation of JazzSM 1.1.2.1/DASH 3.1.2.1 with WebSphere 8.5.5.9, some of the icons in the main DASH window are missing on the left.
CAUSE
It was recently discovered that some .jar files were not included in WebSphere 8.5.5.9, that were available in previous WebSphere releases, and are required for several functions in DASH.
ENVIRONMENT
JazzSM 1.1.2.1 / DASH 3.1.2.1 WAS 8.5.5.9
DIAGNOSING THE PROBLEM
After you login to DASH and select "Console Settings", the displayed window, which should have several lines, is blank:
[/support/docview.wss?uid=swg21981870&aid=1]
Also, in this case there wasn't any icons in the upper left portion of the main DASH window.
RESOLVING THE PROBLEM
The missing jar files are included in DASH 3.1.2.1 Cumulative Patch 5, which you can download from this site:
http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~Tivoli∏uct=ibm/Tivoli/Jazz+for+Service+Management&release=1.1&platform=All&function=all [http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~Tivoli&product=ibm/Tivoli/Jazz+for+Service+Management&release=1.1&platform=All&function=all]
[/support/docview.wss?uid=swg21981870&aid=2] [/support/docview.wss?uid=swg21981870&aid=2]
If you have any questions as to whether DASH 3.1.2.1 Cumulative Patch 5 has been installed, please run this command:
<JazzSM_HOME>/ui/bin/consolecli Version if patch 5 has been installed, it will have output showing the patch number shown in the red square in the screen shot:
[/support/docview.wss?uid=swg21981870&aid=3] [/support/docview.wss?uid=swg21981870&aid=3]
If installing on a UNIX server, you will see several of these messages, they indicate that the jar files are not currently on the server, but the Patch install will finish successfully.
cp:
/opt/IBM/JazzSM/ui/../profile/installedApps/JazzSMNode01Cell//isc.ear/TI
PChangePasswd.war/js/ibm/tivoli/tip/changepasswd/nls/iw/messages.js: No
such file or directory
.
.
Patch 201603301212 successfully installed. | How can I fix blank pull down "Console Settings" menu after successful install of JazzSM 1.2.1.1 and WebSphere 8.5.5.9? WebSphere version 8.5.5.9 didn't include jar files that were available in previous releases of WebSphere that are required by DASH for various tasks. | The missing jar files are included in DASH 3.1.2.1 Cumulative Patch 5, which you can download from this site:
http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~Tivoli∏uct=ibm/Tivoli/Jazz+for+Service+Management&release=1.1&platform=All&function=all [http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~Tivoli&product=ibm/Tivoli/Jazz+for+Service+Management&release=1.1&platform=All&function=all] |
TRAIN_Q477 | IBM Leap Second bug in older Linux kernels may affect IBM MQ and WebSphere MQ - United States FLASH (ALERT)
ABSTRACT
Leap seconds are a periodic one-second adjustment of Coordinated Universal Time (UTC) required to keep a system's time of day close to the mean solar time.
A leap second is scheduled for 31 December 2016 at 23h 59m 60s UTC.
In the past, the addition of leap seconds caused some systems running older Linux kernels to fail. IBM MQ and WebSphere MQ queue managers running on these systems generated repeated FDC files showing Probe Id XY348010 or XC272003 from xcsCreateThread, with error code xecP_E_NO_RESOURCE. Other FDCs are also possible.
CONTENT
On 31 December 2016, the Network Time Protocol (NTP) daemon will schedule a leap second [http://en.wikipedia.org/wiki/Leap_second] to occur at midnight, making the final minute of the day 61 seconds long. Prior leap second insertions, including the 30 June 2016 leap second, caused some Linux systems to exhibit unexplained high CPU usage.
IBM MQ and WebSphere MQ use the Native POSIX Thread Library (NPTL) which relies on futuxes ("fast userspace mutexes") for synchronization between threads. Futexes can exhibit high CPU spins after leap seconds on Linux kernel versions 2.6.22 through 3.5-rc7, inclusive, although some Linux distributions shipped patches for kernels in this range:
*
* Leap Second to be added on December 31st 2016
*
*
*
* General information on Leap Second 2016
*
* Fixes and workarounds to avoid issues caused by Leap Second 2015
*
*
*
* Addition of leap second causes spuriously high CPU usage and futex lockups
Contact your Linux vendor to check the status of other distributions, or check the Linux kernel version using "uname -r" and confirm that your system is older than 2.6.22 or running 3.5 or later.
If you encounter this problem, the following workaround may resolve the high CPU usage. As root, run:
* date -s "$(LC_ALL=C date)"
PRODUCT ALIAS/SYNONYM
IBM MQ WMQ WebSphere MQ MQSeries | On 30th June, could the Leap Second cause Linux to freeze and impact my MQ? On 30th June, could the Leap Second cause Linux to freeze and impact my MQ? | In the past, the addition of leap seconds caused some systems running older Linux kernels to fail. IBM MQ and WebSphere MQ queue managers running on these systems generated repeated FDC files showing Probe Id XY348010 or XC272003 from xcsCreateThread, with error code xecP_E_NO_RESOURCE. Other FDCs are also possible. |
TRAIN_Q478 | IBM Use"isolate the resource provider" to establish data source connections using a different JDBC driver from the same database vendor - United States isolate this resource provider TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
Customer has defined 3 Oracle JDBC Providers at cell, node and server
scope. Client have following configuration in websphere JDBC provider.
In Cell Scope - C:\jdbc\ojdbc5\ojdbc5.jar
In Node Scope - C:\jdbc\ojdbc6_g\ojdbc6_g.jar
In Server Scope- C:\jdbc\ojdbc6\ojdbc6.jar
In this case value of JDBC driver path in WebSphere variable is identical. Nornally, If JDBC provider configure at server level then server level driver will get load first. But in this case since all three drivers are from same vendor, So we can not control which driver is picking up. In this case
"C:\jdbc\ojdbc6\ojdbc6.jar" should be loaded first but instated, ojdbc5.jar was load first
[13. 4. 5 12:05:15:625 KST] 00000023 CompoundClass < loadClass
oracle.jdbc.driver.OracleDriver
loader=com.ibm.ws.bootstrap.ExtClassLoader@5dc95dc9
source=file:/C:/jdbc/ojdbc5/ojdbc5.jar Exit
SYMPTOM
Due to multiple JDBC drivers from the same vendor were configured in different scopes, the wrong driver class was loaded.
CAUSE
When multiple versions of the JDBC driver are configured in WebSphere Application Server, irrespective of the scopes, there is a possibility of a collision of the classes and we cannot predict from which version of the driver jar the class got loaded.
RESOLVING THE PROBLEM
In order to support the existence of multiple versions of the driver jars, the "Isolate this resource provider" configuration helps to ensure there are no conflicts. This needs to be configured on each JDBC Provider. You cannot isolate only one resource provider, all the provider configurations in different scopes will have to be configured with the "Isolate this resource provider" setting. In this scenario, the resource provider classes from different versions of the jars are not imported or accessed to verify if the isolation has indeed worked. In order to use the server-scoped resource provider the datasource using the server-scoped jdbc provider will have to be referenced from the application after isolating the resource providers and using a resource reference in the application.
Go to the JDBC Provider and enable "isolate the resource provider". When "Isolate this resource provider" is enabled, it ensures that only the jar that was specified in the classpath will be used for all the datasources under that particular JDBC provider.
Here are links to Knowledge Center articles which contain further information on the setting:
JDBC provider settings [https://www.ibm.com/support/knowledgecenter/SSAW57_9.0.0/com.ibm.websphere.nd.multiplatform.doc/ae/udat_manjdbcprodet.html]
Considerations for isolated resource providers [https://www.ibm.com/support/knowledgecenter/SSAW57_9.0.0/com.ibm.websphere.nd.multiplatform.doc/ae/rdat_isolatedlimitations.html] | How to define shared libraries for ODM ruleApps on WAS traditional? What is the proper way to define a shared lib for RuleApps without giving up the isolated mode of the XU resource adapter? Is it "works as designed" that isolating of the XU prevents the resource adapter from seeing shared lib classes from other classloaders? | In order to support the existence of multiple versions of the driver jars, the "Isolate this resource provider" configuration helps to ensure there are no conflicts. This needs to be configured on each JDBC Provider. You cannot isolate only one resource provider, all the provider configurations in different scopes will have to be configured with the "Isolate this resource provider" setting. In this scenario, the resource provider classes from different versions of the jars are not imported or accessed to verify if the isolation has indeed worked. In order to use the server-scoped resource provider the datasource using the server-scoped jdbc provider will have to be referenced from the application after isolating the resource providers and using a resource reference in the application.
Go to the JDBC Provider and enable "isolate the resource provider". When "Isolate this resource provider" is enabled, it ensures that only the jar that was specified in the classpath will be used for all the datasources under that particular JDBC provider. |
TRAIN_Q482 | IBM Is there a limit to the number of items that can be listed within an "in" list as part of a where clause? - United States TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
Is there a limit to the number of items that can be listed within an "in" list as part of a where clause?
CAUSE
Every time the query optimizer finds a "(NOT) IN" statement in the query, a decision must be made:
Option A: Evaluate the condition sequentially for every member of the IN-list, or
Option B: create a temporal virtual table from this list and use JOIN logic for evaluation.
If the amount of members in the IN-list is smaller than the value of INLIST_THRESHOLD, then option A is used.
If the amount of members in the IN-list is equal or bigger than the value of INLIST_THRESHOLD, then option B is used.
ENVIRONMENT
Any IBM PureData System for Analytics with any NPS Release
RESOLVING THE PROBLEM
The short answer is no limit.
By default we create a virtual table for any "in list" with more than 5 values.
The only limitation with large "in list" statements would be the memory needed to compile the query. If the query is too complex, you can potentially run out of memory, but that will not affect other sessions since this happens inside the postgres process assigned to that session. The parameter that is responsible for this behaviour is inlist_threshold and it is safe to increase this value to 100, but not more.
show inlist_threshold;
set inlist_threshold=<value>;
PRODUCT ALIAS/SYNONYM
pda netezza | Is there a limit to the number of items that can be listed within an "in" list as part of a where clause? Is there a limit to the number of items that can be listed within an "in" list as part of a where clause? | The short answer is no limit.
By default we create a virtual table for any "in list" with more than 5 values.
The only limitation with large "in list" statements would be the memory needed to compile the query. If the query is too complex, you can potentially run out of memory, but that will not affect other sessions since this happens inside the postgres process assigned to that session. The parameter that is responsible for this behaviour is inlist_threshold and it is safe to increase this value to 100, but not more. |
TRAIN_Q483 | IBM Solving IBM MQ Java code version mismatches using the mqjavalist.sh script - United States WebSphere MQ WMQ TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
When Java™ SE applications and Java EE application servers such as WebSphere Application Server do not use a consistent set of MQ Java archives, applications can fail in unpredictable ways. If WebSphere Application Server notices a mismatch, it issues this message: "MQJCA1008 The WebSphere MQ classes for JMS were found in the class path but were not the correct version. This error can occur if the application server finds an earlier version of the WebSphere MQ classes for JMS in the class path. The error can also occur if you do not configure WebSphere Application Server to use the correct version of the WebSphere MQ classes for JMS."
ENVIRONMENT
The mqjavalist.sh script runs on Linux and UNIX systems and can identify Java archives and classes from MQ V5.3 and later versions. Although the mqjavalist.sh script does not run on Windows systems, it is possible to zip up a directory structure on Windows in order to examine it with mqjavalist.sh on a different system. To use the mqjavalist.sh script, download it from the bottom of this page, copy it to the target system, and make the script executable. Make sure that either the unzip command or the Java jar command is available in your PATH before running mqjavalist.sh. For example:
1. Preparing to run mqjavalist.sh
2.
3. sh> chmod +x mqjavalist.sh
sh> PATH=$PATH:/opt/java7/bin
DIAGNOSING THE PROBLEM
IBM MQ ships a number of Java archives (jar files) that applications use to connect to MQ and work with messages. For Java EE environments, MQ provides a Resource Adapter called wmq.jmsra.rar which contains the jar files required by JMS applications. Java SE and Java EE applications must use a consistent set of MQ jar files at the same maintenance level, or else they might experience a wide variety of problems including intermittent errors, performance problems, and other failures.
It is common to find multiple versions of the MQ jar files in the Java CLASSPATH, or invalidly bundled in Java applications (.ear, .war, and .jar files). Finding and eliminating duplicate copies of the MQ jar files can be a difficult task, but the mqjavalist.sh script simplifies that task on Linux and UNIX systems.
* Syntax
* Examples
* WebSphere Application Server
* Sample output
* Resolving problems
* Download
SYNTAX
1. mqjavalist.sh -? | -h
2.
3. mqjavalist.sh [-v] [-r] [-f File] -d Directory ...
4.
5.
6.
7. -?:
8.
9.
10. -h:
11.
12.
13. -v:
14.
15.
16. -r:
17.
18.
19. -f File:
20.
21.
22. -d Directory:
23.
24.
25.
26.
27.
28. The mqjavalist.sh script can take several minutes to complete, depending on the number of Java archives to search and whether you perform a recursive examination of archive files. While running, the script regularly prints its status and the percentage of work completed.
Back to top
EXAMPLES
1. Search for MQ files under /usr/IBM/WebSphere and save the results to the file mqlist.txt:
mqjavalist.sh -f mqlist.txt -d /usr/IBM/WebSphere
2.
3.
4. Perform a recursive search of archives under /opt/IBM:
mqjavalist.sh -r -d /opt/IBM
5.
6.
7. Recursively search archive files under the /opt/IBM/IIB and /opt/mqm directories and enable verbose output to ~/output.txt:
mqjavalist.sh -vrf ~/output.txt -d /opt/IBM/IIB -d /opt/mqm
8.
Back to top
WEBSPHERE APPLICATION SERVER
WebSphere Application Server and other IBM products built on WebSphere Application Server normally show the MQ jar files in more than one location. Except as noted below, the copies of the MQ jar files should match the versions listed on this page [https://www.ibm.com/support/docview.wss?uid=swg21248089]. Any copies of the MQ jar files other than those listed below might represent a problem:
1. WebSphere Application Server V8.5.5, V8.5 and V8.0
2.
3.
1. WebSphere Application Server V7.0
2.
3.
4.
5.
6. If you created a WebSphere Application Server V7.0 profile before applying fix pack 7.0.0.1 or later, you must update the profile to use the correct MQ Resource Adapter path [https://www.ibm.com/support/knowledgecenter/SSAW57_7.0.0/com.ibm.websphere.nd.multiplatform.doc/info/ae/ae/tmj_wmqra_restoredefault.html]. Otherwise, the application servers in that profile will use the old MQ Resource Adapter jars under the profile installedConnectors/wmq.jmsra.rar directory rather than the MQ jars in the main installedConnectors/wmq.jmsra.rar directory, which are kept up to date by WebSphere Application Server fix packs.
1. WebSphere Application Server V6.1
2.
3.
Back to top
SAMPLE OUTPUT
1. sh>
2. ./mqjavalist.sh -r -f mqlist.txt -d /opt/IBM/WebSphere/AppServer
3.
4. Running mqjavalist.sh V1.4 on SUSE Linux Enterprise Server 10 (ppc) with arguments: -r -f mqlist.txt -d /opt/IBM/WebSphere/AppServer
mqjavalist.sh: Searching directory /opt/IBM/WebSphere/AppServer
mqjavalist.sh: 2180 possible Java archives found
1. Found 80 MQ classes in classes.jar in WMQHTTP.war in /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/config/cells/aemtux1Cell01/applications/WMQHTTP_war.ear/WMQHTTP_war.ear:
root root 145600 2014-07-16 13:56 /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/config/cells/aemtux1Cell01/applications/WMQHTTP_war.ear/WMQHTTP_war.ear
2. Found 80 MQ classes in /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/installedApps/aemtux1Cell01/WMQHTTP_war.ear/WMQHTTP.war/WEB-INF/lib/classes.jar:
root root 156845 2013-09-25 18:02 /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/installedApps/aemtux1Cell01/WMQHTTP_war.ear/WMQHTTP.war/WEB-INF/lib/classes.jar
3. Found 80 MQ classes in classes.jar in WMQHTTP.war in /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/aemtux1Cell01/applications/WMQHTTP_war.ear/WMQHTTP_war.ear:
root root 145600 2014-07-16 13:57 /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/aemtux1Cell01/applications/WMQHTTP_war.ear/WMQHTTP_war.ear
4. Found com.ibm.mq.commonservices.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 wmq.jmsra.rar
Implementation-Title: WebSphere MQ Common Service
Implementation-Version: ${version.number} - ${build.level}
Implementation-Vendor: IBM Corporation
5. Found com.ibm.mq.connector.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 wmq.jmsra.rar
Implementation-Title: WebSphere MQ J2EE Connector Architecture
Implementation-Version: 7.1.0.0-k000-L111005.1
Implementation-Vendor: IBM Corporation
6. Found com.ibm.mq.headers.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 /wmq.jmsra.rar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
7. Found com.ibm.mq.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 wmq.jmsra.rar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
8. Found com.ibm.mq.jmqi.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 wmq.jmsra.rar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
9. Found com.ibm.mq.jmqi.local.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 wmq.jmsra.rar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
10. Found com.ibm.mq.jmqi.remote.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 wmq.jmsra.rar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
11. Found com.ibm.mq.jmqi.system.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 wmq.jmsra.rar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
12. Found com.ibm.mq.jms.admin.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 wmq.jmsra.rar
Implementation-Title: JMS Common Client API/SPI
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
13. Found com.ibm.mq.pcf.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 wmq.jmsra.rar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
14. Found com.ibm.mqjms.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 wmq.jmsra.rar
Implementation-Title: JMS Client Common Facade
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
15. Found dhbcore.jar in /opt/IBM/WebSphere/AppServer/lib/WMQ/ra/wmq.jmsra.rar:
root root 7885592 2012-10-15 12:56 wmq.jmsra.rar
Implementation-Version: "DH610-GOLD"
Implementation-Title: "Webscale Distribution Hub Core"
Implementation-Vendor: "IBM Corporation"
16. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/com.ibm.mq.jmqi.jar:
root root 1115668 2012-10-15 12:56 com.ibm.mq.jmqi.jar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
17. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/com.ibm.mq.commonservices.jar:
root root 728387 2012-10-15 12:56 com.ibm.mq.commonservices.jar
Implementation-Title: WebSphere MQ Common Service
Implementation-Version: ${version.number} - ${build.level}
Implementation-Vendor: IBM Corporation
18. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/com.ibm.mq.jmqi.remote.jar:
root root 546407 2012-10-15 12:56 com.ibm.mq.jmqi.remote.jar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
19. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/com.ibm.mq.jar:
root root 448745 2012-10-15 12:56 com.ibm.mq.jar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
20. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/com.ibm.mq.jms.admin.jar:
root root 358016 2012-10-15 12:56 com.ibm.mq.jms.admin.jar
Implementation-Title: JMS Common Client API/SPI
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
21. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/com.ibm.mqjms.jar:
root root 352254 Aug 01 11:49 com.ibm.mqjms.jar
Implementation-Title: JMS Common Client facade
Implementation-Version: 7.0.1.5 - k701-105-110419
Implementation-Vendor: IBM Corporation
22. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/com.ibm.mq.connector.jar:
root root 339396 2012-10-15 12:56 com.ibm.mq.connector.jar
Implementation-Title: WebSphere MQ J2EE Connector Architecture
Implementation-Version: 7.1.0.0-k000-L111005.1
Implementation-Vendor: IBM Corporation
23. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/com.ibm.mq.headers.jar:
root root 338572 2012-10-15 12:56 com.ibm.mq.headers.jar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
24. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/com.ibm.mq.jmqi.local.jar:
root root 224747 2012-10-15 12:56 com.ibm.mq.jmqi.local.jar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
25. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/com.ibm.mq.jmqi.system.jar:
root root 209738 2012-10-15 12:56 com.ibm.mq.jmqi.system.jar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
26. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/com.ibm.mq.pcf.jar:
root root 125200 2012-10-15 12:56 com.ibm.mq.pcf.jar
Implementation-Title: WebSphere MQ classes for Java
Implementation-Version: 7.1.0.0 - k000-L111005.1
Implementation-Vendor: IBM Corporation
27. Found /opt/IBM/WebSphere/AppServer/installedConnectors/wmq.jmsra.rar/dhbcore.jar:
root root 2011835 2012-10-15 12:56 dhbcore.jar
Implementation-Version: "DH610-GOLD"
Implementation-Title: "Webscale Distribution Hub Core"
Implementation-Vendor: "IBM Corporation"
mqjavalist.sh: 27 jar files with MQ code found in /opt/IBM/WebSphere/AppServer
mqjavalist.sh: 27 total jar files with MQ code found
mqjavalist.sh: Results saved to mqlist.txt
5.
6. Back to top
RESOLVING THE PROBLEM
Review the output from mqjavalist.sh to determine where copies of the MQ jar files have been found. Not all duplicates represent a problem, unless they are being loaded by your Java SE application or Java EE application server at runtime. If the com.ibm.mq.commonservices.jar file shows an implementation version of ${version.number} - ${build.level} just ignore it.
In the sample output above, entries #16 through #27 represent the jar files for the installed MQ Resource Adapter. They all show an implementation version of 7.1.0.0 - k000-L111005.1 except for #21, com.ibm.mqjms.jar, which shows an implementation version of 7.0.1.5 - k701-105-110419. Because the jar file versions are not in sync, MQ JMS will not function as expected.
In cases like this, the wmq.jmsra.rar file should contain a copy of the MQ jar at the right level for the application server. Entry #14 in the mqjavalist.sh output shows the com.ibm.mqjms.jar file with an implementation version of 7.1.0.0 - k000-L111005.1, which is what we need. Use the jar program to extract the com.ibm.mqjms.jar file from the wmq.jmsra.rar archive, then copy it over the back-level version of the jar. Use chown and chmod to ensure the permissions on the file are correct.
In other cases, you might find that the classpath for the application server, or for your Java SE application, is picking up extra copies of the MQ jar files. Eliminating unnecessary classpath entries can resolve the problem.
If your Java EE application (.ear or .war) bundles a copy of any MQ jar files, you should remove them and rely on the ones from the installed MQ Resource Adapter instead.
Back to top
Additional Keywords:
troubleshoot troubleshooting trouble shoot classloader classpath configuration scripts
DOWNLOAD
1.
2. mqjavalist.sh [/support/docview.wss?uid=swg21681142&aid=2]mqjavalist.sh
DISCLAIMER: All source code and/or binaries attached to this document are referred to here as "the Program". IBM is not providing program services of any kind for the Program. IBM is providing the Program on an "AS IS" basis without warranty of any kind. IBM WILL NOT BE LIABLE FOR ANY ACTUAL, DIRECT, SPECIAL, INCIDENTAL, OR INDIRECT DAMAGES OR FOR ANY ECONOMIC CONSEQUENTIAL DAMAGES (INCLUDING LOST PROFITS OR SAVINGS), EVEN IF IBM, OR ITS RESELLER, HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Back to top | How do I tell when there are mismatched MQ jars in my application server? Mismatched jar files can cause strange and unpredictable errors when using the MQ JMS classes. | Finding and eliminating duplicate copies of the MQ jar files can be a difficult task, but the mqjavalist.sh script simplifies that task on Linux and UNIX systems. |
TRAIN_Q488 | IBM DB2 UDB Version 8, v10.5 compliance with FIPS 140-2 standard - United States TECHNOTE (FAQ)
QUESTION
Is DB2 v8, v10.5 compliant to FIPS 140-2 ?.
ANSWER
Is DB2 v10.5 compliant with FIPS 140-2?
Q: Is DB2 vulnerable to the problem described below?
V-58165 DBMS main in the middle attack [https://www.stigviewer.com/stig/database_security_requirements_guide/2015-06-23/finding/V-58165]
"One class of man-in-the-middle, or session hijacking, attack involves the adversary guessing at valid session identifiers based on patterns in identifiers already known. The preferred technique for thwarting guesses at Session IDs is the generation of unique session identifiers using a FIPS 140-2 approved random number generator. However, it is recognized that available DBMS products do not all implement the preferred technique yet may have other protections against session hijacking. Therefore, other techniques are acceptable, provided they are demonstrated to be effective. "
A: No because DB2 does not use session ids for authentication and thus not vulnerable to the attack described above. DB2 uses encryption modules which are FIPS 140-2 certified.
DB2 v8.x compliancy to FIPS 140-2
DB2 v8.x went out of support in April 2009.
What is ICC?
ICC (IBM Crypto for C) is a set of libraries from Tivoli® for performing encryption. As of DB2® Universal Database™ (DB2 UDB) Version 8 fixpak 7 (equivalent to DB2 UDB Version 8.2), DB2 is using ICC on most platforms.
Customers who need to operate in an environment that is compliant with FIPS 140-2 federal standard should take into account the releases of ICC that are shipped by DB2 on different platforms and the compliance status of those releases with FIPS 140.2.
Following is a list of platforms on which DB2 is using ICC for encryption of data flowing between clients and servers:
DB2 V8 Fixpak 7 through DB2 Fixpak 11:
ICC Version 1.2.2 on platforms:
AIX 32 bit
HP-UX PA-RISC 32 bit
ICC Version 1.2.1 on platforms:
AIX 64 bit
HP-UX PA-RISC 64 bit
HP-UX IA64
Linux x86, Linux x86-64, Linux IA64
Linux for zSeries
Linux for POWER
Windows x86 and IA64
Solaris SPARC 64 bit
ICC Version 1.3.9 on platforms:
Solaris x86-64 (DB2 V8.2 GA)
DB2 V8 Fixpak 12 and later:
ICC Version 1.4.1 on platforms
AIX
HP-UX PA-RISC
Linux x86 and x86-64
Linux for zSeries
Linux for POWER
Windows x86 and x86-64
Solaris SPARC
ICC Version 1.3.9 on platforms
HP-UX IA64
Linux IA64
Windows IA64
Summary of known problems encountered in ICC 1.2.1/1.2.2:
There are a number of issues with DB2 and the ICC encryption libraries at levels prior to 1.3.9. The known problems are:
1. Severe performance problems where processes seem to hang, or take several minutes to run.
2. A bug in ICC code causes it to communicate with the OpenSSL EGD (Entropy Gathering Daemon) which under certain circumstances could hang
3. ICC symbols have not been namespaced and DB2 can end up with symbol collisions with OpenSSL code. This can also happen when multiple versions of ICC are used within the same process.
DB2 Version 8 Fixpak 12 and later incorporates IBM Crypto for C (ICC) version 1.3.9 or 1.4.1 cryptographic module which fixes these problems.
Note: The latest status of ICC conformance with FIPS 140-2 standard can be obtained by referring to http://www.ibm.com/security/standards/st_evaluations.shtml [http://www.ibm.com/security/standards/st_evaluations.shtml]
RELATED INFORMATION
FIPS PUB 140-2 [http://csrc.nist.gov/publications/fips/fips140-2/fips1402.pdf] | Does DB2 DBMS implement NIST FIPS 140-2 validated cryptographic modules to provision digital signatures?
V-58159 - SV-72589r1_rule says "The DBMS must implement NIST FIPS 140-2 validated cryptographic modules to provision digital signatures."
Does DB2 UDB version 8 implement NIST FIPS 140-2 validated cryptographic modules to provision digital signatures? | DB2 uses encryption modules which are FIPS 140-2 certified. |
TRAIN_Q489 | IBM JRules or ODM module fails to access database with StaleConnectionException - United States TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
JRules and ODM modules such as Rule Execution Server (RES) and Rule Team Server (RTS) / Decision Center (DC) may fail to access their data source with the following type of exception present in the log:
com.ibm.websphere.ce.cm.StaleConnectionException: Io exception: Connection timed out
SYMPTOM
The problem may occur when a JRules or ODM module accesses its data source after a period of database access inactivity. For example:
* The first user accessing a RTS / DC server that remained idle overnight experiences a failure upon logging and the server log shows an com.ibm.websphere.ce.cm.StaleConnectionException occurred at that time.
* After a RES server has been processing execution requests normally for some time, an attempt to deploy a ruleset update fails and the server log shows an com.ibm.websphere.ce.cm.StaleConnectionException occurred upon an attempt to invalidate a ruleset or to retrieve its definition.
CAUSE
The underlying network connection for a data source is no longer valid although the data source itself remains considered active from the WebSphere Application Server data source connection pool management perspective. An attempt by a JRules module to try and access its data base through one such data source connection provided by the Application Server may then fail.
The network connection of a data source may become invalid for a number of reasons, one typical example is that a firewall between the Application Server and the Database has a policy to discard network connections that remain idle for some time.
ENVIRONMENT
The exception com.ibm.websphere.ce.cm.StaleConnectionException is specific to WebSphere Application Server environments. But a similar issue can be experienced with Weblogic, see: Rule Execution Server on WebLogic unable to load ruleset after period of inactivity [http://www-01.ibm.com/support/docview.wss?uid=swg21615801]
RESOLVING THE PROBLEM
Configure the WebSphere Application Server data source connection pool [http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.nd.multiplatform.doc/info/ae/ae/udat_conpoolset.html] so as to eliminate occurrences of StaleConnectionException :
* Set the Minimum connections to 0 to avoid situations where a connection is kept in the pool to meet the minimum requirement, even though it may have been idle for longer than Unused timeout
* Set the values for Unused timeout and Reap timeout so that the sum does not exceed any network level idle connection timeout
The document Troubleshooting stale connection problems [http://www-01.ibm.com/support/docview.wss?uid=swg21247168#SCETroubleshooting] provides further information. RELATED INFORMATION
#RES unable to load ruleset after period of inactivity [http://www-01.ibm.com/support/docview.wss?uid=swg21615801]
Troubleshooting stale connection problems [http://www-01.ibm.com/support/docview.wss?uid=swg21247168#SCETroubleshooting]
Cross reference information Segment Product Component Platform Version Edition Business Integration IBM Operational Decision Manager Platform Independent 8.5, 8.0.1, 8.0, 7.5 Enterprise | Recurrent RES StaleConnectionException How to prevent rule execution failing because of recurrent StaleConnectionException on ODM 8.8 Rule Execution Server? | Configure the WebSphere Application Server data source connection pool [http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.nd.multiplatform.doc/info/ae/ae/udat_conpoolset.html] so as to eliminate occurrences of StaleConnectionException :
* Set the Minimum connections to 0 to avoid situations where a connection is kept in the pool to meet the minimum requirement, even though it may have been idle for longer than Unused timeout
* Set the values for Unused timeout and Reap timeout so that the sum does not exceed any network level idle connection timeout |
TRAIN_Q490 | IBM How Connect TDWC 9.3 to TWS Engine lower level release - United States dwc 93; connect; SSL ; TLS TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
DWC 9.3 users cannot connect to TWS Engine lower level releases (8.5.1 until 9.2)
SYMPTOM
Unable to connect to TWS 8.5.1 ,8.6 or 9.1/9.2 from DWC 9.3.
Check the WAS SystemOut.log for error :
SSL0080E: javax.net.ssl.SSLHandshakeException - The client and server could not negotiate the desired level of security. Reason: Server chose SSLv3,
but that protocol version is not enabled or not supported by the client. javax.net.ssl.SSLHandshakeException: Server chose SSLv3, but that protocol version is not enabled or not supported by the client.
CAUSE
DWC 9.3 is packaged with WAS 8.5.5.4 and due to known vulnerabilities has SSLV3 disabled. However TWS 9.2 and earlier versions use SSLv3 by default and so the DWC 9.3 cannot connect
RESOLVING THE PROBLEM
You can solve this problem by configuring your TWS engines to use TLS instead of SSL :
Backup and edit :
TWA_HOME/WAS/TWSProfile/config/cells/TWSNodeCell/security.xml
Find sslProtocol and change "SSL_TLS" to "TLS"
Find ssl.protocol and change value="SSL" to value="TLS"
Backup and edit :
TWA_HOME/WAS/TWSProfile/properties/ssl.client.props
Find com.ibm.ssl.protocol=SSL and change to com.ibm.ssl.protocol=TLS
Backup and edit :
TWA_HOME/WAS/TWSProfile/temp/ssl.client.props
Find com.ibm.ssl.protocol=SSL and change to com.ibm.ssl.protocol=TLS
Stop and restart WAS.
*Be aware that your Engines are now using TLS and so you must also reconfigure any DWC 9.2 or 9.1 installations that need to connect to those engines. You would change them to use TLS in the same way as above but also by the same changes in these copies of security.xml and ssl.client.props :
TWA_HOME/JazzSM/profile/config/cells/JazzSMNode01Cell/security.xml
TWA_HOME/JazzSM/profile/properties/ssl.client.props
TWA_HOME/JazzSM/profile/temp/ssl.client.props
Please consider that since you configure with TLS the WAS of TWS Engine also the Dynamic Agent can be impacted.
See technote 1689332. | TWS / DWC and WebSphere 8.5.5.4+ WebSphere for TWS & DWC were upgraded to 8.5.5.4 on most servers in a particular environment. However, any TWS servers that still had 8.5.5.2, could no longer be seen by the new DWC / WAS 8.5.5.4 servers. Those lower WAS version engines could not be added to the DWC.
Errors seen are:
AWSUI0833E The operation could not be completed. There has been a communication failure.
The internal message is: AWSJCO005E WebSphere Application Server has given the following error: Error getting WsnNameService properties. | You can solve this problem by configuring your TWS engines to use TLS instead of SSL : |
TRAIN_Q492 | IBM Security Bulletin: Malformed client flows abend MQTT channel (CVE-2015-4943, CVE-2015-4941, CVE-2015-4942) - United States SECURITY BULLETIN
SUMMARY
A number of malformed MQTT client flows could be issued by a malicious user to cause the MQXR service to abend and require manual restart.
VULNERABILITY DETAILS
CVEID: CVE-2015-4943 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4943]
DESCRIPTION: IBM WebSphere MQ could allow a remote attacker to crash the MQXR service using a sequence of connect and disconnects which will have to be restarted.
CVSS Base Score: 5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/104516 [https://exchange.xforce.ibmcloud.com/vulnerabilities/104516] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:L/Au:N/C:N/I:N/A:P)
CVEID: CVE-2015-4941 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4941]
DESCRIPTION: IBM WebSphere MQ could allow a remote attacker to crash the MQXR service due to incorrect handling of abbreviated TLS handshake.
CVSS Base Score: 5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/104514 [https://exchange.xforce.ibmcloud.com/vulnerabilities/104514] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:L/Au:N/C:N/I:N/A:P)
CVEID: CVE-2015-4942 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4942]
DESCRIPTION: IBM WebSphere MQ could allow a remote attacker to crash the MQXR service using a sequence of connect and disconnects which will have to be restarted.
CVSS Base Score: 5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/104515 [https://exchange.xforce.ibmcloud.com/vulnerabilities/104515] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:L/Au:N/C:N/I:N/A:P)
AFFECTED PRODUCTS AND VERSIONS
IBM WebSphere MQ 8.0
- IBM WebSphere MQ 8.0.0.3 and earlier maintenance levels
IBM WebSphere MQ 7.5
- IBM WebSphere MQ 7.5.0.5 and earlier maintenance levels
IBM WebSphere MQ 7.1
- IBM WebSphere MQ 7.1.0.6 and earlier maintenance levels
REMEDIATION/FIXES
WebSphere MQ 8.0
- Apply fixpack 8.0.0.4 [http://www-01.ibm.com/support/docview.wss?uid=swg21969244]
WebSphere MQ 7.5
- Apply interim ifix IT09866 [http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~WebSphere&product=ibm/WebSphere/WebSphere+MQ&release=7.5.0.5&platform=All&function=aparId&apars=IT09866]
WebSphere MQ 7.1
- Apply fixpack 7.1.0.7 [http://www-01.ibm.com/support/docview.wss?uid=swg21965293]
WORKAROUNDS AND MITIGATIONS
None
GET NOTIFIED ABOUT FUTURE SECURITY BULLETINS
Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this.
REFERENCES
Complete CVSS v2 Guide [http://www.first.org/cvss/v2/guide]
On-line Calculator v2 [http://nvd.nist.gov/CVSS-v2-Calculator]
RELATED INFORMATION
IBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html]
IBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt]
ACKNOWLEDGEMENT
Reported to IBM by Codenomicon at http://www.codenomicon.com/ [http://www.codenomicon.com/]
CHANGE HISTORY
01 February 2016: Original version published
*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin.
DISCLAIMER
According to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an "industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response." IBM PROVIDES THE CVSS SCORES "AS IS" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY.
RELATED INFORMATION
A Japanese translation is available [http://www.ibm.com/support/docview.wss?uid=swg21977182] | Help with Security Bulletin: Malformed client flows abend MQTT channel (CVE-2015-4943, CVE-2015-4941, CVE-2015-4942) I need to understand details regarding Security Bulletin: Malformed client flows abend MQTT channel (CVE-2015-4943, CVE-2015-4941, CVE-2015-4942). Where can I find this information? | CVEID: CVE-2015-4943 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4943]
DESCRIPTION: IBM WebSphere MQ could allow a remote attacker to crash the MQXR service using a sequence of connect and disconnects which will have to be restarted.
CVSS Base Score: 5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/104516 [https://exchange.xforce.ibmcloud.com/vulnerabilities/104516] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:L/Au:N/C:N/I:N/A:P)
CVEID: CVE-2015-4941 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4941]
DESCRIPTION: IBM WebSphere MQ could allow a remote attacker to crash the MQXR service due to incorrect handling of abbreviated TLS handshake.
CVSS Base Score: 5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/104514 [https://exchange.xforce.ibmcloud.com/vulnerabilities/104514] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:L/Au:N/C:N/I:N/A:P)
CVEID: CVE-2015-4942 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4942]
DESCRIPTION: IBM WebSphere MQ could allow a remote attacker to crash the MQXR service using a sequence of connect and disconnects which will have to be restarted.
CVSS Base Score: 5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/104515 [https://exchange.xforce.ibmcloud.com/vulnerabilities/104515] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:L/Au:N/C:N/I:N/A:P) |
TRAIN_Q493 | IBM Security Bulletin: Information disclosure in WebSphere Application Server Admin Console (CVE-2017-1741) - United States SECURITY BULLETIN
SUMMARY
There is a potential information disclosure in the WebSphere Application Server Admin Console.
VULNERABILITY DETAILS
CVEID: CVE-2017-1741 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1741]
DESCRIPTION: IBM WebSphere Application Server could allow a remote attacker to obtain sensitive information caused by improper handling of Administrative Console panel fields. When exploited an attacker could read files on the file system.
CVSS Base Score: 4.3
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/134931 [https://exchange.xforce.ibmcloud.com/vulnerabilities/134931] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N)
AFFECTED PRODUCTS AND VERSIONS
This vulnerability affects the following versions and releases of IBM WebSphere Application Server:
* Version 9.0
* Version 8.5
* Version 8.0
* Version 7.0
REMEDIATION/FIXES
The recommended solution is to apply the interim fix, Fix Pack or PTF containing APARs PI90042 for each named product as soon as practical.
For WebSphere Application Server traditional and WebSphere Application Server Hypervisor Edition:
For V9.0.0.0 through 9.0.0.6:
· Upgrade to minimal fix pack levels as required by interim fixes and then apply Interim Fix PI90042 [http://www-01.ibm.com/support/docview.wss?uid=swg24044616] [http://www-01.ibm.com/support/docview.wss?uid=swg24044155] [http://www-01.ibm.com/support/docview.wss?uid=swg24043596] [http://www-01.ibm.com/support/docview.wss?uid=swg24042712] [http://www-01.ibm.com/support/docview.wss?uid=swg24041604] [http://www-01.ibm.com/support/docview.wss?uid=swg24041394] [http://www-01.ibm.com/support/docview.wss?uid=swg24042513] [http://www-01.ibm.com/support/docview.wss?uid=swg24041604] [http://www-01.ibm.com/support/docview.wss?uid=swg24041394] [http://www-01.ibm.com/support/docview.wss?uid=swg24044155] [http://www-01.ibm.com/support/docview.wss?uid=swg24044154]
--OR--
· Apply Fix Pack 9.0.0.7 or later.
For V8.5.0.0 through 8.5.5.13:
· Upgrade to minimal fix pack levels as required by interim fixes and then apply Interim Fix PI90042 [http://www-01.ibm.com/support/docview.wss?uid=swg24044616] [http://www-01.ibm.com/support/docview.wss?uid=swg24044445]
--OR--
· Apply Fix Pack 8.5.5.14 or later (targeted availability 3Q2018).
For V8.0.0.0 through 8.0.0.14:
· Upgrade to a minimal fix pack levels as required by interim fix and then apply Interim Fix PI90042 [http://www-01.ibm.com/support/docview.wss?uid=swg24044616] [http://www-01.ibm.com/support/docview.wss?uid=swg24044445] [http://www-01.ibm.com/support/docview.wss?uid=swg24043596] [http://www-01.ibm.com/support/docview.wss?uid=swg24042712] [http://www-01.ibm.com/support/docview.wss?uid=swg24041604] [http://www-01.ibm.com/support/docview.wss?uid=swg24041394] [http://www-01.ibm.com/support/docview.wss?uid=swg24042513] [http://www-01.ibm.com/support/docview.wss?uid=swg24041604] [http://www-01.ibm.com/support/docview.wss?uid=swg24041394]
--OR--
· Apply Fix Pack 8.0.0.15 or later.
For V7.0.0.0 through 7.0.0.43:
· Upgrade to a minimal fix pack levels as required by interim fix and then apply Interim Fix PI90042 [http://www-01.ibm.com/support/docview.wss?uid=swg24044616] [http://www-01.ibm.com/support/docview.wss?uid=swg24044445] [http://www-01.ibm.com/support/docview.wss?uid=swg24043596] [http://www-01.ibm.com/support/docview.wss?uid=swg24042712] [http://www-01.ibm.com/support/docview.wss?uid=swg24041604] [http://www-01.ibm.com/support/docview.wss?uid=swg24041394] [http://www-01.ibm.com/support/docview.wss?uid=swg24042513] [http://www-01.ibm.com/support/docview.wss?uid=swg24041604] [http://www-01.ibm.com/support/docview.wss?uid=swg24041394]
--OR--
· Apply Fix Pack 7.0.0.45 or later.
GET NOTIFIED ABOUT FUTURE SECURITY BULLETINS
Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this.
IMPORTANT NOTE
IBM strongly suggests that all System z customers be subscribed to the System z Security Portal to receive the latest critical System z security and integrity service. If you are not subscribed, see the instructions on the System z Security web site [http://www.ibm.com/systems/z/solutions/security_subintegrity.html]. Security and integrity APARs and associated fixes will be posted to this portal. IBM suggests reviewing the CVSS scores and applying all security or integrity fixes as soon as possible to minimize any potential risk.
REFERENCES
Complete CVSS v3 Guide [http://www.first.org/cvss/user-guide]
On-line Calculator v3 [http://www.first.org/cvss/calculator/3.0]
RELATED INFORMATION
IBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html]
IBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt]
CHANGE HISTORY
06 March 2018: original document published
*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin.
DISCLAIMER
According to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an "industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response." IBM PROVIDES THE CVSS SCORES "AS IS" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY.
RELATED INFORMATION
A Japanese translation is available [http://www.ibm.com/support/docview.wss?uid=swg22014402] | Help with Security Bulletin: A security vulnerability has been identified in IBM WebSphere Application Server, which is shipped with, or a required product for, IBM Tivoli Network Manager IP Edition (CVE-2017-1741). I need to understand details regarding Security Bulletin: A security vulnerability has been identified in IBM WebSphere Application Server, which is shipped with, or a required product for, IBM Tivoli Network Manager IP Edition (CVE-2017-1741) Where can I find this information? | CVEID: CVE-2017-1741 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1741]
DESCRIPTION: IBM WebSphere Application Server could allow a remote attacker to obtain sensitive information caused by improper handling of Administrative Console panel fields. When exploited an attacker could read files on the file system.
CVSS Base Score: 4.3
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/134931 [https://exchange.xforce.ibmcloud.com/vulnerabilities/134931] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N) |
TRAIN_Q494 | IBM Upgrading default JDBC drivers to Oracle 12c requires the definition of an additional JVM property in IBM Business Monitor - United States TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
In IBM Business Monitor V8.5.5, the Monitor server fails if the default JDBC driver included in the product is upgraded to an Oracle 12c JDBC driver.
RESOLVING THE PROBLEM
To use Oracle 12c with IBM Business Monitor V8.5.5, a new JVM property must be defined. Add the following JVM property to the Monitor server JVM:
oracle.jdbc.autoCommitSpecCompliant=false | Why do we observe the transaction rollback errors J2CA0024E and DSRA0080E with Oracle 12c and how can we fix it?
We are using BPM Advanced v8.5.6 in connection with the Oracle JDBC Driver 12.1.0.1.0. We observe many database transaction rollback exceptions:
J2CA0024E: Method rollback, within transaction branch ID <null> of resource pool jdbc/BPEDB, caught com.ibm.ws.exception.WsException: DSRA0080E: An exception was received by the Data Store Adapter. See original exception message: Could not rollback with auto-commit set on. with SQL State : 99999 SQL Code : 17274
Due to the technote "Advanced database support for IBM BPM Standard, IBM BPM Advanced, and IBM Business Monitor on distributed platforms" this is a supported configuration.
Why do we observe these errors and how can we fix it? | To use Oracle 12c with IBM Business Monitor V8.5.5, a new JVM property must be defined. Add the following JVM property to the Monitor server JVM:
oracle.jdbc.autoCommitSpecCompliant=false |
TRAIN_Q495 | IBM Troubleshoot: Logging Problems in IBM WebSphere Application Server - United States TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
Trace analysis information for the logging component in the WebSphere® Application Server.
SYMPTOM
Does not display.
RESOLVING THE PROBLEM
This document contains troubleshooting information for logging problems in the WebSphere® Application Server. This can help address common issues with this component before calling IBM support and save you time.
TAB NAVIGATION
*
*
* Troubleshoot- selected tab,
*
* Collect data [http://www.ibm.com/support/docview.wss?uid=swg21321060]
Overview
You will find common questions in this section that may help resolve your logging problems.
1. How do I use JCL with WebSphere® Application Server?
For information on how to use JCL, see The Support Authority: Using Jakarta Commons Logging (JCL) with WebSphere Application Server [https://www.ibm.com/developerworks/websphere/techjournal/0901_supauth/0901_supauth.html]
2. What are IBM recommendations regarding SLF4J and Logback?
In general, we recommend that customers use JUL when possible/practical (as mentioned in The Support Authority: A developer's guide to WebSphere Application Server logging [http://www.ibm.com/developerworks/websphere/techjournal/0802_supauth/0802_supauth.html]). JUL provides a good, ubiquitous logging infrastructure, which is suitable for most applications, and integrates with WebSphere Application Server log and trace. Using JUL directly also avoids extra log/trace API "hops" that are introduced by using other log/trace frameworks that map to JUL. The WAS logs are generated using JUL Handlers connected to the root JUL Logger.
In case you don't want to use JUL, or you have code that is already instrumented with another logging package, SLF4J or Logback can be helpful. For example, you may have code already written with Log4J. Log4J log/trace is not routed to WAS log/trace files, and Log4J loggers don't show up in the WAS tree of loggers you can control from the admin console. Further, trace spec settings you make in WAS do not control Log4J logger settings. This is where SLF4J or Logback can come in handy, as you can use them to intercept Log4J calls and forward them to the logging implementation of your choice. In order to integrate well with WAS logs/trace, we would recommend you bind your SLF4J/Logback API to map your log/trace content to JUL -- this will give you the ability to see your logs/trace in the WAS log/trace files, and enable you to have easy admin console control over all of your loggers.
3. How can I get WAS logs to go to syslog or the Windows EventLog?
There are a number of places that users have asked to be able to direct logs to in the past. Most notably, a number of customers have asked for the ability to send logs to syslog.
WebSphere Application Server sends all of its logs to java.util.logging (JUL), and customers can customize what happens to the log/trace events by way of using JUL Handlers. Once content is sent to JUL, it can be handled in a variety of flexible ways:
1) By default, we store the content in our log files, such as SystemOut.log, trace.log, or the newer log and trace repositories of the High Performance Extensible Logging framework we added in WebSphere Application Server V8.0. We also send the log content over JMX notifications, which allows for remote access.
2) If customers want to send content to places like SMTP, syslog, event log, or a few other places, they can use SLF4J to route WAS logs to Log4J, and use the corresponding Log4J Appenders. In this configuration, WAS logging routes to java.util.logging, SLF4J's Handler routes the request to Log4J, and Log4J can be configured to write log records to a syslog Appender.
3) If users want to do something even more custom, they can write their own JUL Handlers and plug them into WebSphere Application Server.
4. I am unable to turn on WebSphere Application Server trace. The trace state sets to *=off?
The systemOut.log shows:
[5/26/15 14:10:44:746 EDT] 000000d9 ManagerAdmin I TRAS0018I: The trace state has changed. The new trace state is *=off.
The problem is related to the below two JVM arguments:
-Djava.util.logging.configureByLoggingPropertiesFile=TRUE
-Djava.util.logging.config.file=<path>/logging.properties
Verify if the above 2 JVM arguments are configured. If yes, temporary disable it so WAS trace can be enabled.
5. The WebSphere Application Server logging has stopped, what may have caused this?
The user might have disabled the trace by setting trace output to none.
Setting runtime trace output to none impacts the JVM logs. To do that, the runtime trace spec will be set to *=off, which means to turn off all log levels. If customers just want to disable the trace for debug information only, we recommend setting the runtime trace spec, accordingly, instead of setting runtime trace output to none. For example, set to *=info, which is the default.
Verify if the commons-logging.jar and commons-logging.properties exist in the JVM classpath. If yes, suggest to remove it and put them inside the application (with parent_last setting) or put them in the isolated shared library.
6. How can I separate my logs into separate files for each application?
In WAS V8.5, we added the application name to log and trace records stored using HPEL (High Performance Extensible Logging). Since HPEL lets you format and filter your log content after it has been persisted to the HPEL log/trace repository, this lets you decide if you want to see your application content on its own (helpful for uncluttered debug of an application), or together with the application server log/trace content (helpful to see impact of server on applications, and vice versa).
For example, if you had 3 applications called app1, app2, and app3, you could create app specific logs as follows: WAS_INSTALL_ROOT\bin> logViewer -includeExtensions appName=app1 > app1.log
WAS_INSTALL_ROOT\bin> logViewer -includeExtensions appName=app2 > app2.log
WAS_INSTALL_ROOT\bin> logViewer -includeExtensions appName=app3 > app3.log
or see everything in one file as follows:
WAS_INSTALL_ROOT\bin> logViewer > all.log
7. How can I add my own java.util.logging.Handler to WAS?
To create a Handler you need to extend the java.util.logging.Handler class as follows (this example also shows how to filter for only the most severe messages):
import java.util.logging.Handler;
import java.util.logging.Level;
import java.util.logging.LogRecord;
public class MyHandler extends Handler {
public void close() {
}
public void flush() {
}
public void publish(LogRecord record) {
if (record.getLevel().intValue() >= Level.SEVERE.intValue()) {
// do something...
}
}
}
In your application you can add that Handler to the root logger as follows:
import java.util.logging.Handler;
import java.util.logging.Logger;
...
Handler myHandler = new MyHandler();
Logger logger = Logger.getLogger("");
logger.addHandler(myHandler);
...
8. Why can't I set my own log levels using the Logger setLevel method?
The application server can run in two modes.
By default, the logger levels are managed, and we expect any changes to logger levels to be done only through wsadmin or through the admin console. When the trace spec update is applied, we explicitly set each logger to the level specified in the trace spec -- we do not leave any named loggers at level set to null. So, while you can change a logger's level using the setLevel method, that change only lasts until you apply your next trace spec update from wsadmin or the admin console. Basically, changes you make via logger.setLevel are temporary at best, and do not apply automatically to children since the children won't have a null level.
Alternately, you can have the server to be configured by the JRE's logging.properties file by setting the java.util.logging.configureByLoggingPropertiesFile property. In this mode, the application server will not touch the logger levels -- you cannot update the levels through the admin console, nor through wsadmin. See Java virtual machine custom properties [http://www14.software.ibm.com/webapp/wsbroker/redirect?version=matt&product=was-base-dist&topic=xrun_jvm] for more information on this setting. In this mode, you can specify anything you would normally specify in your logging.properties file. Be careful not to use a console handler though, as that will lead to an infinite loop, since we take data sent to System.out, turn it into LogRecords, and send it to the root logger.
9. How can I get java.util.logging to initialize from a jre/bin/logging.properties file in the application server?
You can do this via system property: java.util.logging.configureByLoggingPropertiesFile=true
Note that if you do set up your server in this mode, we will not manage your logger levels via the admin console.
Note also that we will ignore any console handler entries found in the logging.properties file, since we route System.out to the root logger, which would mean that a console handler would cause an infinite recursion.
If you do use this system property, and you want to change logger levels, you have two choices:
*
* 2) Set the Logger levels programatically using the Logger.setLevel method
10. How can I get the full logger name from log and trace records?
The full logger name can be handy to know for enabling trace. How you get to it depends on what log and trace mode you use:
Basic log and trace mode:
The basic log format (not to be confused with basic log and trace mode), which is the default format for SystemOut.log / SystemErr.log / trace.log has a truncated version of the logger name:
[4/14/11 9:41:45:218 EDT] 00000021 QuickLogTest W hello fine 54857
There is no way to get the full logger name from basic formatted logs. You need to switch to advanced format for your logs/trace if you want to see the full logger name. Once in advanced format, log contents appear as follows:
[4/14/11 9:41:45:218 EDT] 00000021 W UOW= source=com.ibm.somelogger.QuickLogTest org= prod= component= thread=[WebContainer : 4]
hello fine 54857
HPEL log and trace mode:
You can use the HPEL LogViewer command line tool to output the log/trace content in either basic or advanced format.
> logviewer -format basic
....
[4/14/11 9:41:45:218 EDT] 00000021 QuickLogTest W hello fine 54857
....
> logviewer -format advanced
....
[4/14/11 9:41:45:218 EDT] 00000021 W UOW= source=com.ibm.somelogger.QuickLogTest org= prod= component= thread=[WebContainer : 4]
hello fine 54857
...
11. How can I write HPEL content to a database?
If you want to write to a Database, any of the following options will work:
1) Write your own log handler (that writes to a database) and plug it into JSR47. (see the Java doc for java.util.logging.Handler)
2) Write an HPEL reading Java application to read the content from an HPEL log repository and write it to a database
3) Write an HPEL reading Java application to read the content from an HPEL log repository and write it out in .csv format, then just use the common database commands to load the .csv content into the database.
12. How do you tune HPEL for optimal performance in tWAS?
In the server.xml, jvmEntries element:
- Ensure debugMode is set to false
- Ensure RAS JMX notifications are disabled by including -Dcom.ibm.ejs.ras.disablerasnotifications=true in genericJvmArguments
- Ensure -Xquickstart is not in the list of genericJvmArguments
<jvmEntries xmi:id="JavaVirtualMachine_1183122130078" verboseModeClass="false" verboseModeGarbageCollection="false" verboseModeJNI="false" runHProf="false" hprofArguments="" debugMode="false" debugArgs="-Dcom.ibm.ws.classloader.j9enabled=true -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=7777" genericJvmArguments="-Dcom.ibm.ejs.ras.disablerasnotifications=true">
In hpelModel.xml:
- Ensure textLog is disabled.
<hpelTextLog xmi:id="HPELTextLog_1" enabled="false" dataDirectory="${SERVER_LOG_ROOT}"/>
13. How can I tell who is writing to System.err / System.out ?
Add the following to your genericJvmArgument s :
-Xtrace:print=mt,trigger=method{com/ibm/ejs/ras/System*.*,jstacktrace}
14. How can I identify what code is writing to System.out.println?
Add the following to your genericJvmArguments and restart the server to see a stack trace for each call to System.out.println:
-Xtrace:print=mt,trigger=method{java/io/PrintStream.println,jstacktrace}
A snippet of the stack trace for a sample application, which calls System.out.println(), with the above JVM argument set, which identifies that the Hello.printHello (Hello.java:15) writes to System.out.
03:41:01.245*0x3277900 mt.0 > java/io/PrintStream.println(Ljava/lang/String;)V Bytecode method, This = 7fffff49f98
03:41:01.247 0x3277900 j9trc_aux.0 - jstacktrace:
03:41:01.248 0x3277900 j9trc_aux.1 - [1] java.io.PrintStream.println (PrintStream.java:829)
03:41:01.248 0x3277900 j9trc_aux.1 - [2] com.ibm.jvm.io.ConsolePrintStream.println (ConsolePrintStream.java:311)
03:41:01.250 0x3277900 j9trc_aux.1 - [3] Hello.printHello (Hello.java:15)
03:41:01.251 0x3277900 j9trc_aux.1 - [4] Hello.main (Hello.java:9)Hello World
03:41:01.253 0x3277900 mt.6 < java/io/PrintStream.println(Ljava/lang/String;)V Bytecode method
15. How can I see who called a particular method?
Add the following to your genericJvmArguments:
-Xtrace:print=mt,trigger=method{java/util/logging/Logger.setLevel,jstacktrace}
16. What are the .owner files for in the log directory?
The server creates a .owner file for each of the log files. The file content indicates which cell/node/server is the rightful user of the similarly named log file. This is used as a sort of locking mechanism to make sure that users don't improperly configure their systems. If two or more servers are configured to use the same log directory and file name, we can detect it using the .owner file and we will print a warning in the log file.
For more information, see Java virtual machine (JVM) log settings [http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-dist&topic=JVMLogs_description]
17. How can I correlate information from thread stacks in the javacore with information in my SystemOut.log file?
There are a few ways to correlate content in WAS logs/trace with content in javacore thread dumps:
Best option, if you are using WebSphere Application Server 8.0 / 8.5:
Applies to:
WAS 8.0.0.4 and above running with Java 626 SR4 and above
WAS 8.5.0.2 and above running with Java 7 SR3 and above or Java 626 SR4 and above
In recent releases, we have made it possible to have the thread id used in the WebSphere Application Server log/trace match with the thread id used in javacores. In WAS 8.0.0.4 and above, you can use a system property to make the thread id in the logs/trace match the Java thread id. In WAS 8.5.0.2 and above, the thread id used in the logs/trace matches with the Java thread id by default. For more information, see PM60913: Introduce ability to use Java Thread ID in Logs instead of LogRecord Thread ID [http://www-01.ibm.com/support/docview.wss?uid=swg1PM60913] and JVM log interpretation [http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-dist&topic=rtrb_readmsglogs]
Another option if you are using High Performance Extensible Logging (HPEL) / Binary Logging:
Applies to:
Full profile WAS 8.0.0.0 and above
Liberty profile WAS 8.5.5.0 and above
Full Profile:
Use the HPEL logViewer command to output the logs in advanced format so you can see the full thread name:
> logViewer -format advanced (basic is the default format)
Liberty Profile:
Use the binaryLog command line tool to output the logs in advanced format so you can see the full thread name:
> binaryLog view --format=advanced
You will get output that looks like the following:
[4/14/11 9:41:45:218 EDT] 00000021 W UOW= source=com.ibm.somelogger.QuickLogTest org= prod= component= thread=[WebContainer : 4]
The javacore contains the same thread name:
3XMTHREADINFO "WebContainer : 4" J9VMThread:0x1578D700, j9thread_t:0x150D0D04, java/lang/Thread:0x02517CE0, state:R, prio=5
3XMTHREADINFO1 (native thread ID:0x15B0, native priority:0x5, native policy:UNKNOWN)
3XMTHREADINFO3 Java callstack:
4XESTACKTRACE at com/ibm/io/async/AsyncLibrary.aio_getioev2(Native Method)
Another option if you are using Advanced format for your SystemOut.log / trace.log:
Applies to:
All currently supported WebSphere Application Server releases.
Change your log/trace format to Advanced. The Advanced format contains the full thread name, as does the javacore.
Advanced format Log:
[4/14/11 9:41:45:218 EDT] 00000021 W UOW= source=com.ibm.somelogger.QuickLogTest org= prod= component= thread=[WebContainer : 4]
The javacore contains the same thread name:
3XMTHREADINFO "WebContainer : 4" J9VMThread:0x1578D700, j9thread_t:0x150D0D04, java/lang/Thread:0x02517CE0, state:R, prio=5
3XMTHREADINFO1 (native thread ID:0x15B0, native priority:0x5, native policy:UNKNOWN)
3XMTHREADINFO3 Java callstack:
4XESTACKTRACE at com/ibm/io/async/AsyncLibrary.aio_getioev2(Native Method)
What to do next
If the preceding troubleshooting did not help solve your problem, see the Mustgather [http://www-01.ibm.com/support/docview.wss?uid=swg21321060]for logging problems to continue investigation. | Is there a way to separate the application logging from WebSphere Application Server logging?
Currently the WebSphere error logs as well as the application error logs are printed in same file. The same case with system out logs. Our goal is to separate the application system error and out logs from WebSphere system logs.
If we are use log4j in the application for separating the logs what is the best way to do this? | In WAS V8.5, we added the application name to log and trace records stored using HPEL (High Performance Extensible Logging). Since HPEL lets you format and filter your log content after it has been persisted to the HPEL log/trace repository, this lets you decide if you want to see your application content on its own (helpful for uncluttered debug of an application), or together with the application server log/trace content (helpful to see impact of server on applications, and vice versa). |
TRAIN_Q496 | IBM SSLKeyException: RSA premaster secret error Caused by InvalidKeyException - United States JDBC JCC SSL SSLKeyException .InvalidKeyException TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
My java application using the Data Server Driver for JDBC (JCC) is failing to establish SSL connection with following error:
SSLKeyException: RSA premaster secret error. Caused by: java.security.InvalidKeyException: Illegal key size or default parameters.
SYMPTOM
javax.net.ssl.SSLKeyException: RSA premaster secret error. Caused by: java.security.InvalidKeyException: Illegal key size or default parameters
CAUSE
The default restricted policy file has a 2048 key size limit. If the RSA key size exceeds this limit then this error is expected.
RESOLVING THE PROBLEM
This issue can be resolved by upgrading to the unrestricted policy files, replacing the security policy files with the IBM unlimited cryptography files. Replace the local_policy.jar with the Unrestricted JCE policy File. [https://www14.software.ibm.com/webapp/iwm/web/reg/pick.do?source=jcesdk&lang=en_US] | Why am I getting an SSL Key Exception (RSA premaster secret error) when trying to create a syndication pair?
When trying to create the syndication pair for a virtual portal, I am getting the following exception:
"IWKWC0016E: The remote service can not be retrieved. Either the URL you entered is incorrect, the server you indicated does not contain IBM Web Content Manager or the web service has been incorrectly configured and could not be located. Check the log for more details https://1.23.456.789 <-- your ip address or hostname will be shown here
/wps/wcm/vpname/basicauth/SyndicationServlet?reqlocale=en_US& javax.net.ssl.SSLKeyException: RSA premaster secret error" | The default restricted policy file has a 2048 key size limit. If the RSA key size exceeds this limit then this error is expected. |
TRAIN_Q497 | IBM Enabling tracing for the DASH service in Jazz for Service Management - United States DASHL2; DASHL2FAQ; DASHL2MUSTG; enable tracing TECHNOTE (FAQ)
QUESTION
What is the procedure to enable trace logging to troubleshoot DASH runtime issues/errors?
CAUSE
You can use trace logging to assist in monitoring system performance and diagnosing problems. Since trace logs can be quite verbose and include many unrelated errors, resetting the logs and then reproducing the problem issue can reduce the time required for log analysis for specific issues.
ANSWER
Steps to enable tracing:
Enable trace logging.
1. Log into the DASH. After logging in navigate to Console Settings [/support/docview.wss?uid=swg21632844&aid=1] > Websphere Administrative Console.
2. Navigate to Troubleshooting -> Logs & Trace
3. Click on the Server1 -> Select Diagnostic Trace Service. Increase the Maximum Number of Historical Files from 1 to 10.
4. Click Apply, then select Change Log Detail Levels.
5. Click on Runtime tab to enable tracing for the DASH process that is currently running. Enabling tracing from the Runtime tab will keep tracing active until the next time the DASH server process is stopped. To make tracing persistent even after stopping and restarting the DASH server process click the Configuration tab instead.
6. Clear the trace string in the Groups box and replace it with the following:
*=info: com.ibm.isc.*=all: com.ibm.isclite.*=all: com.ibm.iscportal.*=all: com.ibm.isclite.service.datastore.consoleproperties.*=INFO
For the Connection manager (data provider related issues) you will want to enable all for the following components:
*=info: com.ibm.isclite.rest.*=all:com.ibm.tivoli.conmgr.*=all
7. Click on the Apply button.
8. If you enabled tracing from the Configuration tab in step 4, then click the "Save" link that appears at the top of the page. ("Save to master configuration")
Once tracing is enabled, reproduce the DASH runtime issue. Note the time that the issue was reproduced so that the issue can be easily correlated with the trace log entries.
Run the log collector program:
1. Change the directory to <JazzSM Home>/ui/bin
2. Run the following command:
./consoleLogCollector.sh or .bat
Send us the console_logs.zip file located in <JazzSM Home>/ui directory
and attach them to the associated Problem Management Record (PMR). Please include the time the issue was reproduced in the PMR update. Please also provide the DASH version info:
<JazzSM Home>/ui/bin/consolecli.sh Version
Upload the resulting output file to the PMR | Login to DASH returned "Page cannot be displayed" error Login to DASH returned "Page cannot be displayed" error | Run the log collector program:
1. Change the directory to <JazzSM Home>/ui/bin
2. Run the following command:
./consoleLogCollector.sh or .bat
Send us the console_logs.zip file located in <JazzSM Home>/ui directory
and attach them to the associated Problem Management Record (PMR). Please include the time the issue was reproduced in the PMR update. Please also provide the DASH version info:
<JazzSM Home>/ui/bin/consolecli.sh Version
Upload the resulting output file to the PMR |
TRAIN_Q499 | IBM Security Bulletin: IBM MQ Appliance is affected by a GNU C library (glibc) vulnerability (CVE-2017-8804) - United States SECURITY BULLETIN
SUMMARY
IBM MQ Appliance has addressed a vulnerability in GNU C library (glibc).
VULNERABILITY DETAILS
CVEID:CVE-2017-8804 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8804]
DESCRIPTION:glibc is vulnerable to a denial of service, caused by improper handling of buffer deserialization in the xdr_bytes and xdr_string functions. By sending a specially-crafted UDP packet, a remote attacker could exploit this vulnerability to cause virtual memory allocation, or memory consumption on the system.
CVSS Base Score: 7.5
CVSS Temporal Score: Seehttps://exchange.xforce.ibmcloud.com/vulnerabilities/125760 [https://exchange.xforce.ibmcloud.com/vulnerabilities/125760]for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)
AFFECTED PRODUCTS AND VERSIONS
IBM MQ Appliance 8.0
Maintenance levels between 8.0.0.0 and 8.0.0.7
IBM MQ Appliance 9.0.x Continuous Delivery (CD) Release
Continuous delivery updates between 9.0.1 and 9.0.3
REMEDIATION/FIXES
IBM MQ Appliance 8.0
Apply fixpack 8.0.0.8 [https://www-945.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~WebSphere&product=ibm/WebSphere/IBM+MQ+Appliance+M2000&function=textSearch&text=8.0.0.8]
IBM MQ Appliance 9.0.x Continuous Delivery (CD) Release
Apply Continuous Delivery Release 9.0.4 [https://www-945.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~WebSphere&product=ibm/WebSphere/IBM+MQ+Appliance+M2000&function=textSearch&text=9.0.4]
WORKAROUNDS AND MITIGATIONS
None
GET NOTIFIED ABOUT FUTURE SECURITY BULLETINS
Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this.
REFERENCES
Complete CVSS v3 Guide [http://www.first.org/cvss/user-guide]
On-line Calculator v3 [http://www.first.org/cvss/calculator/3.0]
RELATED INFORMATION
IBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html]
IBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt]
CHANGE HISTORY
04 December 2017 Original version published
*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin.
DISCLAIMER
According to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an "industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response." IBM PROVIDES THE CVSS SCORES "AS IS" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY. | Security Bulletin: IBM MQ Appliance is affected by a GNU C library (glibc) vulnerability (CVE-2017-8804) I need to understand details regarding Security Bulletin: IBM MQ Appliance is affected by a GNU C library (glibc) vulnerability (CVE-2017-8804). Where can I find this information? | CVEID:CVE-2017-8804 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8804]
DESCRIPTION:glibc is vulnerable to a denial of service, caused by improper handling of buffer deserialization in the xdr_bytes and xdr_string functions. By sending a specially-crafted UDP packet, a remote attacker could exploit this vulnerability to cause virtual memory allocation, or memory consumption on the system.
CVSS Base Score: 7.5
CVSS Temporal Score: Seehttps://exchange.xforce.ibmcloud.com/vulnerabilities/125760 [https://exchange.xforce.ibmcloud.com/vulnerabilities/125760]for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H) |
TRAIN_Q500 | IBM WebSphere Cast Iron Cloud integration fix packs are available - United States NEWS
ABSTRACT
Fix packs for WebSphere Cast Iron Cloud integration are now available for download.
CONTENT
Following are links to more information about the latest fix packs available on Fix Central for these versions:
* 7.5.2.0 (App Connect Professional). See this forum Q&A [https://developer.ibm.com/answers/questions/303457/what-is-ibm-app-connect-professional/] for more information. And see App Connect Professional builds and iFix details. [http://www.ibm.com/support/docview.wss?uid=swg21998280]
* 7.5.0.1 [http://www.ibm.com/support/docview.wss?uid=swg21972013]
* 7.5.0.0 [http://www.ibm.com/support/docview.wss?uid=swg21963355]
* 7.0.0.2 [http://www.ibm.com/support/docview.wss?uid=swg21686987]
* 7.0.0.1 [http://www.ibm.com/support/docview.wss?uid=swg21678176]
* 7.0.0.0 [http://www.ibm.com/support/docview.wss?uid=swg21656428]
* 6.4.0.1 [http://www.ibm.com/support/docview.wss?uid=swg21647655]
* 6.4.0.0 [http://www.ibm.com/support/docview.wss?uid=swg21641628]
* 6.3.0.2 [http://www.ibm.com/support/docview.wss?uid=swg21650993]
* 6.3.0.1 [http://www.ibm.com/support/docview.wss?uid=swg21625115]
* 6.3.0.0 [http://www.ibm.com/support/docview.wss?uid=swg21619941] | Where is latest information on fix packs for Cast Iron? Where can I find more information on the fix packs and downloads available for the various releases of Cast Iron? | Following are links to more information about the latest fix packs available on Fix Central for these versions: |
TRAIN_Q501 | IBM Specifying an alternative to "/tmp" for Tivoli Integrated Portal installs - United States TIPL2; TIPL2INST; tmp; temp directory; folder; Tivoli Integrated Portal; installation; fix pack TECHNOTE (FAQ)
QUESTION
Is there a way to configure the TIP installer to use an alternate directory if the installation user ID has insufficient access rights to "/tmp"?
ANSWER
TIP L3 has examined the TIP installer and found that /tmp is hard coded in both the TIP and Websphere installers. There is no option available to override /tmp. To pursue a change to the TIP installer to accommodate an alternate tmp location, please submit an enhancement request via the RFE site here:
http://www.ibm.com/developerworks/rfe/?BRAND_ID=90 [http://www.ibm.com/developerworks/rfe/?BRAND_ID=90] | Is there a way to force the Tivoli Integrated Portal (TIP) fix pack installer to use a different temp location? Is there a way to force the Tivoli Integrated Portal (TIP) fix pack installer to use a different temp location? | There is no option available to override /tmp. |
TRAIN_Q503 | IBM Can we remove world-writable permissions - global write permission - United States World writeable TECHNOTE (FAQ)
QUESTION
Setup a recurring process to remove world-writable from the files and directories: chmod o-w. We are not planning to delete any files. Would this impact functionality ?
ANSWER
The question is whether or not it is safe to remove world-writable for these files and directories. Some of them are dynamic and will be re-created with world-writable after reboot. For these we would like to remove world-writable on a recurring basis.
/export/opt/IBM/tivoli/tip/derby/TTSS Directory-Only /export/opt/IBM/tivoli/tip/derby/TTSS/log Directory-Only /export/opt/IBM/tivoli/tip/derby/TTSS/seg0 Directory-Only /opt/tivoli/cit/bin/etc Directory-Only /opt/tivoli/cit/bin/etc/wscanhw Directory-Only /opt/tivoli/cit/cache_data Directory-Only /tmp/javasharedresources Directory-Only /usr/ibm/common/acsi/logs Directory-Only /usr/ibm/tivoli/common/CIT/logs Directory-Only /var/.com.zerog.registry.xml File /var/ibm/common/acsi/resourceBundleLocation Directory-Only /usr/ibm/common/acsi/repos/persistSVCRepos Directory-Only /usr/ibm/common/acsi/repos/persistSVCRepos/* File /usr/ibm/tivoli Directory-Only /usr/ibm/tivoli/common Directory-Only /usr/ibm/tivoli/common/CIT Directory-Only
Answer:
DB2 is OK confirmed by DB2 support
# Revoke world-writable from recurring DB2 log files
/bin/chmod o-w
/export/opt/IBM/home/tklmdb2/sqllib/db2dump/stmmlog/stmm.*.log
/bin/chmod o-w
/opt/IBM/home/tklmdb2/tklmdb2/NODE0000/TKLMDB/.SQLCRT.FLG
/bin/chmod o-w
/opt/IBM/home/tklmdb2/tklmdb2/NODE0000/TKLMDB/*/.SQLCRT.FLG
Tested removing world-writable permissions on DB2 and it is OK.
None of these files are TKLM specific.
Some of these directories do not belong to TIP.
CIT Files TKLM V2 doesn't have them:
/opt/tivoli/cit/bin/etc Directory-Only
/opt/tivoli/cit/bin/etc/wscanhw Directory-Only
/opt/tivoli/cit/cache_data Directory-Only
/usr/ibm/tivoli Directory-Only
/usr/ibm/tivoli/common Directory-Only
/usr/ibm/tivoli/common/CIT Directory-Only
/usr/ibm/tivoli/common/CIT/logs Directory-Only
Changed the permissions on those files. Everything looked OK: create a master keystore. create an LTO device. create a key, backup and restore, and apply a fixpack.
Non-DE
/tmp/javasharedresources Directory-Only
/var/.com.zerog.registry.xml File Can be deleted
DE related files
/usr/ibm/common/acsi/logs Directory-Only
/var/ibm/common/acsi/resourceBundleLocation Directory-Only
/usr/ibm/common/acsi/repos/persistSVCRepos Directory-Only
/usr/ibm/common/acsi/repos/persistSVCRepos/* File
** Remove world writable permissions from DE directories. This will not impact functionality.
It is OK to change the global write permission on above directories and files. | Can I remove the write permissions for "other" in ../ibm/common/acsi? Can I remove "write" permission for "other" for all the sub-directories and files under the following directory,
/usr/ibm/common/acsi
/var/ibm/common/acsi
Will it cause any problem? | Remove world writable permissions from DE directories. This will not impact functionality. |
TRAIN_Q504 | IBM MTTrapd [SNMP] probe drops traps from specific devices - United States nco_p_mttrapd; snmp; snmp traps; traps; dropped; drop; dropping; malformed; TCP TECHNOTE (FAQ)
QUESTION
MMTrapd probe : Why are SNMP traps dropped from specific devices?
CAUSE
SNMP packets can be dropped for a number of reasons, including overloading, malformed packets, malformed traps/informs and incorrectly configured/non-compliant MIBS.
ANSWER
Traps can be dropped during high loading, so ensure that the traps are being dropped from specific devices under normal load.
Use snoop, tcpdump or Wireshark to capture the traps that are being dropped on the probe servers port, as defined in the property file.
e.g.
Port : 162
Load the PCAP file into the Wireshark GUI and review the trap[s] visually.
For traps to be processed they must have enterprise-oid and uptime, otherwise they will be dropped during probe processing by the NET-SNMP libraries.
Try setting Protocol to 'ALL' in case the trap is being sent as TCP|UDP.
For SNMPv3 trap and inform processing please refer to the available online FAQ's and supplementary documentation [see related information].
SNMPv3 traps require a unique creatruser entry for each device in the mttrapd.conf file, with the user definition including the devices unique engined-id. Whilst SNMPv3 INFORMs can be sent without an engine-id and a single createuser entry in the ConfPath's mttrapd.conf file.
If the trap appears to be RFC compliant, and MTTrapd probe is correctly configured, please send the PCAP file of the trap along with the probes debug log and property file to IBM Tivoli Netcool support for further analysis.
IMPORTANT: You should ensure that the latest MTTrapd probe and Netcool/OMNIbus fix pack is installed before contacting IBM Tivoli Netcool support, and that the problem persists with the latest product.
RELATED INFORMATION
#Capturing TCP data [http://www-01.ibm.com/support/docview.wss?uid=swg21569745]
Support's Guide to the SNMP [MTTrapd] probe [http://www-01.ibm.com/support/docview.wss?uid=swg21607690]
SNMPv3 trap reception [http://www-01.ibm.com/support/docview.wss?uid=swg21626348] | OMNIBUS nco_p_mttrapd : Malformed traps How can you determine why the MTTrapd [SNMP] probe drops traps? | Traps can be dropped during high loading, so ensure that the traps are being dropped from specific devices under normal load.
Use snoop, tcpdump or Wireshark to capture the traps that are being dropped on the probe servers port, as defined in the property file. |
TRAIN_Q505 | IBM SPSS Student Version and Graduate Pack Resources - United States SPSS Support Acquisition Statistics Stats Grad Pack Student TECHNOTE (FAQ)
QUESTION
Where do I get support for IBM SPSS Student Version or Graduate Pack software?
ANSWER
Step 1:
For installation & licensing issues on Student version and Graduate pack, contact your vendor.
* Hearne [http://www.hearne.software/Software/SPSS-Grad-Packs-for-Students-by-IBM/FAQ]
* On the Hub [http://onthehub.com/]
* StudentDiscounts.com [http://studentdiscounts.com/contact-us.aspx]
* JourneyEd [https://www.journeyed.com/contact]
* thinkEDU [https://thinkedu.desk.com/]
* Studica [http://www.studica.com/technical-support]
Cross reference information Segment Product Component Platform Version Edition Business Analytics SPSS Amos Windows Not Applicable Grad Pack, Shrinkwrap, Campus Business Analytics SPSS Modeler Platform Independent Not Applicable Business Analytics SPSS Text Analytics for Surveys Windows Not Applicable Business Analytics SPSS Statistics Platform Independent Not Applicable Campus Edition, Grad Pack, Student Version | How do I transfer my SPSS 24 license key to a new computer? I need to transfer my SPSS 24 license key to a new computer. I was able to download IBM® SPSS® Statistics Standard GradPack 24 for Windows (12-Mo Rental) onto the new computer, but every time I put in the activation code, I am met with this error message:
Authorization failed.: You are not allowed to generate any more new licenses.
End Of Transaction.
No additional authorizations are permitted on this code.
What should I do? | For installation & licensing issues on Student version and Graduate pack, contact your vendor. |
TRAIN_Q507 | IBM Setting a big session time-out value in DASH causes session lock-out - United States DASHL2; session; time-out; timeout; cannot login; locked out ; 2147483647; security.xml TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
Using a big value (2147483647) for the session timeout setting in DASH, to achieve the maximum time between timeouts, is causing users to be locked out completely.
SYMPTOM
After entering the user ID and password in the login page, and then pressing the "continue" button,
the login page does not change, stuck at "processing" and then returns to the login page again."
All users get essentially locked out completely from DASH sessions.
CAUSE
In order to maximize the time between session timeouts, the customer is setting the timeout parameter in the security.xml file to 2147483647.
This timeout parameter used in the security.xml file is a WAS setting, but DASH is using a javascript call (settimeout), which causes a condition that prevents a login, if the timeout value is really big.
Note: 2147483647 is the maximum positive value for a 32-bit signed binary integer in computing.
RESOLVING THE PROBLEM
This condition that prevents logins can be averted by setting the custom property LTPAFIX in the consoleProperties.xml to "false".
Please follow this steps:
1. On DASH server, navigate to <JazzSM Home>/profile/config/cells/JazzSMNode01Cell/applications/isc.ear/deployments/isc/isclite.war/WEB-INF
2. Take a backup of consoleProperties.xml
3. Open consoleProperties.xml in edit-mode.
4. Search for "LTPAFIX" and change the value from "true" to "false".
Example:
Before
=====
<consoleproperties:console-property id="LTPAFIX" value="true"/>
</consoleproperties:ibm-portal-consoleproperties>
After
====
<consoleproperties:console-property id="LTPAFIX" value="false"/>
</consoleproperties:ibm-portal-consoleproperties>
5. Save the file.
6. Restart DASH server. | Why are the users unable to login to Web GUI 8.1 after I modify timeout to 2147483647 in security.xml file ?
I followed the Web GUI 8.1 reference guide here to switching off the session timeout
http://www-01.ibm.com/support/knowledgecenter/SSSHTQ_8.1.0/com.ibm.netcool_OMNIbus.doc_8.1.0/webtop/wip/task/web_adm_settimeout.html
After I edited /config/cells/JazzSMNode01Cell/security.xml file, modified timeout setting to 2147483647, users are not able to login anymore. | 1. On DASH server, navigate to <JazzSM Home>/profile/config/cells/JazzSMNode01Cell/applications/isc.ear/deployments/isc/isclite.war/WEB-INF
2. Take a backup of consoleProperties.xml
3. Open consoleProperties.xml in edit-mode.
4. Search for "LTPAFIX" and change the value from "true" to "false".
Example:
Before
=====
<consoleproperties:console-property id="LTPAFIX" value="true"/>
</consoleproperties:ibm-portal-consoleproperties>
After
====
<consoleproperties:console-property id="LTPAFIX" value="false"/>
</consoleproperties:ibm-portal-consoleproperties>
5. Save the file.
6. Restart DASH server. |
TRAIN_Q511 | IBM Security Bulletin: Vulnerabilities in SSL affect IBM DataPower Gateways (CVE-2015-0287, CVE-2015-0289, CVE-2015-0292, and CVE-2015-0293) - United States datapower; CVE-2015-0287; CVE-2015-0289; CVE-2015-0292; CVE-2015-0293 SECURITY BULLETIN
SUMMARY
OpenSSL vulnerabilities were disclosed on March 19, 2015 by the OpenSSL Project. IBM DataPower Gateway has addressed the corresponding applicable CVEs.
VULNERABILITY DETAILS
CVEID: CVE-2015-0287 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0287]
DESCRIPTION: OpenSSL could allow a remote attacker to execute arbitrary code on the system, caused by an error related to the reuse of a structure in ASN.1 parsing. An attacker could exploit this vulnerability using an invalid write to corrupt memory and execute arbitrary code on the system.
CVSS Base Score: 7.5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/#/vulnerabilities/101668 [https://exchange.xforce.ibmcloud.com/#/vulnerabilities/101668] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:L/Au:N/C:P/I:P/A:P)
CVEID: CVE-2015-0289 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0289]
DESCRIPTION: OpenSSL is vulnerable to a denial of service, caused by the failure to properly handle missing outer ContentInfo by the PKCS#7 parsing code. An attacker could exploit this vulnerability using a malformed ASN.1-encoded PKCS#7 blob to trigger a NULL pointer dereference.
CVSS Base Score: 5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/#/vulnerabilities/101669 [https://exchange.xforce.ibmcloud.com/#/vulnerabilities/101669] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:L/Au:N/C:N/I:N/A:P)
CVEID: CVE-2015-0292 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0292]
DESCRIPTION: OpenSSL could allow a remote attacker to execute arbitrary code on the system, caused by an error when processing base64 encoded data. An attacker could exploit this vulnerability using specially-crafted base 64 data to corrupt memory and execute arbitrary code on the system and cause a denial of service.
CVSS Base Score: 7.5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/#/vulnerabilities/101670 [https://exchange.xforce.ibmcloud.com/#/vulnerabilities/101670] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:L/Au:N/C:P/I:P/A:P)
CVEID: CVE-2015-0293 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0293]
DESCRIPTION: OpenSSL is vulnerable to a denial of service. By sending a specially-crafted SSLv2 CLIENT-MASTER-KEY message, a remote attacker could exploit this vulnerability to trigger an assertion.
CVSS Base Score: 5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/#/vulnerabilities/101671 [https://exchange.xforce.ibmcloud.com/#/vulnerabilities/101671] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:L/Au:N/C:N/I:N/A:P)
Note that the following vulnerabilities disclosed on the same day do not impact DataPower appliances:
CVEID: CVE-2015-0291 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0291]
CVEID: CVE-2015-0207 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0207]
CVEID: CVE-2015-0208 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0208]
CVEID: CVE-2015-0209 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0209]
CVEID: CVE-2015-0285 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0285]
CVEID: CVE-2015-0286 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0286]
CVEID: CVE-2015-0288 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0288]
CVEID: CVE-2015-0290 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0290]
CVEID: CVE-2015-1787 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1787]
AFFECTED PRODUCTS AND VERSIONS
IBM DataPower Gateway appliances all versions through 6.0.0.13, 6.0.1.9, 7.0.0.6, and 7.1.0.4
REMEDIATION/FIXES
Fix is available in versions 6.0.0.14, 6.0.1.10, 7.0.0.7. Refer to APAR IT07854 [http://www-01.ibm.com/support/docview.wss?uid=swg1IT07854] for [http://www-01.ibm.com/support/docview.wss?uid=swg1IT03868] URLs to download the fix.
This bulletin will be updated when a fix is made available for DataPower 7.1.x version.
For customers on DataPower 5.x versions, IBM recommends upgrading to a fixed, supported version of the product
WORKAROUNDS AND MITIGATIONS
None
GET NOTIFIED ABOUT FUTURE SECURITY BULLETINS
Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this.
REFERENCES
Complete CVSS v2 Guide [http://www.first.org/cvss/v2/guide]
On-line Calculator v2 [http://nvd.nist.gov/CVSS-v2-Calculator] OpenSSL Project vulnerability website [http://www.openssl.org/news/vulnerabilities.html] OpenSSL Advisory on above listed CVEs [https://www.openssl.org/news/secadv_20150319.txt]
RELATED INFORMATION
IBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html]
IBM Product Security Incident Response Blog [http://www.ibm.com/blogs/PSIRT] ACKNOWLEDGEMENT
None
CHANGE HISTORY
15 May 2015: Updated status on 7.1.x
30 April 2015: Original Version Published
*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin.
DISCLAIMER
According to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an "industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response." IBM PROVIDES THE CVSS SCORES "AS IS" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY. | Security Bulletin: Vulnerabilities in SSL affect IBM DataPower Gateways (CVE-2015-0289) I need to understand details regarding Security Bulletin: Vulnerabilities in SSL affect IBM DataPower Gateways (CVE-2015-0289). Where can I find this information? | CVEID: CVE-2015-0289 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0289]
DESCRIPTION: OpenSSL is vulnerable to a denial of service, caused by the failure to properly handle missing outer ContentInfo by the PKCS#7 parsing code. An attacker could exploit this vulnerability using a malformed ASN.1-encoded PKCS#7 blob to trigger a NULL pointer dereference.
CVSS Base Score: 5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/#/vulnerabilities/101669 [https://exchange.xforce.ibmcloud.com/#/vulnerabilities/101669] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:L/Au:N/C:N/I:N/A:P) |
TRAIN_Q512 | IBM Installing Rational Asset Analyzer Plug-in on Rational Developer for z/OS results in error CRIMA1071E - United States RAA; RAAi; Rdz; CRIMA1071E; 41580 TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
Attempts to install IBM Rational Asset Analyzer (RAA) Plug-in (RAAi) for IBM Rational Developer for System z (RDz) results in the error CRIMA1071E.
SYMPTOM
You may receive a message similar to the following when installing RAAi in a RDz V9.0 environment:
IBM Rational® Asset Analyzer Plug-in for IBM Rational Developer for System z® 6.1.0.0 cannot be installed into any package group.
CRIMA1071E: The installation package 'IBM Rational® Asset Analyzer Plug-in for IBM Rational Developer for System z®' requires components supplied by other packages.
The required components might be supplied by the following installation packages:
Package: Rational® Developer for System z 7.6
CAUSE
The RAAi installation program does not yet support RDz 9.0.
RESOLVING THE PROBLEM
Install RAAi 6.1 into RDz 9.0 by manually copying the plug-in jar files to the Eclipsedropinsfolder.
Follow the steps below to install RAAi:
1. Find the jar files by opening the RAAiInstallRepository.zip file and looking in thepluginsfolder for these two files: * com.ibm.dmh.raai_*.jar
* com.ibm.raa.integrate.doc_*.jar
2. Find thedropinssubdirectory. 1. Right click on the properties to find the shortcut used to start RDz.
2. Look at theTargetproperty to see where eclipse.exe resides
For example: C:\Program Files\IBM\SDP
3. Create a dropinssubdirectory if one does not exist.
4. Copy the two jar files above to thedropinssubdirectory.
5. Restart RDz (Run as administrator)
6. Verify you have an Asset Analyzerentry in the left pane after RDz restarts by clicking on Window > Preferencesfrom the menu.
If you later wish to delete this copy of RAAi 6.1, simply remove the two plug-in jar files that you previously copied into the dropins subdirectory.
Cross reference information Segment Product Component Platform Version Edition Software Development Rational Asset Analyzer for System z | Installing RAA plugin in RDz Hi,
I'm trying to install the RAA plugin in RDz.
But the installation manager mentions that it is not compatibble with an other package, in casu the IBM CICS Explorer SDK. But I would like to install both, is this not possible? | Follow the steps below to install RAAi:
1. Find the jar files by opening the RAAiInstallRepository.zip file and looking in thepluginsfolder for these two files: * com.ibm.dmh.raai_*.jar
* com.ibm.raa.integrate.doc_*.jar
2. Find thedropinssubdirectory. 1. Right click on the properties to find the shortcut used to start RDz.
2. Look at theTargetproperty to see where eclipse.exe resides
For example: C:\Program Files\IBM\SDP
3. Create a dropinssubdirectory if one does not exist.
4. Copy the two jar files above to thedropinssubdirectory.
5. Restart RDz (Run as administrator)
6. Verify you have an Asset Analyzerentry in the left pane after RDz restarts by clicking on Window > Preferencesfrom the menu. |
TRAIN_Q513 | IBM Security Bulletin: WebSphere Message Broker and IBM Integration Bus are affected by denial of service vulnerability (CVE-2014-8901) - United States WMB IIB SECURITY BULLETIN
SUMMARY
WebSphere Message Broker and IBM Integration Bus are affected by denial of service vulnerability. Pattern matching while validating a specially crafted XML document causes XML4C to consume 100% CPU
VULNERABILITY DETAILS
CVEID: CVE-2014-8901 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8901]
DESCRIPTION: IBM XML4J and XML4C libraries contain a denial of service vulnerability when loading specially crafted content. This causes the CPU to consume 100% of available resources and creates serious performance degradation to the system.
CVSS Base Score: 4
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/99110 [https://exchange.xforce.ibmcloud.com/vulnerabilities/99110] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:L/Au:S/C:N/I:N/A:P)
AFFECTED PRODUCTS AND VERSIONS
WebSphere Message Broker V8
IBM Integration Bus V9 and V10
REMEDIATION/FIXES
Product VRMF APAR Remediation/Fix IBM Integration Bus V10 IT07064 An interim fix is available from IBM Fix Central for all platforms.
http://www.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~WebSphere&product=ibm/WebSphere/Integration+Bus&release=All&platform=All&function=aparId&apars=IT07064 [http://www.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~WebSphere&product=ibm/WebSphere/Integration+Bus&release=All&platform=All&function=aparId&apars=IT07064]
The APAR is targeted to be available in fix pack 10.0.0.4 IBM Integration Bus V9 IT07064 An interim fix is available from IBM Fix Central for all platforms.
http://www.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~WebSphere&product=ibm/WebSphere/Integration+Bus&release=All&platform=All&function=aparId&apars=IT07064 [http://www.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~WebSphere&product=ibm/WebSphere/Integration+Bus&release=All&platform=All&function=aparId&apars=IT07064]
The APAR is targeted to be available in fix pack 9.0.0.6 WebSphere Message Broker
V8
IT07064 An interim fix is available from IBM Fix Central for all platforms.
http://www.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~WebSphere&product=ibm/WebSphere/WebSphere+Message+Broker&release=All&platform=All&function=aparId&apars=IT07064 [http://www.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~WebSphere&product=ibm/WebSphere/WebSphere+Message+Broker&release=All&platform=All&function=aparId&apars=IT07064]
The APAR is targeted to be available in fix pack 8.0.0.7
To mitigate the vulnerability, after an interim fix or fixpack containing IT07064 is applied you must set the following environment variable to disable the use of regular expressions by the MRM parser before starting the broker or integration node:
* MQSI_DISABLE_REGEX_IN_XML4C=yes
For unsupported versions of the product IBM recommends upgrading to a fixed, supported version/release/platform of the product.
The planned maintenance release dates for WebSphere Message Broker and IBM Integration Bus are available at :
http://www.ibm.com/support/docview.wss?uid=swg27006308 [http://www.ibm.com/support/docview.wss?uid=swg27006308]
WORKAROUNDS AND MITIGATIONS
None known
GET NOTIFIED ABOUT FUTURE SECURITY BULLETINS
Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this.
IMPORTANT NOTE
IBM strongly suggests that all System z customers be subscribed to the System z Security Portal to receive the latest critical System z security and integrity service. If you are not subscribed, see the instructions on the System z Security web site [http://www.ibm.com/systems/z/solutions/security_subintegrity.html]. Security and integrity APARs and associated fixes will be posted to this portal. IBM suggests reviewing the CVSS scores and applying all security or integrity fixes as soon as possible to minimize any potential risk.
REFERENCES
Complete CVSS v2 Guide [http://www.first.org/cvss/v2/guide]
On-line Calculator v2 [http://nvd.nist.gov/CVSS-v2-Calculator]
RELATED INFORMATION
IBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html]
IBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt]
ACKNOWLEDGEMENT
None
CHANGE HISTORY
29-February-2016 - Original version Published
*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin.
DISCLAIMER
According to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an "industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response." IBM PROVIDES THE CVSS SCORES "AS IS" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY.
RELATED INFORMATION
A Japanese translation is available [http://www.ibm.com/support/docview.wss?uid=swg21978064]
Cross reference information Segment Product Component Platform Version Edition Business Integration WebSphere Message Broker 8.0
PRODUCT ALIAS/SYNONYM
WMB IIB | Help with Security Bulletin: WMB and IIB are affected by denial of service vulnerability (CVE-2014-8901) I need to understand details regarding Security Bulletin: WebSphere Message Broker and IBM Integration Bus are affected by denial of service vulnerability (CVE-2014-8901). Where can I find this information? | CVEID: CVE-2014-8901 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8901]
DESCRIPTION: IBM XML4J and XML4C libraries contain a denial of service vulnerability when loading specially crafted content. This causes the CPU to consume 100% of available resources and creates serious performance degradation to the system.
CVSS Base Score: 4
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/99110 [https://exchange.xforce.ibmcloud.com/vulnerabilities/99110] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:L/Au:S/C:N/I:N/A:P) |
TRAIN_Q514 | IBM Recommended values for web server plug-in config - United States TECHNOTE (FAQ)
QUESTION
In the web server plug-in, what do the LoadBalanceWeight, MaxConnections, ConnectTimeout, ServerIOTimeout, RetryInterval, IgnoreAffinityRequests, and GetDWLMTable options mean and what are the recommended settings for these options?
What affect does Session Affinity have?
How are connections handled during plug-in fail-over?
What is the effect of using more than one web server child process?
ANSWER
To understand how load balancing works in the web server plug-in, see Understanding IBM HTTP Server plug-in Load Balancing in a clustered environment [http://www.ibm.com/support/docview.wss?uid=swg21219567].
To understand how fail-over works in the web server plug-in, see Understanding HTTP plug-in failover in a clustered environment [http://www.ibm.com/support/docview.wss?uid=swg21219808].
LoadBalanceWeight is a starting "weight". The value is dynamically changed by the plug-in during runtime. The "weight" of a server (or clone) is lowered each time a request is assigned to that clone. When all weights for all servers drop to 0 or below, the plug-in has to readjust all of the weights so that they are above 0. Using a starting value of only 2 (default), means that the weights will get to 0 very quickly and the plug-in will constantly be readjusting the weights. Therefore, It is recommended to start with a higher LoadBalanceWeight. The IBM WebSphere Application Server administrative console will allow a value up to 20 for this. However, it is certainly possible to manually edit the plugin-cfg.xml file and specify some other value for LoadBalanceWeight that is higher than 20.
Note: At runtime, the LoadBalanceWeight of each appserver in a cluster are normalized by their highest common factor. For example, 100, 90, 80 have a common factor of 10. So, these configured weights would be divided by 10 at runtime, resulting in actual starting weights of only 10, 9, 8. Setting all clones to the same starting LoadBalanceWeight (for example: 20, 20, 20) will result in an actual starting weight of only 1 for each, because of normalization. So, it is recommended to set the weight of at least one of the clones to be off by a value of 1. For example, if there are 3 clones, you might choose the starting LoadBalanceWeights to be: 20, 20, 19. After normalization the weights will be unchanged.
Recommended values = all clones the same, except one clone off by one (for example: 20, 20, 19)
MaxConnections is used to gauge when a server is "starting to become overwhelmed". It is not used to determine when to fail-over (mark the server "down"). When a request is sent from the plug-in to the WAS appserver, it is called a "PendingRequest", until the response comes back. If the application running in WebSphere Application Server is handling requests quickly, each request will only be PENDING for a very short time. So, under ideal conditions, MaxConnections is not needed and therefore the default is (-1) meaning unlimited. However, sometimes an application may start to become overwhelmed and the application may not be able to handle the requests as quickly. Consequently Pending Requests start to build up. MaxConnections can be used to put a limit on the number of PENDING requests per server. When the MaxConnections limit is reached, the plug-in will stop sending requests to that appserver, but it is not marked down. The optimal value for MaxConnections will depend on how quickly the application and appserver respond to each request. If normal responses are returned in less than one second, it may be appropriate to set a low value for MaxConnections, like 20 or so. However, if it normally takes several seconds to get a response from the application, then it would be prudent to use a higher value for MaxConnections, like 100. Please note that if the MaxConnections limit has been reached the plug-in will not send ANY more requests to that server until responses come back for the current PENDING requests, and the pendingRequests count drops back down below the MaxConnections limit.
Recommended value = 20 - 100 depending on application response times
*Best Practices: with MaxConnections="-1" use LogLevel="Stats" to monitor the pendingRequests numbers in the plug-in log, under normal conditions. Then, choose a value for MaxConnections that is significantly higher than the highest number shown in the log. This method will help you to determine a MaxConnections value that is right for your specific environment.
ConnectTimeout means "how long should the plug-in wait when trying to open a socket to the Application Server"? If there are streams already open and available to the Application Server, the plug-in will use one of those. However, sometimes the plug-in needs to open a new stream to the Application Server. That should not take very long, so the value for ConnectTimeout should be very small. A ConnectTimeout value of 0 means never time-out. In that case, the time-out is left up to the OS TCP layer, which is NOT ideal. It is much better to specify a small positive number (like 5 seconds).
Recommended value = 5
ServerIOTimeout means "how long should the plug-in wait for a response from the application". After the socket is opened, the plug-in sends the request to the Application Server. The application processes the request and a response is sent back to the client, through the plug-in. How long should that take? What is reasonable, based on the application? There is no single correct answer here. It depends on the application. If the application is very quick to respond, then you can use a lower value for ServerIOTimeout. However, if the application requires more time to process the request (maybe to retrieve data from a database), then you should use a higher number for ServerIOTimeout. Using a value of 0 means that the plug-in will NOT time-out the request. This is often NOT ideal. A positive value means that the plug-in will NOT mark the appserver down after a ServerIOTimeout pops. So, if you want the plug-in to continue sending requests to the timed-out appserver, use a positive value. On the other hand, a negative value means that the plug-in WILL mark the appserver down after a ServerIOTimeout pops. So, if you want the plug-in to immediately mark the appserver down and fail-over to another appserver in the same cluster, use a negative value.
Recommended value = -900 (that is negative 900)
Note: The ability to use a negative ServerIOTimeout value was introduced in plug-in apar PK72097 [http://www-01.ibm.com/support/docview.wss?uid=swg1PK72097].
*Best Practices: use traces to determine the amount of time it takes for your application to respond to requests under normal conditions. Be sure to include the longest running requests that take the most time to respond. Then choose a value for ServerIOTimeout that is much larger (2X or 3X or more) than the longest response time. This method will ensure that your ServerIOTimeout is high enough to allow adequate time for the application to respond normally. Make it a negative value so that if the ServerIOTimeout pops, the plug-in will immediately mark the server down, and retry the request to a different appserver.
ServerIOTimeoutRetry can be used to decrease the number of retries after ServerIOTimeout has fired. By default, the Plug-in will try a request equal to the number of members in the cluster. For example, if the cluster has four members, and there is a ServerIOTimeout, the Plug-in will try it a second time. If the retry fails with ServerIOTimeout fired, then it will try a third time, and a fourth time if needed. But after four attempts, the Plug-in will give up and stop retrying. If you want to override this default behavior and reduce the number of retries after ServerIOTimeout, you can set ServerIOTimeoutRetry to a value that is less than the number of members in the cluster.
Recommended value = -1 (this is the default)
Note: This property was introduced by Plug-in apar PM70559 [http://www-01.ibm.com/support/docview.wss?uid=swg1PM70559].
RetryInterval is the time that the plug-in will wait before trying again to use an appserver that was marked down. The optimal value for RetryInterval depends on the number of appservers in the cluster, and the value used for ServerIOTimeout. You can use the following formula to determine the maximum RetryInterval value for your plug-in config:
(number of appservers in cluster - 1) x (absolute ServerIOTimeout) - 1
For example, if there are two appservers in the cluster, and the value of ServerIOTimeout is -900, then the maximum RetryInterval setting would be:
(2 - 1) x (900) - 1 = 899 seconds or less
Another example, if there are four appservers in the cluster, and the value of ServerIOTimeout is -900, then the maximum RetryInterval setting would be:
(4 - 1) x (900) -1 = 2699 seconds or less
Warning: Setting RetryInterval to a value higher than the recommended maximum, based on the formula above, can lead to an undesirable situation where all of the appservers in the cluster may be marked down simultaneously resulting in all requests temporarily failing.
Recommended value = 60 (this is the default)
Affinity requests are requests that contain a session cookie (ie. JSESSIONID). The session cookie is set by the Session Manager in WAS to ensure that all subsequent requests from the same client return to the same app server in the cluster. The session cookie contains the clone ID (or partition ID) of that specific app server. The web server Plug-in will look for the session cookie and use the clone ID to send the request to that specific WAS app server. An affinity request is not load balanced.
In the plug-in config there is a property called IgnoreAffinityRequests. This property determines if affinity requests will affect the load balance weights, or not. The default value for IgnoreAffinityRequests is True, which means that affinity requests will not have any affect on the load balance weights. This is best for environments where there are no, or few, affinity requests. On the other hand, for an environment with a lot of affinity requests, it may be better to set IgnoreAffinityRequests to False so that the load balance weights will accurately reflect the effect of having a lot of affinity requests.
Fail-over occurs when the plug-in marks a cluster member appserver (or clone) as "down", and then sends the pending requests to other members of the same cluster. This can happen if the plug-in is unable to open a new connection to the appserver within the ConnectTimeout. Or fail-over can happen if the plug-in has already sent the request to the appserver, but does not receive a response from the application within ServerIOTimeout. When the plug-in marks a cluster member appserver "down", it will handle the PENDING requests in one of two ways: Prior to plug-in apar PM12112 [http://www-01.ibm.com/support/docview.wss?uid=swg1PM12112], the plug-in would send all of the pending requests to the very next appserver in the cluster. However, after plug-in apar PM12112 [http://www-01.ibm.com/support/docview.wss?uid=swg1PM12112], the plug-in will randomly send the pending requests to any of the available appservers in the cluster. While the appserver is marked "down" the plug-in will no longer send any requests to it. After RetryInterval the plug-in will check to see if that appserver can be used successfully again. If so, the "down" flag will be removed and the appserver will be used again.
Note: By default, the number of attempts to handle a request is limited by the number of appservers in the cluster. For example, if there are only two appservers in the cluster, and the request fails once, the plug-in will only attempt that request one more time (total of two attempts). Or another example, if there are five appservers in the same cluster, and the request fails once, then the plug-in will attempt to retry that same request up to four more times (total of five attempts). That number includes retries sent to the same appserver (session affinity), or attempts sent to different appservers (fail-over).
Update: The plug-in apar PM70559 [http://www-01.ibm.com/support/docview.wss?uid=swg1PM70559] introduced a new setting called "ServerIOTimeoutRetry" that can be used to control the number of retries due to ServerIOTimeout.
If Memory-to-Memory (M2M) session replication is enabled in WebSphere Application Server, then the GetDWLMTable setting in the plug-in config must be changed to "true". Memory-to-Memory replication uses partition IDs rather than clone IDs. This can lead to broken session affinity if GetDWLMTable is set to false (which is the default). So it is very important to set GetDWLMTable="true" whenever using M2M in WebSphere Application Server.
Recommendation = GetDWLMTable="true" whenever M2M is used in WebSphere Application Server.
Each web server child process loads a separate instance of the web server plug-in. And multiple running instances of the web server plug-in do not share information with each other. For example if the IBM HTTP Server web server is configured to start 3 child processes (StartServers 3), then there will be 3 instances of the web server plug-in running (one for each IBM HTTP Server child process). The dynamically changing LoadBalanceWeight of each cluster member is not shared between the plug-in instances. So, in one instance of the plug-in "member1" might be considered UP with a weight of 5, when in another instance of the plug-in "member1" might be considered DOWN and unusable. This can result in possibly different behaviors depending on which child process / plug-in instance handles each incoming request. For this reason it is recommended that you should configure the web server to use only a few web server child processes with many threads on each. See Tuning IBM HTTP Server to maximize the number of client connections to WebSphere Application Server [http://www.ibm.com/support/docview.wss?uid=swg21167658].
If you choose to use more than one web server child process, keep in mind that the plug-in settings are handled on a per instance basis. For example, MaxConnections means the number of pending requests that will be allowed on that server, for each plug-in instance. If MaxConnections = 20, and there are 3 web server child processes (3 plug-in instances), then each instance will allow 20 pending connections to that Application Server for a total of 60 pending connections.
Related information
[http://g01zciwas003.ahe.pok.ibm.com/support/dcf/preview.wss?host=g01zcidbs003.ahe.pok.ibm.com&db=support/swg/swgtech.nsf&unid=E3B7487DDFB64D2C852574C00071DA95&taxOC=SSCC2GP&MD=2011/05/11%2011:05:12&sid=#]Understanding plug-in Load Balancing [http://www.ibm.com/support/docview.wss?uid=swg21219567]
Understanding plug-in Fail-over [http://www.ibm.com/support/docview.wss?uid=swg21219808]
Tuning IBM HTTP Server processes and threads [http://www.ibm.com/support/docview.wss?uid=swg21167658]
web server plug-in configuration [http://www.ibm.com/support/docview.wss?uid=swg21450051]
Modifying plug-in properties from the WebSphere Application Server administrative console [http://www.ibm.com/support/docview.wss?uid=swg21460889]
How do the properties ServerIOTimeout and PostBufferSize affect plug-in behavior? [http://www-01.ibm.com/support/docview.wss?uid=swg21408884] | Why is WAS sending duplicate requests though our Portal application user clicks submit button only once? Is there any setting in WAS,Portal or IHS that can help prevent duplicate requests? | ServerIOTimeoutRetry can be used to decrease the number of retries after ServerIOTimeout has fired. |
TRAIN_Q515 | IBM Performance issue on Mac OS X Launching and Closing SPSS Statistics 21 or 22. - United States Mac OS X; Performance; open; close; exit; launch; 10.6.x 10.7.x 10.8.x 10.9.x TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
With SPSS Statistics 21 or 22 software installed on Mac OS X.
The software was running normally, but for what ever reason, the program might fail or close improperly by using Force Quit several times.
CAUSE
This has been identified as a product defect under APAR PM90266
ENVIRONMENT
This technote applies with any Mac OS X compatible with Statistics 21 or 22, Not version 23.
- IBM SPSS Statistics 21 release is supported on Apple Macintosh 10.6 (Snow Leopard), 10.7 (Lion), and 10.8 (Mountain Lion) with Intel processor.
- IBM SPSS Statistics 22 release is supported on Apple Macintosh 10.7 (Lion), and 10.8 (Mountain Lion) with Intel processor.
Note: IBM SPSS Statistics 22 for Macintosh (Mavericks, OSX 10.9 Operating System) is not officially supported until Statistics 22 FixPack 1 is released.
Note: Windows computers see
Technote 1652535
http://www-01.ibm.com/support/docview.wss?uid=swg21652535 [http://www-01.ibm.com/support/docview.wss?uid=swg21652535]
Note: For Statistics 23.0 Windows or Mac OS X, refer to technote: 1640411
http://www-01.ibm.com/support/docview.wss?uid=swg21640411 [http://www-01.ibm.com/support/docview.wss?uid=swg21640411]
DIAGNOSING THE PROBLEM
One or more of the following symptoms might occur that this resolution can solve.
(1) Statistics takes an abnormally longer time to start and close than when the software was initially installed.
(2) Very slow response and performance with using the software.
(3) The 'Data Editor' menu no longer appears under the Main menu bar.
RESOLVING THE PROBLEM
Delete the following file: com.ibm.spss.plist on your Macintosh to dramatically reduce the opening and closing of the Statistics software.
- You can delete it by opening the Finder and locate the Library/Preferences folder: /Library/Preferences/com.ibm.spss.plist
(1) Restart your Mac.
(2) Open 'Finder'.
(3) Select the 'Home' (house) icon (folder) in the left-hand pane.
(4) Select the 'Go' menu at top of screen.
(5) Press the 'Option' key. The list of menu options will now include 'Library'.
(6) Select the 'Library' menu option.
(7) Open the 'Preferences' folder.
(8) Rename the com.ibm.spss.plist object to old_com.ibm.spss.plist
- Another option is to use the Terminal application and do the following:
rm -fR ~/Library/Preferences/com.ibm.spss.plist
Finish and test your changes by doing the following:
(9) Launch Statistics
(10) Work with the program a bit.
(11) Close the software (It should be quicker, do not force quit)
(12) Re-launch Statistics
(13) Work with the program a bit.
(14) Close the software (do not force quit)
(15) Launch the software
NOTE: When you launch Statistics for the first time, it will take a little longer than subsequent launches, until you reboot your computer again. This is related to Java initialization routines.
- FYI: Additionally, if you are using Mac OSX Mavericks 10.9.x, you need to stop the process that protects this file and restores it (it is deleted):
Since OSX 10.9.x Mavericks a cached copy of your "plist" file is stored that uses a background process: CFPREFSD
Deleting the "plist" file and restarting SPSS Statistics does not create a new copy of these files.
Rather, Mavericks restore its cached copy.
Only by stopping the "cfprefsd" process and starting SPSS Statistics, will it generate a new "plist" preference file and default toolbar.
When you go to Finder - Applications - Utilities and open Activity Monitor on the 10.9.x computer you see that there is a CFPREFSD process visible for root user and for the current logged in user.
You need to stop the CFPREFSD process for the current user. Do so in the Terminal application by running the following command:
killall -u {CURRENT_USER} cfprefsd
Where {CURRENT_USER} is replaced with the person's user ID. One can get the user ID by typing "whoami" at a Terminal prompt.
Should removing these files and running the program does not resolve the issue, you might need to remove all of them and reinstall the program.
RELATED INFORMATION
Need more help? Our Statistics forum is Live! [https://developer.ibm.com/answers/topics/statistics.html?smartspace=predictive-analytics] | SPSS will not start on Mac
I downloaded SPSS about 3 weeks ago. On the day when I downloaded it, it was working fine. Last week, I tried starting SPSS but it did not start. I tried reinstalling it, it still would not open. I've updated JAVA (thought this would be a problem), it slowly opened the program but then now that I have reinstalled it and entered in my code, I've used up my code and I have no authorization. But just now, I started SPSS and the same problem is happening. The IBM SPSS name screen appears but nothing happens.
SPSS would not start.
Even if it does start, I have licensing problems.
| Delete the following file: com.ibm.spss.plist on your Macintosh to dramatically reduce the opening and closing of the Statistics software. |
TRAIN_Q516 | IBM Datacap Taskmaster Capture ICR error code 12 - United States RecognizeFieldICR_C; Recostar; 12 TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
When performing field level ICR recognition using the action RecognizeFieldICR_C (), the batch aborts with error code 12.
SYMPTOM
From log file:
Executing 'RecognizeFieldEx' from 'Datacap.Recognition.Recostar.ICRCWrapperClass'. Parameter : <FieldName>
Recognition return status: 12(Not defined (not used))
CAUSE
The c_cr variable for ICR_C recognition is not set for the engine.
RESOLVING THE PROBLEM
In Datacap Studio, set the c_cr variable to USA prior to the call to recognition as follow:
SaveAsCurrentObjVariable("c_cr", "USA")
RecognizeFieldICR_C | RecognizePageFieldsICR_C aborts with Page Type change I have an DeveloperWorks application that runs: Survey. In the application PageID Task there is a function that sets the Page Type to ReliefForm (based on a barcode)
Does anyone know why when I change the SetPageType to set another name, the RecognizePageFieldsICR_C in the Profiler Task aborts? If I put the name back the action runs fine. | In Datacap Studio, set the c_cr variable to USA prior to the call to recognition as follow:
SaveAsCurrentObjVariable("c_cr", "USA")
RecognizeFieldICR_C |
TRAIN_Q517 | IBM Guardium STAP does not connect properly and does not show in the S-TAP Control - I see some specific errors in some log files. - United States TECHNOTE (FAQ)
QUESTION
What can cause an STAP to fail to connect properly - I get the following messages in the logs:-
/tmp/guard_stap.stderr.txt on the DB Server :-
"Server <ip_addr> wasn't heard from for nn sec during this attempt (nnn sec total), closing and re-opening"
and from the Guardium Appliance - via fileserver in the /log/opt-ibm-guardium-log/snif/snif.log
"Unauthorized client connecting from <ip_addr> ,rejecting"
CAUSE
One reason for these errors could be that the S-TAP Approval Needed is checked in the S-TAP Certification screen on the Appliance like this :-
[/support/docview.wss?uid=swg22009818&aid=1] [/support/docview.wss?uid=swg22009818&aid=1]
ANSWER
Uncheck the Approval box and the S-TAPs should start connecting .
[/support/docview.wss?uid=swg22009818&aid=2] [/support/docview.wss?uid=swg22009818&aid=2] | Installed an STAP on a DB Server but it does not show up on my Appliance in S-TAP Control etc
Installed an STAP on a DB Server but it does not show up on my Appliance in S-TAP Control etc
I get the following messages in the logs:-
/tmp/guard_stap.stderr.txt on the DB Server :- "Server wasn't heard from for nn sec during this attempt nnn sec total), closing and re-opening"
and from the Guardium Appliance - via fileserver in the /log/opt-ibm-guardium-log/snif/snif.log "Unauthorized client connecting from ,rejecting".
How do I correct the problem? | Uncheck the Approval box and the S-TAPs should start connecting . |
TRAIN_Q518 | IBM Security Bulletin: IBM WebSphere MQ is affected by a vulnerability in GSKit (CVE-2014-0076) - United States SECURITY BULLETIN
SUMMARY
A vulnerability in GSKit, which is included in IBM WebSphere MQ, can potentially allow key information about certain kinds of binary type Elliptic Curves used in Digital signatures during signing operations.
VULNERABILITY DETAILS
CVE-ID: CVE-2014-0076 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0076]
DESCRIPTION: An attacker running a program on the same machine as where the victim is running a program could use CPU timing information to discover key information about certain kinds of binary type Elliptic Curves used in Digital signatures during signing operations. Although GSKit only generates Prime type Elliptic Curves, externally generated keys may be imported in GSKit.
From WebSphere MQ version 7.1, GSKit version 8.0 is integrated with WebSphere MQ. For WebSphere MQ 7.0.1, GSKit version 7 or version 8 was installed separately.
CVSS Base Score: 2.1
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/91990 [https://exchange.xforce.ibmcloud.com/vulnerabilities/91990]
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:L/AC:L/Au:N/C:P/I:N/A:N)
AFFECTED PRODUCTS AND VERSIONS
IBM WebSphere MQ 8.0, including all maintenance levels.
IBM WebSphere MQ 7.5, including all maintenance levels.
IBM WebSphere MQ 7.1, including all maintenance levels.
IBM WebSphere MQ 7.0.1, maintenance levels from 7.0.1.4 onwards, using GSKit version 8.0.
REMEDIATION/FIXES
IBM strongly recommends that Elliptic Curve CipherSpecs are not used. These CipherSpecs have names starting with 'EC'.
A summary of MQ CipherSpecs and protocols can be found in the IBM Knowledge Center Specifying CipherSpecs [http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.sec.doc/q014260_.htm] topic.
GET NOTIFIED ABOUT FUTURE SECURITY BULLETINS
Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this.
REFERENCES
Complete CVSS v2 Guide [http://www.first.org/cvss/v2/guide]
On-line Calculator v2 [http://nvd.nist.gov/CVSS-v2-Calculator]
RELATED INFORMATION
IBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html]
IBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt]
CHANGE HISTORY
03 November 2014: Original Copy Published
*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin.
DISCLAIMER
According to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an "industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response." IBM PROVIDES THE CVSS SCORES "AS IS" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY.
RELATED INFORMATION
A Japanese translation is available [http://www.ibm.com/support/docview.wss?uid=swg21689211] | Help with Security Bulletin: IBM WebSphere MQ is affected by a vulnerability in GSKit (CVE-2014-0076) I need to understand details regarding Security Bulletin: IBM WebSphere MQ is affected by a vulnerability in GSKit (CVE-2014-0076). Where can I find this information? | CVE-ID: CVE-2014-0076 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0076]
DESCRIPTION: An attacker running a program on the same machine as where the victim is running a program could use CPU timing information to discover key information about certain kinds of binary type Elliptic Curves used in Digital signatures during signing operations. Although GSKit only generates Prime type Elliptic Curves, externally generated keys may be imported in GSKit.
From WebSphere MQ version 7.1, GSKit version 8.0 is integrated with WebSphere MQ. For WebSphere MQ 7.0.1, GSKit version 7 or version 8 was installed separately.
CVSS Base Score: 2.1
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/91990 [https://exchange.xforce.ibmcloud.com/vulnerabilities/91990]
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:L/AC:L/Au:N/C:P/I:N/A:N) |
TRAIN_Q519 | IBM Security Bulletin: Cross-site scripting vulnerabilities in IBM Business Process Manager (BPM) and WebSphere Lombardi Edition (WLE) error handling (CVE-2015-0193) - United States SECURITY BULLETIN
SUMMARY
IBM Business Proccess Manager is vulnerable to cross-site scripting, caused by improper neutralization of user-supplied input in some error situations. A remote attacker could exploit this vulnerability using a specially-crafted URL to execute script in a victim's Web browser within the security context of the hosting Web site, once the URL is clicked. An attacker could use this vulnerability to steal the victim's cookie-based authentication credentials.
VULNERABILITY DETAILS
CVEID:CVE-2015-0193 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0193]
DESCRIPTION:IBM Business Proccess Manager is vulnerable to cross-site scripting, caused by improper neutralization of user-supplied input in some error situations. A remote attacker could exploit this vulnerability using a specially-crafted URL to execute script in a victim's Web browser within the security context of the hosting Web site, once the URL is clicked. An attacker could use this vulnerability to steal the victim's cookie-based authentication credentials.
CVSS Base Score: 3.5
CVSS Temporal Score: Seehttps://exchange.xforce.ibmcloud.com/vulnerabilities/101009 [https://exchange.xforce.ibmcloud.com/vulnerabilities/101009]for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:M/Au:S/C:N/I:P/A:N)
AFFECTED PRODUCTS AND VERSIONS
* IBM Business Process Manager Standard V7.5.x.x through 8.5.5.0
* IBM Business Process Manager Express V7.5.x.x through 8.5.5.0
* IBM Business Process Manager Advanced V7.5.x.x through 8.5.5.0
* WebSphere Lombardi Edition 7.2
If you are using an older unsupported version, IBM strongly recommends to upgrade. REMEDIATION/FIXES
Install the interim fix for APAR JR52626 as appropriate for your current IBM Business Process Manager or WebSphere Lombardi Edition version.
* IBM Business Process Manager Express [http://www.ibm.com/support/fixcentral/swg/quickorder?parent=ibm%7EWebSphere&product=ibm/WebSphere/IBM+Business+Process+Manager+Express&release=All&platform=All&function=aparId&apars=JR52626]
* IBM Business Process Manager Standard [http://www.ibm.com/support/fixcentral/swg/quickorder?parent=ibm%7EWebSphere&product=ibm/WebSphere/IBM+Business+Process+Manager+Standard&release=All&platform=All&function=aparId&apars=JR52626]
* IBM Business Process Manager Advanced [http://www.ibm.com/support/fixcentral/swg/quickorder?parent=ibm%7EWebSphere&product=ibm/WebSphere/IBM+Business+Process+Manager+Advanced&release=All&platform=All&function=aparId&apars=JR52626]
* WebSphere Lombardi Edition [http://www.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~WebSphere&product=ibm/WebSphere/WebSphere+Lombardi+Edition&release=All&platform=All&function=aparId&apars=JR52626]
WORKAROUNDS AND MITIGATIONS
As a pre-caution, advise users not to click links in email.
GET NOTIFIED ABOUT FUTURE SECURITY BULLETINS
Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this.
IMPORTANT NOTE
IBM strongly suggests that all System z customers be subscribed to the System z Security Portal to receive the latest critical System z security and integrity service. If you are not subscribed, see the instructions on the System z Security web site [http://www.ibm.com/systems/z/solutions/security_subintegrity.html]. Security and integrity APARs and associated fixes will be posted to this portal. IBM suggests reviewing the CVSS scores and applying all security or integrity fixes as soon as possible to minimize any potential risk.
REFERENCES
Complete CVSS v2 Guide [http://www.first.org/cvss/v2/guide]
On-line Calculator v2 [http://nvd.nist.gov/CVSS-v2-Calculator]
RELATED INFORMATION
IBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html]
IBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt]
CHANGE HISTORY
2015-05-27 - initial version published
2015-10-07 - updated version numbers
*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin.
DISCLAIMER
According to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an "industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response." IBM PROVIDES THE CVSS SCORES "AS IS" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY.
Cross reference information Segment Product Component Platform Version Edition Business Integration IBM Business Process Manager Standard Security AIX, Linux, Linux zSeries, Solaris, Windows 8.5.5, 8.5.0.1, 8.5, 8.0.1.3, 8.0.1.2, 8.0.1.1, 8.0.1, 8.0, 7.5.1.2, 7.5.1.1, 7.5.1, 7.5.0.1, 7.5 Business Integration IBM Business Process Manager Express Security Linux, Linux zSeries, Windows 8.5.5, 8.5.0.1, 8.5, 8.0.1.3, 8.0.1.2, 8.0.1.1, 8.0.1, 8.0, 7.5.1.2, 7.5.1.1, 7.5.1, 7.5.0.1, 7.5 Business Integration WebSphere Lombardi Edition Security AIX, HP-UX, Linux, Linux zSeries, Linux/x86, Solaris, Windows, Windows Vista, Windows XP 7.2.0.5, 7.2.0.4, 7.2.0.3, 7.2.0.2, 7.2.0.1, 7.2 | Help with Security Bulletin: Cross-site scripting vulnerabilities in IBM Business Process Manager (BPM) and WebSphere Lombardi Edition (WLE) error handling (CVE-2015-0193) I need to understand details regarding Security Bulletin: Cross-site scripting vulnerabilities in IBM Business Process Manager (BPM) and WebSphere Lombardi Edition (WLE) error handling (CVE-2015-0193). Where can I find this information? | CVEID:CVE-2015-0193 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0193]
DESCRIPTION:IBM Business Proccess Manager is vulnerable to cross-site scripting, caused by improper neutralization of user-supplied input in some error situations. A remote attacker could exploit this vulnerability using a specially-crafted URL to execute script in a victim's Web browser within the security context of the hosting Web site, once the URL is clicked. An attacker could use this vulnerability to steal the victim's cookie-based authentication credentials.
CVSS Base Score: 3.5
CVSS Temporal Score: Seehttps://exchange.xforce.ibmcloud.com/vulnerabilities/101009 [https://exchange.xforce.ibmcloud.com/vulnerabilities/101009]for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:M/Au:S/C:N/I:P/A:N) |
TRAIN_Q520 | IBM Recognition gives Word too tall error with IBM Datacap Taskmaster Capture - United States recognition OCR OCR_A OCR_S TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
When performing recognition on an image, recognition fails. The RRS log entry shows:
Word too tall, removed.
CAUSE
This error can occur when the height of the word in pixels exceeds the configured limit. It can also occur when the recognition engine cannot identify the boundaries of the word.
RESOLVING THE PROBLEM
Do one of the following as appropriate for the situation.
* Verify that the newest recognition engine is being used. Currently this is done using the RecognizePageOCR_S action from the ocr_sr library.
* Increase the height limit for the action using SetMaxCharacterHeightTMM(x) where x represents the height in pixels. Default depends on the DPI, but for 300 DPI is 64.
* Reduce the height of the word in pixels. This may be done either by making the word smaller, or by reducing the number of pixels per inch for the tiff. | OCR Results for Bold fonts
Hi all,
I am having issue with extracting front that are bold, big front. May I know if Datacap have limitation on capturing metadata with big, bold front such as title of the document. I am using RecognizePageOCR_A for extraction of meta data and every other words were being extracted fine except those that are big. The attachment are the sample of front that could not be captured. | Do one of the following as appropriate for the situation.
* Verify that the newest recognition engine is being used. Currently this is done using the RecognizePageOCR_S action from the ocr_sr library.
* Increase the height limit for the action using SetMaxCharacterHeightTMM(x) where x represents the height in pixels. Default depends on the DPI, but for 300 DPI is 64.
* Reduce the height of the word in pixels. This may be done either by making the word smaller, or by reducing the number of pixels per inch for the tiff. |
TRAIN_Q521 | IBM DOORS module fails to open in exclusive edit mode results in error "unable to open module ...no such file or directory" - United States missing session file; file not found; can not open module; open module exclusive edit fails; PM50525 TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
Attempts to open a module exclusive edit in IBM Rational DOORS result in the error "DOORS report
Unable to open module '/A Project/Requirements' No such file or directory".
SYMPTOM
A module with a large number of sections is used mostly in shareable edit mode.
You can open the module Read-only , or Shareable-Edit; but not in exclusive edit.
Steps to reproduce:
1. Login to DOORS
2. Click the Project, or folder, icon that contains the module
3. Click the module icon in the DOORS Explorer window
4. Click File > Open> Exclusive Edit (Ctrl + E)
Expected result: The module should open in Exclusive edit mode.
Actual result: The module will not open in exclusive edit module; however it will open in read only mode, or shareable edit mode. If you attempt to check the database integrity for issue the module is not flagged for any problems.
The full error message is as follows:
DOORS report
Unable to open module '/A Project/Requirements' No such file or directory"
C:\Program Files (x86)\IBM\Rational\DOORS\9.5\data\v6data\20\m00000021.mod\current.ver\s1000005.dtc
image
[/support/docview.wss?uid=swg21511831&aid=1] [/support/docview.wss?uid=swg21511831&aid=1]
CAUSE
This issue has been identified as a product defect under APAR PM50525 [http://ibm.com/support/docview.wss?uid=swg1PM31236].
RESOLVING THE PROBLEM
This error indicates that a user session file is corrupted on the database server.
This defect is resolved in IBM Rational DOORS Version 9.4.0.1 [http://www-01.ibm.com/support/docview.wss?uid=swg27036720#9401]
WORKAROUND:
the following options can be used to correct this problem:
* Retrieve the missing file from system backup and insert it into the module current.ver directory
The advantage of inserting the missing session file is you do not need to restart the database server.
Warning these two option should only be performed by Rational Support. Modifications to the files in your DOORS database could result is data corruption and jeapordize your DOORS database. Send the session.ixc file to support for repair
From the module directory listed in the error message provide support the file session.ixc
Choosing to have support repair the session index file requires you to have all users log out
and shut down the DOORS database server until the repaired file is returned and inserted
to replace the existing data file for the module.
Create a replacement session file
From the module directory listed in the error message provide support the file session.ixc
Adjacent session files will be required in order to to create the replacement.
Your support engineer will identify these files from the session index file.
No work can be performed in the effected module until the replacement session file is restored
for the effected module.
Note: Generally the repair is only required for one user session file. However in circumstances where DOORS reports a missing session file for a module- the event that caused this may have effected session files for other users connected to the module. For this situation you may need to perform a successive repair to the index file. | Cannot open module in exclusive edit - (no such file or directory) Hello.
I have a module, that I can open normally, but when I try to open it in Exclusive Edit it tells me that "no such file or directory"
What does this mean? | This error indicates that a user session file is corrupted on the database server.
This defect is resolved in IBM Rational DOORS Version 9.4.0.1 |
TRAIN_Q522 | IBM Can IBM Content Navigator be installed on Windows and be deployed to an Application Server that is running on a Unix Platform. - United States TECHNOTE (FAQ)
QUESTION
Can IBM Content Navigator be installed on Windows and be deployed to an Application Server that is running on a Unix Platform.
ANSWER
This is not a supported configuration. | Can IBM Content Navigator be installed on Windows and be deployed to an Application Server that is running on a Unix Platform? Can IBM Content Navigator be installed on Windows and be deployed to an Application Server that is running on a Unix Platform? | This is not a supported configuration. |
TRAIN_Q523 | IBM Client IP address missing from the X-Forwarded-For header - United States TECHNOTE (FAQ)
QUESTION
Why is the Front End Load Balancer ( FELB ) not forwarding a client IP address to a backend?
ANSWER
This is a known limitation in the current implementation of haproxy ( FELB ), especially with the layer 7 where SSL termination is handled.
Notice that forwarding a client IP address to a backend works when the FELB is setup to use non-SSL configuration. | If we need to log client ip, if the FELB is enabled, does it still need enable x-forwarder-for? If we need to log client ip, if the FELB is enabled, does it still need enable x-forwarder-for? | This is a known limitation in the current implementation of haproxy ( FELB ), especially with the layer 7 where SSL termination is handled.
Notice that forwarding a client IP address to a backend works when the FELB is setup to use non-SSL configuration. |
TRAIN_Q524 | IBM Batch job fails with ABEND 102 REASON 00000000
DUMP TITLE=CSQ1,ABN=102-00000000 ... Mismatch code levels - United States TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
Your WebSphere MQ (WMQ) batch job abends with an abend 102 - 00000000
ABEND102 ABENDS102 S102
CAUSE
One reason for Abend 102-00000000 -
Mismatch in code levels between WMQ MSTR (Queue Manager) and the batch job
The S102 is occurring as the batch job is running with V701 libraries (for example, SCSQAUTH dataset which contains CSQBSRV, CSQBCON etc) against a V710 queue manager. In order to run against a V710 queue manager the V710 libraries need to be used by the batch job.
In order to connect to a V710 queue manager the application needs to run with a V710 SCSQAUTH. The V710 SCSQAUTH will allow an application to connect to both a V710 or a V701 queue manager.
This is documented in the Information Center (section 'z/OS: Planning for migration from WebSphere MQ version 7.0.1 to WebSphere MQ version 7. [http://publib.boulder.ibm.com/infocenter/wmqv7/v7r1/index.jsp?topic=%2Fcom.ibm.mq.doc%2Fmi77108_.htm]1';
*
Per ' Application migration and interoperation [http://publib.boulder.ibm.com/infocenter/wmqv7/v7r1/index.jsp?topic=%2Fcom.ibm.mq.doc%2Fmi23001_.htm]' topic, WebSphere MQ does not support connecting server applications loading libraries from the earlier level to connect to a later level of queue manager. On z/OS the STEPLIB must reference the target libraries for the queue manager.
DIAGNOSING THE PROBLEM
In IPCS you can view level of CSQBSRV in the batch job address space.
STORAGE ----------------------------------
Command ===>
Address:
294D8210 DD2DD220 DD0CB6C7 D70BDAF8 DAF8D77B | ..K....GP..8.8P# |
294D8220 D748D748 A7F4000E C3E2D8C2 E2D9E540 | P.P.x4..CSQBSRV
294D8230 F2F0F1F2 F1F1F2F7 E4D2F8F3 F7F7F440 | 20121127UK83774| .
PTF UK83774is for Release ... 010 (V7.0.1)
RESOLVING THE PROBLEM
Correct the STEPLIB for the batch job to point to the V7.1.0 libraries.
HISTORICAL NUMBER
04659 79L 000
47552 077 724
PRODUCT ALIAS/SYNONYM
wmq mq | I have an issues with V701 SCSQAUTH/SCSQANLE and MQ V8, my batch jobs receiving an ABEND (ABN=102-00000000). I have an issues with V701 SCSQAUTH/SCSQANLE and MQ V8, my batch jobs receiving an ABEND (ABN=102-00000000). | Correct the STEPLIB for the batch job to point to the V7.1.0 libraries. |
TRAIN_Q525 | IBM Modifying the default Monitoring Level and Sampling Rate in the J2EE v7.1.1.0.0 agent. - United States J2EE TEMA Monitoring Level Sampling Rate xml files CAMADALL CAMJ2INST DC WebLogic TECHNOTE (FAQ)
THIS DOCUMENT APPLIES ONLY TO THE FOLLOWING LANGUAGE VERSION(S):
US English
QUESTION
How do I modify the default Monitoring Level and Sampling Rate in the new J2EE v7.1.1.0.0 agent?
ANSWER
In the older release of the J2EE agent (v6.2 FP6), there was an option to specify the Monitoring Level, Sampling Rate and other parameters (threshold values, time intervals, etc..) during the configuration phase of the agent itself. This is now not possible in the new J2EE agent v7.1.1.0.0 configuration panels as these options are not available anymore.
The default values for the Monitoring Level and the Sampling Rate are L1 and 2% respectively. If you want to change these default values permanently, then please make these changes.
In the $ITM_HOME/config (Unix) dir or %ITM_HOME%\TMAITM6 (Windows), you will find the <hostname>_yj.xml file. Make a copy of this file, then stop the agent and make changes to the parameters (see screenshot below) in the file. Save file, restart the agent. The new values will now be accepted in the agent. If you are deploying a new Weblogic application, stop the agent, modify the <hostname>_yj_<wls_instance>.xml file then restart the agent again.
[/support/docview.wss?uid=swg21700308&aid=1] [/support/docview.wss?uid=swg21700308&aid=1]
PRODUCT ALIAS/SYNONYM
ITCAM ITCAM for J2EE DC JBoss WebLogic | Can I change the ITCAM J2EE Agent Monitoring Level via the TEPS in version 7.1.1?
In the 7.1 version of the J2EE agent I could use the Agent Configuration to change the Monitoring Level for the agent- https://www.ibm.com/support/knowledgecenter/en/SS3JRN_7.2.0/com.ibm.itcamfapps_ad.doc_72/J2EE_agent_tema_install_guide/step10.html
So how can I change the Monitoring Level in the 7.1.1 agent?
| In the older release of the J2EE agent (v6.2 FP6), there was an option to specify the Monitoring Level, Sampling Rate and other parameters (threshold values, time intervals, etc..) during the configuration phase of the agent itself. This is now not possible in the new J2EE agent v7.1.1.0.0 configuration panels as these options are not available anymore.
The default values for the Monitoring Level and the Sampling Rate are L1 and 2% respectively. If you want to change these default values permanently, then please make these changes.
In the $ITM_HOME/config (Unix) dir or %ITM_HOME%\TMAITM6 (Windows), you will find the <hostname>_yj.xml file. Make a copy of this file, then stop the agent and make changes to the parameters (see screenshot below) in the file. Save file, restart the agent. The new values will now be accepted in the agent. If you are deploying a new Weblogic application, stop the agent, modify the <hostname>_yj_<wls_instance>.xml file then restart the agent again. |
TRAIN_Q526 | IBM Availability of features in the 64-bit version of Rational Rhapsody (8.0.3 and later) - United States rhapsody; windows 64-bit PRODUCT DOCUMENTATION
ABSTRACT
This table presents information on the availability of features in the 64-bit version of Rational Rhapsody. Features not listed here have been available in the 64-bit version since it was first released.
CONTENT
[/support/docview.wss?uid=swg27038779&aid=1] 803 804 805 806 81 811 812 8121 813 814 815 82 821 83 Rational Rhapsody Architect for Software N N N N N N N N N N N N Y Y Reverse engineering - for languages other than Ada N N N N N N N N N N Y Y Y Y Roundtripping - for languages other than Ada – component level N N N N N N N N N N Y Y Y Y Roundtripping - for languages other than Ada – individual classes N N N N N N N N N N N Y Y Y Code-centric mode (without code-generation) N N N N N N N N N N N N N Y Action language N N N N N N N N N N N N N N SCC-based configuration management tool integrations: [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] *
N N N N N N N N N N N N N N *
N N N N N N N N N N N N N N *
N N N N N N N N N N N N N N *
N N N N N N N N N N N N N N Rational Team Concert direct integration (RTC actions within Rhapsody) NA NA NA NA NA NA NA NA NA NA NA Y Y Y Rational System Architect import N N N N N N N N N N N N N N Webify (web-enabling a model) N N N N N N N N N N N N N N TeamCenter integration N N N N N N N N N N N N NA NA Rational DOORS integration (via internal interface, not Gateway) NA NA NA NA NA NA NA NA NA NA NA NA NA NA Rational Rhapsody ReporterPlus N N N N N N N N N N N N Y Y WindRiver Workbench 3.3 integration N N N N N N N N N N N N N N Visual Basic for Applications (VBA) N N N N N N N N N N NA NA NA NA Tornado IDE integration N N N N NA NA NA NA NA NA NA NA NA NA [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] N – not available
Y – available
NA – not available in 32-bit version either [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] | Reporting in Rhapsody
Hello All,
I can't find the reports plus in my Rhapsody v8.1.2 x64
anybody knows the reason. | Rational Rhapsody ReporterPlus N N N N N N N N N N N N Y Y WindRiver Workbench 3.3 integration N N N N N N N N N N N N N N Visual Basic for Applications (VBA) N N N N N N N N N N NA NA NA NA Tornado IDE integration N N N N NA NA NA NA NA NA NA NA NA NA [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] [/support/docview.wss?uid=swg27038779&aid=1] N – not available |
TRAIN_Q528 | IBM LDAP allows authentication for only some users in Atlas. - United States atlas; pss TECHNOTE (FAQ)
QUESTION
We have configured a new LDAP server in Atlas but why does authentication work for only some users ?
CAUSE
Atlas login fails with "Authentication failed: Unknown user (or) password"
ANSWER
Make sure the user who failed to login exists in Atlas and is active. If not , create the corresponding user manually or use HR Loader to import those users who are part of the new LDAP server. | We have configured a new LDAP server in Atlas but why does authentication work for only some users ? We have configured a new LDAP server in Atlas but why does authentication work for only some users ? | Make sure the user who failed to login exists in Atlas and is active. If not , create the corresponding user manually or use HR Loader to import those users who are part of the new LDAP server. |
TRAIN_Q533 | IBM Security Bulletin: Malformed client flows abend MQTT channel (CVE-2015-4943, CVE-2015-4941, CVE-2015-4942) - United States SECURITY BULLETIN
SUMMARY
A number of malformed MQTT client flows could be issued by a malicious user to cause the MQXR service to abend and require manual restart.
VULNERABILITY DETAILS
CVEID: CVE-2015-4943 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4943]
DESCRIPTION: IBM WebSphere MQ could allow a remote attacker to crash the MQXR service using a sequence of connect and disconnects which will have to be restarted.
CVSS Base Score: 5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/104516 [https://exchange.xforce.ibmcloud.com/vulnerabilities/104516] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:L/Au:N/C:N/I:N/A:P)
CVEID: CVE-2015-4941 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4941]
DESCRIPTION: IBM WebSphere MQ could allow a remote attacker to crash the MQXR service due to incorrect handling of abbreviated TLS handshake.
CVSS Base Score: 5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/104514 [https://exchange.xforce.ibmcloud.com/vulnerabilities/104514] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:L/Au:N/C:N/I:N/A:P)
CVEID: CVE-2015-4942 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4942]
DESCRIPTION: IBM WebSphere MQ could allow a remote attacker to crash the MQXR service using a sequence of connect and disconnects which will have to be restarted.
CVSS Base Score: 5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/104515 [https://exchange.xforce.ibmcloud.com/vulnerabilities/104515] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:L/Au:N/C:N/I:N/A:P)
AFFECTED PRODUCTS AND VERSIONS
IBM WebSphere MQ 8.0
- IBM WebSphere MQ 8.0.0.3 and earlier maintenance levels
IBM WebSphere MQ 7.5
- IBM WebSphere MQ 7.5.0.5 and earlier maintenance levels
IBM WebSphere MQ 7.1
- IBM WebSphere MQ 7.1.0.6 and earlier maintenance levels
REMEDIATION/FIXES
WebSphere MQ 8.0
- Apply fixpack 8.0.0.4 [http://www-01.ibm.com/support/docview.wss?uid=swg21969244]
WebSphere MQ 7.5
- Apply interim ifix IT09866 [http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~WebSphere&product=ibm/WebSphere/WebSphere+MQ&release=7.5.0.5&platform=All&function=aparId&apars=IT09866]
WebSphere MQ 7.1
- Apply fixpack 7.1.0.7 [http://www-01.ibm.com/support/docview.wss?uid=swg21965293]
WORKAROUNDS AND MITIGATIONS
None
GET NOTIFIED ABOUT FUTURE SECURITY BULLETINS
Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this.
REFERENCES
Complete CVSS v2 Guide [http://www.first.org/cvss/v2/guide]
On-line Calculator v2 [http://nvd.nist.gov/CVSS-v2-Calculator]
RELATED INFORMATION
IBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html]
IBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt]
ACKNOWLEDGEMENT
Reported to IBM by Codenomicon at http://www.codenomicon.com/ [http://www.codenomicon.com/]
CHANGE HISTORY
01 February 2016: Original version published
*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin.
DISCLAIMER
According to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an "industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response." IBM PROVIDES THE CVSS SCORES "AS IS" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY.
RELATED INFORMATION
A Japanese translation is available [http://www.ibm.com/support/docview.wss?uid=swg21977182] | Help with Security Bulletin: Malformed client flows abend MQTT channel (CVE-2015-4941) Help with Security Bulletin: Malformed client flows abend MQTT channel (CVE-2015-4941) | CVEID: CVE-2015-4941 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4941]
DESCRIPTION: IBM WebSphere MQ could allow a remote attacker to crash the MQXR service due to incorrect handling of abbreviated TLS handshake.
CVSS Base Score: 5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/104514 [https://exchange.xforce.ibmcloud.com/vulnerabilities/104514] for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:L/Au:N/C:N/I:N/A:P) |
TRAIN_Q535 | IBM Ignorable SYSIBMADM.DBCFG IS AN UNDEFINED NAME error message - United States TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
On Z/OS, Events runtime may trace the following exception into system logs when DB2 is used as the runtime repository:
com.ibm.websphere.ce.cm.StaleConnectionException: SYSIBMADM.DBCFG IS AN UNDEFINED NAME. SQLCODE=-204, SQLSTATE=42704, DRIVER=3.65.102
SYMPTOM
com.ibm.websphere.ce.cm.StaleConnectionException: SYSIBMADM.DBCFG IS AN UNDEFINED NAME. SQLCODE=-204, SQLSTATE=42704, DRIVER=3.65.102 is logged.
CAUSE
DB2 SYSIBMADM.DBCFG table view does not exist on Z/OS.
RESOLVING THE PROBLEM
This error message can be safely ignored. | SYSIBMADM.DBCFG IS AN UNDEFINED NAME error message on z/OS ODM Event Server On Z/OS, Events runtime may trace the following exception into system logs when DB2 is used as the runtime repository: com.ibm.websphere.ce.cm.StaleConnectionException: SYSIBMADM.DBCFG IS AN UNDEFINED NAME. SQLCODE=-204, SQLSTATE=42704, DRIVER=3.65.102 | This error message can be safely ignored. |
TRAIN_Q537 | IBM Change HSQLDB password - United States netcool; impact; netcool/impact; nci; hsql; database; data; base; db; hsqldb; pass; word; password; pw; sa; system; admin; systemadmin; security; sec; authentication; auth; vulnerable; vulnerability; change; alter; update TECHNOTE (FAQ)
QUESTION
The default password does not fulfil corporate security requirements.
CAUSE
The default password is blank
ANSWER
Looking into guides for this third party software shows HSQLDB command line capability as being:
*
* SET PASSWORD
*
*
* SET PASSWORD <password>;
*
*
* Changes the password of the currently connected user. Password must be double quoted. Empty password can be set using "".
An example of changing the password in HSQLDB as above by connecting to the database:
*
*
*
*
*
and issuing the command:
*
quitting:
*
and logging back in with the new password:
*
*
*
*
*
The above example login uses the default ImpactServer name (NCI) and HSQLDB port number (5435). The default password is blank.
One will have to edit the HSQLDB DataSource to enable it to connect to the database with the new password.
A) One method is by encrypting the password and editing the HSQLDB DataSource to allow DSA connection. Use nci_crypt to encrypt the password - for example:
*
*
*
edit the file:
*
to alter the property:
*
from the default value of {aes}9C71E0F544E705326E2B5CBDFC54CE46 to the new encrypted password value - for example:
*
This requires an ImpactServer restart to enable.
B) An alternate method is to edit the DataSource via the normal Impact configuration GUI and provide the new password there. This alternate method has the advantage that one does not need to perform the encryption oneself, nor does one need to manually edit the configuration file and nor does one need to perform an ImpactServer restart to read up the new configuration into the memory resident database that is the ImpactServer. | Netcool/Impact 6.1.0: How to change the HSQLDB password? Netcool/Impact 6.1.0: How to change the HSQLDB password? | SET PASSWORD
*
*
* SET PASSWORD <password>;
*
*
* Changes the password of the currently connected user. |
TRAIN_Q538 | IBM ITCAM Data Collector for WebSphere V7.2 fixes - United States FIX README
ABSTRACT
IBM Tivoli Composite Application Manager Data Collector for WebSphere V7.2 fixes
CONTENT
Installation Instructions
Refer to the README file located in Fix Central for additional information
Download
What is Fix Central? [http://www.ibm.com/support/fixcentral/help?page=swfaqs] RELEASE DATE APAR numbers 7.2.0.0.15 [http://www.ibm.com/support/fixcentral/swg/quickorder?product=ibm/Tivoli/Tivoli+Composite+Application+Manager+for+Applications&release=All&platform=All&function=fixId&fixids=7.2.0.0-TIV-ITCAM_DC-IF0015&includeSupersedes=0&source=fc] April 17, 2018 PI12540 PI66965 PI70320 PI72648 PI78728 PI78731 PI79097 PI81694 PI83644 PI83841 PI84543 PI86304 PI86589 PI87809 PI87994 PI88830 PI91448 PI92916 PI92459 PI93985 PI94733 PI94742 PI95349 PI95968 7.2.0.0.14 [http://www.ibm.com/support/fixcentral/swg/quickorder?product=ibm/Tivoli/Tivoli+Composite+Application+Manager+for+Applications&release=All&platform=All&function=fixId&fixids=7.2.0.0-TIV-ITCAM_DC-IF0014&includeSupersedes=0&source=fc] March 9, 2017 IV85603 PI05433 PI67994 PI52132 PI52407 PI71243 PI22174 PI71124 PI22832 IV88814 IV88264 IV84761 IV84209 7.2.0.0.13 [http://www.ibm.com/support/fixcentral/swg/quickorder?product=ibm/Tivoli/Tivoli+Composite+Application+Manager+for+Applications&release=All&platform=All&function=fixId&fixids=7.2.0.0-TIV-ITCAM_DC-IF0013&includeSupersedes=0&source=fc] May 6, 2016 PI48106 PI53964 PI41634 PI53691 PI52367 PI51119 PI57148 PI59839 PI42952 PI39907 PI42603 7.2.0.0.12 [http://www.ibm.com/support/fixcentral/swg/quickorder?product=ibm/Tivoli/Tivoli+Composite+Application+Manager+for+Applications&release=All&platform=All&function=fixId&fixids=7.2.0.0-TIV-ITCAM_DC-IF0012&includeSupersedes=0&source=fc] Jan 6, 2016 PI30133 PI35027 PI35893 PI34945 PI39525 PI43321 PI48106 PI53964 PI41634 PI53691 7.2.0.0.11 [http://www.ibm.com/support/fixcentral/swg/quickorder?product=ibm/Tivoli/Tivoli+Composite+Application+Manager+for+Applications&release=All&platform=All&function=fixId&fixids=7.2.0.0-TIV-ITCAM_DC-IF0011&includeSupersedes=0&source=fc] Apr 21, 2015 PI11450 PI16745 PI18682 PI21062 PI24319 PI25035 PI25663 PI27187 PI33891 PI34061 PI35680 PI36215 PI37162 PM70256 PM74078 PM75193 PM75581 PM87883 PM93570 IV47342 IV69645 7.2.0.0.10 [http://www.ibm.com/support/fixcentral/swg/quickorder?product=ibm/Tivoli/Tivoli+Composite+Application+Manager+for+Applications&release=All&platform=All&function=fixId&fixids=7.2.0.0-TIV-ITCAM_DC-IF0010&includeSupersedes=0&source=fc] Oct 8, 2014 PM98778 PI06311 PI07084 PI22743 PI08200 PM88373 PM99070 PM94101 IV47342 PI06761 PI08473 PI08257 7.2.0.0.9 This is Limited Availability Interim Fix. Please contact Customer Support to obtain this fix . 7.2.0.0.8 [http://www.ibm.com/support/fixcentral/swg/quickorder?product=ibm/Tivoli/Tivoli+Composite+Application+Manager+for+Applications&release=All&platform=All&function=fixId&fixids=7.2.0.0-TIV-ITCAM_DC-IF0008&includeSupersedes=0&source=fc] Oct 18, 2013 PM93570 7.2.0.0.7 [http://www.ibm.com/support/fixcentral/swg/quickorder?product=ibm/Tivoli/Tivoli+Composite+Application+Manager+for+Applications&release=All&platform=All&function=fixId&fixids=7.2.0.0-TIV-ITCAM_DC-IF0007&includeSupersedes=0&source=fc] Oct 18, 2013 7.2.0.0.6 [http://www.ibm.com/support/fixcentral/swg/quickorder?product=ibm/Tivoli/Tivoli+Composite+Application+Manager+for+Applications&release=All&platform=All&function=fixId&fixids=7.2.0.0-TIV-ITCAM_DC-IF0006&includeSupersedes=0&source=fc] Oct 18, 2013 PM88373 7.2.0.0.5 [http://www.ibm.com/support/fixcentral/swg/quickorder?product=ibm/Tivoli/Tivoli+Composite+Application+Manager+for+Applications&release=All&platform=All&function=fixId&fixids=7.2.0.0-TIV-ITCAM_DC-IF0005&includeSupersedes=0&source=fc] Oct 18, 2013 7.2.0.0.4 [http://www.ibm.com/support/fixcentral/swg/quickorder?product=ibm/Tivoli/Tivoli+Composite+Application+Manager+for+Applications&release=All&platform=All&function=fixId&fixids=7.2.0.0-TIV-ITCAM_DC-IF0004&includeSupersedes=0&source=fc] Oct 18, 2013 PM81890 PM79101 PM80120 PM88932 PM76203 7.2.0.0.3 [http://www.ibm.com/support/fixcentral/swg/quickorder?product=ibm/Tivoli/Tivoli+Composite+Application+Manager+for+Applications&release=All&platform=All&function=fixId&fixids=7.2.0.0-TIV-ITCAM_DC-IF0003&includeSupersedes=0&source=fc] Oct 17, 2013 PM82318 7.2.0.0.2 [http://www.ibm.com/support/fixcentral/swg/quickorder?product=ibm/Tivoli/Tivoli+Composite+Application+Manager+for+Applications&release=All&platform=All&function=fixId&fixids=7.2.0.0-TIV-ITCAM_DC-IF0002&includeSupersedes=0&source=fc] Oct 17, 2013 PM77662 | Is ITCAM Data Collector for WebSphere 7.2.0.0.14 available? Is ITCAM Data Collector for WebSphere 7.2.0.0.14 available? | 7.2.0.0.14 [http://www.ibm.com/support/fixcentral/swg/quickorder?product=ibm/Tivoli/Tivoli+Composite+Application+Manager+for+Applications&release=All&platform=All&function=fixId&fixids=7.2.0.0-TIV-ITCAM_DC-IF0014&includeSupersedes=0&source=fc] March 9, 2017 |
TRAIN_Q540 | IBM Fix list for IBM Content Navigator Version 3.0.0 - United States PRODUCT DOCUMENTATION
ABSTRACT
The following table contains the complete listing of fixes for Version 3.0.0.
CONTENT
APARs fixed in IBM Content Navigator Version 3.0.0
APAR Description IO24490 (IBM FileNet P8 users) When EDS is used to hide workflow properties in the in-basket filter, moving the input focus through each visible workflow property field with the tab key causes a null script error when the next field is hidden. This also causes the input focus to stop moving to the next visible field.
With this fix, the tab key moves the input focus through each of the visible fields. IO24492 (IBM Content Navigator for Microsoft Office users) When the LTPA token times out, the SSO Kerberos does not recover.
With this fix, the user connection is reestablished. IO24514 (IBM Content Manager users) Child attribute values are not exported with the other attributes. [https://cmdtsweb4.usca.ibm.com:9449/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/84947]
With this fix, the child attributes and the values are exported. IO24539 (IBM FileNet P8 users) When criteria are entered into the workflow in-basket filter, pressing the Enter key does not close the filter dropdown and apply the filter criteria.
With this fix, the Enter works as expected. IO24544 (IBM CMIS for Content Manager users) Administrators must restart CMIS after modifying the Content Manager data model for users to see the changes.
With this fix, the Content Manager configuration cache is cleared and the data model changes now appear. IO24653 (IBM Content Navigator for Microsoft Office users) Users are unable to select a different document class when adding an email from Outlook.
With this fix, users can change the document model class. IO24710 (IBM FileNet P8 users) When users attempt to download documents with the Download All action and the user does not have permission to open all of the documents, the user receives an error.
With this fix, the user receives a friendly error message that the user does not have sufficient permissions. IO24711 (IBM FileNet P8 users) After editing the properties of multiple documents or folders that have an entry template, the reference to the entry template is lost after changes are saved.
With this fix, the entry template information is retained. IO24745 (IBM FileNet P8 users) The annotateEdit HTML parameter is set to true but annotation editing remains enabled.
With this fix, the annotateEdit parameter disables annotation editing. IO24752 (IBM Content Navigator for Microsoft Office users) When the locale is set to a RTL orientation, some choice lists remain set to LTR.
With this fix, the choice list option orientation is set correctly. IO24757 (IBM CMIS for Content Manager users) When files of 0 byte length are encountered, the document id is not retrieved.
With this fix, the document id, cmis:contentStreamId, is available in the response metadata when using IBM Content Manager Search API. IO24759 (IBM Content Navigator users) When using the sample feature, the ‘Get Next’ button does not work.
With this fix, the ‘Get Next’ button retrieves the next document. IO24765 (IBM FileNet P8 users) When a search returns more than the maximum count of items, the count displays as 0.
With this fix, the message will reflect that the maximum count was exceeded. IO24777 (IBM CMIS for FileNet users) [https://cmdtsweb4.usca.ibm.com:9449/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/84806]CMIS logs an error that parsing runtime descriptor failed.
With this fix, the error is no longer logged. IO24779 (IBM Content Manager users) Users are unable to select the role when adding users or groups to a search, teamspace, or entry template role in a repository configuration.
With this fix, the role can be selected. IO24784 (IBM Content Navigator users) Themes can not be saved.
With this fix, themes can be saved. IO24789 (IBM Content Navigator users) New inheritance security is not set to include document access rights for Owner, Author and Reader.
With this fix, the default document access rights are corrected. IO24790 (IBM Content Manager users) Users are unable to retrieve a worklist containing a very large number of work items.
With this fix, the worklist will display the list of work items. IO24791 (IBM Content Navigator users) Some TIFF images compressed in JPEG only shows a partial image preview.
With this fix, the complete image can be previewed. IO24803 (IBM Content Manager OnDemand users) Users can not sort a field containing a mapping in the OnDemand application group.
With this fix, the column can be sorted. IO24804 (IBM FileNet P8 users) For documents with replication mapping set as inbound only, all annotations appear to save without any error message but only the first annotation is saved with the content.
With this fix, the annotations are saved correctly. IO24807 (IBM Content Navigator users) The default desktop load fails if there are references to menu actions in a disabled plug-in.
With this fix, the default desktop will load and ignore the references to the disabled plugin. IO24808 (IBM FileNet P8 users) Text searches with a phrase containing a reserved word like "and" generates the wrong query.
With this fix, the query is generated correctly. IO24813 (IBM Content Manager uses) Some annotations created using other clients are not correctly displayed in the Daeja Virtual Viewer.
With this fix, the annotations are displayed correctly. IO24821 (IBM CMIS for FileNet users) The CMIS documentation for the allowedRepositories configuration property should have values separated by spaces.
With this fix, the documentation is corrected. IO24822 (IBM Content Navigator for Microsoft Office users) The Send file as link action removes custom subject.
With this fix, the custom subject setting is used. IO24825 (IBM Content Navigator users) The Move to folder action in the context menu is not working from within a teamspace when over 400 teamspaces exist.
With this fix, the action performs as expected. IO24826 (IBM Content Manager users) The work item list is not updated with the current owner after the work item owner has been changed and the item has been processed to the next step.
With this fix, the work item list is updated. IO24830 (IBM Content Navigator users) After viewing a document with the applet viewer, an error is found in the log: SRVE0190E: File not found: /applets/DropDown.gif
With this fix, the error does not occur. IO24831 (IBM Content Navigator users) Download All action should download all parts as a zip file when multiple documents are selected. IO24836 (IBM Content Navigator users) If the session expired login dialog is cancelled, the user is not logged out and the session is not expired.
With this fix, the user session is expired when Cancel is selected. IO24846 (IBM Content Navigator users) Change language and locale settings dialog do not display.
With this fix, the settings dialog appears. IO24847 (IBM Content Navigator for Microsoft Office users) After adding columns to the results list and the user selects to sort, the original list of columns is displayed.
With this fix, the updated list of columns is displayed for the sorted results. IO24861 (IBM Content Navigator for Microsoft Office users) When using drag-and-drop to add documents to a teamspace with multiple entry templates defined, if the user selects a different template there is an error message about folder selection.
With this fix, the folder selection is not lost so the error message does not appear. IO24865 (IBM Content Manager users) When a user tries to view the next or previous document in the list from the Daeja ViewONE Virtual viewer with the Properties pane open, the viewer hangs.
With this fix, the issue is resolved. IO24869 (IBM Image Service users) Users are unable to view federated annotations from Image Services.
With this fix, users can view the federated annotations. IO24871 (IBM Content Navigator users) The version of the document added to the Favorites list is not the same version opened.
With this fix, the same version that was added to the list is the same one opened. IO24880 (IBM Content Navigator users) When adding a document by clicking Add Document Using Entry Template, the repository root folder is automatically selected in the Save in field, and an error message is displayed if the logged in user does not have permission to save the document under the root folder.
With this fix, the repository root folder is not automatically selected. IO24883 (IBM Content Manager users) Some TIFF files can not be viewed when using the Content Manager applet viewer.
With this fix, the documents can be viewed. IO24884 (IBM Content Navigator for Microsoft Office users) When the results list is displaying the contents of a folder , users can not refresh the results.
With this fix, the folder contents can be refreshed. IO24886 (IBM Content Navigator for Microsoft Office users) For Content Manager user, if the name property is a string:ext type, the name does not appear.
With this fix, the name property is used for the document title. IO24909 (IBM Content Navigator users) When a multi-line value is first displayed in an entry template property layout text area field, the complete value is not displayed. The text area field does not resize to display the full value until the input focus enters the text area field.
With this fix, the text area displays the value as expected. IO24944 (IBM Content Manager users) Navigator does not allow a user to change the class of a document with content to another class if the user does not have permission to add content to the target class. IBM Content Manager does not require the permission to add content to the target class.
With this fix, the user can change the class. IO24949 IBM Content Manager OnDemand users) Decimal numbers are not sorted properly when the server is set to a locale that uses a comma to indicate the decimal place, i.e., French.
With this fix, decimal numbers are sorted properly. IO24952 (IBM Content Navigator users) In a load balanced environment, if the client IP address for a request changes for an active session, the application executes an invalid DNS look up for each request after the client IP address change which can add a significant delay to the time it takes to process each request.
With this fix, the invalid DNS look up is not executed. IO24953 (IBM Content Navigator for Microsoft Office users) When uploading a document, the user can manipulate the upload path and save documents in a restricted folder.
With this fix, the user to limited to folders they have permissions for. IO24965 (IBM FileNet P8 users) Sometimes adding the related child document fails.
With this fix, the child document provides an error that document import failed. IO24972 (IBM Content Manager users) When using a layout and a dependent property is linked to a foreign key, the dependent property is not displaying the default foreign key values when the parent property value changes.
With this fix, the foreign key default choices are updated properly as the user changes the parent property value. IO24973 (IBM Content Navigator users) When using the Paste action from the context menu to paste the password into the Password field, the login button is not enabled.
With this fix, the Paste action enables the Add button. IO24985 (IBM Content Navigator for Microsoft Office users) Users can not install on Windows 10 if .Net 4.6.2 is already installed.
With this fix, users can install on Windows 10. PJ44290 (IBM Collaboration Services users) When the document name is renamed with an extension, the first content element is not displayed as expected. Instead the user is prompted to download the content element as a document with the same extension.
With this fix, the content is downloaded with the correct extension. PJ44413 (IBM Case Manager users) When using Internet Explorer v11, the carriage return does not start a new line in a text area.
With this fix, the new line is created. PJ44420 (IBM CMIS for FileNet users) With CMIS v1.1, the "query" and "unfiled" links are throwing an error.
With this fix, the links do not cause an error. | CR is not inserted for textarea using IE We are using IBM Case Manager 5.2.1.4 and IBM Content Navigator 2.0.3.7. Using Properties View Designer of Case Builder, we tried to input CR ("Enter") on the text area, but CR is not inserted. This issue occurs only on IE, not on Firefox or Chrome. | PJ44413 (IBM Case Manager users) When using Internet Explorer v11, the carriage return does not start a new line in a text area.
With this fix, the new line is created. |
TRAIN_Q541 | IBM How to create a custom group/role for Cognos Workspace and/or Cognos Workspace Advanced - United States TECHNOTE (TROUBLESHOOTING)
PROBLEM(ABSTRACT)
This document will explain the steps necessary to create a group or role within the Cognos Namespace that can be used to assign only rights for Cognos Workspace Advanced and/or Cognos Workspace (or as they were formerly known in 10.1.1 / 10.1 Business Insight Advanced and/or Business Insight.).
CAUSE
IBM Cognos Licensing might require a Group of Users to be able to only access Cognos Workspace or Cognos Workspace Advanced (Business Insight or Business Insight Advanced).
ENVIRONMENT
IBM Cognos Installation with Cognos Workspace (Business Insight) and Cognos Workspace Advanced (Business Insight Advanced).
RESOLVING THE PROBLEM
Based on the following steps the group or role will only have access to either Cognos Workspace (Business Insight) or Cognos Workspace Advanced (Business Insight Advanced). Even though the Role receives Traverse and Execute permissions for the Report Studio capability it will not be able to open Report Studio (this is only possible if you have Traverse and Execute permissions for the Professional User Interface Profile).
First create your group or role in the Cognos Namespace:
1. Launch IBM Cognos Administration
2. Select the Security Tab
3. Choose Users, Groups and Roles
4. Click on the Cognos namespace.
5. Click "New Role" or "New Group"
Then you will have to apply the following settings:
R=Read
T=Traverse
W=Write
X=Execute
Permissions on Capabilities [Cognos Administration->Capabilities]:
Cognos Viewer: TX
Run With Options: TX
Collaborate: TX
Executive Dashboard: TX
Executive Dahsboard -> Use Advanced Dashboard Features: TX (10.2.x and Up)
Executive Dahsboard -> Use Interactive Dashboard Features: TX (10.2.x and Up)
Report Studio: TX
Scheduling: TX
Watch Rules: TX
Report Studio Profiles: TX [This is "set properties" directly on Security Tab->User Interface Profiles]
Express: TX [This is below User Interface Profiles]
Permissions:
Public Folders: RTWX
Express Authors (on itself): RTX [Replace this with your Group located in Cognos Administration->Security tab->Users,Groups,Roles->Cognos-><your Express Group>]
To remove the Group/Role access to Cognos Workspace (Business Insight) do the following access:
Cognos Administration->Security Tab->Capabilities->Executive Dashboards (Cognos Workspace/Business Insight)->Set Properties
Your group/role then receives deny on Traverse and Execute.
To remove the Group/Role access to Cognos Workspace Advanced (Business Insight Advanced) do the following:
Cognos Administration->User Interface Profiles->Drop Down Symbol next to Express->Set Properties
Select your group and change Traverse and Execute to Deny.
You can create unique Groups/Roles to cater to every requirement separately. | Cognos Workspace Advanced Users are unable to see features. Why?
Certain Workspace Advanced users cannot open Report Studio. This happens with certain custom roles.
Environment: IBM Cognos 10.2.2.x | Based on the following steps the group or role will only have access to either Cognos Workspace (Business Insight) or Cognos Workspace Advanced (Business Insight Advanced). Even though the Role receives Traverse and Execute permissions for the Report Studio capability it will not be able to open Report Studio (this is only possible if you have Traverse and Execute permissions for the Professional User Interface Profile). |