id stringlengths 8 10 | question stringlengths 68 1.77k | answer stringlengths 0 1.81k | chunks listlengths 2 39 | answers listlengths 1 1 | correct_chunks listlengths 0 1 | num_words int64 110 5.13k | num_tokens int64 401 7.71k | num_chars int64 1.18k 30k |
|---|---|---|---|---|---|---|---|---|
TRAIN_Q190 | Does anyone know how to disable HTTPS to HTTP redirection for BPC Explorer?
It appears that by default, BPC comes configured with https instead of http.
Is there a way to configure BPC to use http instead or are there steps for configuring BPC to use http? Need to avoid accessing BPC explorer via https. | 1. Download the unsecureExplorer.ant script file, which is attached near the bottom of this page.
2. If you previously switched Business Process Choreographer Explorer to use HTTP, but are performing this task again because you are installing an interim fix, fix pack, or refresh pack that updated Business Pr... | [
"IBM Switching Business Process Choreographer Explorer back to using HTTP from HTTPS - United States DOWNLOADABLE FILES\n\nABSTRACT\n In Business Process Manager Advanced Version 8.0.1, the default protocol used by Business Process Choreographer Explorer was changed to use HTTPS. You can switch it back to HTTP. \n... | [
"1. Download the unsecureExplorer.ant script file, which is attached near the bottom of this page.\n \n \n 2. If you previously switched Business Process Choreographer Explorer to use HTTP, but are performing this task again because you are installing an interim fix, fix pack, or refresh pack that updated Bus... | [] | 754 | 1,139 | 4,530 |
TRAIN_Q193 | IBM Security announces a new online Support experience that is coming soon! What is happening online for IBM License Metric Tool customers? | In addition to the recently announced LMT forum process [http://ibm.biz/ILMTforumAnnounce], we are excited to announce that we are launching a new online Support experience. Most IBM Security products, including IBM License Metric Tool, will go live with this new technology at the end of October, 2017. | [
"IBM New IBM License Metric Tool online Support experience! - United States NEWS\n\nABSTRACT\n IBM Security Support announced in October, 2017, that changes to your online IBM License Metric Tool (ILMT) Support experience were coming. See below for the text of the mailing to that was sent to Support customers. \n\... | [
"In addition to the recently announced LMT forum process [http://ibm.biz/ILMTforumAnnounce], we are excited to announce that we are launching a new online Support experience. Most IBM Security products, including IBM License Metric Tool, will go live with this new technology at the end of October, 2017."
] | [
0
] | 278 | 502 | 1,966 |
TRAIN_Q198 | Help with Security Bulletin: IBM API Connect is affected by Node.js tough-cookie module vulnerability to a denial of service (CVE-2016-1000232) I need to understand details regarding Security Bulletin: IBM API Connect is affected by Node.js tough-cookie module vulnerability to a denial of service (CVE-2016-1000232). Wh... | CVEID:CVE-2016-1000232 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1000232]
DESCRIPTION:Node.js tough-cookie module is vulnerable to a denial of service, caused by a regular expression error. By using a sufficiently large HTTP request Cookie header, a remote attacker could exploit this vulnerability to caus... | [
"IBM Security Bulletin: IBM API Connect is affected by Node.js tough-cookie module vulnerability to a denial of service (CVE-2016-1000232) - United States SECURITY BULLETIN\n\nSUMMARY\n API Connect has addressed the following vulnerability. \n\nNode.js tough-cookie module is vulnerable to a denial of service, caus... | [
"CVEID:CVE-2016-1000232 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1000232]\nDESCRIPTION:Node.js tough-cookie module is vulnerable to a denial of service, caused by a regular expression error. By using a sufficiently large HTTP request Cookie header, a remote attacker could exploit this vulnerability t... | [
1
] | 393 | 1,372 | 4,287 |
TRAIN_Q199 | How to start PC DMgr as a Windows service? hi all. I just installed BPM 8.5.0.1 Process Center on a Windows 2008 R2 cloud server. The default BPM85 typical installation installs ProcessCenter Quickstart web page for starting the Dmgr and NodeMgr servers using the installation admin user . However, logout stops the ser... | Place the WASServiceCmd.exe utility in the following directory:
install_root\bin
2. Launch the command from the command line.
3. The WASServiceCmd utility prompts you to select specific options and settings from a list and then calls the WASService.exe command passing all selected parameters... | [
"IBM Using WASServiceCmd to create Windows services for WebSphere Application Servers - United States wasservice; was service; wasservice command; websphere windows service; wasservice cmd; versiongap TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n WASServiceCmd.exe is a front end for WASService.exe, which is shi... | [
"Place the WASServiceCmd.exe utility in the following directory:\n \n install_root\\bin \n \n 2. Launch the command from the command line. \n \n \n 3. The WASServiceCmd utility prompts you to select specific options and settings from a list and then calls the WASService.exe command passing all select... | [
1
] | 375 | 969 | 3,434 |
TRAIN_Q201 | The config task wp-add-property is failing with "Can not find EJB" message while running on our Portal 8.5 cluster We are trying to perform the following steps on our Portal cluster...
http://www.ibm.com/support/knowledgecenter/SSHRKX_8.5.0/mp/install/add_attributes.html
We successfully ran the wp-la-install-ear task... | You must first uninstall the WIMSYSTEM enterprise application from the WebSphere_Portal server (using the WebSphere Administrative console). Then follow the steps in Document #1358381 [http://www.ibm.com/support/docview.wss?rs=899&uid=swg21358381] to install the .ear file on the DMGR. | [
"IBM EJB WIMServiceHome cannot be found even after .ear file is installed successfully - United States TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM\nThe ConfigEngine wp-add-property fails with the following error:\n\nCannot find EJB: ejb/com/ibm/websphere/wim/ejb/WIMServiceHome\n[wplc-add-property] javax.naming.ServiceUn... | [
"You must first uninstall the WIMSYSTEM enterprise application from the WebSphere_Portal server (using the WebSphere Administrative console). Then follow the steps in Document #1358381 [http://www.ibm.com/support/docview.wss?rs=899&uid=swg21358381] to install the .ear file on the DMGR."
] | [
3
] | 382 | 940 | 3,171 |
TRAIN_Q202 | How to find if Table was Created as NOT LOGGED INITIALLY? How to find if Table was Created as NOT LOGGED INITIALLY? | We can use either of the following methods to Check if Table was created as 'Not Logged Initially'
1)Using db2cat,
db2cat -db <dbname> -n <TableName> -s <Schema> -t | grep "Table not logged"
Which can confirm if given table was created as NLI or not.
Sample Output
----------------------
Connecting to the Database.
C... | [
"IBM Finding if Table created as NOT LOGGED INITIALLY - United States TECHNOTE (FAQ)\n\nQUESTION\n How to find if Table was Created as NOT LOGGED INITIALLY? \n\nANSWER\nWe can use either of the following methods to Check if Table was created as 'Not Logged Initially'\n1)Using db2cat,\n\ndb2cat -db <dbname> -n <Tab... | [
"We can use either of the following methods to Check if Table was created as 'Not Logged Initially'\n1)Using db2cat,\n\ndb2cat -db <dbname> -n <TableName> -s <Schema> -t | grep \"Table not logged\"\nWhich can confirm if given table was created as NLI or not.\n\nSample Output \n----------------------\nConnecting to ... | [
0
] | 209 | 449 | 1,453 |
TRAIN_Q203 | Limitations of sylog-TCP log target using DataPower Gateways I am trying to configure a log target using type syslog-TCP. It seems that the payload is getting truncated when I try to record custom logs to it using log-action. How can I workaround it. | Configure a server daemon to listen and capture the DataPower devices events. | [
"IBM DataPower off-device logging: a configuration example - United States datapower; 7993; machine type 7993; logging; off device; off device logging; log target; off-device; syslog; debug log level; debug; log level TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n This technote gives an example of how to enable ... | [
"Configure a server daemon to listen and capture the DataPower devices events."
] | [
1
] | 749 | 1,133 | 4,668 |
TRAIN_Q205 | INFO: Upload replication check failed with error: getservbyname_r failed (Java::JavaLang::RuntimeException) Why the data import is failing with "INFO: Upload replication check failed with error: getservbyname_r failed (Java::JavaLang::RuntimeException)" after patching BigFix/ILMT RedHat Linux server ? | Most likely this is due to the ILMT 9.2.2 application expecting a specific version of glibc 32-bit library file and it won't work if a newer version is found after the patching the RedHat Linux server. | [
"IBM The import task failed with \"INFO: Upload replication check failed with error: getservbyname_r failed (Java::JavaLang::RuntimeException)\" after patching BigFix/ILMT RedHat Linux server. - United States TECHNOTE (FAQ)\n\nQUESTION\n The import task failed with \"INFO: Upload replication check failed with erro... | [
"Most likely this is due to the ILMT 9.2.2 application expecting a specific version of glibc 32-bit library file and it won't work if a newer version is found after the patching the RedHat Linux server."
] | [
2
] | 209 | 839 | 2,225 |
TRAIN_Q206 | Help with Security Bulletin: Multiple vulnerabilities in IBM Java SDK affect IBM OS Images for Red Hat Linux Systems and AIX (CVE-2015-0410 and CVE-2014-6593) I need to understand details regarding "Security Bulletin: Multiple vulnerabilities in IBM Java SDK affect IBM OS Images for Red Hat Linux Systems and AIX (CVE-2... | CVEID: CVE-2015-0410 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0410]
DESCRIPTION: An unspecified vulnerability related to the Security component could allow a remote attacker to cause a denial of service.
CVSS Base Score: 5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/1001... | [
"IBM Security Bulletin: Multiple vulnerabilities in IBM Java SDK affect IBM OS Images for Red Hat Linux Systems and AIX (CVE-2015-0410 and CVE-2014-6593) - United States SECURITY BULLETIN\n\nSUMMARY\n There are multiple vulnerabilities in IBM® SDK Java™ Technology Edition Version 6 and 7 that are used by IBM OS Im... | [
"CVEID: CVE-2015-0410 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0410]\nDESCRIPTION: An unspecified vulnerability related to the Security component could allow a remote attacker to cause a denial of service.\nCVSS Base Score: 5\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilit... | [] | 448 | 1,343 | 4,522 |
TRAIN_Q207 | How to configure the Data Power Agent to communicate on TLSv1.2 ? APM agent for data power is not able to communicate with data power server when SSL is enabled. Since we are connecting to TLS version 1, where data power server supports only TLS 1.2. | A new configuration item "KBN_SOMA_PROTOCOL" is introduced to support TLS.
The value should be SSL/TLSv1/TLSv1.1/TLSv1.2. The default value is "TLSv1".
If you want to support TLSv1.1/TLSv1.2, please change it manually. | [
"IBM ITCAM Agent for WebSphere DataPower Applications: 7.1.0-TIV-ITM_WDP-FP0003 - United States DataPower; BN; KBN DOWNLOADABLE FILES\n\nABSTRACT\n This fix resolves the enhancements listed in the \"Problems Fixed\"\nsection below. \n\nDOWNLOAD DESCRIPTION\nCopyright International Business Machines Corporation 2016... | [
"A new configuration item \"KBN_SOMA_PROTOCOL\" is introduced to support TLS.\nThe value should be SSL/TLSv1/TLSv1.1/TLSv1.2. The default value is \"TLSv1\". \nIf you want to support TLSv1.1/TLSv1.2, please change it manually."
] | [
18
] | 2,754 | 6,404 | 23,327 |
TRAIN_Q208 | Can I run different levels of the Rational Developer for z Systems host and client? I'd like to know if I can run different versions of the RDz client and host and if so what compatible or supported versions and releases? | In general, IBM Developer for z Systems, Rational Developer for z Systems and Rational Developer for System z follow a two level backward and forward compatibility tolerance for basic Client /Server functionality. | [
"IBM Developer for z Systems and Rational Developer for z Systems Backward/Forward compatibility - United States RDz; compatible; backward; forward; IDz; Debug Tool: Debugger TECHNOTE (FAQ)\n\nQUESTION\n What levels of the IBM Developer for z Systems and Rational Developer for z Systems host and client are compatib... | [
"In general, IBM Developer for z Systems, Rational Developer for z Systems and Rational Developer for System z follow a two level backward and forward compatibility tolerance for basic Client /Server functionality."
] | [
0
] | 580 | 1,334 | 4,029 |
TRAIN_Q209 | Out of memory error when executing simulation
I am getting OutOfMemory error when running simulation from ODM 8.5.1 Decision Center.
The DVS Excel contains 50 scenarios and I am planning to submit a much larger number of scenario.
I noted that each record of the EXECUTION_TRACES.FULL_EXECUTION_TRACE column of the D... | It is possible to customize the Decision Warehouse (DW) trace that is used by the Scenario Suite Provider (SSP) when a Decision Validation Service (DVS) scenario suite is executed in Rule Team Server. The customization can filter out information that is not necessary to keep in the DW. A sample implementation is provid... | [
"IBM Reducing the size of Decision Warehouse trace when running scenario suites - United States TECHNOTE (FAQ)\n\nQUESTION\n When running a Decision Validation Service scenario suite in Rule Team Server can the optional trace be filtered to reduce its size ? \n\nANSWER\nIt is possible to customize the Decision War... | [
"It is possible to customize the Decision Warehouse (DW) trace that is used by the Scenario Suite Provider (SSP) when a Decision Validation Service (DVS) scenario suite is executed in Rule Team Server. The customization can filter out information that is not necessary to keep in the DW. A sample implementation is p... | [
0
] | 250 | 414 | 1,695 |
TRAIN_Q212 | Security Bulletin: Vulnerabilities in OpenSSL affect IBM WebSphere MQ Advanced Message Security (CVE-2016-2178) I need to understand details regarding Security Bulletin: Vulnerabilities in OpenSSL affect IBM WebSphere MQ Advanced Message Security (CVE-2016-2178). Where can I find this information?
| CVEID: CVE-2016-2178 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2178]
DESCRIPTION: OpenSSL could allow a remote attacker to obtain sensitive information, caused by an error in the DSA implementation that allows the following of a non-constant time codepath for certain operations. An attacker could exploit ... | [
"IBM Security Bulletin: Vulnerabilities in OpenSSL affect IBM MQ Advanced Message Security (CVE-2016-2177, CVE-2016-2178) - United States SECURITY BULLETIN\n\nSUMMARY\n OpenSSL vulnerabilities were disclosed on September 22 and 26, 2016 by the OpenSSL Project. OpenSSL is used by IBM MQ Advanced Message Security on... | [
"CVEID: CVE-2016-2178 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2178]\nDESCRIPTION: OpenSSL could allow a remote attacker to obtain sensitive information, caused by an error in the DSA implementation that allows the following of a non-constant time codepath for certain operations. An attacker could ex... | [
2
] | 398 | 1,116 | 3,661 |
TRAIN_Q214 | Help with Security Bulletin: Vulnerabilities in IBM Dojo Toolkit affect IBM Image Construction and Composition Tool (CVE-2014-8917) I need to understand details regarding "Security Bulletin: Vulnerabilities in IBM Dojo Toolkit affect IBM Image Construction and Composition Tool (CVE-2014-8917)". Where can I find this in... | CVEID: CVE-2014-8917 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8917]
DESCRIPTION: IBM Dojo Toolkit is vulnerable to cross-site scripting, caused by improper validation of user-supplied input.
CVSS Base Score: 4.3
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/99303 [https:... | [
"IBM Security Bulletin: Vulnerabilities in IBM Dojo Toolkit affect IBM Image Construction and Composition Tool (CVE-2014-8917) - United States SECURITY BULLETIN\n\nSUMMARY\n IBM Dojo Toolkit is vulnerable to cross-site scripting and affects IBM Image Construction and Composition Tool. \n\nVULNERABILITY DETAILS\nCV... | [
"CVEID: CVE-2014-8917 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8917]\n\nDESCRIPTION: IBM Dojo Toolkit is vulnerable to cross-site scripting, caused by improper validation of user-supplied input.\n\nCVSS Base Score: 4.3\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/993... | [
0
] | 346 | 1,095 | 3,523 |
TRAIN_Q215 | Is ITNM exposed to vulnerability CVE-2017-1194?. Is ITNM versions are affected by vulnerability CVE-2017-1194, because ITNM does shipped with WebSphere Application Server, where I can find the details?. | Please consult the security bulletin Cross-site request forgery in WebSphere Application Server (CVE-2017-1194) [http://www-01.ibm.com/support/docview.wss?uid=swg22001226] for vulnerability details and information about fixes. | [
"IBM Security Bulletin: A security vulnerability has been identified in IBM Tivoli Network Manager IP Edition shipped with WebSphere Application Server (CVE-2017-1194) - United States SECURITY BULLETIN\n\nSUMMARY\n WebSphere Application Server is shipped with IBM Tivoli Network Manager IP Edition. Information abou... | [
"Please consult the security bulletin Cross-site request forgery in WebSphere Application Server (CVE-2017-1194) [http://www-01.ibm.com/support/docview.wss?uid=swg22001226] for vulnerability details and information about fixes."
] | [
0
] | 391 | 820 | 3,092 |
TRAIN_Q216 | Help with Security Bulletin: IBM MQ Appliance is affected by a Network Security Services (NSS) vulnerability (CVE-2017-7805) I need to understand details regarding Security Bulletin: IBM MQ Appliance is affected by a Network Security Services (NSS) vulnerability (CVE-2017-7805). Where can I find this information? | CVEID:CVE-2017-7805 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7805]
DESCRIPTION:Network Security Services could allow a remote attacker to execute arbitrary code on the system, caused by a use-after-free in TLS 1.2 generating handshake hashes. By persuading a victim to visit a specially-crafted website, a... | [
"IBM Security Bulletin: IBM MQ Appliance is affected by a Network Security Services (NSS) vulnerability (CVE-2017-7805) - United States SECURITY BULLETIN\n\nSUMMARY\n IBM MQ Appliance has addressed a vulnerability in Network Security Services (NSS).",
"VULNERABILITY DETAILS\nCVEID:CVE-2017-7805 [http://cve.mitre... | [
"CVEID:CVE-2017-7805 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7805]\nDESCRIPTION:Network Security Services could allow a remote attacker to execute arbitrary code on the system, caused by a use-after-free in TLS 1.2 generating handshake hashes. By persuading a victim to visit a specially-crafted webs... | [
1
] | 324 | 944 | 3,142 |
TRAIN_Q222 | Composite Platform Installation Tool (CPIT) does not support IBM Tivoli Directory Server (ITDS) 6.3 on Red Hat Enterprise Linux
When use the CPIT to install the FileNet P8 platform, the installation is not successful and the error occurs at ITDS installation, refer to the detailed error in cpit_install_stderr.txt:
O... | Tivoli Directory Server 6.3 installation using GUI installation program is not supported on RHEL 6. | [
"IBM Installing IBM Tivoli Directory Server Version 6.3 on RHEL 6 operating system - United States Tivoli Directory Server 6.3 on RHEL6; installing Tivoli Directory Server 6.3 on RHEL6 TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n This document describes the points that you must consider when installing IBM Tiv... | [
"Tivoli Directory Server 6.3 installation using GUI installation program is not supported on RHEL 6."
] | [
8
] | 1,482 | 3,035 | 9,588 |
TRAIN_Q223 | SQL20157N happened in off-line backup against the quiesced database after migrating to V10.1 or V10.5 from V9.7. The customer spoladically got SQL20157N error in off-line backup command even when the database was quiesced. Why does this situation happen on V10.1 and V10.5 not on V9.7? | Because of the code change in V10.1 GA, the off-line backup command could be blocked for short period of time while connect database command is executed. | [
"IBM The off-line backup command could fail even when the database is quiesced on DB2 V10.1 and later. - United States TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n Offline-backup against the quiesced database failed with the error, SQL1035N.\nIt did not occur with V9.7. And it came to happen after migrating ... | [
"Because of the code change in V10.1 GA, the off-line backup command could be blocked for short period of time while connect database command is executed."
] | [
2
] | 347 | 700 | 2,490 |
TRAIN_Q224 | Help with Security Bulletin: Vulnerability in Diffie-Hellman ciphers affects IBM WebSphere MQ Internet Passthru (CVE-2015-4000) I need to understand details regarding Security Bulletin: Vulnerability in Diffie-Hellman ciphers affects IBM WebSphere MQ Internet Passthru (CVE-2015-4000). What is the recommended fix? | Users of IBM WebSphere MQ Internet Pass-Thru 2.1.0.1, 2.0 and older releases should first upgrade to IBM WebSphere MQ Internet Pass-Thru 2.1.0.2 | [
"IBM Security Bulletin: Vulnerability in Diffie-Hellman ciphers affects IBM WebSphere MQ Internet Passthru (CVE-2015-4000) - United States SECURITY BULLETIN\n\nSUMMARY\n The Logjam Attack on TLS connections using the Diffie-Hellman (DH) key exchange protocol affects IBM WebSphere MQ Internet Pass-thru (MQIPT).",
... | [
"Users of IBM WebSphere MQ Internet Pass-Thru 2.1.0.1, 2.0 and older releases should first upgrade to IBM WebSphere MQ Internet Pass-Thru 2.1.0.2"
] | [
2
] | 362 | 929 | 3,206 |
TRAIN_Q225 | Why the Portal 7.0.0.2 - CF29 upgrade is failing ? Why the Portal 7.0.0.2 - CF29 upgrade is failing ? | To resolve the issue increase the was.notification.timeout to 1200 (seconds) in WP DeploymentService either from WebSphere Admin Console or Dmgr.
If the property is not listed under custom properties, please add the above property.
Re-run the upgrade-profile task to proceed with migration. | [
"IBM Portal 7.0.0.1 migration may fail with error EJPPH0044E EJPPH0001E ADMC0009E while running upgrade-profile task. - United States upgrade-profile; migration; EJPPH0044E; EJPPH0001E; ADMC0009E; was.notification.timeout TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM\nOne may find the following in the configtrace.log file ... | [
"To resolve the issue increase the was.notification.timeout to 1200 (seconds) in WP DeploymentService either from WebSphere Admin Console or Dmgr. \nIf the property is not listed under custom properties, please add the above property.\n\nRe-run the upgrade-profile task to proceed with migration."
] | [
4
] | 293 | 1,197 | 3,618 |
TRAIN_Q227 | Why SET CHLAUTH ACTION(REMOVE) is not successful
I have the following CHLAUTH records defined for channel BMMADMIN.SVRCONN:
DIS CHLAUTH(BMM*) ALL
1 : DIS CHLAUTH(BMM*) ALL
AMQ8878: Display channel authentication record details.
CHLAUTH(BMMADMIN.SVRCONN) TYPE(USERMAP)
... | you MUST include the single quotes when specifying the value during an ACTION(REMOVE): | [
"IBM MQ 7.1 and later: How to remove a channel authentication record (CHLAUTH) - United States TECHNOTE (FAQ)\n\nQUESTION\n You have added a channel authentication record into a WebSphere MQ 7.1 or later queue manager:\n\nSET CHLAUTH(*) TYPE(USERMAP) CLNTUSER(testuser) USERSRC(CHANNEL) ACTION(ADD)\nAMQ8877: WebSph... | [
"you MUST include the single quotes when specifying the value during an ACTION(REMOVE):"
] | [
3
] | 631 | 1,550 | 5,110 |
TRAIN_Q228 | DB2 Non Reclaimable Storage . We have tablespaces defined under DB2 9.5 that apparently are not able
to reclaim storage back to the OS, but does that mean DB2 cannot reuse
this space as well? | To use the reclaimable storage feature, make sure to create the DMS or automatic storage tablespaces in DB2 Version 9.7 or later. | [
"IBM SQL1763N error with Reason Code 11 while running \"Alter Tablespace\" command to reclaim unused storage space against DMS or automatic storage tablespaces. - United States SQL1763N; Alter Tablespace; reclaimable storage; DMS; Automatic storage table spaces; MON_GET_TABLESPACE; RECLAIMABLE_SPACE_ENABLED; SMS; D... | [
"To use the reclaimable storage feature, make sure to create the DMS or automatic storage tablespaces in DB2 Version 9.7 or later."
] | [
2
] | 327 | 726 | 2,466 |
TRAIN_Q230 | Does IBM MQ Server installation include a Java Runtime Engine (JRE) and what is it used for? Does IBM MQ Server installation include a Java Runtime Engine (JRE)? | This page gives you access to the details of the levels of JRE and GSKit included with various maintenance levels of IBM MQ, by version. | [
"IBM Levels of JRE and GSkit bundled with IBM MQ - United States RELEASE NOTES\n\nABSTRACT\n This page gives you access to the details of the levels of JRE and GSKit included with various maintenance levels of IBM MQ, by version. \n\nCONTENT",
"IBM MQ V9.0 Continuous Delivery GSKit Level JRE Level IBM Security D... | [
"This page gives you access to the details of the levels of JRE and GSKit included with various maintenance levels of IBM MQ, by version."
] | [
0
] | 879 | 3,014 | 5,539 |
TRAIN_Q231 | Netcool/Impact (all versions): OMNIbusEventReader Filter Analyzer error "rule includes an unsupported expression" Netcool/Impact (all versions): OMNIbusEventReader Filter Analyzer error "rule includes an unsupported expression"
This occurs when comparing two ObjectServer fields against each other in a Filter. | In the EventReader properties file:
$NCHOME/impact/etc/[ImpactServerName]_[EventReaderName].props
where [ImpactServerName] is the name of the ImpactServer (NCI by default) and [EventReaderName] is the lower-case name of the EventReader (for example: omnibuseventreader). Add the property:
impact.[EventReaderName].c... | [
"IBM Filter Analyzer and Filters comparing ObjectServer fields - United States netcool; impact; netcool/impact; nci; event; reader; eventreader; omnibus; omnibuseventreader; object; server; objectserver; field; fields; compare; contrast; comparison; use; filter; filters; filtering; analyse; analyze; analyser; analy... | [
"In the EventReader properties file: \n\n\n$NCHOME/impact/etc/[ImpactServerName]_[EventReaderName].props\n\nwhere [ImpactServerName] is the name of the ImpactServer (NCI by default) and [EventReaderName] is the lower-case name of the EventReader (for example: omnibuseventreader). Add the property:\n\nimpact.[EventR... | [] | 281 | 566 | 2,373 |
TRAIN_Q232 | Help with Security Bulletin: MQSISTOP/STARTMSGFLOW commands with unauthorized user succeed affects WMB and IIB (CVE-2015-5011) I need to understand details regarding Security Bulletin: MQSISTOP/STARTMSGFLOW commands with unauthorized user succeed affects IBM WebSphere Message Broker and IBM Integration Bus (CVE-2015-50... | CVEID: CVE-2015-5011 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5011]
DESCRIPTION: IBM Integration Bus could allow a local user to start and stop a service that they should not have access to.
CVSS Base Score: 4
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/106403 [https://e... | [
"IBM Security Bulletin: MQSISTOP/STARTMSGFLOW commands with unauthorized user succeed affects IBM WebSphere Message Broker and IBM Integration Bus (CVE-2015-5011) - United States WMB IIB SECURITY BULLETIN\n\nSUMMARY\n MQSISTOP/STARTMSGFLOW commands with unauthorized user succeed affecting IBM WebSphere Message Brok... | [
"CVEID: CVE-2015-5011 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5011]\nDESCRIPTION: IBM Integration Bus could allow a local user to start and stop a service that they should not have access to.\nCVSS Base Score: 4\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/106403 [h... | [
0
] | 404 | 1,050 | 3,624 |
TRAIN_Q233 | Help with Security Bulletin: API Connect is affected by a cross-site scripting vulnerability CVE-2018-1382 I need to understand details regarding Security Bulletin: API Connect is affected by a cross-site scripting vulnerability CVE-2018-1382. Where can I find this information? | CVEID:CVE-2018-1382 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1382]
DESCRIPTION:IBM API Connect is vulnerable to cross-site scripting. This vulnerability allows users to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality, potentially leading to credentials disclosure wi... | [
"IBM Security Bulletin: API Connect is affected by a cross-site scripting vulnerability \nCVE-2018-1382 - United States SECURITY BULLETIN\n\nSUMMARY\n API Connect has addressed the following vulnerability. \n\nIBM API Connect is vulnerable to cross-site scripting. This vulnerability allows users to embed arbitrary... | [
"CVEID:CVE-2018-1382 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1382]\nDESCRIPTION:IBM API Connect is vulnerable to cross-site scripting. This vulnerability allows users to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality, potentially leading to credentials disclos... | [
1
] | 390 | 1,414 | 4,420 |
TRAIN_Q234 | How do I create a windows service for WebSphere Application Server version 7.0.X? Is there a tool that can help me create the windows service in an automated form? | Place the WASServiceCmd.exe utility in the following directory:
install_root\bin
2. Launch the command from the command line. | [
"IBM Using WASServiceCmd to create Windows services for WebSphere Application Servers - United States wasservice; was service; wasservice command; websphere windows service; wasservice cmd; versiongap TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n WASServiceCmd.exe is a front end for WASService.exe, which is shi... | [
"Place the WASServiceCmd.exe utility in the following directory:\n \n install_root\\bin \n \n 2. Launch the command from the command line."
] | [
1
] | 375 | 969 | 3,434 |
TRAIN_Q235 | Cannot start Maximo/SCCD with error BMXAA4087E - The MAXMESSAGE value for group login and key username could not be retrieved. Cannot start Maximo/SCCD with error BMXAA4087E - The MAXMESSAGE value for group login and key username could not be retrieved. | For IBM DB2, the value is COALESCE, and you cannot change the default value.
For Oracle, the value is NVL, and you cannot change the default value.
For SQL Server, the value must be set to ISNULL.
Make sure MXServer is stopped. Connect to database back end and update mxe.db.format.nullvalue by running following quer... | [
"IBM Maximo fails to start with error BMXAA4087E - United States TPAESCCD; Maximo; start; BMXAA4087E TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n BMXAA4087E - The MAXMESSAGE value for group login and key username could not be retrieved. \n\nSYMPTOM\n[ERROR] BMXAA6497E - A message for group login and key userna... | [
"For IBM DB2, the value is COALESCE, and you cannot change the default value. \n\nFor Oracle, the value is NVL, and you cannot change the default value.\nFor SQL Server, the value must be set to ISNULL.\n\nMake sure MXServer is stopped. Connect to database back end and update mxe.db.format.nullvalue by running foll... | [
1
] | 167 | 661 | 1,713 |
TRAIN_Q236 | Cannot Authorize SPSS 19 Installation on New Computer,Need to Authorize SPSS 19 on a New Computer I'm currently using SPSS 19 and need to install it on a new computer, however, it will not authorize. I've spoken to SPSS support by phone but they recommended checking here. I'm running on a Mac, OS X Sierra, for SPSS 19.... | Apple Macintosh MacOS Sierra (10.12)
Support for IBM SPSS Statistics 25 and IBM SPSS Statistics 24 only. For release 24 It is also recommended to install the latest FixPack 2 for release 24 on Mac [http://www-01.ibm.com/support/docview.wss?uid=swg24043574]. [http://www-01.ibm.com/support/docview.wss?uid=swg24042675] ... | [
"IBM What are the supported Apple Macintosh Operating System Versions for IBM SPSS Statistics? - United States SPSS mac macintosh Apple Macintosh statistics OS supported version compatibility matrix leopard Snow Leopard Lion Mountain Lion 10.8 Mavericks 10.9 22 Yosemite 10.10 (Yosemite) el capitan 10.11 spss 24 Sie... | [
"Apple Macintosh MacOS Sierra (10.12) \n\nSupport for IBM SPSS Statistics 25 and IBM SPSS Statistics 24 only. For release 24 It is also recommended to install the latest FixPack 2 for release 24 on Mac [http://www-01.ibm.com/support/docview.wss?uid=swg24043574]. [http://www-01.ibm.com/support/docview.wss?uid=swg240... | [
1
] | 766 | 1,373 | 5,129 |
TRAIN_Q237 | What is the best practice for working with BPM support When working with the BPM product set there are a lot of configuration files, logs and applications which can be exported for analysis by the support team. What are the best practices for working with the BPM support team? | Collect the following troubleshooting data if you need help from IBM Business Process Manager Support to resolve the problem. | [
"IBM Collect troubleshooting data for the IBM Business Process Manager products - United States install; mustgather; bpm; v7.5; collect; logs; troubleshooting; v8.5 TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n You are having a problem with the IBM Business Process Manager (BPM) products. You would like to know... | [
"Collect the following troubleshooting data if you need help from IBM Business Process Manager Support to resolve the problem."
] | [
3
] | 1,263 | 3,450 | 11,403 |
TRAIN_Q239 | Help with Security Bulletin: IIB is affected by deserialization RCE vulnerability in IBM WebSphere JMS Client I need to understand details regarding Security Bulletin:IBM Integration Bus is affected by deserialization RCE vulnerability in IBM WebSphere JMS Client (related to CVEID: CVE-2016-0360). Where can I find this... | CVEID: CVE-2016-0360 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-0360]
DESCRIPTION: IBM Websphere MQ JMS client provides classes that deserialize objects from untrusted sources which could allow a malicious user to execute arbitrary Java code by adding vulnerable classes to the classpath.
CVSS Base Score: ... | [
"IBM Security Bulletin:IBM Integration Bus is affected by deserialization RCE vulnerability in IBM WebSphere JMS Client - United States IIB SECURITY BULLETIN\n\nSUMMARY\n WebSphere MQ V9.0 libraries are shipped in IBM Integration Bus and hence IBM Integration Bus is vulnerable to IBM WebSphere MQ JMS client deseria... | [
"CVEID: CVE-2016-0360 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-0360]\nDESCRIPTION: IBM Websphere MQ JMS client provides classes that deserialize objects from untrusted sources which could allow a malicious user to execute arbitrary Java code by adding vulnerable classes to the classpath. \nCVSS Base ... | [
0
] | 458 | 1,330 | 4,168 |
TRAIN_Q240 | End of support date for CICS TS 3.2 change from 2016 to 2015 Did the end of support date for Transaction Server for z/OS (CICS TS) 3.2 change in June 2015? Earlier this year, the date was December 2016 now it appears to be December 2015! | The Software service discontinuance announcement letter that says CICS TS V3.1, CICS TS V3.2, and CICS TS Service Flow Feature V3.1 was withdrawn from support 31 December 2015 is 913-075 | [
"IBM CICS Transaction Server for z/OS 3.1 and 3.2 End of Support announcement - United States CICS TS 3.2 3.1 ; EOS; end of support; out of support; product lifecyle; end of lifecycle; withdrawal from support; withdrawn from support ; out of support; withdrawal announcement letter 5655M1500 R640 640 R400 400 HCI640... | [
"The Software service discontinuance announcement letter that says CICS TS V3.1, CICS TS V3.2, and CICS TS Service Flow Feature V3.1 was withdrawn from support 31 December 2015 is 913-075"
] | [
1
] | 445 | 1,027 | 3,515 |
TRAIN_Q241 | java.lang.IllegalStateException when I'm trying to stop a service in BPM Process Admin Console
In the Process Admin Console, under Monitoring > Process Monitor, when I try to stop a service, I get the following exception: java.lang.IllegalStateException: SRVE0199E: OutputStream already obtained
What is causing this? | java.lang.IllegalStateException
This exception is thrown when attempt is made to modify HttpServletResponse object after it has been committed. | [
"IBM TroubleShooting: JavaServer Pages (JSP) problems - United States JSPs; TroubleShootingDocument; troublehooting TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n Troubleshooting JSP problems for WebSphere® Application Server. This should help address common issues with this component before calling IBM support ... | [
"java.lang.IllegalStateException\n This exception is thrown when attempt is made to modify HttpServletResponse object after it has been committed."
] | [
8
] | 1,553 | 2,363 | 9,079 |
TRAIN_Q242 | Getting Delay or AMQ9716: Remote SSL certificate revocation status check failed when trying to start a MQ SSL channel, why? Getting Delay or AMQ9716: Remote SSL certificate revocation status check failed when trying to start a MQ SSL channel, please help resolve this? The error can occur on the MQ server or also a MQ ... | With the release of WebSphere MQ V7.0.1.0 the use of OCSP certificate revocation checking was included. With this new feature, most likely your SSL certificates have a OCSP AuthorityInfoAccess (AIA) certificate extension embedded inside them.
This was ignored before V7.0.1.0. Now it is being used to verify the certi... | [
"IBM After upgrading to 7.0.1.0 you get SSL error AMQ9716 - United States AMQ9716 7.0.1.0 SSL OCSP SSL TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n You upgrade to WebSphere MQ 7.0.1.0 (or later) and have SSL enabled channels. After the upgrade you notice that in the Queue Manager error LOGs you see the followi... | [
"With the release of WebSphere MQ V7.0.1.0 the use of OCSP certificate revocation checking was included. With this new feature, most likely your SSL certificates have a OCSP AuthorityInfoAccess (AIA) certificate extension embedded inside them. \n\n\nThis was ignored before V7.0.1.0. Now it is being used to verify t... | [] | 470 | 911 | 3,257 |
TRAIN_Q244 | Help with Security Bulletin: Multiple vulnerabilities identified in IBM Java SDK affect WSRR Studio (CVE-2015-4872) I need to understand details regarding Security Bulletin: Multiple vulnerabilities identified in IBM® Java SDK affect WebSphere Service Registry and Repository Studio (CVE-2015-4872). Where can I find thi... | CVEID: CVE-2015-4872 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4872]
DESCRIPTION: An unspecified vulnerability related to the Security component has no confidentiality impact, partial integrity impact, and no availability impact.
CVSS Base Score: 5
CVSS Temporal Score: See https://exchange.xforce.ibmclou... | [
"IBM Security Bulletin: Multiple vulnerabilities identified in IBM® Java SDK affect WebSphere Service Registry and Repository Studio (CVE-2015-4872, CVE-2015-4911, CVE-2015-4893, CVE-2015-4803) - United States SECURITY BULLETIN\n\nSUMMARY\n There are multiple vulnerabilities in IBM® SDK Java™ Technology Edition th... | [
"CVEID: CVE-2015-4872 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4872]\n\nDESCRIPTION: An unspecified vulnerability related to the Security component has no confidentiality impact, partial integrity impact, and no availability impact.\nCVSS Base Score: 5\nCVSS Temporal Score: See https://exchange.xforc... | [] | 454 | 1,515 | 4,855 |
TRAIN_Q247 | Why is the reload() not clearing the attribute cache so I can see my newly updated LDAP data in real time? You are leveraging the reload() functionality as described in the blog post:
https://www.ibm.com/developerworks/community/blogs/PortalL2Thoughts/entry/how_to_programatically_refresh_data_from_ldap64?lang=en
to ... | This APAR fixes the issue. It clears the cache properly even if
base entry is different than name in repository.
The fix for this APAR is currently targeted for inclusion in
fix packs 8.0.0.13 and 8.5.5.9. | [
"IBM PI47826: VMM DOES NOT CLEAR THE CACHE IF CLEARENTITY MODE IS USED. - United States FIXES ARE AVAILABLE\n8.5.5.9: WebSphere Application Server V8.5.5 Fix Pack 9 [http://www-01.ibm.com/support/docview.wss?uid=swg24041819]\n8.5.5.10: WebSphere Application Server V8.5.5 Fix Pack 10 [http://www-01.ibm.com/support... | [
"This APAR fixes the issue. It clears the cache properly even if\n base entry is different than name in repository.\n \n The fix for this APAR is currently targeted for inclusion in\n fix packs 8.0.0.13 and 8.5.5.9."
] | [
4
] | 863 | 1,241 | 3,742 |
TRAIN_Q252 | Latest deployed ruleset not executing in clustered environment
We are using ODM 8.7.0.1 and are running into an issue in our clustered environment. After deploying an updated to the ruleapp, using "Replace RuleApp Version" versioning policy, the that the decision service is still executing the previous version of the... | Possible causes for unexpected versions to be executed are:
- the RES client requesting execution may be passing a wrong ruleset path
- a hot deploy notification was not sent by the RES console, or not received by all the Execution Units (XU)
- the ruleset parsing policy may be delaying the use of a ruleset version un... | [
"IBM An unexpected ruleset version is executed - United States TECHNOTE (FAQ)\n\nQUESTION\n Why is Rule Execution Server (RES) not executing the expected version of a ruleset ?\nWhat are the possible causes after a hot deployment for Rule Execution Server not to use the updated ruleset ? \n\nCAUSE\nPossible causes... | [
"Possible causes for unexpected versions to be executed are: \n- the RES client requesting execution may be passing a wrong ruleset path\n- a hot deploy notification was not sent by the RES console, or not received by all the Execution Units (XU)\n- the ruleset parsing policy may be delaying the use of a ruleset ve... | [
0
] | 771 | 1,482 | 5,656 |
TRAIN_Q254 | Why is my delete virtual portal timing out after 120 seconds? When deleting a virtual portal via the Portal Admin User Interface (UI), it fails to complete. Examination of the SystemOut.log shows the following message:
WTRN0006W: Transaction 0000014BB8A229770000000161570720292692D3DEAA2109E6D66CBE4D063A1626DCF4E800000... | 1. Increase the total transaction lifetime timeout and maximum transaction timeout values (for example, to 600 seconds or greater) using the instructions in the Related information section below.
2. If the problem persists after addressing the change in suggestion #1 and the error in SystemOut.log shows that the time... | [
"IBM Deletion of virtual portal fails with transaction timeout - United States virtual portal; timeout; delete; portlet; EJPAH4000E; EJPEB0804E; rollbackexception; admin; WTRN0006W TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM\nAttempt to delete virtual portal via Virtual Portal Manager portlet fails with error:\n\nEJPAH40... | [
"1. Increase the total transaction lifetime timeout and maximum transaction timeout values (for example, to 600 seconds or greater) using the instructions in the Related information section below. \n\n2. If the problem persists after addressing the change in suggestion #1 and the error in SystemOut.log shows that t... | [
6
] | 395 | 2,191 | 6,491 |
TRAIN_Q255 | 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". Is it a bug or... | It may be happened where two versions Data Studio 3.1.1 and 4.1.2 installed machine. | [
"IBM How can uninstall Data Studio 3.1.1 where Control Panel uninstall process gets an error? - United States TECHNOTE (FAQ)\n\nQUESTION\n We are able to install Data Studio (DS) 4.1.2 successfully but unable to uninstall the \nexisting Data Studio 3.1.1. When uninstall Data Studio 3.1.1 from Control Panel, it \nr... | [
"It may be happened where two versions Data Studio 3.1.1 and 4.1.2 installed machine."
] | [
0
] | 247 | 529 | 2,081 |
TRAIN_Q259 | Why does our Websphere application server hang when we apply Microsoft patch on our database server? We use SQL Server database for one of our inhouse applications. As part of our regular maintenance we install Microsoft SQL patching once every month.Our DBA restarts the database after the patch install.All application... | WebSphere Application Server has an operation on the data source MBean that can be used to purge the connection pool. WebSphere Application Server MBean may be called via the wsadmin console, see the IBM Information Center topic "Scripting the application serving environment (wsadmin)" for more details. The operation n... | [
"IBM Purging the connection pool of a WebSphere Application Server data source using the data source MBean - United States was app server TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n During the testing or troubleshooting of an enterprise application, it may become necessary to purge the connection pool of a We... | [
"WebSphere Application Server has an operation on the data source MBean that can be used to purge the connection pool. WebSphere Application Server MBean may be called via the wsadmin console, see the IBM Information Center topic \"Scripting the application serving environment (wsadmin)\" for more details. The oper... | [
1
] | 918 | 1,177 | 5,141 |
TRAIN_Q263 | Where can I get ITM 6.3.0 Fixpack 6 ? Is it available now ? Where can I get ITM 6.3.0 Fixpack 6 ? Is it available now ? | 6.3.0-TIV-ITM-FP0006 11 Dec 2015 English 999999999 FC [http://www.ibm.com/support/fixcentral/swg/quickorder?parent=ibm%7ETivoli&product=ibm/Tivoli/IBM+Tivoli+Monitoring&release=All&platform=All&function=fixId&fixids=6.3.0-TIV-ITM-FP0006&source=fc] | [
"IBM Tivoli Monitoring 6.3.0 Fix Pack 6 (6.3.0-TIV-ITM-FP0006) - United States DOWNLOADABLE FILES\n\nABSTRACT\n This is a cumulative fix pack for IBM Tivoli Monitoring version 6.3.0. \n\nDOWNLOAD DESCRIPTION\nThis is a cumulative fix pack for IBM Tivoli Monitoring version 6.3.0. This fixpack is available as both a... | [
"6.3.0-TIV-ITM-FP0006 11 Dec 2015 English 999999999 FC [http://www.ibm.com/support/fixcentral/swg/quickorder?parent=ibm%7ETivoli&product=ibm/Tivoli/IBM+Tivoli+Monitoring&release=All&platform=All&function=fixId&fixids=6.3.0-TIV-ITM-FP0006&source=fc]"
] | [
9
] | 1,026 | 2,342 | 8,176 |
TRAIN_Q269 | Controlling stop and starting of Rulerunner Service
Hi
Datacap version 9.0.1
Is there a way of issuing a controlled shutdown request so the thread has time to finish processing whichever tasks it is executing so that no batches are aborted due to the communication link error? | If there is a need to change this behavior due to situations where a large number of batches might legitimately abort, the threshold can be increased or the feature can be turned off through the following registry keys.
x86 (32-bit) OS:
HKEY_LOCAL_MACHINE\SOFTWARE\Datacap\Rulerunner\Misc (REG_DWORD) Restart
Individ... | [
"IBM Datacap Rulerunner server stops after several aborted batches - United States Rulerunner hang stop abort TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n After several batches abort consecutively in Rulerunner, all threads shut down. \n\nCAUSE\nRulerunner has a thread control feature that acts as a safety to ... | [
"If there is a need to change this behavior due to situations where a large number of batches might legitimately abort, the threshold can be increased or the feature can be turned off through the following registry keys.\n\n\nx86 (32-bit) OS: \n\nHKEY_LOCAL_MACHINE\\SOFTWARE\\Datacap\\Rulerunner\\Misc (REG_DWORD) R... | [
1
] | 264 | 565 | 2,043 |
TRAIN_Q272 | Why are we seeing MQRC_NOT_AUTHORIZED errors after upgrading Websphere from V7.0 to V8.5.5? https://www-01.ibm.com/support/docview.wss?uid=swg21662193 | 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 ... | [
"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)\n\nQUESTION\n You have configured a WebSphere Application Server WebSphere MQ messaging provider connection factory without an Authentication Alias and do not... | [
"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.\nFrom the WebSphere MQ V7.1 classe... | [
1
] | 740 | 1,328 | 5,257 |
TRAIN_Q274 | Error when using profilePath parameter with BPMConfig to create a profile When creating a profile using the BPMConfig command and the -profilePath parameter to define a custom directory to store the profile data, the creation fails with the following error message if the directory already exists (even if it is empty):
... | Note: If you are creating the profile makes sure a profilePath value does not exist. | [
"IBM Specifying the profile path in the BPMConfig properties file for IBM Business Process Manager (BPM) - United States BPMConfig; profile; path; directory TECHNOTE (FAQ)\n\nQUESTION\n How do you specify the profile path in the configuration properties file for IBM Business Process Manager so you can use it with t... | [
"Note: If you are creating the profile makes sure a profilePath value does not exist."
] | [
1
] | 238 | 557 | 2,067 |
TRAIN_Q276 | Netcool/Impact (all versions): JMSListener does not reconnect when JMS server is restarted
JMSListener does not reconnect when JMS server is restarted.
Created JMS datamodel to connect to JMS queue. Restart the JBOSS service on JBOSS server on which JMS queue exists Impact attempt to connect to JMS queue fails and it... | Properties for the JMSListener in the file:
$NCHOME/impact/etc/[ImpactServerName]_[JMSListenerName].props
Where [ImpactServerName] is the name of the ImpactServer (for example: NCI) and [JMSListenerName] is the name of the JMSListener Service (for example: MyJMSListener) and the properties should be set as:
impact... | [
"IBM JMSListener AutoReconnect properties misconception - United States netcool; impact; netcool/impact; nci; jms; dsa; connectivity; reconnect; auto; autoreconnect; property; properties; listener; jmslistener; misconception; disinformation; misunderstanding; misinterpretation; error; fault; inaccuracy TECHNOTE (TR... | [
"Properties for the JMSListener in the file: \n\n\n$NCHOME/impact/etc/[ImpactServerName]_[JMSListenerName].props\n\nWhere [ImpactServerName] is the name of the ImpactServer (for example: NCI) and [JMSListenerName] is the name of the JMSListener Service (for example: MyJMSListener) and the properties should be set a... | [] | 135 | 412 | 1,470 |
TRAIN_Q277 | No data in some workspaces for MySQL agent Why Monitoring agent for MySQL when configured to monitor MySQL server versions 5.7.6 and above does not collect data for some of the attribute groups? | Users wanting to run the agent on MySQL server versions 5.7.6 and above should use the 'show_compatibility_56' [https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html] system variable which affects whether MySQL 5.6 compatibility is enabled with respect to how system and status variable information is pro... | [
"IBM No data in some workspaces for MySQL agent - United States TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n Monitoring agent for MySQL when configured to monitor MySQL server versions 5.7.6 and above does not collect data for some of the attribute groups. \n\nSYMPTOM\nData does not get collected for the foll... | [
"Users wanting to run the agent on MySQL server versions 5.7.6 and above should use the 'show_compatibility_56' [https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html] system variable which affects whether MySQL 5.6 compatibility is enabled with respect to how system and status variable information i... | [
2
] | 438 | 979 | 3,652 |
TRAIN_Q279 | Security Bulletin: IBM MQ and IBM MQ Appliance MQOPEN call might succeed when it should have failed (CVE-2017-1341) I need to understand details regarding Security Bulletin: IBM MQ and IBM MQ Appliance MQOPEN call might succeed when it should have failed (CVE-2017-1341). Where can I find this information?
| CVEID: CVE-2017-1341 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1341]
DESCRIPTION: IBM WebSphere MQ could allow, under special circumstances, an unauthorized user to access an object which they should have been denied access.
CVSS Base Score: 3.7
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.co... | [
"IBM Security Bulletin: IBM MQ and IBM MQ Appliance MQOPEN call might succeed when it should have failed. (CVE-2017-1341 ) - United States SECURITY BULLETIN\n\nSUMMARY\n MQOPEN call might succeed when it should have failed, when using generic profile authority matching for remotely defined MQ object. \n\nVULNERAB... | [
"CVEID: CVE-2017-1341 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1341]\nDESCRIPTION: IBM WebSphere MQ could allow, under special circumstances, an unauthorized user to access an object which they should have been denied access.\nCVSS Base Score: 3.7\nCVSS Temporal Score: See https://exchange.xforce.ibm... | [
0
] | 343 | 1,120 | 3,192 |
TRAIN_Q283 | What is the latest Alcatel 5620 SAM probe? We have the nco_p_alcatel_5620_sam_v13 probe, is there a newer version of the probe.
Does this probe support Release 14 of the 5620 SAM? | You can download the package you require from the IBM Passport Advantage website:
www-01.ibm.com/support/knowledgecenter/SSSHTQ/omnibus/probes/nokia_nfmp/wip/concept/nknfmp_intro.html | [
"IBM Tivoli Netcool/OMINbus Integrations Release Notice - Probe for Nokia Network Functions Manager for Packet (nco-p-nokia-nfmp-1_0) - United States release notice; downloads; nco-p-nokia-nfmp; Probe for Nokia Network Functions Manager for Packet NEWS\n\nABSTRACT\n This new probe will be ready for downloading on J... | [
"You can download the package you require from the IBM Passport Advantage website:\n\nwww-01.ibm.com/support/knowledgecenter/SSSHTQ/omnibus/probes/nokia_nfmp/wip/concept/nknfmp_intro.html"
] | [
0
] | 282 | 647 | 2,342 |
TRAIN_Q285 | How do I upgrade my virtual DataPower Appliance from 5.0 firmware to 6.0+ firmware? When attempting to upgrade my Virtual DataPower Appliance from 5.0.0.0 firmware version to 6.0+ firmware versions, I receive a failure message. | You must install the 5.0.0.8 or later fix pack to upgrade to 6.0.0.0 or later. The 5.0.0.8 fix pack contains a required fix to allow the larger sized firmware image to fit. | [
"IBM Supported Upgrade and Downgrade paths for DataPower Virtual Edition - United States TECHNOTE (FAQ)\n\nQUESTION\n Which WebSphere DataPower virtual edition fix pack can I upgrade to and downgrade from? \n\nCAUSE\nNot all scrypt4 fix packs are compatible with the 5.0.0.0 OVA files that were released in November... | [
"You must install the 5.0.0.8 or later fix pack to upgrade to 6.0.0.0 or later. The 5.0.0.8 fix pack contains a required fix to allow the larger sized firmware image to fit."
] | [
2
] | 459 | 929 | 2,927 |
TRAIN_Q287 | Will Datacap support Windows 10, if so, which version is fully supported?
We want to if Datacap support windows 10, if so, which version supports it.
Please provide us official statement for the compatibility. | IBM Datacap 9.0.1 Feature Pack 1 is qualified for use with:
· Microsoft Windows 10 (except for TMWeb Scanning with Twain drivers; | [
"IBM Datacap 9.0.1 FP1 - Readme doc - United States PRODUCT README\n\nABSTRACT\n IBM Datacap 9.0.1 FP1 - Readme doc \n\nCONTENT\nAbout IBM Datacap 9.0.1 Feature Pack 1 \n\nReview this document for installation instructions and other important information before you install IBM® Datacap 9.0.1 Feature Pack 1, which ... | [
"IBM Datacap 9.0.1 Feature Pack 1 is qualified for use with: \n\n \n\n· Microsoft Windows 10 (except for TMWeb Scanning with Twain drivers;"
] | [
4
] | 1,505 | 2,699 | 10,190 |
TRAIN_Q288 | DCS Document Conversion issue: java.util.MissingResourceException: Can't find resource for bundle com.stellent.scd.ExportResources, key 127 DCS Document Conversion issue: java.util.MissingResourceException: Can't find resource for bundle com.stellent.scd.ExportResources, key 127 | In addition to libc.so.6, Stellent is dependent upon the following libraries:
libstdc++.so.5
libgcc_s.so.1
For Red Hat Enterprise Linux 6.0 and later, it is possible that you are missing the package compat-libstdc++-33 . This package contains libstdc++.so.5. | [
"IBM Configuring file content extraction tools for IBM Connections Search - United States stellent file content conversion extraction TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM\nIBM Connections uses the Stellent (Oracle Outside In Technology) Export utility to extract text from documents of various types. The extracted ... | [
"In addition to libc.so.6, Stellent is dependent upon the following libraries: \nlibstdc++.so.5\nlibgcc_s.so.1 \n\nFor Red Hat Enterprise Linux 6.0 and later, it is possible that you are missing the package compat-libstdc++-33 . This package contains libstdc++.so.5."
] | [
5
] | 694 | 1,358 | 5,344 |
TRAIN_Q291 | Help with IIB H.E. V9 & WMB H.E. V8 for security vulnerabilities in Red Hat Linux I need to understand details regarding Action required for IBM Integration Bus Hypervisor Edition V9.0 and WebSphere Message Broker Hypervisor Edition V8.0 for security vulnerabilities in Red Hat Linux. Where can I find this information?... | IBM Integration Bus Hypervisor Edition V9.0 and WebSphere Message Broker Hypervisor Edition V8.0 ship with versions of Red Hat Enterprise Linux (RHEL) Server that are vulnerable to
CVE-2017-12691 CVE-2017-12692 CVE-2017-12693 CVE-2017-12875 CVE-2017-12876 CVE-2017-12877 CVE-2017-13131 CVE-2017-13132 CVE-2017-13133 CVE-... | [
"IBM Action required for IBM Integration Bus Hypervisor Edition V9.0 and WebSphere Message Broker Hypervisor Edition V8.0 for security vulnerabilities in Red Hat Linux - United States IIB WMB FLASH (ALERT)\n\nABSTRACT\n IBM Integration Bus Hypervisor Edition V9.0 and WebSphere Message Broker Hypervisor Edition V8.0... | [
"IBM Integration Bus Hypervisor Edition V9.0 and WebSphere Message Broker Hypervisor Edition V8.0 ship with versions of Red Hat Enterprise Linux (RHEL) Server that are vulnerable to\nCVE-2017-12691 CVE-2017-12692 CVE-2017-12693 CVE-2017-12875 CVE-2017-12876 CVE-2017-12877 CVE-2017-13131 CVE-2017-13132 CVE-2017-1313... | [] | 169 | 425 | 1,435 |
TRAIN_Q294 | IZE0106E Connect failed with "Unsupported CICS release" after upgrading CICS TS V5.x Do I have to upgrade my CICS Explorer to the same release as CICS Transaction Server for z/OS (CICS TS)? I recently upgraded to a new release of CICS TS and now when I attempt to connect to CICS Explorer using a CMCI connection, I get ... | IBM recommends that you upgrade to the latest release of CICS Explorer to obtain the most recent functionality and service. Old releases of CICS Explorer are not generally updated with new function, but new CICS Explorer releases are compatible with all earlier versions of CICS TS. Therefore, CICS Explorer V5.4 is comp... | [
"IBM Software maintenance strategy for CICS TS and its embedded components - United States Libery Java ; 5655S9700 R660 660 R600 600 HCI6600 R670 670 R700 700 HCI6700 5655-S97 5655S97 ; 5655Y0400 R680 680 R800 800 HCI6800 R690 690 R900 900 HCI6900 R700 700 R000 000 HCI7000 R710 710 R100 100 HCI7100 5655Y0401 5655-Y... | [
"IBM recommends that you upgrade to the latest release of CICS Explorer to obtain the most recent functionality and service. Old releases of CICS Explorer are not generally updated with new function, but new CICS Explorer releases are compatible with all earlier versions of CICS TS. Therefore, CICS Explorer V5.4 is... | [
6
] | 711 | 1,485 | 5,275 |
TRAIN_Q298 | Can I see the exact number of PVU used in our VM environment Hi,
Happy new year!
Can I see the exact number of PVU used in our VM environment, if yes, how to check? I want to be sure that we are using correct number of PVU we have license for.
We have installed Datastage on a windows 2016 standard server with 2 proc... | pvu_full_capacity.csv - PVU full capacity license metric results
* pvu_sub_capacity.csv - PVU subcapacity license metric results | [
"IBM Correct understanding of CSV version of PVU reports - United States TECHNOTE (FAQ)\n\nQUESTION\n What files are in the audit snapshot generated by IBM License Metric Tool or IBM BigFix Inventory version 9.x, and what is the correct interpretation of the values in the CSV report files? \n\nCAUSE\nThe licensing... | [
"pvu_full_capacity.csv - PVU full capacity license metric results \n * pvu_sub_capacity.csv - PVU subcapacity license metric results"
] | [
1
] | 945 | 1,648 | 6,535 |
TRAIN_Q299 | Installing fixpacks with Installation Manager - when did it change from using updateInstaller, starting in which version of WebSphere I was using updateInstaller to install fixpacks, and there was a separate fixpack for WebSphere and separate for the JDK, independent of each other. Now I understand that with Installat... | Starting with V8.0 and applicable to all subsequent releases and fixpacks, there is one install package that contains updates for both WebSphere Application Server and Java SDK. Applying fixpacks of WebSphere Application Server also upgrades the SDK that is packaged and bundled within the fixpack. Additionally, separat... | [
"IBM Java SDK Upgrade Policy for the IBM WebSphere Application Server - United States upgrade policy TECHNOTE (FAQ)\n\nQUESTION\n What is the Java™ SDK upgrade policy for the IBM® WebSphere® Application Server? \n\nCAUSE\nUpdating to the latest compatible Java SDK could help you resolve problems more quickly.\n\nAN... | [
"Starting with V8.0 and applicable to all subsequent releases and fixpacks, there is one install package that contains updates for both WebSphere Application Server and Java SDK. Applying fixpacks of WebSphere Application Server also upgrades the SDK that is packaged and bundled within the fixpack. Additionally, se... | [
1
] | 648 | 1,042 | 4,548 |
TRAIN_Q300 | How to access the 2nd portal profile? Hello,
I created a second WebSphere portal profile (wp_profile2) under C:\IBM\WebSphere as part of setting up multi-profile environment on windows using WebSphere Portal 8.0.0.1 CF04/WAS 8.0.0.10. I started the WebSphere_Portal under this profile successfully and am trying to acc... | Remove the copy so that the only file in .\wp_profile\PortalServer\jcr\lib\com\ibm\icm is icm.properties | [
"IBM Message RT7507E: Unable to initialize Repository: Default occurs in SystemOut.log after successful database transfer from Derby to DB2 - United States TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM\nMessage RT7507E: Unable to initialize Repository: Default occurs in SystemOut.log after successful database transfer fro... | [
"Remove the copy so that the only file in .\\wp_profile\\PortalServer\\jcr\\lib\\com\\ibm\\icm is icm.properties"
] | [
4
] | 161 | 1,321 | 3,895 |
TRAIN_Q302 | Help with Security Bulletin: Multiple Vulnerabilities identified in IBM Java SDK affect WSRR and WSRR Studio
I need to understand details regarding Security Bulletin: Multiple Vulnerabilities identified in IBM® Java SDK affect WebSphere Service Registry and Repository and WebSphere Service Registry and Repository Stu... | CVEID:CVE-2018-2633 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-2633]
DESCRIPTION:An unspecified vulnerability related to the Java SE JNDI component could allow an unauthenticated attacker to take control of the system.
CVSS Base Score: 8.3
CVSS Temporal Score: Seehttps://exchange.xforce.ibmcloud.com/vulner... | [
"IBM Security Bulletin: Multiple Vulnerabilities identified in IBM® Java SDK affect WebSphere Service Registry and Repository and WebSphere Service Registry and Repository Studio - United States SECURITY BULLETIN\n\nSUMMARY\n Multiple vulnerabilities in IBM® SDK Java™ Technology Edition, Version 6 used by WebSpher... | [
"CVEID:CVE-2018-2633 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-2633]\nDESCRIPTION:An unspecified vulnerability related to the Java SE JNDI component could allow an unauthenticated attacker to take control of the system.\nCVSS Base Score: 8.3\nCVSS Temporal Score: Seehttps://exchange.xforce.ibmcloud.co... | [
1
] | 546 | 1,600 | 5,508 |
TRAIN_Q303 | Error #2070 I purchased the SPSS grad pack and put one of the licenses on one computer and another on this one. This computer crashed and I was forced to reformat the hard drive. Subsequently, I lost SPSS in the process. After reinstalling the program, when I attempted to open a data set I received this error:
Error #2... | The above error can be caused by invalid values entered during the licensing phase of installing SPSS Statistics/Modeler or the client machine cannot reach the Sentinel License Manager host using the machine Hostname. | [
"IBM Error # 2070. The license server is down. Specific symptom number: 3 - United States TECHNOTE (FAQ)\n\nQUESTION\n We have network installations of IBM SPSS Statistics/Modeler. When the application is launched, the following errors are reported:\n\n\"The current license does not permit this job to continue.\"\... | [
"The above error can be caused by invalid values entered during the licensing phase of installing SPSS Statistics/Modeler or the client machine cannot reach the Sentinel License Manager host using the machine Hostname."
] | [
0
] | 622 | 1,101 | 4,801 |
TRAIN_Q306 | Hey, how can I transfer my spss 24 licence from my old macbook to the new one?
I made the backup from my laptop to my new one, but SPSS doesnt allow me to start, because of the licence! Also I tried the SPSS Licence wizard on the new macbook, but it is not possible to fill in my licence
I didn't find a option to dea... | Type (copy/paste) the following command:
sudo chown -R root:admin 20
2. Press Enter/Return.
3. Close Terminal.
4. Launch the License Authorization Wizard. | [
"IBM Getting a warning message 'You do not have the correct administrator privileges' when attempting to license a SPSS Statistics product on Mac OS. - United States TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n You have successfully installed an IBM SPSS Statistics product on a Mac computer. When you start th... | [
"Type (copy/paste) the following command: \n \n sudo chown -R root:admin 20\n \n 2. Press Enter/Return. \n 3. Close Terminal. \n 4. Launch the License Authorization Wizard."
] | [
1
] | 712 | 1,371 | 4,801 |
TRAIN_Q307 | Product upgrade installed a second instance of the DE, causing upgrade failure. The Deployment Engine should only have one instance installed on a server with IBM products installed. In this case, a second DE was installed, which caused the failure of the Product upgrade. Error: Wrong Deployment Engine.
Product instal... | There are two options to fix this problem.
1) Make sure the current upgrade is using the same version of JVM as the original install.
2) Removing the newly created DE, which shouldn't have been created, then creating a link to the existing DE is the best work around in this case. The Product upgrade will see the li... | [
"IBM Product upgrade installed a second instance of the DE, causing upgrade failure. - United States DEL2INST; Tivoli; Deployment; Engine; FQDN; Duplicate; acsi TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n The Deployment Engine should only have one instance installed on a server with IBM products installed. In... | [
"There are two options to fix this problem. \n\n1) Make sure the current upgrade is using the same version of JVM as the original install. \n\n2) Removing the newly created DE, which shouldn't have been created, then creating a link to the existing DE is the best work around in this case. The Product upgrade will s... | [] | 494 | 952 | 3,352 |
TRAIN_Q312 | Help with Security Bulletin: Multiple vulnerabilities in IBM Java SDK affect IBM Image Construction and Composition Tool (CVE-2015-0410 and CVE-2014-6593) I need to understand details regarding "Security Bulletin: Multiple vulnerabilities in IBM Java SDK affect IBM Image Construction and Composition Tool (CVE-2015-0410... | CVEID: CVE-2015-0410 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0410]
DESCRIPTION: An unspecified vulnerability related to the Security component could allow a remote attacker to cause a denial of service.
CVSS Base Score: 5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/1001... | [
"IBM Security Bulletin: Multiple vulnerabilities in IBM Java SDK affect IBM Image Construction and Composition Tool (CVE-2015-0410 and CVE-2014-6593) - United States SECURITY BULLETIN\n\nSUMMARY\n There are multiple vulnerabilities in IBM® SDK Java™ Technology Edition Version 6 and 7 that are used by IBM Image Con... | [
"CVEID: CVE-2015-0410 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0410]\nDESCRIPTION: An unspecified vulnerability related to the Security component could allow a remote attacker to cause a denial of service.\nCVSS Base Score: 5\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilit... | [] | 459 | 1,606 | 5,044 |
TRAIN_Q314 | how to Configure the server to only accept strong encryption protocols such as TLS1.1? how to Configure the server to only accept strong encryption protocols such as TLS1.1? | For all releases and versions of Apache based IBM HTTP Server, IBM recommends disabling SSLv3:
Add the following directive to the httpd.conf file to disable SSLv3 and SSLv2 for each context that contains "SSLEnable":
# Disable SSLv3 for CVE-2014-3566
# SSLv2 is disabled in V8R0 and later by default, and in typical ... | [
"IBM Security Bulletin: Vulnerability in SSLv3 affects IBM HTTP Server (CVE-2014-3566) - United States SECURITY BULLETIN\n\nSUMMARY\n SSLv3 contains a vulnerability that has been referred to as the Padding Oracle On Downgraded Legacy Encryption (POODLE) attack. SSLv3 is enabled by default in the Apache based IBM H... | [
"For all releases and versions of Apache based IBM HTTP Server, IBM recommends disabling SSLv3: \n\n\nAdd the following directive to the httpd.conf file to disable SSLv3 and SSLv2 for each context that contains \"SSLEnable\":\n\n# Disable SSLv3 for CVE-2014-3566\n# SSLv2 is disabled in V8R0 and later by default, an... | [
2
] | 664 | 1,394 | 5,167 |
TRAIN_Q316 | Datapower WebGUI down due to an expired or invalid certificate The Datapower WebGUI is down due to an expired or invalid certificate. How can the WebGUI access be restored? | The following commands will reset the RBM's, ACL's, WebGUI and SSH services to the default settings.
Note: If the ssh is working, you may omit any commands with the ssh.
config
web-mgmt
no ssl
exit
write mem
y
no web-mgmt
no ssh
rbm
reset
exit
acl web-mgmt
reset
exit
acl ssh
reset
... | [
"IBM Unable to connect using network services: WebGUI or ssh after upgrading WebSphere DataPower firmware - United States TECHNOTE (FAQ)\n\nQUESTION\n Why can't I access the Web managment or ssh after upgrading firmware? \n\nCAUSE\nThis can occur if you are using a custom certificate or authentication for the mana... | [
"The following commands will reset the RBM's, ACL's, WebGUI and SSH services to the default settings. \n\nNote: If the ssh is working, you may omit any commands with the ssh. \n\n \n\nconfig \n\nweb-mgmt \n\nno ssl \n\nexit \n\nwrite mem \n\ny \n\nno web-mgmt \n\nno ssh \n\nrbm \n\nreset \n\nexit \n\nacl web-mgmt \... | [] | 317 | 588 | 2,107 |
TRAIN_Q318 | fixlets do not appear in console bigfix
Work with ILTM 9.2.7 / 9.5.4.38. In the bigfix console the fixlets do not appear, under the tree: Sites-> IBM License Reporting (ILTM) v9 -> Fixlets and Task.
Attached image. Do you have any ideas?
Greetings and thank you BigFix | Check with the firewall/proxy/IPS/network admin and ask them to check the logs for dropped packets or downloads and to adjust the rules to allow the BES Support site content through.
2. Try turning off Internet Explorer Enhanced Security Configuration [https://blogs.technet.microsoft.com/chenley/2011/03/10/how-to-tur... | [
"IBM BigFix Server unable to gather site content from sync.bigfix.com (error: Unexpected HTTP response: 404) - United States TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n Identifying a block between the BigFix Server and IBM BigFix's sync.bigfix.com content servers. \n\nSYMPTOM\nError messages similar to the f... | [
"Check with the firewall/proxy/IPS/network admin and ask them to check the logs for dropped packets or downloads and to adjust the rules to allow the BES Support site content through. \n 2. Try turning off Internet Explorer Enhanced Security Configuration [https://blogs.technet.microsoft.com/chenley/2011/03/10/how-... | [
2
] | 263 | 471 | 1,804 |
TRAIN_Q319 | Why does my login fail when I use the ltpa-usrnm attribute? You use a Domino server as your LDAP, and the login attribute you want to use is ltpa-usrnm. This is acceptable, as the login attribute can be set accordingly in the wimconfig.xml. When the search string is built for the login, it is in the form, cn=username, ... | You need to set a custom property using the following
command
$AdminTask configureAdminWIMUserRegistry {-customProperties
{"com.ibm.ws.wim.registry.allowDNPrincipalNameAsLiteral
=true"} }
When this property is set, VMM determines whether the login
name ends with a baseEntry. If the login name ... | [
"IBM PM66670: WHEN LOGIN ATTRIBUTE VALUE HAS \"=\" SIGN IN IT, INVALIDUNIQUENAME EXCEPTION IS THROWN. - United States FIXES ARE AVAILABLE\n8.0.0.4: WebSphere Application Server V8.0 Fix Pack 4 [http://www-01.ibm.com/support/docview.wss?uid=swg24033190]\n8.5.0.1: WebSphere Application Server V8.5 Fix Pack 1 [http:... | [
"You need to set a custom property using the following\n command\n \n $AdminTask configureAdminWIMUserRegistry {-customProperties\n {\"com.ibm.ws.wim.registry.allowDNPrincipalNameAsLiteral\n =true\"} }\n \n When this property is set, VMM determines whether the login\n name ends with a baseEntry. If ... | [
8
] | 1,049 | 2,069 | 5,940 |
TRAIN_Q321 | 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-2017-10115, CVE-2017-10116). Where can I find this information? | CVEID: CVE-2017-10115 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-10115]
DESCRIPTION: An unspecified vulnerability in Oracle Java SE related to the Java SE, Java SE Embedded, JRockit JCE component could allow an unauthenticated attacker to obtain sensitive information resulting in a high confidentiality imp... | [
"IBM Security Bulletin: Multiple vulnerabilities in IBM Java Runtime affect API Connect - United States SECURITY BULLETIN\n\nSUMMARY\n There are multiple vulnerabilities in IBM® Runtime Environment Java™ used by IBM API Connect. \n\nThese issues were disclosed as part of the IBM Java SDK updates in July 2017. \n\... | [
"CVEID: CVE-2017-10115 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-10115]\nDESCRIPTION: An unspecified vulnerability in Oracle Java SE related to the Java SE, Java SE Embedded, JRockit JCE component could allow an unauthenticated attacker to obtain sensitive information resulting in a high confidentiali... | [] | 392 | 1,361 | 4,225 |
TRAIN_Q324 | Help with Security Bulletin: A security vulnerability has been identified in WebSphere Application Server shipped with IBM Business Monitor (CVE-2015-0138) I need to understand details regarding Security Bulletin: A security vulnerability has been identified in WebSphere Application Server shipped with IBM Business Mon... | CVEID: CVE-2015-0138 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0138]
DESCRIPTION: A vulnerability in various IBM SSL/TLS implementations could allow a remote attacker to downgrade the security of certain SSL/TLS connections. An IBM SSL/TLS client implementation could accept the use of an RSA temporary ke... | [
"IBM Security Bulletin: A security vulnerability has been identified in WebSphere Application Server shipped with IBM Business Monitor (CVE-2015-0138) - United States SECURITY BULLETIN\n\nSUMMARY\n WebSphere Application Server is shipped as a component of IBM Business Monitor. Information about a security vulnerab... | [
"CVEID: CVE-2015-0138 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0138]\n\nDESCRIPTION: A vulnerability in various IBM SSL/TLS implementations could allow a remote attacker to downgrade the security of certain SSL/TLS connections. An IBM SSL/TLS client implementation could accept the use of an RSA tempo... | [] | 493 | 1,120 | 4,129 |
TRAIN_Q328 | Rules view statistics shows no statistics
We converted the single RulesMgrSvr in a cluster and added a second RulesMgrSvr member on another node.
The rules console on the first node works fine.
On the second member view statistics fails, no statistics or error messages are shown | It is possible to deploy several Rule Execution Server (RES) Console in the same cluster, however there are some administrative interactions from RES components to RES console that may not work due to the presence of more than one RES management stack within the same administrative scope. | [
"IBM Limitations when deploying more than one Rule Execution Server console - United States TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n It is possible to deploy several Rule Execution Server (RES) Console in the same cluster, however there are some administrative interactions from RES components to RES conso... | [
"It is possible to deploy several Rule Execution Server (RES) Console in the same cluster, however there are some administrative interactions from RES components to RES console that may not work due to the presence of more than one RES management stack within the same administrative scope."
] | [
0
] | 553 | 949 | 3,962 |
TRAIN_Q332 | Why isn't my LTPA token auto-renewing in Chrome? After using Maximo 7.6.0.8 from Chrome for a while (an hour?) my session became "dead". I could type in the "Find Navigation Item" box in the sidenav, but clicking on the selections went nowhere. Clicking on Sign Out didn't work, either. But there were loads of these err... | When using single sign-on (SSO), the Security Cache will refresh from the LTPA Token. If your LTPA Token is also expired, then the user will be asked to re-login. Also, the cache timeout period is reset every time that entry is hit. So, if the entry is hit 9 minutes into the 10 minute timeout period, the clock is reset... | [
"IBM Security Cache, LTPA Token, and Session Time Outs - United States session; cache; logout; login; timeout; time out; LTPA TECHNOTE (FAQ)\n\nQUESTION\n What happens when the Security Cache, LTPA Token timeout, and session time out? \n\nANSWER\nQuestion 1 \nWhat happens when the Security Cache times out? Will the... | [
"When using single sign-on (SSO), the Security Cache will refresh from the LTPA Token. If your LTPA Token is also expired, then the user will be asked to re-login. Also, the cache timeout period is reset every time that entry is hit. So, if the entry is hit 9 minutes into the 10 minute timeout period, the clock is ... | [
0
] | 503 | 874 | 3,382 |
TRAIN_Q333 | javax.xml.bind.UnmarshalException org.xml.sax.SAXParseException: The reference to entity must end with the ; delimiter.
After an upgrade from JRules to ODM we are receiving errors because of an ampersand in our data. This used to work before.
Caused by: javax.xml.bind.UnmarshalException
- with linked exception: [org... | The value of the parameter is the XML data corresponding to your input parameter XSD, either passed in a CDATA section or by escaping the XML special characters (replacing <, >, ", ' and & with <, >, ", ' and &). | [
"IBM Format of XML-type ruleset parameters in SOAP messages with MTDS - United States XSD; schema; SOAP; web service TECHNOTE (FAQ)\n\nQUESTION\n How to format the value of an XML-type ruleset parameter in the SOAP request to a Monitored Transparent Decision Service (MTDS) ? \n\nCAUSE\nAs mentioned in the documenta... | [
"The value of the parameter is the XML data corresponding to your input parameter XSD, either passed in a CDATA section or by escaping the XML special characters (replacing <, >, \", ' and & with <, >, ", ' and &)."
] | [
0
] | 173 | 497 | 1,700 |
TRAIN_Q334 | Datetime export to FileNet Hi there
I created an application in Datacap that export to FileNet a Datetime field. In FEM I have a property type of Datetime. I'm using the following to send value to FileNet:
FNP8_SetProperty ("DataEmissao,@DATE(dd/MM/yyyy)+@STRING( )+@TIME(HH:MM),Datetime")
The export works fin... | Modify the date/time value into proper GMT/UTC format of YYYY-MM-DDTHH:MM[:SS] and then add a time offset to account for the GMT time difference, e.g. YYYY-MM-DDTHH:MM:SS-HH:MM, prior to export to FileNet P8.
The action IsFieldDateWithReformat from the Validations library can be called with a parameter of "s" (no qu... | [
"IBM Exported dates to IBM FileNet Content Engine are one day off in IBM Datacap Taskmaster Capture - United States FileNet P8; FNP8; Export; yesterday; GMT; UTC TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n Dates exported to IBM FileNet P8 Content Engine show yesterday's date when viewed by an IBM FileNet Cont... | [
"Modify the date/time value into proper GMT/UTC format of YYYY-MM-DDTHH:MM[:SS] and then add a time offset to account for the GMT time difference, e.g. YYYY-MM-DDTHH:MM:SS-HH:MM, prior to export to FileNet P8. \n\n\nThe action IsFieldDateWithReformat from the Validations library can be called with a parameter of \"... | [] | 360 | 731 | 2,496 |
TRAIN_Q336 | Why does silent install abort indicating files are locked? Silent installs can fail reporting that there are locked files under the ITM installation directory on Windows platform. Why does this happen?
Example:
C:\IBM\ITM\InstallITM\
Abort IBM Tivoli Monitoring 20160203 1832.log
02-03-2016 18:37:10: File C:\IBM\ITM\... | A limitation for remote deployment and silent installations indicates:
A silent installation terminates if product files are locked. This behavior ensures that the installer does not overwrite product files that are currently running. The best practice is to shut down all components, including monitoring servers, porta... | [
"IBM Locked files encountered during Windows agent silent installation - United States locked files; silent; remote; installation; Windows TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n A silent installation of the Windows NT agent aborts due to locked files. \n\nSYMPTOM\nThe Customer's AbortIBMTivoliMonitoring ... | [
"A limitation for remote deployment and silent installations indicates:\nA silent installation terminates if product files are locked. This behavior ensures that the installer does not overwrite product files that are currently running. The best practice is to shut down all components, including monitoring servers,... | [
3
] | 462 | 1,026 | 3,711 |
TRAIN_Q337 | Why does the other instance of my multi-instance qmgr seem to hang after a failover? Queue manager will not start after failover. | Rename the file amqalchk.fil, which is found under mq\qmgrs\qmgrname\ on the shared drive (to something like amqalchk.fil_OLD); then restart the queue manager. | [
"IBM Failover to secondary node under MSCS and the queue manager will not start - United States HL083112 mqlpgrlg ZX000001 ExecCtrlrMain lpiRC_LOG_NOT_AVAILABLE mscs TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n You attempt to failover from the primary to secondary node under MSCS. Your WebSphere MQ queue manag... | [
"Rename the file amqalchk.fil, which is found under mq\\qmgrs\\qmgrname\\ on the shared drive (to something like amqalchk.fil_OLD); then restart the queue manager."
] | [
1
] | 156 | 459 | 1,304 |
TRAIN_Q338 | VScan not working after migrating Datacap Application from 8.1 to 9.0.1 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
A... | 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). | [
"IBM Error when launching Scan task from Datacap Desktop. - United States Desktop; No data; Scan; VScan TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n Receiving the following error message when attempting to launch up Scan task from Datacap Desktop:\n\"This batch has no data to process. Aborting.\" \n\nThen foll... | [
"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)."
] | [
0
] | 153 | 414 | 1,272 |
TRAIN_Q340 | Why is an error seen while running run-svrssl-config?
Following error is seen while running run-svrssl-config ConfigEngine task:
action-run-pdjrte-config-zos-wp.ac.impl:
[validateHost] Validating hostname(s) in the following argument: tam001:7136:1,tam002:7136:2
[echo] Command to run is: java co... | To avoid the error, do one of the following steps before executing the run-svrssl-config task:
a) Use a unique value for wp.ac.impl.PDServerName
or
b) Run the following command manually from a command prompt on the portal server to remove the appsvr_id value from Tivoli Access Manager's repository:
java com.tivoli... | [
"IBM HPDMG0759W error when creating the AMJRTE properties file - United States TAM; run-svrssl-config; svrssl; HPDMG0759W; AMJRTE TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM\nWhen executing the \"run-svrssl-config\" task via the ConfigEngine to create the AMJRTE properties file, you receive the following error:\n\nComman... | [
"To avoid the error, do one of the following steps before executing the run-svrssl-config task:\n\na) Use a unique value for wp.ac.impl.PDServerName\n\nor\n\nb) Run the following command manually from a command prompt on the portal server to remove the appsvr_id value from Tivoli Access Manager's repository: \n\nja... | [
1
] | 197 | 673 | 1,918 |
TRAIN_Q341 | How to check IBM Java ORB build version in WebSphere Application Server? Just a simple question: How to check IBM Java ORB build version in WebSphere Application Server? | <washome>/java/bin/java -Xbootclasspath/p:<washome>/java/jre/lib/ext/ibmorb.jar com.ibm.rmi.util.Version | [
"IBM MustGather: Object Request Broker (ORB) problems with WebSphere Application Server - United States MustGather; MustGather; MustGather; ORB; Object Request Broker; ISA; collector; autopd; auto pd; MustGatherDocument TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n Collecting data for problems with the IBM WebS... | [
"<washome>/java/bin/java -Xbootclasspath/p:<washome>/java/jre/lib/ext/ibmorb.jar com.ibm.rmi.util.Version"
] | [
13
] | 2,214 | 3,135 | 11,444 |
TRAIN_Q343 | Help with Security Bulletin: A security vulnerability has been identified in WebSphere Application Server shipped with WebSphere Service Registry and Repository (CVE-2017-1681) I need to understand details regarding Security Bulletin: A security vulnerability has been identified in WebSphere Application Server shipped ... | This vulnerability affects the following versions and releases of IBM WebSphere Application Server:
* Liberty | [
"IBM Security Bulletin: Information disclosure in WebSphere Application Server (CVE-2017-1681) - United States SECURITY BULLETIN\n\nSUMMARY\n There is a potential information disclosure vulnerability in WebSphere Application Server. \n\nVULNERABILITY DETAILS\n\nCVEID: CVE-2017-1681 [http://cve.mitre.org/cgi-bin/cv... | [
"This vulnerability affects the following versions and releases of IBM WebSphere Application Server: \n\n * Liberty"
] | [
1
] | 636 | 2,347 | 6,870 |
TRAIN_Q345 | Where can I find information on security issues addressed in WAS fix pack 8.5.5.6? I am planning to upgrade to WAS fix pack 8.5.5.6 and would like to know what security vulnerabilities, if any, are addressed in this fix pack. | Cross reference list for security vulnerabilites fixed in IBM WebSphere Application Server 8.5.5.6, IBM WebSphere Application Server Hypervisor 8.5.5.6 and IBM WebSphere Application Server Liberty Profile 8.5.5.6. | [
"IBM Security Bulletin: Multiple Security Vulnerabilities fixed in IBM WebSphere Application Server 8.5.5.6 - United States SECURITY BULLETIN\n\nSUMMARY\n Cross reference list for security vulnerabilites fixed in IBM WebSphere Application Server 8.5.5.6, IBM WebSphere Application Server Hypervisor 8.5.5.6 and IBM ... | [
"Cross reference list for security vulnerabilites fixed in IBM WebSphere Application Server 8.5.5.6, IBM WebSphere Application Server Hypervisor 8.5.5.6 and IBM WebSphere Application Server Liberty Profile 8.5.5.6."
] | [
0
] | 1,699 | 5,155 | 16,075 |
TRAIN_Q346 | Cannot open module in exclusive edit - (no such file or directory) 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" How do I solve this? | This defect is resolved in IBM Rational DOORS Version 9.4.0.1 | [
"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)\n\nPROBLEM(ABSTRACT)\n Attempts to open a mod... | [
"This defect is resolved in IBM Rational DOORS Version 9.4.0.1"
] | [
1
] | 537 | 882 | 3,476 |
TRAIN_Q347 | When DataPower 7.5.2.x is acting as an SFTP client, what Key Exchange and Mac Algorithms are offered in the SSH handshake? By default which algorithms are offered by DataPower on firmware 7.5.2? | Default KEX algorithms * curve25519-sha256@libssh.org
*
* ecdh-sha2-nistp256
*
* ecdh-sha2-nistp384
*
* ecdh-sha2-nistp521
*
* diffie-hellman-group-exchange-sha256
*
* diffie-hellman-group14-sha1
Default MAC algorithms * umac-64-etm@openssh.com
*
* umac-128... | [
"IBM Late breaking updates to DataPower 7.5 documentation - United States NEWS\n\nABSTRACT\n \n\nThe version 7.5 documentation for IBM DataPower Gateway is not the latest available information. This document covers late breaking updates that are not in IBM Knowledge Center.\n\nLast updated, October 2017.\n\n\n\nCO... | [
"Default KEX algorithms * curve25519-sha256@libssh.org\n * \n * ecdh-sha2-nistp256\n * \n * ecdh-sha2-nistp384\n * \n * ecdh-sha2-nistp521\n * \n * diffie-hellman-group-exchange-sha256\n * \n * diffie-hellman-group14-sha1\n \n Default MAC algorithms * umac-64-etm@openssh.com\n ... | [
2
] | 696 | 1,193 | 3,597 |
TRAIN_Q348 | Why does DSM error log have errors for SQLCODE=-206 errors reported for ISAS core warehouse database? DSM error log have errors for SQLCODE=-206 errors reported for ISAS core warehouse database. How do Isolve the problem? | Run the db2updvnn command according to the db2level of your monitored database:
- For DB2 V9.7 run db2updv97 [https://www.ibm.com/support/knowledgecenter/SSEPGG_9.7.0/com.ibm.db2.luw.admin.cmd.doc/doc/r0054449.html] command
- For DB2 V10.1 run db2updv10 [https://www.ibm.com/support/knowledgecenter/SSEPGG_11.1.0/com.i... | [
"IBM Data Server Manager (DSM) showing SQLCODE=-206 \"<name> is not valid in the context where it is used.\" - United States SQLCODE 206 -206 SQL0206 SQL0206N DSM incompatible db2level fixpack fix pack db2iupdt TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n Data Server Manager log files are full of SQLCODE=-206 ... | [
"Run the db2updvnn command according to the db2level of your monitored database: \n\n- For DB2 V9.7 run db2updv97 [https://www.ibm.com/support/knowledgecenter/SSEPGG_9.7.0/com.ibm.db2.luw.admin.cmd.doc/doc/r0054449.html] command\n- For DB2 V10.1 run db2updv10 [https://www.ibm.com/support/knowledgecenter/SSEPGG_11.1... | [] | 274 | 737 | 2,305 |
TRAIN_Q349 | Help with Security Bulletin: Persistent cross-site scripting vulnerability in Process Admin Console affecting IBM Business Process Manager (BPM) and WebSphere Lombardi Edition (WLE) CVE-2015-0156 I need to understand details regarding Security Bulletin: Persistent cross-site scripting vulnerability in Process Admin Con... | CVEID:CVE-2015-0156 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0156]
DESCRIPTION:IBM Business Process Manager is vulnerable to stored cross-site scripting, caused by improper validation of user-supplied input. A remote attacker could exploit this vulnerability using a specially-crafted URL to execute scri... | [
"IBM Security Bulletin: Persistent cross-site scripting vulnerability in Process Admin Console affecting IBM Business Process Manager (BPM) and WebSphere Lombardi Edition (WLE) CVE-2015-0156 - United States SECURITY BULLETIN\n\nSUMMARY\n IBM Business Process Manager is vulnerable to stored cross-site scripting, ca... | [
"CVEID:CVE-2015-0156 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0156]\n\nDESCRIPTION:IBM Business Process Manager is vulnerable to stored cross-site scripting, caused by improper validation of user-supplied input. A remote attacker could exploit this vulnerability using a specially-crafted URL to execu... | [] | 613 | 1,655 | 5,613 |
TRAIN_Q351 | How to set session time out period for a single user in DASH? How to set session time out period for a single user in DASH? | 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 | [
"IBM HTTP Session time-out settings and overwrite precedence rules - United States WebSphere http session management time-out wasrun precedence overwrite TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n It is possible to set the HTTP Session time-out in various places on the IBM® WebSphere® Application Server Admi... | [
"The HTTP Session time-out can be set in the following places: \n\n * From the Administrative Console at the server, Enterprise application, and Web application levels \n * At the time when the application is packaged \n * In the application code"
] | [
0
] | 614 | 1,029 | 4,333 |
TRAIN_Q352 | How to Create an Application with the the Websphere Adapter for Flat File using Hex05 delimeter? How to Create an Application with the the Websphere Adapter for Flat File using Hex05 delimeter? | The only complete solution at this time is to not process unicode characters that are not valid in XML. This can be done by not importing data fields that might contain such characters or by purging such characters from the incoming data source. | [
"IBM \"An invalid XML character\" error is thrown when handling data originating from a WebSphere Adapter - United States Unicode invalid character 0x0 xml serialize serialization XSLT XLS error TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n WeBSphere Adapter is unable to process data from a source containing un... | [
"The only complete solution at this time is to not process unicode characters that are not valid in XML. This can be done by not importing data fields that might contain such characters or by purging such characters from the incoming data source."
] | [
2
] | 342 | 527 | 2,254 |
TRAIN_Q353 | CQWEB can\'t retrieve repository dropdown list options in RedHat Linux, how to deal with it ? I setup a cq demo env in redhat linux with oracle database, CQ 7.1.2, LRKS 8.1.3, Linux CQ client can login CQ as the following picture 1, but CQWEB login page can't retrieve the repository dropdown list options as the follo... | Run cqreg initialize. The add_dbset command will run successfully afterwards. However, should the same error persist, make sure the command is run as the root user.
Also make sure that the CQ_DATABASES environment variable is set to the desired registry path. If it is not, set the variable accordingly, then run the... | [
"IBM ERROR: Default DB path is not set, when adding database set on RHEL 5 - United States 1320206; ClearQuest; Command Line Tools; CQ; cqreg; add_dbset; initialize; CQ_DATABASES; CQDB_rgys; registry; db set; db_set; Default DB path is not set; Use cqreg initialize first; linux; RHEL; RHEL5 TECHNOTE (TROUBLESHOOTIN... | [
"Run cqreg initialize. The add_dbset command will run successfully afterwards. However, should the same error persist, make sure the command is run as the root user. \n\n\n\nAlso make sure that the CQ_DATABASES environment variable is set to the desired registry path. If it is not, set the variable accordingly, the... | [
1
] | 223 | 467 | 1,654 |
TRAIN_Q355 | What does the message "ERROR: Records trailing spring space set to 512 is too small..." mean? What does the message "ERROR: Records trailing spring space set to 512 is too small..." mean? | This error can occur when a query includes multiple aggregates against varchar or nvarchar columns. As the query is being processed the system allocates memory for each row of the result set. This includes each of the GROUP BY columns and each of the aggregates. For queries doing aggregates on variable length columns, ... | [
"IBM PureData Systems for Analytics - nzsql error, Records trailing spring space set to 512 is too small - United States netezza PDA TECHNOTE (FAQ)\n\nQUESTION\n What does the message \"ERROR: Records trailing spring space set to 512 is too small...\" mean? \n\nANSWER\nThe following error may appear in the pg.log f... | [
"This error can occur when a query includes multiple aggregates against varchar or nvarchar columns. As the query is being processed the system allocates memory for each row of the result set. This includes each of the GROUP BY columns and each of the aggregates. For queries doing aggregates on variable length colu... | [
0
] | 483 | 720 | 3,043 |
TRAIN_Q358 | Cannot create syndication pair between Virtual Portals with a different user repository than Base Portal Steps:
I have two different user repositories one to manage my base portal and Virtual Portals. (p.e: For Base Portal I use ITDS, and for VPs I use AD) with differents admin users each.
Then I created two VPs usin... | The Admin user has to be made visible on both base and virtual Portals if you wish to syndicate between the two.
When syndicating to Virtual Portals, the Administrator User who is listed as the Domain Admin retrieved with:
com.presence.connect.wmmcomms.UserManagementServiceImpl.getPortalAdministrator() should have acc... | [
"IBM Syndicating to VP with exclusive realms does not work. - United States syndication; realm; vp; admin user; getPortalAdministrator TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM\n \n\nSyndication from base Portal to Virtual Portal with different realms does not work:-\n\n1) Create 2 different realms with different base ... | [
"The Admin user has to be made visible on both base and virtual Portals if you wish to syndicate between the two.\n\nWhen syndicating to Virtual Portals, the Administrator User who is listed as the Domain Admin retrieved with:\ncom.presence.connect.wmmcomms.UserManagementServiceImpl.getPortalAdministrator() should ... | [
4
] | 243 | 870 | 2,777 |
TRAIN_Q359 | Help with Security Bulletin: Vulnerability in MD5 Signature and Hash Algorithm affects IBM MQ Appliance (CVE-2015-7575) I need to understand details regarding Security Bulletin: Vulnerability in MD5 Signature and Hash Algorithm affects IBM MQ Appliance (CVE-2015-7575). Where can I find this information? | CVEID: CVE-2015-7575 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-7575]
DESCRIPTION: The TLS protocol could allow weaker than expected security caused by a collision attack when using the MD5 hash function for signing a ServerKeyExchange message during a TLS handshake. An attacker could exploit this vulnerab... | [
"IBM Security Bulletin: Vulnerability in MD5 Signature and Hash Algorithm affects IBM MQ Appliance (CVE-2015-7575) - United States SECURITY BULLETIN\n\nSUMMARY\n The MD5 “SLOTH” vulnerability on TLS 1.2 affects IBM MQ Appliance \n\nVULNERABILITY DETAILS\nCVEID: CVE-2015-7575 [http://cve.mitre.org/cgi-bin/cvename.c... | [
"CVEID: CVE-2015-7575 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-7575]\nDESCRIPTION: The TLS protocol could allow weaker than expected security caused by a collision attack when using the MD5 hash function for signing a ServerKeyExchange message during a TLS handshake. An attacker could exploit this vu... | [
0
] | 290 | 811 | 2,735 |
TRAIN_Q360 | Is it possible to monitor Memory/LPAR metrics using ITM HMC agent? I understand the ITM AIX Premium agent captures these metrics but like to know if it is possible to monitor Memory/LPAR metrics using ITM HMC agent? | 6.2.2.3-TIV-ITM_HMC_BASE-IF0002
---------------------------------
Feature: 208626
Abstract: LPAR Memory Attributes
Additional information: The following new attributes are added in
the Server LPARs attribute group:
Current_Memory - The current amount of memory, in megabytes,
configured for the LPAR.
Warehouse name: CM... | [
"IBM Tivoli Monitoring: HMC Base Agent 6.2.2.3-TIV-ITM_HMC_BASE-IF0004 - United States DOWNLOADABLE FILES\n\nABSTRACT\n This fix resolves the APARs listed in the APAR Number(s) section below, and adds enhancement feature 215857 to add hardware events. \n\nDOWNLOAD DESCRIPTION\nCopyright International Business Mach... | [
"6.2.2.3-TIV-ITM_HMC_BASE-IF0002\n---------------------------------\nFeature: 208626\nAbstract: LPAR Memory Attributes\nAdditional information: The following new attributes are added in\nthe Server LPARs attribute group:\n\nCurrent_Memory - The current amount of memory, in megabytes,\nconfigured for the LPAR.\nWare... | [
5
] | 3,102 | 7,686 | 26,808 |
TRAIN_Q361 | Is MQ V7.0.1 is going out of support? When is the last date of support? | 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 | [
"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\n\nABSTRACT\n 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 ... | [
"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"
] | [
5
] | 1,922 | 5,941 | 16,886 |
TRAIN_Q362 | Help with Security Bulletin: Vulnerability in Diffie-Hellman ciphers affects IBM Image Construction and CompositionTool. (CVE-2015-4000) I need to understand details regarding "Security Bulletin: Vulnerability in Diffie-Hellman ciphers affects IBM Image Construction and CompositionTool. (CVE-2015-4000". Where can I fin... | 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 t... | [
"IBM Security Bulletin: Vulnerability in Diffie-Hellman ciphers affects IBM Image Construction and CompositionTool. (CVE-2015-4000) - United States SECURITY BULLETIN\n\nSUMMARY\n The Logjam Attack on TLS connections using the Diffie-Hellman (DH) key exchange protocol affects IBM Image Construction and Composition ... | [
"CVEID: CVE-2015-4000 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4000]\nDESCRIPTION: 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-mi... | [
1
] | 470 | 1,586 | 5,224 |
TRAIN_Q363 | Where can I find information on the Integration Bus Healthcare Pack? Where can I find information about the Integration Bus Healthcare Pack V4.0? | Release notes file for: IBM Integration Bus Healthcare Pack
Product Release: 4.0
Update name: 4.0.0.0
Versions and fix packs:
* V4.0.0.0 (electronic availability: 25 June 2015)
Document first published: 25 June 2015
Document last modified: 25 June 2015 | [
"IBM Integration Bus Healthcare Pack V4.0 release notes - United States RELEASE NOTES\n\nABSTRACT\n This document contains the release notes for IBM Integration Bus Healthcare Pack V4.0, including the tooling and runtime components. \n\nCONTENT\nRelease notes file for: IBM Integration Bus Healthcare Pack\nProduct ... | [
"Release notes file for: IBM Integration Bus Healthcare Pack\nProduct Release: 4.0\nUpdate name: 4.0.0.0\nVersions and fix packs:\n* V4.0.0.0 (electronic availability: 25 June 2015)\nDocument first published: 25 June 2015\nDocument last modified: 25 June 2015"
] | [
0
] | 1,574 | 3,527 | 13,763 |
TRAIN_Q365 | Help with Security Bulletin: Multiple vulnerabilities in Node.js affect IBM API Connect (CVE-2017-1000381, CVE-2017-11499) I need to understand details regarding Security Bulletin: Multiple vulnerabilities in Node.js affect IBM API Connect (CVE-2017-1000381, CVE-2017-11499). Where can I find this information? | CVEID:CVE-2017-1000381 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000381]
DESCRIPTION:c-ares could allow a remote attacker to obtain sensitive information, caused by an out-of-bounds read in the ares_parse_naptr_reply() function when parsing NAPTR responses. By sending specially crafted DNS response packe... | [
"IBM Security Bulletin: Multiple vulnerabilities in Node.js affect IBM API Connect (CVE-2017-1000381, CVE-2017-11499) - United States SECURITY BULLETIN\n\nSUMMARY\n IBM API Connect has addressed Node.js vulnerabilities involving access to sensitive information and potential denial of service. \n\nVULNERABILITY DET... | [
"CVEID:CVE-2017-1000381 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000381]\nDESCRIPTION:c-ares could allow a remote attacker to obtain sensitive information, caused by an out-of-bounds read in the ares_parse_naptr_reply() function when parsing NAPTR responses. By sending specially crafted DNS response... | [] | 431 | 1,613 | 4,934 |
TRAIN_Q366 | How do to restore corrupted Object server DB using data from Backup Object server in Linux? Error: E-REG-002-025: Region 'table_store', from directory '/opt/IBM/tivoli/netcool/omnibus/db/NCOMS/', has been recovered in a corrupt state: Extent statistics mismatch Error: E-OBX-102-020: Failed to start the storage system. ... | 1. Create a temporary directory
mkdir /tmp/backup
2. Use nco_sql to obtain a backup
./nco_sql -server NCOMS
Password:
1> alter system backup '/tmp/backup';
2> go
(0 rows affected)
1> quit
3. Verify that /tmp/backup contains *.tab files.
4. Compressed /tmp/backup
5. Copy of ObjectServers properties file (i.... | [
"IBM Create backup of the ObjectServer database - United States MustGather; objectserver; backup TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n Steps to create a backup of the ObjectServer database for troubleshooting. \n\nRESOLVING THE PROBLEM\nProvide the following information: \n\n[/support/docview.wss?uid=sw... | [
"1. Create a temporary directory\n\nmkdir /tmp/backup \n\n2. Use nco_sql to obtain a backup\n\n./nco_sql -server NCOMS \nPassword: \n1> alter system backup '/tmp/backup'; \n2> go \n(0 rows affected) \n1> quit \n\n3. Verify that /tmp/backup contains *.tab files.\n\n4. Compressed /tmp/backup\n\n5. Copy of ObjectServe... | [
0
] | 139 | 428 | 1,203 |
TRAIN_Q368 | Does ITCAM for MQ monitoring agent (kmq) use SYSTEM.MQXR.COMMAND.QUEUE causing Unknown Object Name [2085] event?
Using the ITCAM MQ Monitoring agent, we have a situation that generates alerts when a 2085 event (object unknown) occurs. We have recently seen alerts for the queue SYSTEM.MQXR.COMMAND.QUEUE
We found follo... | Use the runmqsc display connection command to find the process id (PID) and application name.
Using the above example of the queue Q1, this is the complete command to invoke under runmqsc:
display conn(*) where(objname eq Q1) all | [
"IBM Identify the application that has a WMQ queue opened - United States Identify application program connected queue TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n Your WebSphere MQ queue manager will not stop if there are applications that still have a queue opened. Your goal is to allow a graceful stop of th... | [
"Use the runmqsc display connection command to find the process id (PID) and application name. \n\nUsing the above example of the queue Q1, this is the complete command to invoke under runmqsc: \n\n\ndisplay conn(*) where(objname eq Q1) all"
] | [
1
] | 311 | 808 | 2,488 |
TRAIN_Q369 | Security Bulletin: Vulnerabilities in OpenSSL affect IBM WebSphere MQ Advanced Message Security (CVE-2016-2177) I need to understand details regarding Security Bulletin: Vulnerabilities in OpenSSL affect IBM WebSphere MQ Advanced Message Security (CVE-2016-2177). Where can I find this information?
| CVEID: CVE-2016-2177 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2177]
DESCRIPTION: OpenSSL is vulnerable to a denial of service, caused by the incorrect use of pointer arithmetic for heap-buffer boundary checks. By leveraging unexpected malloc behavior, a remote attacker could exploit this vulnerability to... | [
"IBM Security Bulletin: Vulnerabilities in OpenSSL affect IBM MQ Advanced Message Security (CVE-2016-2177, CVE-2016-2178) - United States SECURITY BULLETIN\n\nSUMMARY\n OpenSSL vulnerabilities were disclosed on September 22 and 26, 2016 by the OpenSSL Project. OpenSSL is used by IBM MQ Advanced Message Security on... | [
"CVEID: CVE-2016-2177 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2177]\nDESCRIPTION: OpenSSL is vulnerable to a denial of service, caused by the incorrect use of pointer arithmetic for heap-buffer boundary checks. By leveraging unexpected malloc behavior, a remote attacker could exploit this vulnerabil... | [
1
] | 398 | 1,116 | 3,661 |
TRAIN_Q371 | Can my system run MQ V8.0? Where are the system requirements listed, and are there any significant changes? | This document contains system requirements for WebSphere MQ V8.0 and a note about IBM WebSphere MQ Advanced entitlement. | [
"IBM System Requirements for WebSphere MQ V8.0 - United States PRODUCT DOCUMENTATION\n\nABSTRACT\n This document contains system requirements for WebSphere MQ V8.0 and a note about IBM WebSphere MQ Advanced entitlement. \n\nCONTENT\nIBM has provided customers with a Software Product Compatibility Reports (SPCR) to... | [
"This document contains system requirements for WebSphere MQ V8.0 and a note about IBM WebSphere MQ Advanced entitlement."
] | [
0
] | 567 | 2,021 | 7,068 |
TRAIN_Q372 | How to fix error CRIMA1217E when upgrade JAZZ from 1.1.0 to 1.1.3 failed? How to fix problem when upgrade JAZZ from 1.1.0 to 1.1.3 failed? | 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_Ins... | [
"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)\n\nPROBLEM(ABSTRACT)\n When upgrading Jazz for Service Management to Version 1.1.3.0 using Installation Manager, the installatio... | [
"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. \n\n\nThe script takes two mandatory arguments and one optional argument.\n\nUsage: ./JazzSMgrpModeUpgrade.... | [
1
] | 208 | 606 | 2,103 |
TRAIN_Q374 | About implementation and specification in a File entry of type Logical under Component I use Rhapsody for C++ and want to add a .c/.h file combo.
I know I can easily do this by adding 2 File entries under the Component level: one being Implementation type and the other Specification. Then add the appropriate code in t... | In some cases, you want to import legacy source files into Rhapsody models as external elements. For those externally imported elements (classes and files), Rhapsody doesn't generate code, hence you can preserve legacy code as part of your existing model. However, by default, Rhapsody excludes those external elements f... | [
"IBM How to include Rational Rhapsody external source files into configuration MakeFile - United States external; AddToMakefile; build; make; File element; MakeFile; external object; external objects; make file TECHNOTE (FAQ)\n\nQUESTION\n How can you configure the default setting of IBM Rational Rhapsody Developer... | [
"In some cases, you want to import legacy source files into Rhapsody models as external elements. For those externally imported elements (classes and files), Rhapsody doesn't generate code, hence you can preserve legacy code as part of your existing model. However, by default, Rhapsody excludes those external eleme... | [
0
] | 543 | 1,083 | 3,819 |
TRAIN_Q375 | Where can I find more information about GNU C library (glibc) vulnerability affects IBM DataPower Gateway appliances (CVE-2015-0235)? I need to understand details regarding GNU C library (glibc) vulnerability affects IBM DataPower Gateway appliances (CVE-2015-0235). | CVEID: [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0235]CVE-2015-0235 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0235]
DESCRIPTION:The gethostbyname functions of the GNU C Library (glibc) are vulnerable to a buffer overflow. By sending a specially crafted, but valid hostname argument, a remot... | [
"IBM Security Bulletin: GNU C library (glibc) vulnerability affects IBM DataPower Gateway appliances (CVE-2015-0235) - United States SECURITY BULLETIN\n\nSUMMARY\n GNU C library (glibc) vulnerability that has been referred to as GHOST affects IBM DataPower Gateway appliances. \n\nVULNERABILITY DETAILS\nCVEID: [htt... | [
"CVEID: [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0235]CVE-2015-0235 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0235]\n\n\nDESCRIPTION:The gethostbyname functions of the GNU C Library (glibc) are vulnerable to a buffer overflow. By sending a specially crafted, but valid hostname argument,... | [] | 357 | 910 | 3,162 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.