id
string
question
string
answer
string
is_impossible
bool
contexts
list
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 access this new portal profile from a web browser using http://<host>:port/wps/myportal. I tried all the ports listed in SystemOut log but none of them seem to work and the one that appears to work is writing below error in logs and is showing a blank page: [11/10/15 9:45:13:374 PST] 00000044 SystemOut O javax.servlet.jsp.JspException: com.ibm.portal.resolver.exceptions.LocalizedIOException: RT7507E: Unable to initialize Repository: Default. [11/10/15 9:45:13:374 PST] 00000044 SystemOut O at com.ibm.wps.engine.templates.themes.Default.render(Default.java:237) [11/10/15 9:45:13:374 PST] 00000044 SystemOut O at com.ibm.wps.engine.templates.ThemeTemplate.render(ThemeT Does anyone have any idea of how to fix the above issues and get the portal access working? Appreciate your help regarding this. Thank you.
Remove the copy so that the only file in .\wp_profile\PortalServer\jcr\lib\com\ibm\icm is icm.properties
false
[ { "filename": "swg21606716.txt", "text": "Title: IBM Message RT7507E: Unable to initialize Repository: Default occurs in SystemOut.log after successful database transfer from Derby to DB2 - United States\n\nText:\n TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM\nMessage RT7507E: Unable to initialize Repository: Default occurs in SystemOut.log after successful database transfer from Derby to DB2\n\nSYMPTOM\nYou may see this stacktrace in SystemOut.log after successfully completing the database transfer from Derby to DB2\n\n[6/25/12 16:10:19:213 CEST] 0000002e InitServlet E INI8504E:One or more initialization step failed. Please check the server log for details.\ncom.ibm.icm.jcr.RepositoryExistsException: RT7507E: Unable to initialize Repository: Default.\nat com.ibm.icm.jcr.RepositoryFactory.init(RepositoryFactory.java:218)\nat com.ibm.icm.jcr.RepositoryFactory.getRepository(RepositoryFactory.java:479)\nat com.ibm.icm.jcr.servlet.InitServlet.init(InitServlet.java:56)\nat com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:336)\nat com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.init(ServletWrapperImpl.java:168)\nat com.ibm.ws.webcontainer.servlet.ServletWrapper.loadOnStartupCheck(ServletWrapper.java:1341)\nat com.ibm.ws.webcontainer.webapp.WebApp.doLoadOnStartupActions(WebApp.java:588)\nat com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinally(WebApp.java:559)\nat com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:421)\nat com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGroupImpl.java:88)\nat com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:169)\nat com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:749)\nat com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContainer.java:634)\nat com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:422)\nat com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:714)\nat com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1160)\nat com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1369)\nat com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:638)\nat com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:967)\nat com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:766)\nat com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2153)\nat com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:445)\nat com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123)\nat com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:388)\nat com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$500(CompositionUnitMgrImpl.java:116)\nat com.ibm.ws.runtime.component.CompositionUnitMgrImpl$CUInitializer.run(CompositionUnitMgrImpl.java:994)\nat com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:349)\nat com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1659)\n\n\n\n\n\nCAUSE\nRoot cause was having another copy of icm.properties in .\\wp_profile\\PortalServer\\jcr\\lib\\com\\ibm\\icm, in this case by making a backup copy in the same directory with name icm-copy.properties\n\nRESOLVING THE PROBLEM\nRemove the copy so that the only file in .\\wp_profile\\PortalServer\\jcr\\lib\\com\\ibm\\icm is icm.properties\n\nRELATED INFORMATION\n Fiddler [http://www.fiddlertool.com]\nPlug-in MustGather [http://www-01.ibm.com/support/docview.wss?uid=swg21174894]\nWebSphere Portal tracing [http://www-10.lotus.com/ldd/portalwiki.nsf/dx/WebSphere_Portal_runtime_logs_wp7]\nIHS Rewrite rules (mod_rewrite Apache module) [http://publib.boulder.ibm.com/infocenter/wasinfo/fep/index.jsp?topic=%2Fcom.ibm.websphere.ihs.doc%2Finfo%2Fihs%2Fihs%2Frihs_apachemods.html]" } ]
TRAIN_Q301
How do you switch on the indexing of sparse file in StoredIQ? By default these are skipped - does anyone know where to switch them on on the dataserver?
SSH into the Data Server(s) and enter the following command at the prompt; psql -U dfuser dfdata -c "insert into adminknobs (name,value,description,valuetype,use) VALUES ('read_sparse_files','1','Read sprase data objects','int','1')" It should return the following; INSERT 0 1 if so, enter the following command and wait for the UI to come back up; service siqinit restart
false
[ { "filename": "swg21692240.txt", "text": "Title: IBM How do I process Sparse data objects Identified in the Audit - United States\n\nText:\n TECHNOTE (FAQ)\n\nQUESTION\n How do I turn on sparse data object processing \n\nANSWER\nAfter harvesting a volume, the audit may show \"skipped - cannot \naccess data object\", with a sparse data object message recorded in the details section. \n\nTo correct this problem, ensure that no jobs are running. SSH into the Data Server(s) and enter the following command at the prompt; \n\n\npsql -U dfuser dfdata -c \"insert into adminknobs (name,value,description,valuetype,use) VALUES ('read_sparse_files','1','Read sprase data objects','int','1')\"\n\nIt should return the following;\n\nINSERT 0 1\n\nif so, enter the following command and wait for the UI to come back up;\n\nservice siqinit restart\n\nYou can now run harvests as normal and sparse data objects will be processed. If your are using a policy which backs up the original files and just leaves a sparse file viewable that when accessed, will pull the original file forward, you may run into space issues. This is because SIQ will be accessing every sparse file, so the sparse files' size on disk will grow to the same size as the original file." } ]
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 Studio. This is related to CVEID: CVE-2018-2633 CVE-2018-2603 CVE-2018-2579 CVE-2018-2602 Where can I find this information?
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/vulnerabilities/137885 [https://exchange.xforce.ibmcloud.com/vulnerabilities/137885]for the current score CVSS Environmental Score*: Undefined CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)
false
[ { "filename": "swg22013955.txt", "text": "Title: 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\n\nText:\n SECURITY BULLETIN\n\nSUMMARY\n Multiple vulnerabilities in IBM® SDK Java™ Technology Edition, Version 6 used by WebSphere Service Registry and Repository and WebSphere Service Registry and Repository Studio. These issues were disclosed as part of the IBM Java SDK updates in January 2018.\n\nThese issues are also addressed by WebSphere Application Server Network Deployment shipped with WebSphere Service Registry and Repository. \n\nVULNERABILITY DETAILS\nCVEID: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.com/vulnerabilities/137885 [https://exchange.xforce.ibmcloud.com/vulnerabilities/137885]for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H) \nCVEID:CVE-2018-2603 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-2603]\nDESCRIPTION:An unspecified vulnerability related to the Java SE Libraries component could allow an unauthenticated attacker to cause a denial of service resulting in a low availability impact using unknown attack vectors.\nCVSS Base Score: 5.3\nCVSS Temporal Score: Seehttps://exchange.xforce.ibmcloud.com/vulnerabilities/137855 [https://exchange.xforce.ibmcloud.com/vulnerabilities/137855]for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L) \n\nCVEID:CVE-2018-2579 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-2579]\nDESCRIPTION:An unspecified vulnerability related to the Java SE Libraries component could allow an unauthenticated attacker to obtain sensitive information resulting in a low confidentiality impact using unknown attack vectors.\nCVSS Base Score: 3.7\nCVSS Temporal Score: Seehttps://exchange.xforce.ibmcloud.com/vulnerabilities/137833 [https://exchange.xforce.ibmcloud.com/vulnerabilities/137833]for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N) \n\nCVEID:CVE-2018-2602 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-2602]\nDESCRIPTION:An unspecified vulnerability related to the Java SE I18n component could allow an unauthenticated attacker to cause low confidentiality impact, low integrity impact, and low availability impact.\nCVSS Base Score: 4.5\nCVSS Temporal Score: Seehttps://exchange.xforce.ibmcloud.com/vulnerabilities/137854 [https://exchange.xforce.ibmcloud.com/vulnerabilities/137854]for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L) \n\nAFFECTED PRODUCTS AND VERSIONS\nWebSphere Service Registry and Repository V8.5 and V8.0 and WebSphere Service Registry and Repository Studio V8.5 are affected.\n\nREMEDIATION/FIXES\nFor all releases of WebSphere Service Registry and Repository Studio, upgrade to WebSphere Service Registry and Repository Studio V8.5.6.1_IJ04332 [http://www.ibm.com/support/fixcentral/quickorder?product=ibm%2FWebSphere%2FWebSphere+Service+Registry+and+Repository&fixids=8.5.6.1-WS-WSRR-Studio-MultiOS-IFIJ04332]\n\nFor WebSphere Service Registry and Repository the issues are addressed by WebSphere Application Server.\n\n\n\nPrincipal Product and Version(s) Affected Supporting Product and Version WebSphere Service Registry and Repository V8.5 WebSphere Application Server V8.5.5 WebSphere Service Registry and Repository V8.0 WebSphere Application Server V8.0 \nRefer to the following security bulletin for vulnerability details and information about fixes addressed by WebSphere Application Server shipped with WebSphere Service Registry and Repository: \n\nSecurity Bulletin: Multiple Vulnerabilities in IBM® Java SDK affects WebSphere Application Server January 2018 CPU [http://www.ibm.com/support/docview.wss?uid=swg22013818] GET NOTIFIED ABOUT FUTURE SECURITY BULLETINS\n Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this. \n\nREFERENCES\nComplete CVSS v3 Guide [http://www.first.org/cvss/user-guide] \nOn-line Calculator v3 [http://www.first.org/cvss/calculator/3.0] \n\nRELATED INFORMATION\nIBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html] \nIBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt] \n\nCHANGE HISTORY\n 14 March 2018: Original version published \n\n*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin. \n\nDISCLAIMER\nAccording to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an \"industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response.\" IBM PROVIDES THE CVSS SCORES \"AS IS\" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY." } ]
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 #2070 The application is unable to communicate properly with the license server. The license server may be down, or there may be other network-related communication or DNS issues interfering. This command is not executed. Specific symptom number: 3. WHat is causing this?
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.
false
[ { "filename": "swg21480755.txt", "text": "Title: IBM Error # 2070. The license server is down. Specific symptom number: 3 - United States\n\nText:\n 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.\"\n\nfollowed by...\n\n\"Error # 2070\nThe license server is down. Please check to see that the license server is running or ask your local SPSS coordinator to check the license server.\nThis command is not executed.\nSpecific symptom number: 3.\"\n\nThe Safenet Sentinel License Manager has been licensed and confirmed to be running. \nWhat is the problem? \n\nCAUSE\nThe 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.\n\nANSWER\nPlease do the following to verify:\n\n1. Navigate to the IBM SPSS Statistics/Modeler directory and open \"spssprod.inf\", using any text editor. \n\n - By default, SPSS Statistics would store this file in: C:\\Program Files\\IBM\\SPSS\\Statistics\\xx\\ \n\n - By default, SPSS Modeler would store this file in: C:\\Program Files\\IBM\\SPSS\\Modeler\\xx.x\\bin\\\n\n2. Verify the \"DaemonHost\" value matches the Hostname or IP Address of the machine where the Safenet Sentinel License Manager is installed. \n\n - E.g. DaemonHost=MyLicenseServer or DaemonHost=127.0.0.1\n\nIf the DaemonHost value specifies redundant license servers, please do the following if you are using SPSS Statistics 22 (or earlier) or SPSS Modeler 16.0 (or earlier):\n\n\n a). Remove all license servers from the \"DaemonHost\" line and save the file.\n\nb). Create a system environment variable, called LSHOST, on each SPSS client with your redundant license servers as its value. Separate each redundant license server with a colon, e.g.\n==========================\nVariable: LSHOST\nValue: server1:server2:server3\n========================== \n\n\n\nIf the \"DaemonHost\" value is accurate and you are using a Hostname value, you have a name resolution problem. Error # 2070, Symptom number 3 typically means the SPSS client cannot connect to the name resolution database or the name resolution database does not contain a record for the machine where the SPSS Sentinel License Manager resides. To verify, please do the following:\n\n1. Run lswhere.exe (which is located in the SPSS directory, see above) from the problematic SPSS Client machine and take note of the displayed output. The following is an example of the output: \n\n\n==========================\nSentinel LM 8.x.x Search Tool For License Servers\nCopyright (C) 20xx Rainbow Technologies, Inc.\n\nServer Address : xxx.xxx.xxx.xxx\nServer Name : Machine_A\n========================== \n\n\nIf the Safenet Sentinel License Manager machine is not listed or you encounter the error, \"Error[17]: Probably no servers are running on this subnet.\", please add the following system environment variable to the IBM SPSS Statistics/Modeler client and run lswhere.exe again: \n\n\n==========================\nVariable: LSHOST\nValue: Name or IP address of the License Manager machine \n========================== \n\n\nFor information about defining environment variables, see the Network License Administrator's Guide. If using the LSHOST environment variable does not render the Safenet Sentinel License Manager machine, try using LSFORCEHOST instead.\n\n2. When you see the Safenet Sentinel License Manager machine name and corresponding IP address listed in the lswhere output, ping the displayed Server Name from a command line, e.g.\n\n\n==========================\nping Machine_A\n========================== \n\n\nAn example of the resulting output is as follows:\n==========================\nUnknown host Machine_A\n========================== \n\n\nIf the ping command is unable to resolve the Server Name, you have a name resolution problem and must address it (with help from your IT Administrator/Help Desk team) before IBM SPSS Statistics/Modeler can acquire a license from the Sentinel License Manager.\n\nRELATED INFORMATION\n Need more help? Our Modeler forum is Live! [https://developer.ibm.com/answers/topics/modeler/?smartspace=predictive-analytics]\nNeed more help? Our Licensing forum is Live! [https://developer.ibm.com/answers/topics/spsslicensing.html]\nA simplified Chinese translation is available [http://www.ibm.com/support/docview.wss?uid=swg21641554]\n\n\n \n\n\n\nCross reference information Segment Product Component Platform Version Edition Business Analytics SPSS Statistics Platform Independent Not Applicable Business Analytics SPSS Text Analytics for Surveys Platform Independent Not Applicable Business Analytics SPSS Amos Windows Not Applicable Business Analytics SPSS SamplePower Platform Independent Not Applicable \nHISTORICAL NUMBER\n 51910" } ]
TRAIN_Q304
In FileNet Workplace XT .csv files open as a text file instead of using MS Excel The .csv file was created through WorkplaceXT and it only can be opened as the text file instead of the Excel file, and the mime type is text/csv, not application/vnd.ms-excel. However, when creating the same .csv document through ACCE, the mime Type is "application/vnd.ms-excel" shown under the Properties tab and Content Element tab.
Add a section to Web.xml mapping the extension to the mime type: * * <mime-mapping> <extension>csv</extension> <mime-type>application/vnd.ms-excel</mime-type> </mime-mapping>
false
[ { "filename": "swg21972681.txt", "text": "Title: IBM In FileNet Workplace XT .csv files open as a text file instead of using MS Excel - United States\n\nText:\nMime type TECHNOTE (TROUBLESHOOTING)\n\nTHIS DOCUMENT APPLIES ONLY TO THE FOLLOWING LANGUAGE VERSION(S):\n US English \n\nPROBLEM(ABSTRACT)\n The .csv file was created through WorkplaceXT and it only can be opened as the text file instead of the Excel file \n\nSYMPTOM\nThe .csv file can be opened as the Excel from ACCE and outside of WorkplaceXT but not from inside of the WorkplaceXT\n\n\nCAUSE\nMime Type was not set correctly when creating the .csv documents via WorkplaceXT\n\nDIAGNOSING THE PROBLEM\nWhen creating a .csv document through ACCE, the mime Type is \"application/vnd.ms-excel\" shown under the Properties tab and Content Element tab. \n\n * When adding a .csv document through WorkplaceXT, the mime Type shows \"text/csv\" from the Properties tab and Content Element tab in ACCE. \n * Verify if the .csv document with the mime Type \"application/vnd.ms-excel\" is opened as Excel file in WorkplaceXT\n\nRESOLVING THE PROBLEM\nAdd a section to Web.xml mapping the extension to the mime type: \n\n * \n * <mime-mapping>\n <extension>csv</extension>\n <mime-type>application/vnd.ms-excel</mime-type>\n </mime-mapping>" } ]
TRAIN_Q305
Need help accessing my SPSS access code? I downloaded SPSS GradPack (Standard) 25 6 Months for my Mac. The IBM SPSS Statistics 24 licensing page pops up for me to enter the code. I enter the code provided and then hit next, and it tells me the code is too short to be valid? What code do I use then? I need this resolved fast, my first assignment is due soon. I was only given a 16-digit access code, not a 20-digit? This dW Answers question is about an IBM document with the Title: SPSS Student Version and Graduate Pack Resources
For installation & licensing issues on Student version and Graduate pack, contact your vendor.
false
[ { "filename": "swg21592093.txt", "text": "Title: IBM SPSS Student Version and Graduate Pack Resources - United States\n\nText:\nSPSS Support Acquisition Statistics Stats Grad Pack Student TECHNOTE (FAQ)\n\nQUESTION\n Where do I get support for IBM SPSS Student Version or Graduate Pack software? \n\nANSWER\nStep 1: \nFor installation & licensing issues on Student version and Graduate pack, contact your vendor. \n\n * Hearne [http://www.hearne.software/Software/SPSS-Grad-Packs-for-Students-by-IBM/FAQ] \n * On the Hub [http://onthehub.com/] \n * StudentDiscounts.com [http://studentdiscounts.com/contact-us.aspx] \n * JourneyEd [https://www.journeyed.com/contact] \n * thinkEDU [https://thinkedu.desk.com/] \n * Studica [http://www.studica.com/technical-support]\n\n\n\n\n\nCross reference information Segment Product Component Platform Version Edition Business Analytics SPSS Amos Windows Not Applicable Grad Pack, Shrinkwrap, Campus Business Analytics SPSS Modeler Platform Independent Not Applicable Business Analytics SPSS Text Analytics for Surveys Windows Not Applicable Business Analytics SPSS Statistics Platform Independent Not Applicable Campus Edition, Grad Pack, Student Version" } ]
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 deactivate the licence on the previous macbook.. how can I solve this problem?
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.
false
[ { "filename": "swg21966637.txt", "text": "Title: 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\n\nText:\n TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n You have successfully installed an IBM SPSS Statistics product on a Mac computer. When you start the License Authorization Wizard (LAW) to enter the authorization code for licensing.\n\nYou receive the following message:\n\n\n\"Warning! You do not have the correct administrator privileges to license this product. Log in as administrator and try again, or contact your network administrator to correct this issue.\n\n\"\n\nOnce this message is displayed the only option available is \"OK\" to click on and you cannot enter your authorization code. \n\nRESOLVING THE PROBLEM\nBelow is a picture of the warning: \n\n[/support/docview.wss?uid=swg21966637&aid=1] [/support/docview.wss?uid=swg21966637&aid=1]\n\nIf you encounter this message, perform the following procedure:\n\n\n 1. If open, close the IBM SPSS Statistics product. \n 2. If open, close the License Authorization Wizard. \n 3. Open Finder. \n 4. Select the 'Go' menu. \n 5. Select the 'Utilities' menu. \n 6. Open the 'Terminal' program. \n 7. Type (copy/paste) the following command:\n \n cd /Applications/IBM/SPSS/Statistics/ \n 8. \n 9. Press Enter/Return. \n 10. Perform the procedure corresponding to the Statistics product version as described below:\n\n\nStatistics Release 20 1. 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. \n 5. The warning message should no longer appear. \n 6. License your IBM SPSS Statistics product.\n\n\nStatistics Release 21 1. Type (copy/paste) the following command: \n \n sudo chown -R root:admin 21\n \n 2. Press Enter/Return. \n 3. Close Terminal. \n 4. Launch the License Authorization Wizard. \n 5. The warning message should no longer appear. \n 6. License your IBM SPSS Statistics product.\n\n\nStatistics Release 22 1. Type (copy/paste) the following command: \n \n sudo chown -R root:admin 22\n \n 2. Press Enter/Return. \n 3. Close Terminal. \n 4. Launch the License Authorization Wizard. \n 5. The warning message should no longer appear. \n 6. License your IBM SPSS Statistics product.\n\n\n\nStatistics Release 23 1. Type (copy/paste) the following command: \n \n sudo chown -R root:admin 23\n \n 2. Press Enter/Return. \n 3. Close Terminal. \n 4. Launch the License Authorization Wizard. \n 5. The warning message should no longer appear. \n 6. License your IBM SPSS Statistics product.\n\n\nStatistics Release 24 1. Type (copy/paste) the following command: \n \n sudo chown -R root:admin 24\n \n 2. Press Enter/Return. \n 3. Close Terminal. \n 4. Launch the License Authorization Wizard. \n 5. The warning message should no longer appear. \n 6. License your IBM SPSS Statistics product. \n 7. \n 8. \n\nStatistics Release 25 1. Type (copy/paste) the following command: \n \n sudo chown -R root:admin 25\n \n 2. Press Enter/Return. \n 3. Close Terminal. \n 4. Launch the License Authorization Wizard. \n 5. The warning message should no longer appear. \n 6. License your IBM SPSS Statistics product.\n\n\nTo confirm the changes have been made (1) In the Terminal window change directory to below path (example for release 22) \n\ncd /Applications/IBM/SPSS/Statistics/22/SPSSStatistics.app/Contents \n\nthen, type the following: \n\nls -l \n\n(2) Press Enter/Return. \n\n \n\nIf you see some or all of subfolders shows a group ownership other than 'admin' (as displayed in Picture1), the procedure did not succeed. You will need to have your Mac IT support contact IBM SPSS Support for further assistance. \n\nPicture1:\n[/support/docview.wss?uid=swg21966637&aid=2] [/support/docview.wss?uid=swg21966637&aid=2]\n\nPicture 2: \n\nIf you see some or all of subfolders shows a group ownership of 'admin' (as displayed in Picture2), the procedure was successful.\n[/support/docview.wss?uid=swg21966637&aid=3] [/support/docview.wss?uid=swg21966637&aid=3]\n\nThis behavior is also reported on the following product correction report (APAR): [https://www-304.ibm.com/support/entdocview.wss?uid=swg1PI41134]\n[https://www-304.ibm.com/support/entdocview.wss?uid=swg1PI41134]\nhttps://www.ibm.com/support/entdocview.wss?uid=swg1PI41134 [https://www-304.ibm.com/support/entdocview.wss?uid=swg1PI41134]\n\nAn IBM ID is required to access this material.\n\nIf needed, an IBM ID may be created at https://ibm.biz/ibm_web_id [https://ibm.biz/ibm_web_id]\n\nRELATED INFORMATION\n Need more help? Our Statistics forum is Live! [https://developer.ibm.com/answers/topics/statistics.html?smartspace=predictive-analytics]\nNeed more help? Our Licensing forum is Live! [https://developer.ibm.com/answers/topics/spsslicensing.html]" } ]
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 install failed. You will get a message similar to this: You are updating an instance of (Product name) that was installed using the Tivoli Deployment Engine (DE) located at "/home/nc_admin/.acsi_FQDN". However you are now using the DE located at "/home/nc_admin/.acsi_HOSTNAME". When the DE is installed as non-root ( in this case nc_admin ), it will install the DE in the user home directory, in this case /home/nc_admin, and use the FQDN in the name: /home/nc_admin/.acsi_FQDN
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 link and add the information to the valid DE install.
false
[ { "filename": "swg21967589.txt", "text": "Title: IBM Product upgrade installed a second instance of the DE, causing upgrade failure. - United States\n\nText:\nDEL2INST; 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 this case, a second DE was installed, which caused the failure of the Product upgrade.\nError: Wrong Deployment Engine. \n\nSYMPTOM\nProduct install failed. You will get a message similar to this:\nYou are updating an instance of <Product name> that was installed using \nthe Tivoli Deployment Engine (DE) located at \"/home/nc_admin/.acsi_<Fully Qualified hostname>\". \nHowever you are now using the DE located at \"/home/nc_admin/.acsi_<hostname>\". \n\n\nWhen the DE is installed as non-root ( in this case nc_admin ), it will install the DE in the user home directory, in this case /home/nc_admin, and use the FQDN in the name: /home/nc_admin/.acsi_<Fully Qualified hostname> \n\n\nCAUSE\nBecause the two Product installs used different versions of JVM, the underlying Java is using \"hostname\" for one version of JVM, and \"Fully Qualified hostname\" for the other. The DE normally uses the FQDN appended to the \"acsi_\" string to create the DE directory:\n\nFor example, if the Product is being installed as user \"nc_admin\" and the entry in /etc/hosts is this:\n\nx.xx.xxx.xx server_name.corporation.net server_name\n\nThe hostname is \"server_name\"\nFully Qualified hostname (FQDN) is \"server_name.corporation.net\"\n\n\nENVIRONMENT\nUpgrading existing product that uses the Deployment Engine on a UNIX server\n\n\n\nDIAGNOSING THE PROBLEM\nOutput similar to this when the Product install fails: \n\nthe Tivoli Deployment Engine (DE) located at \"/home/nc_admin/.acsi_<Fully qualified hostname>\". \nHowever you are now using the DE located at \"<User_home>/nc_admin/.acsi_<hostname>\"\n\n\nRESOLVING THE PROBLEM\nThere 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 see the link and add the information to the valid DE install. \n\n*IMPORTANT NOTE: The Product install failure message will tell you what instance of the DE is valid, please refer to the error message in the \"Symptom\" section above. \n\n At this point there will be the following in the DE_HOME directory: \n\n .acsi_<FQDN> ( Valid DE installation ) \n\n .acsi_<userid> ( link to .acsi_<FQDN> ) \n\n .acsi_<hostname> ( Invalid DE directory created by the failed Product upgrade ) \n\n This can be confirmed by referring to the Product install error. \n\n Removing the invalid DE and creating softlink: \n\n - Backup the original DE installation directory: <DE_HOME>/.acsi_<FQDN> \n\n - Move the new invalid DE directory to a backup directory: <DE_HOME>/.acsi_<hostname> \n\n - Create a soft link to the \"good\" DE install \n\n cd <DE_HOME> \n\n ln -s <DE_HOME>/.acsi_<FQDN> .acsi_<hostname> \n\n - Confirm the link was created successfully, it should look like this: \n> ls -lart \nlrwxrwxrwx 1 nc_admin ncoadmin <date> .acsi_<hostname> -> <DE_HOME>/.acsi_<FQDN> \n\n \n3) Retry the product install. You will need to confirm there is no required cleanup before retrying the Product upgrade." } ]
TRAIN_Q308
Datacap Navigator Verify When i run a Batch for Verification in Datacap Navigator.. Fields are not getting displayed .. same fields can be seen in tmweb. How do I access the client log in Internet Explorer?
-
true
[]
TRAIN_Q309
How do I resolve CSQX620E System SSL error function 'gsk_secure_socket_init' RC=440? When trying to establish an SSL/TLS connection from a queue manager running on a Unix server to a queue manager running on z/OS, I am getting the following error message: CSQX620E CSQXRESP System SSL error, channel ???? connection (ipaddr) function 'gsk_secure_socket_init' RC=440 I can successfully connect from the mainframe to the Unix server.
-
true
[]
TRAIN_Q310
What may be the cause of unclosed MQ object connections on DataPower? How can I resolve open MQ object connections that did not close out on DataPower?
Change the cache timeout on the IBM WebSphere DataPower MQ manager (mq-qm) object. You can start using a value of 60 seconds as the suggestion. The best practice is to use a value which should be less than the KeepAlive Timeout of the MQ Queue Manager (qmgr).
false
[ { "filename": "swg21380213.txt", "text": "Title: IBM WebSphere DataPower SOA Appliance MQ Manager Object's connections are not closed as expected. - United States\n\nText:\n TECHNOTE (FAQ)\n\nQUESTION\n IBM WebSphere DataPower SOA appliance MQ Manager Object's connections are not closed as expected. This can happen when the mq-qm object uses the default value which is an empty string. \n\nCAUSE\nDataPower MQ manager object's idle connection is not closed when using default cache timeout.\n\nANSWER\nChange the cache timeout on the IBM WebSphere DataPower MQ manager (mq-qm) object. You can start using a value of 60 seconds as the suggestion. The best practice is to use a value which should be less than the KeepAlive Timeout of the MQ Queue Manager (qmgr)." } ]
TRAIN_Q311
S878 abends during CICS startup after applying PTF for OA45950 After applying the PTF for z/OS APAR OA45950, why am I suddenly receiving many S878 abends when I bring up my CICS regions? No CICS system or application software changes were made. The PTF numbers for APAR OA45950 for the various MVS releases are: Release C10 : UA75818 available 15/02/25 (F502 ) Release D10 : UA75819 available 15/02/25 (F502 ) Release 210 : UA75838 available 15/02/25 (F502 )
-
true
[]
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 and CVE-2014-6593)." Where can I find this information?
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/100151 [https://exchange.xforce.ibmcloud.com/vulnerabilities/100151] for the current score CVSS Environmental Score*: Undefined CVSS Vector: (AV:N/AC:L/Au:N/C:N/I:N/A:P) CVEID: CVE-2014-6593 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6593] DESCRIPTION: An unspecified vulnerability related to the JSSE component has partial confidentiality impact, partial integrity impact, and no availability impact. CVSS Base Score: 4 CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/100153 [https://exchange.xforce.ibmcloud.com/vulnerabilities/100153] for the current score CVSS Environmental Score*: Undefined CVSS Vector: (AV:N/AC:H/Au:N/C:P/I:P/A:N)
false
[ { "filename": "swg21962370.txt", "text": "Title: 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\n\nText:\n 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 Construction and Composition Tool. These issues were disclosed as part of the IBM Java SDK updates in January 2015. \n\nVULNERABILITY DETAILS\nCVEID: 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/vulnerabilities/100151 [https://exchange.xforce.ibmcloud.com/vulnerabilities/100151] for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (AV:N/AC:L/Au:N/C:N/I:N/A:P) \n\nCVEID: CVE-2014-6593 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6593]\nDESCRIPTION: An unspecified vulnerability related to the JSSE component has partial confidentiality impact, partial integrity impact, and no availability impact.\nCVSS Base Score: 4\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/100153 [https://exchange.xforce.ibmcloud.com/vulnerabilities/100153] for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (AV:N/AC:H/Au:N/C:P/I:P/A:N) \n\nAFFECTED PRODUCTS AND VERSIONS\nIBM Image Construction and Composition Tool v2.2.1.3 \nIBM Image Construction and Composition Tool v2.3.1.0 \nIBM Image Construction and Composition Tool v2.3.2.0 \n\nREMEDIATION/FIXES\nThe solution is to apply the following IBM Image Construction and Composition Tool version fixes.\n\nUpgrade the IBM Image Construction and Composition Tool to the following fix levels: \n\n * For IBM Image Construction and Composition Tool v2.2.1.3 * IBM Image Construction and Composition Tool v2.2.1.3 Build 28\n http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=PureSystems&product=ibm/WebSphere/PureApplication+System&release=1.1.0.5&platform=All&function=fixId&fixids=ICCT_efix_Repository_2.2.1.3-28&includeSupersedes=0 [http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=PureSystems&product=ibm/WebSphere/PureApplication+System&release=1.1.0.5&platform=All&function=fixId&fixids=ICCT_efix_Repository_2.2.1.3-28&includeSupersedes=0]\n \n For IBM Image Construction and Composition Tool v2.3.1.0 * IBM Image Construction and Composition Tool v2.3.1.0 Build 38\n http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=PureSystems&product=ibm/WebSphere/PureApplication+System&release=2.0.0.1&platform=All&function=fixId&fixids=ICCT_efix_Repository_2.3.1.0-38&includeSupersedes=0 [http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=PureSystems&product=ibm/WebSphere/PureApplication+System&release=2.0.0.1&platform=All&function=fixId&fixids=ICCT_efix_Repository_2.3.1.0-38&includeSupersedes=0]\n \n For IBM Image Construction and Composition Tool v2.3.2.0 * IBM Image Construction and Composition Tool v2.3.2.0 Build 12\n http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=PureSystems&product=ibm/WebSphere/PureApplication+System&release=2.1.0.0&platform=All&function=fixId&fixids=ICCT_efix_Repository_2.3.2.0-12&includeSupersedes=0 [http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=PureSystems&product=ibm/WebSphere/PureApplication+System&release=2.1.0.0&platform=All&function=fixId&fixids=ICCT_efix_Repository_2.3.2.0-12&includeSupersedes=0]\n \n \n\nWORKAROUNDS AND MITIGATIONS\nNone\n\nGET NOTIFIED ABOUT FUTURE SECURITY BULLETINS\n Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this. \n\nREFERENCES\nComplete CVSS v2 Guide [http://www.first.org/cvss/v2/guide] \nOn-line Calculator v2 [http://nvd.nist.gov/CVSS-v2-Calculator] \n\nRELATED INFORMATION\nIBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html] \nIBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt] \n\nACKNOWLEDGEMENT\nNone \n\nCHANGE HISTORY\n 21 July 2015: Original Version Published \n\n*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin. \n\nDISCLAIMER\nAccording to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an \"industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response.\" IBM PROVIDES THE CVSS SCORES \"AS IS\" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY." } ]
TRAIN_Q313
Why am I seeing a java.lang.StackOverflowError in Portal? My Portal process pid / java.exe is suddenly disappearing. Reviewing the SystemOut.log files around the time it disppears, I am seeing the following: [datetime] 000007c1 ServletWrappe E com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0014E: [....] nested exception is java.lang.StackOverflowError at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherS ervlet.java:837) What is causing this?
-
true
[]
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 V7 # and earlier configurations disabled implicitly when SSLv3 ciphers # are configured with SSLCipherSpec. SSLProtocolDisable SSLv3 SSLv2 Stop and restart IHS for the changes to take affect.
false
[ { "filename": "swg21687172.txt", "text": "Title: IBM Security Bulletin: Vulnerability in SSLv3 affects IBM HTTP Server (CVE-2014-3566) - United States\n\nText:\n 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 HTTP Server. \n\nVULNERABILITY DETAILS\nCVE ID: CVE-2014-3566 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566]\nDESCRIPTION: IBM HTTP Server could allow a remote attacker to obtain sensitive information, caused by a design error when using the SSLv3 protocol. A remote user with the ability to conduct a man-in-the-middle attack could exploit this vulnerability via a POODLE (Padding Oracle On Downgraded Legacy Encryption) attack to decrypt SSL sessions and access the plain text of encrypted connections. \n\nCVSS Base Score: 4.3\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/97013 [https://exchange.xforce.ibmcloud.com/vulnerabilities/97013] for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (AV:N/AC:M/Au:N/C:P/I:N/A:N) \n\nAFFECTED PRODUCTS AND VERSIONS\nThis vulnerability affects all versions and releases of IBM HTTP Server (IHS) component in all editions of WebSphere Application Server and bundling products.\n\n\nREMEDIATION/FIXES\nThere is no separate interim fix for the PI27904 APAR that is associated with this issue, but the interim fix for APAR PI31516 (TLS Padding Vulnerability CVE-2014-8730 [http://www-01.ibm.com/support/docview.wss?uid=swg21692502]) includes the update for APAR PI27904. APAR PI27904 update disables SSLv3 by default for IHS 7.0 and newer, and adds the 'SSLProtocolEnable' directive into IHS 7.0. \n\nThe update for PI27904 will be included in fix packs 7.0.0.37, 8.0.0.10 and 8.5.5.4. \n\n\nWORKAROUNDS AND MITIGATIONS\nFor 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, and in typical V7\n# and earlier configurations disabled implicitly when SSLv3 ciphers \n# are configured with SSLCipherSpec.\nSSLProtocolDisable SSLv3 SSLv2\n\nStop and restart IHS for the changes to take affect.\n\nNote: \n\n * If you start IHS with the -f command line argument, or you use the \"Include\" directive to include alternate configuration files, you may need to search those filenames for SSLEnable.\n\n * If you configure SSL with SSLEnable in the global (non-virtualhost) scope, you will need to move SSLEnable into a virtualhost scope to add SSLProtocolDisable\n\n\nIBM recommends that you review your entire environment to identify other areas that enable SSLv3 protocol and take appropriate mitigation (such as disabling SSLv3) and remediation actions. GET NOTIFIED ABOUT FUTURE SECURITY BULLETINS\n Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this. \n\nIMPORTANT NOTE\n IBM strongly suggests that all System z customers be subscribed to the System z Security Portal to receive the latest critical System z security and integrity service. If you are not subscribed, see the instructions on the System z Security web site [http://www.ibm.com/systems/z/solutions/security_subintegrity.html]. Security and integrity APARs and associated fixes will be posted to this portal. IBM suggests reviewing the CVSS scores and applying all security or integrity fixes as soon as possible to minimize any potential risk. \n\nREFERENCES\nComplete CVSS v2 Guide [http://www.first.org/cvss/v2/guide] \nOn-line Calculator v2 [http://nvd.nist.gov/CVSS-v2-Calculator] \nHTTPS advisor fails when SSLv3 is disabled on backend servers [http://www-01.ibm.com/support/docview.wss?uid=swg21691795] TLS Padding vulnerability CVE-2014-8730 [http://www-01.ibm.com/support/docview.wss?uid=swg21692502]\n\n\nRELATED INFORMATION\nIBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html] \nIBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt] \n\nCHANGE HISTORY\n 15 October 2014: original document published\n03 November 2014: added extra notes \n02 December 2014: added link to reference section\n28 January 2015: added links to CVE-2014-8730 \n\n*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin. \n\nDISCLAIMER\nAccording to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an \"industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response.\" IBM PROVIDES THE CVSS SCORES \"AS IS\" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY." } ]
TRAIN_Q315
Can CMS certificates be created with a keysize greater than 1024? We are trying to determine if a keysize can be greater than 1024. Any insight would be appreciated.
-
true
[]
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 exit write mem (key step to remove the current settings) y web-mgmt <ip to listen on or 0.0.0.0 for all> <port to use default is9090> ssh <ip to listen on or 0.0.0.0 for all> <port to use default is22> write mem y
false
[ { "filename": "swg21498634.txt", "text": "Title: IBM Unable to connect using network services: WebGUI or ssh after upgrading WebSphere DataPower firmware - United States\n\nText:\n 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 management services and any of the associated certificates are expired. Expired certificates are removed at upgrade time.\n\nANSWER\nThe first step is to verify that the network is functioning correctly using these commands: \n\nshow int \n\nshow int mode \n\nshow route \n\n \n\nThose commands will show if there is any network activity as well as the ethernet link speed. \n\nOnce the network is confirmed, the quickest way to recover the web management and ssh services is to delete and recreate them with the default settings using the serial console. \n\nThe 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 \n\nreset \n\nexit \n\nacl ssh \n\nreset \n\nexit \n\nwrite mem (key step to remove the current settings) \n\ny \n\nweb-mgmt <ip to listen on or 0.0.0.0 for all> <port to use default is9090> \n\nssh <ip to listen on or 0.0.0.0 for all> <port to use default is22> \n\nwrite mem \n\ny \n\n \n\nOnce complete, test the service and confirm you can now access the appliance. Then you may work to configure any custom certificates or authentication settings desired. \n\nIf this does not resolve the issue Contact DataPower Support [http://www.ibm.com/support/docview.wss?uid=swg21236322]\n\n \n\n\nCross reference information Segment Product Component Platform Version Edition Business Integration WebSphere DataPower B2B Appliance XB60 4.0.2, 4.0.1, 5.0.0, 6.0.0 All Editions Business Integration WebSphere DataPower SOA Appliances Firmware 4.0.2, 4.0.1, 5.0.0, 6.0.0, 6.0.1 Edition Independent Business Integration WebSphere DataPower XML Security Gateway XS40 Firmware 4.0.2, 4.0.1, 5.0.0, 6.0.0 All Editions" } ]
TRAIN_Q317
How to resolve DataPower firmware loading error % Loading firmware failed: Internal receive API error (3)? Message % Loading firmware failed: Internal receive API error (3) was observed during firmware update. How do you resolve this issue?
-
true
[]
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-turn-off-internet-explorer-enhanced-security-configuration/] for Administrators to see if this resolves the issue.
false
[ { "filename": "swg21974546.txt", "text": "Title: IBM BigFix Server unable to gather site content from sync.bigfix.com (error: Unexpected HTTP response: 404) - United States\n\nText:\n 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 following in the BESRelay.log on the BigFix server: \n\n * \n * \n * http://sync.bigfix.com/cgi-bin/bfgather/bessupport?Time=1452540085:\n * \n * \n * \n * \n * Error messages similar to the following in the GatherDB.log on the BigFix server:\n Mon, 11 Jan 2016 14:43:22 -0500 -- Unexpected exception during gather of site BES Support: Unexpected HTTP response: 404\n\n\nNote: If the BES Support cannot gather for the first time the entire console is empty of its UI elements. \nCAUSE\n \n\n 1. There is most likely an Intrusion Prevention System (IPS) between the BigFix server and our content sites at sync.bigfix.com that is dropping the download because it is detecting something in the download (one of the sites files) as being malicious. If you do not have an IPS between the BigFix server and the sync.bigfix.com servers; it may be the firewall or proxy appliance that is causing the issue. \n 2. Another cause might be that Internet Explorer Enhanced Security Configuration is enabled for Administrators on the BigFix Windows server machine.\n\nRESOLVING THE PROBLEM\n \n\n 1. 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-to-turn-off-internet-explorer-enhanced-security-configuration/] for Administrators to see if this resolves the issue." } ]
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, o=orgname. This cause the following exception to the returned: [3/30/16 9:56:03:453 CDT] 000000f7 exception E com.ibm.ws.wim.adapter.ldap.LdapConnection getAttributes CWWIM4520E The 'javax.naming.InvalidNameException: "CN=username/O=orgname": [LDAP: error code 34 - Invalid DN Syntax]; remaining name '"CN=username/O=orgname'";
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 does not end with a baseEntry it is not treated as a DN and the login is successful. The fix for this APAR is currently targeted for inclusion in fix packs 8.0.0.4 and 8.5.0.1.
false
[ { "filename": "swg1PM66670.txt", "text": "Title: IBM PM66670: WHEN LOGIN ATTRIBUTE VALUE HAS \"=\" SIGN IN IT, INVALIDUNIQUENAME EXCEPTION IS THROWN. - United States\n\nText:\n 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://www-01.ibm.com/support/docview.wss?uid=swg24033606]\n8.0.0.5: WebSphere Application Server V8.0 Fix Pack 5 [http://www-01.ibm.com/support/docview.wss?uid=swg24033754]\n8.5.0.2: WebSphere Application Server V8.5 Fix Pack 2 [http://www-01.ibm.com/support/docview.wss?uid=swg24034672]\n8.0.0.6: WebSphere Application Server V8.0 Fix Pack 6 [http://www-01.ibm.com/support/docview.wss?uid=swg24034673]\n8.0.0.7: WebSphere Application Server V8.0 Fix Pack 7 [http://www-01.ibm.com/support/docview.wss?uid=swg24035457]\n8.0.0.8: WebSphere Application Server V8.0 Fix Pack 8 [http://www-01.ibm.com/support/docview.wss?uid=swg24036729]\n8.0.0.9: WebSphere Application Server V8.0 Fix Pack 9 [http://www-01.ibm.com/support/docview.wss?uid=swg24037574]\n8.0.0.10: WebSphere Application Server V8.0 Fix Pack 10 [http://www-01.ibm.com/support/docview.wss?uid=swg24039242]\n8.0.0.11: WebSphere Application Server V8.0 Fix Pack 11 [http://www-01.ibm.com/support/docview.wss?uid=swg24040425]\n8.0.0.12: WebSphere Application Server V8.0 Fix Pack 12 [http://www-01.ibm.com/support/docview.wss?uid=swg24041590]\n8.0.0.13: WebSphere Application Server V8.0 Fix Pack 13 [http://www-01.ibm.com/support/docview.wss?uid=swg24042746]\n8.0.0.14: WebSphere Application Server V8.0 Fix Pack 14 [http://www-01.ibm.com/support/docview.wss?uid=swg24044096]\n8.0.0.15: WebSphere Application Server V8.0 Fix Pack 15 [http://www-01.ibm.com/support/docview.wss?uid=swg24044734]\n\n\nSUBSCRIBE\nYou can track all active APARs for this component.\n\n\n\nAPAR STATUS\n * CLOSED AS PROGRAM ERROR.\n \n \n \n\nERROR DESCRIPTION\n * UniqueName formation was incorrect which leads to login failure\n with 6/5/12 9:53:35:968 EDT] 00000087 UserRegistryI E\n SECJ0363E: Cannot create credential for the user tw=admin\n because of the following exception\n com.ibm.websphere.wim.exception.InvalidUniqueNameException:\n CWWIM0515E The 'tw=admin' entity is not in the scope of the\n 'defined' realm.\n at\n com.ibm.ws.wim.RepositoryManager.getRepositoryIndexByUniqueName(\n RepositoryManager.java:333)\n at\n com.ibm.ws.wim.RepositoryManager.getRepositoryID(RepositoryManag\n er.java:279)\n at\n com.ibm.ws.wim.ProfileManager.retrieveEntityFromRepository(Profi\n leManager.java:2800)\n at\n com.ibm.ws.wim.ProfileManager.retrieveEntity(ProfileManager.java\n :2916)\n at\n com.ibm.ws.wim.ProfileManager.getImpl(ProfileManager.java:1614)\n at\n com.ibm.ws.wim.ProfileManager.genericProfileManagerMethod(Profil\n eManager.java:364)\n at\n com.ibm.ws.wim.ProfileManager.get(ProfileManager.java:417)\n at\n com.ibm.websphere.wim.ServiceProvider.get(ServiceProvider.java:3\n 66)\n at\n com.ibm.ws.wim.registry.util.BridgeUtils.getEntityByIdentifier(B\n ridgeUtils.java:622)\n at\n com.ibm.ws.wim.registry.util.UniqueIdBridge.getUniqueUserId(Uniq\n ueIdBridge.java:202)\n at\n com.ibm.ws.wim.registry.WIMUserRegistry$6.run(WIMUserRegistry.ja\n va:568)\n at\n com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManager\n Impl.java:5445)\n \n \n \n \n \n\nLOCAL FIX\n\nPROBLEM SUMMARY\n * ****************************************************************\n * USERS AFFECTED: All users of IBM WebSphere Application *\n * Server *\n ****************************************************************\n * PROBLEM DESCRIPTION: Virtual member manager (VMM) throws *\n * InvalidUniqueNameException when the *\n * login attribute value contains an *\n * equal sign \"=\". *\n ****************************************************************\n * RECOMMENDATION: *\n ****************************************************************\n VMM throws InvalidUniqueNameException when the login attribute\n value contains a \"=\". When an equal sign \"=\" is encountered in\n the login name for example 'tw=admin', VMM treats this as a\n distinguished name (DN) and hence the login fails.\n \n \n \n \n \n\nPROBLEM CONCLUSION\n * 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 the login name does not end\n with a baseEntry it is not treated as a DN and the login is\n successful.\n \n The fix for this APAR is currently targeted for inclusion in\n fix packs 8.0.0.4 and 8.5.0.1. Please refer to the\n Recommended Updates page for delivery information:\n http://www.ibm.com/support/docview.wss?rs=180&uid=swg27004980 [http://www.ibm.com/support/docview.wss?rs=180&uid=swg27004980]\n \n \n \n \n \n\nTEMPORARY FIX\n\nCOMMENTS\n\nAPAR INFORMATION\n * APAR NUMBER\n PM66670\n \n \n * REPORTED COMPONENT NAME\n WEBS APP SERV N\n \n \n * REPORTED COMPONENT ID\n 5724H8800\n \n \n * REPORTED RELEASE\n 800\n \n \n * STATUS\n CLOSED PER\n \n \n * PE\n NoPE\n \n \n * HIPER\n NoHIPER\n \n \n * SPECIAL ATTENTION\n NoSpecatt\n \n \n * SUBMITTED DATE\n 2012-06-13\n \n \n * CLOSED DATE\n 2012-07-13\n \n \n * LAST MODIFIED DATE\n 2012-07-13\n \n \n\n * APAR IS SYSROUTED FROM ONE OR MORE OF THE FOLLOWING:\n \n \n \n * APAR IS SYSROUTED TO ONE OR MORE OF THE FOLLOWING:\n \n \n \n\nFIX INFORMATION\n * FIXED COMPONENT NAME\n WEBS APP SERV N\n \n \n * FIXED COMPONENT ID\n 5724H8800\n \n \n\nAPPLICABLE COMPONENT LEVELS\n * R800 PSY\n UP\n \n \n * R850 PSY\n UP" } ]
TRAIN_Q320
Command Line and Silent configuration for ITCAM J2EE 7.1.1 agent I am seeing unexpected behaviors when using Command Line (interactive or silent) configuration for J2EE DC when trying to enable MS or TT features. These do not seem to work. Are these configuration methods supported?
Supported methods are GUI and silent configuration. Also, silent configuration fully works both on UNIX and Windows platforms only at level 7.1.1.0.4. Before this maintenance level there were issues and limitations with Managing Server and Transaction Tracking integration. Support Command Line configuration for J2EE DC will possibly be added in some future patch via Request For Enhancement.
false
[ { "filename": "swg21902438.txt", "text": "Title: IBM Command Line configuration for J2EE Data Collector - United States\n\nText:\nITCAM; J2EE; CLI; configurator; CAMJ2ALL; CAMJ2INST TECHNOTE (FAQ)\n\nQUESTION\n Command Line configuration for J2EE DC is not working as expected when trying to enable MS or TT features. \n\nCAUSE\nInteractive CLI configuration is not supported with ITCAM J2EE 7.1.1, including last available level 7.1.1.0.4.\n\nANSWER\nSupported methods are GUI and silent configuration. \n\nAlso, silent configuration fully works both on UNIX and Windows platforms only at level 7.1.1.0.4.\nBefore this maintenance level there were issues and limitations with Managing Server and Transaction Tracking integration. \n\n \n\nSupport Command Line configuration for J2EE DC will possibly be added in some future patch via Request For Enhancement." } ]
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 impact using unknown attack vectors. CVSS Base Score: 7.5 CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/128876 [https://exchange.xforce.ibmcloud.com/vulnerabilities/128876] for the current score CVSS Environmental Score*: Undefined CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) CVEID: CVE-2017-10116 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-10116] DESCRIPTION: An unspecified vulnerability in Oracle Java SE related to the Java SE, Java SE Embedded, JRockit Security component could allow an unauthenticated attacker to take control of the system. CVSS Base Score: 8.3 CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/128877 [https://exchange.xforce.ibmcloud.com/vulnerabilities/128877] for the current score CVSS Environmental Score*: Undefined CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)
false
[ { "filename": "swg22008382.txt", "text": "Title: IBM Security Bulletin: Multiple vulnerabilities in IBM Java Runtime affect API Connect - United States\n\nText:\n 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\nVULNERABILITY DETAILS\nCVEID: 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 confidentiality impact using unknown attack vectors.\nCVSS Base Score: 7.5\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/128876 [https://exchange.xforce.ibmcloud.com/vulnerabilities/128876] for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) \n\nCVEID: CVE-2017-10116 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-10116]\nDESCRIPTION: An unspecified vulnerability in Oracle Java SE related to the Java SE, Java SE Embedded, JRockit Security component could allow an unauthenticated attacker to take control of the system.\nCVSS Base Score: 8.3\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/128877 [https://exchange.xforce.ibmcloud.com/vulnerabilities/128877] for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H)\n\nAFFECTED PRODUCTS AND VERSIONS\nIBM API Connect V5.0.0.0 - V5.0.7.2\n\nREMEDIATION/FIXES\n \n\nAffected Product Addressed in VRMF APAR Remediation/First Fix IBM API Connect \n\nV5.0.0.0 - 5.0.6.3 5.0.6.4 LI79805 Addressed in IBM API Connect V5.0.6.4.\n\nFollow this link and find the \"APIConnect_Management\" and \"apiconnect-collective-controller\" packages:\n\nhttps://www-945.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm%7EWebSphere&product=ibm/WebSphere/IBM+API+Connect&release=5.0.6.3&platform=All&function=all [https://www-945.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm%7EWebSphere&product=ibm/WebSphere/IBM+API+Connect&release=5.0.6.2&platform=All&function=all] IBM API Connect\n\nV5.0.7.0 - 5.0.7.2 5.0.8.0 LI79805 Addressed in IBM API Connect V5.0.8.0.\n\nFollow this link and find the \"APIConnect_Management\" and \"apiconnect-collective-controller\" packages:\n\nhttps://www-945.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm%7EWebSphere&product=ibm/WebSphere/IBM+API+Connect&release=5.0.7.0&platform=All&function=all [https://www-945.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm%7EWebSphere&product=ibm/WebSphere/IBM+API+Connect&release=5.0.7.0&platform=All&function=all] GET NOTIFIED ABOUT FUTURE SECURITY BULLETINS\n Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this. \n\nREFERENCES\nComplete CVSS v3 Guide [http://www.first.org/cvss/user-guide] \nOn-line Calculator v3 [http://www.first.org/cvss/calculator/3.0] \nIBM Java SDK July 2017 Security Bulletin [http://www-01.ibm.com/support/docview.wss?uid=swg22007002] \nRELATED INFORMATION\nIBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html] \nIBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt] \n\nCHANGE HISTORY\n 18 September 2017: original document published \n\n*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin. \n\nDISCLAIMER\nAccording to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an \"industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response.\" IBM PROVIDES THE CVSS SCORES \"AS IS\" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY." } ]
TRAIN_Q322
EIF probe not receiving itm events EIF probe not receiving itm events Why is the event in the netcool isn't cleaned ?
ITM is sending events to EIF probe which is then forwarded to the OMNIbus Server. Client is observing that the clearing event is sent per the ITM trace/log but the event does not seem to be received into EIF or OMNIbus as the triggered event is still seen in OMNIbus. SYMPTOM Situation in ITM is no longer true but event is not cleared in OMNIbus. DIAGNOSING THE PROBLEM The iptrace shows that the EIF probe on the OMNIbus side is resetting/closing(<RST>) the TCP/IP connection after it receives the event and it never shows up in the EIF logs, so the event is just dropped.
false
[ { "filename": "swg21978641.txt", "text": "Title: IBM EIF probe not receiving itm events - United States\n\nText:\nom_tec.conf eif probe itm event clearing omnibus TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n ITM is sending events to EIF probe which is then forwarded to the OMNIbus Server. Client is observing that the clearing event is sent per the ITM trace/log but the event does not seem to be received into EIF or OMNIbus as the triggered event is still seen in OMNIbus.\n\n\n\nSYMPTOM\nSituation in ITM is no longer true but event is not cleared in OMNIbus.\n\n\nDIAGNOSING THE PROBLEM\nThe iptrace shows that the EIF probe on the OMNIbus side is resetting/closing(<RST>) the TCP/IP connection after it receives the event and it never shows up in the EIF logs, so the event is just dropped.\n\nRESOLVING THE PROBLEM\nThe solution is to set the connection_mode in your om_tec.config on the ITM Server (TEMS) to use \n\n\nconnection_less \n\ninstead of \n\nconnection oriented.\n\nThat is, change this line in your om_tec.config\n\nConnectionMode=co\nto\nConnectionMode=connection_less\n\nYou will need to restart the EIF on your ITM. (tacmd refreshTECinfo -t eif)" } ]
TRAIN_Q323
How to adjust font and padding of rows in the Web GUI Event Viewer of Netcool You would like to change the font and padding of event rows.
-
true
[]
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 Monitor (CVE-2015-0138). Where can I find this information?
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 key in a non-export RSA key exchange ciphersuite. This could allow a remote attacker using man-in-the-middle techniques to facilitate brute-force decryption of TLS/SSL traffic between vulnerable clients and servers. This vulnerability is also known as the FREAK attack. CVSS Base Score: 4.3 CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/#/vulnerabilities/100691 [https://exchange.xforce.ibmcloud.com/#/vulnerabilities/100691] for the current score CVSS Environmental Score*: Undefined CVSS Vector: (AV:N/AC:M/Au:N/C:N/I:P/A:N)
false
[ { "filename": "swg21700865.txt", "text": "Title: IBM Security Bulletin: A security vulnerability has been identified in WebSphere Application Server shipped with IBM Business Monitor (CVE-2015-0138) - United States\n\nText:\n SECURITY BULLETIN\n\nSUMMARY\n WebSphere Application Server is shipped as a component of IBM Business Monitor. Information about a security vulnerability affecting WebSphere Application Server has been published in a security bulletin. \n\nVULNERABILITY DETAILS\nCVEID: 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 temporary key in a non-export RSA key exchange ciphersuite. This could allow a remote attacker using man-in-the-middle techniques to facilitate brute-force decryption of TLS/SSL traffic between vulnerable clients and servers. \nThis vulnerability is also known as the FREAK attack.\n\nCVSS Base Score: 4.3\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/#/vulnerabilities/100691 [https://exchange.xforce.ibmcloud.com/#/vulnerabilities/100691] for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (AV:N/AC:M/Au:N/C:N/I:P/A:N) \n\nAFFECTED PRODUCTS AND VERSIONS\nThe following products are affected: \n\n * WebSphere Business Monitor V7.0.0.x \n * IBM Business Monitor V7.5.x \n * IBM Business Monitor V8.0.1.x \n * IBM Business Monitor V8.5.5.0 \n * IBM Business Monitor V8.5.6.0\n\nREMEDIATION/FIXES\nTo remediate this issue, refer to Security Bulletin: Vulnerability with RSA Export Keys may affect IBM WebSphere Application Server (CVE-2015-0138) [http://www.ibm.com/support/docview.wss?uid=swg21698613]\n\nGET NOTIFIED ABOUT FUTURE SECURITY BULLETINS\n Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this. \n\nIMPORTANT NOTE\n IBM strongly suggests that all System z customers be subscribed to the System z Security Portal to receive the latest critical System z security and integrity service. If you are not subscribed, see the instructions on the System z Security web site [http://www.ibm.com/systems/z/solutions/security_subintegrity.html]. Security and integrity APARs and associated fixes will be posted to this portal. IBM suggests reviewing the CVSS scores and applying all security or integrity fixes as soon as possible to minimize any potential risk. \n\nREFERENCES\nComplete CVSS v2 Guide [http://www.first.org/cvss/v2/guide] \nOn-line Calculator v2 [http://nvd.nist.gov/CVSS-v2-Calculator] \n\nRELATED INFORMATION\nIBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html] \nIBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt] \n\nACKNOWLEDGEMENT\nCVE-2015-0138 was reported to IBM by Karthikeyan Bhargavan of the PROSECCO team at INRIA \n\nCHANGE HISTORY\n 2015-03-30: Original document published \n\n*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin. \n\nDISCLAIMER\nAccording to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an \"industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response.\" IBM PROVIDES THE CVSS SCORES \"AS IS\" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY. \n\nRELATED INFORMATION\n A Japanese translation is available [http://www.ibm.com/support/docview.wss?uid=swg21701544]\n\n\n\n\n\nCross reference information Segment Product Component Platform Version Edition Business Integration WebSphere Business Monitor Security AIX, Linux, Linux zSeries, Solaris, Windows 7.0.0.5, 7.0.0.4, 7.0.0.3, 7.0.0.2, 7.0" } ]
TRAIN_Q325
While attempting to upgrade Portal/WCM 7.0x to CF28 it fails with prerequisite errors. The upgrade fails and displays the following message... "A product prerequisite relationship was not satisified. The fix PI10705 is not supported on any of these products. Please fix the problem or de-select the invalid efix from the list and try again."
-
true
[]
TRAIN_Q326
Is Re-naming the WebSphere Portal installation directory and cell name for an existing clustered installation possible? Question: Is re-naming the WebSphere Portal installation directory and cell name for an existing clustered installation possible?
-
true
[]
TRAIN_Q327
Help with Security Bulletin: IIB is affected by an Apache Tomcat related vulnerability (CVE-2017-7674) I need to understand details regarding Security Bulletin: IBM Integration Bus is affected by an Apache Tomcat related vulnerability (CVE-2017-7674). Where can I find this information?
-
true
[]
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.
false
[ { "filename": "swg21449103.txt", "text": "Title: IBM Limitations when deploying more than one Rule Execution Server console - United States\n\nText:\n 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 console that may not work due to the presence of more than one RES management stack within the same administrative scope. \n\nSYMPTOM\nWhen a RES component makes an attempt to interact with a RES Console management stack (through a JMX invocation) the following exception may occur if more than one RES Console is deployed within an administrative cell: \n\n...\njava.lang.IllegalStateException \nat ilog.rules.res.mbean.util.IlrSingleMBeanInvocationHandler.invoke(Unknown Source)\n...\n\nNote: a similar exception can be seen when no RES Console is found so the first thing to verify is that a RES Console is completely deployed and that it passes the diagnostic properly before considering the issue in this present note.\n\n\nCAUSE\nThe scope of the management API (JMX) is typically that of the Cell (WebSphere), Domain (Weblogic) or Partition(JBoss). RES components that interact directly with the RES Console management stack normally expect to find exactly one RES Console within the this management scope : an error can arise from not finding a RES Console management stack, as well as finding more than one.\n\n\nRESOLVING THE PROBLEM\nCertain use cases are supported that involve deploying more than one RES console in a cluster, most notably for situations where a active/passive fail over is needed, see the following document for more information: Clustering Rule Execution Server (RES) management console [http://www.ibm.com/support/docview.wss?uid=swg21426014] \n\n\nHowever there is a number of limitations that one can face when several RES consoles are deployed within the same administrative cell, such as : \n\n 1. The use of the API ilog.rules.session.IlrManagementSession (reference [http://publib.boulder.ibm.com/infocenter/brjrules/v7r1/index.jsp?topic=/com.ibm.websphere.ilog.jrules.doc/html/api/html/ilog/rules/res/session/IlrManagementSession.html]) may fail with a java.lang.IllegalStateException as per the symptom above. In this situation, the only option is to deploy a single RES Console per cell. \n 2. With JRules 6.x deploying RSM in a cell where more than one RES console is deployed can lead to java.lang.IllegalStateException as per the symptom above when attempting to add an SSP through the RSM console. \n 3. With JRules 7.x DVS scenario suite executions initiated from Rule Studio to be run on a remote Java EE server in a cell where more than one RES console is deployed may fail with java.lang.IllegalStateException as per the symptom above. \n 4. The use of interceptors (i.e. IlrSessionInterceptor implementations) may fail with a java.lang.IllegalStateException or an error message such as ilog.rules.res.session.interceptor.IlrSessionInterceptorException: Unable to find RuleApp /myruleapp/myruleset for use by the interceptor. In this situation, the only option is to deploy a single RES Console per cell.\n\n\nFor situations 2. and 3. note that DVS and RSM are normally deployed in a non-production environment since they support the testing process of the rules prior to their deployment to production. So in practice it is not necessary to deploy multiple RES console instances for fail over purpose when in a testing environment. The recommendation is then to set up RES console and SSP in a testing cell that is separate from the production cell. In this testing cell, only one instance of RES console should be installed. RELATED INFORMATION\n#Setting up multipe XUs in one cell [http://www-01.ibm.com/support/docview.wss?uid=swg21400807]\n\n\n \n\n\nCross reference information Segment Product Component Platform Version Edition Business Integration IBM Operational Decision Manager Platform Independent 8.5, 8.0.1, 8.0, 7.5 Enterprise" } ]
TRAIN_Q329
CICS VR FRLOG option that logs changes to VSAM datasets Is the information about the NONE option for FRLOG in the CICS VSAM Recovery for z/OS (CICS VR) documentation correct? If it is not, what information is logged when NONE is specified? I am working on a POC for the Classic change data capture (CDC) for VSAM. In order for Classic CDC to capture changes from a VSAM file, it has to be altered to have a FRLOG option. According to the CICS VR documentation, FRLOG has NULL, NONE, REDO, UNDO, and ALL options. By default I would think FRLOG(ALL) option will give everything in the log. However when using this option, customer cannot run their batch update job after the alter. The file cannot be opened by the batch job. We were told by Classic team to use the FRLOG=NONE option and this option actually worked. I am really confused because according to the manual NONE option will not log any changes. Here is the paragraph from the manual:
-
true
[]
TRAIN_Q330
How do I change the default 'fit content by' behaviour of Daeja viewer in IBM Content Navigator, to fit content by height or width? How do I change the default 'fit content by' behaviour of Daeja viewer in IBM Content Navigator v2.0.3, to fit content by height or width?
The same parameter-value pair mentioned above can be added in the Additional Settings section of the Daeja ViewONE panel, of the admin desktop. Add the parameter-value pair to the Additional Settings section of * the Professional tab for modifying the behaviour of the Daeja Professional viewer * the Virtual tab for modifying the behaviour of the Daeja Virtual viewer. Click New in the Additional Settings section to add the parameter-value pair. Save the changes and they should get picked up when the viewer is re-launched.
false
[ { "filename": "swg21674924.txt", "text": "Title: IBM How do I change the default 'fit content by' behaviour of Daeja viewer in IBM Content Navigator, to fit content by height or width? - United States\n\nText:\nfit by height; fit by width; fit; default fit; Daeja viewer; FileNet viewer; Daeja; scale TECHNOTE (FAQ)\n\nQUESTION\n How do I change the default 'fit content by' behaviour of Daeja viewer in IBM Content Navigator, to fit content by height or width? \n\nANSWER\nIn Content Navigator v2.0.2 \n\nIn the ..navigator.war/applets/filenetViewer_properties.jsp file, set the value of the parameter 'scale' as follows \n\nTo fit content by width, specify - scale: \"ftow\",\nTo fit content by height, specify - scale: \"ftoh\",\n\nHere's another way to modify the behaviour: \n\n * make the same changes above to the filenetViewer_properties.jsp under ECMClient\\configure\\explodedformat\\navigator\\applets folder. \n * Rebuild and redeploy the ear file. \n * Restart the application server\n\n\nSave the changes and they should get picked up when the viewer is re-launched. \n\nIn Content Navigator v2.0.3 \n\nThe same parameter-value pair mentioned above can be added in the Additional Settings section of the Daeja ViewONE panel, of the admin desktop. Add the parameter-value pair to the Additional Settings section of \n\n * the Professional tab for modifying the behaviour of the Daeja Professional viewer \n * the Virtual tab for modifying the behaviour of the Daeja Virtual viewer.\n\n\nClick New in the Additional Settings section to add the parameter-value pair. Save the changes and they should get picked up when the viewer is re-launched." } ]
TRAIN_Q331
mirandabarby I have purchased a grad pack of SPSS. How do I enter the authorisation code to activate/license
For installation & licensing issues on Student version and Graduate pack, contact your vendor.
false
[ { "filename": "swg21592093.txt", "text": "Title: IBM SPSS Student Version and Graduate Pack Resources - United States\n\nText:\nSPSS Support Acquisition Statistics Stats Grad Pack Student TECHNOTE (FAQ)\n\nQUESTION\n Where do I get support for IBM SPSS Student Version or Graduate Pack software? \n\nANSWER\nStep 1: \nFor installation & licensing issues on Student version and Graduate pack, contact your vendor. \n\n * Hearne [http://www.hearne.software/Software/SPSS-Grad-Packs-for-Students-by-IBM/FAQ] \n * On the Hub [http://onthehub.com/] \n * StudentDiscounts.com [http://studentdiscounts.com/contact-us.aspx] \n * JourneyEd [https://www.journeyed.com/contact] \n * thinkEDU [https://thinkedu.desk.com/] \n * Studica [http://www.studica.com/technical-support]\n\n\n\n\n\nCross reference information Segment Product Component Platform Version Edition Business Analytics SPSS Amos Windows Not Applicable Grad Pack, Shrinkwrap, Campus Business Analytics SPSS Modeler Platform Independent Not Applicable Business Analytics SPSS Text Analytics for Surveys Windows Not Applicable Business Analytics SPSS Statistics Platform Independent Not Applicable Campus Edition, Grad Pack, Student Version" } ]
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 errors in the logs for me. What's going wrong? This dW Answers question is about an IBM document with the Title: SECJ0371W Warning Message Additional Information
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 at that time. So, instead of timing out in another minute, it is now reset for another 10 minutes, then if it's hit again in that time, it will get extended again. When using Local operating system for authentication, the user will be asked to login when the session times out, not the security cache.
false
[ { "filename": "swg21078845.txt", "text": "Title: IBM Security Cache, LTPA Token, and Session Time Outs - United States\n\nText:\nsession; 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 user be asked to re-login?\n\nAnswer 1 \nNo. 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 at that time. So, instead of timing out in another minute, it is now reset for another 10 minutes, then if it's hit again in that time, it will get extended again. \n\nWhen using Local operating system for authentication, the user will be asked to login when the session times out, not the security cache. \n\nIn V6.1, the Federated Repository has it's own cache settings. See the link under Related Information. \n\nQuestion 2 \n\n 1. Using a browser, we accessed a secured application, we provided the UserID (UserA) and a valid PW (Password1). A token was created. So far everything is working fine. \n \n 2. You manually changed the password for UserA in the LTPA (LDAP or custom registry) from Password1 to Password2. \n 3. Using a new browser we accessed the application providing UserA and the new password (Password2) a token was created and again everything is working as expected. \n \n 4. Using a another new browser we accessed the application providing UserA and the old password (Password1). You were surprised to notice that a token was created and UserA was able to access the application. \n\n\nAnswer 2 \nThe old password takes up to 1.5 times the security cache to disappear. It will also expire at the end of the LTPA token timeout. \n\nIn IBM WebSphere Application Server V5.0.2 and later, you can purge a user from the security cache using an MBean interface. See the Related Information at the end of this article. \n\n\nQuestion 3 \nI want to force my users to re-login after a set \"inactivity timeout\" period. How is WebSphere Application Server supposed to work with regard to session timeouts and LTPA timeout. Answer 3 \nSee the answer to this question in item 9 of the following developerWorks article:\nhttp://www.ibm.com/developerworks/websphere/techjournal/1003_botzum/1003_botzum.html [http://www.ibm.com/developerworks/websphere/techjournal/1003_botzum/1003_botzum.html]\n\n\nQuestion 4 \nIf this is the case, can we expire or delete the LTPAToken cookie when the session expires? If so, what mechanism should we use? \n\nAnswer 4\nYou can manually perform a form-based logout (as described in the Information Center) to request that the LTPAToken cookie be destroyed in the web browser, but within WebSphere Application Server, there is no functionality to automatically perform the form-based logout when the session times out. This would have to be performed programmatically.\n\nRELATED INFORMATION\n Federated Repository cache settings [https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/uwim_ldapperfsettings.html]\nAuthentication cache settings [https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/usec_sec_domains_cache.html]" } ]
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.xml.sax.SAXParseException: The reference to entity "NIGHT" must end with the ; delimiter.
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 &lt;, &gt;, &quot;, &apos; and &amp;).
false
[ { "filename": "swg21498780.txt", "text": "Title: IBM Format of XML-type ruleset parameters in SOAP messages with MTDS - United States\n\nText:\nXSD; 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 documentation for MTDS, XML parameters are represented by a String in the WSDL file.\n\nANSWER\nThe 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 &lt;, &gt;, &quot;, &apos; and &amp;). \n\nFor more information on transparent decision services, refer to section \"Rule Execution Server > Introducing Rule Execution Server > Rule Execution Server basics > Transparent decision services and rule execution\" of the JRules V7.1 documentation [http://publib.boulder.ibm.com/infocenter/brjrules/v7r1/index.jsp?topic=/com.ibm.websphere.ilog.jrules.doc/Content/Business_Rules/Documentation/_pubskel/JRules/ps_JRules_Global926.html].\n\nRELATED INFORMATION\n JRules V7.0 doc on transparent decision services [http://publib.boulder.ibm.com/infocenter/brjrules/v7r0m3/topic/com.ibm.websphere.ilog.jrules.doc/Content/Business_Rules/Documentation/_pubskel/JRules/ps_JRules_Global801.html]\nWODM V7.5 doc on transparent decision services [http://publib.boulder.ibm.com/infocenter/dmanager/v7r5/topic/com.ibm.dserver.res/Content/Business_Rules/_pubskel/Infocenter_Primary/ps_DS_Rule_Execution_Server1460.html]\n\n\n\n\n\nCross reference information Segment Product Component Platform Version Edition Business Integration IBM Operational Decision Manager Platform Independent 8.5, 8.0, 7.5" } ]
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 fine, but if I check the Datetime property in FEM I can see that the TIME was stored wrong, exactly 3 hours less. e.g: Current Datetime is: 19/08/2013 18:10 Value stored in FEM: 19/08/2013 15:10 Can someone help me? What I'm doing wrong? Thank's
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 quotation marks) to format a local date/time value to UTC; a GMT offset can be appended to a UTC value with any standard action such as rrSet from the rrunner library.
false
[ { "filename": "swg21572905.txt", "text": "Title: IBM Exported dates to IBM FileNet Content Engine are one day off in IBM Datacap Taskmaster Capture - United States\n\nText:\nFileNet 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 Content Engine client \n\nCAUSE\nIBM FileNet Content Engine stores all time stamps using UTC format. If a date is passed into IBM FileNet Content Engine with no time component then the time defaults to midnight UTC, which may indicate the prior date when converted back into local time.\nTaskmaster does not convert or handle dates in GMT/UTC and thus any date values must be formatted by the application rules prior to export to IBM FileNet Content Engine\n\n\nRESOLVING THE PROBLEM\nModify 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 \"s\" (no quotation marks) to format a local date/time value to UTC; a GMT offset can be appended to a UTC value with any standard action such as rrSet from the rrunner library.\n\nExample 1: \n\nDescription Field Value (Case A) Field Value (Case B) Data captured 05/31/2012 15:00 05/31/2012 IsFieldDateWithReformat(s) 2012-05-31T15:00:00 2012-05-31T00:00:00 rrSet(@F+-07:00,@F) 2012-05-31T15:00:00-07:00 2012-03-15T00:00:00-07:00 Here the initial field value is first transformed to UTC. The rrSet action is called to append the GMT offset \"-07:00\" to the field value. \n\nExample 2: Description Field Value (Case A) Field Value (Case B) Data captured 05/31/2012 15:00 05/31/2012 IsFieldDateWithReformat(s) 2012-05-31T15:00:00 2012-05-31T00:00:00 rrSet(@F+@CHR(43)+07:00,@F) 2012-05-31T15:00:00+07:00 2012-03-15T00:00:00+07:00 Here the initial field value is first transformed to UTC. The rrSet action is called to append the GMT offset \"+07:00\" to the field value, @CHR is used to avoid conflict with the concatenation operator. \n\nNote: IBM FileNet Content Engine may have a back end setting for Daylight Savings Time (DST), thus modifying the GMT offset to account for DST may not be necessary. \n\n\nCross reference information Segment Product Component Platform Version Edition Enterprise Content Management FileNet P8 Platform Content Engine Windows, AIX, HP-UX, Linux, Solaris 5.2, 5.1, 5.0, 4.5, 4.2, 4.1" } ]
TRAIN_Q335
Help with Action required for IIB H.E. V9 & WMB H.E. V8 for security vulnerabilities in Red Hat Linux (CVE-2018-6405) 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. This is related to CVE-2018-6405 Where can I find this information?
-
true
[]
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\TMAITM6\deploy.jar is locked. 02-03-2016 18:37:10: File C:\IBM\ITM\TMAITM6\deploy.jar could not be renamed, errors may occur. 02-03-2016 18:37:17: Directory C:\IBM\ITM has locked files. 02-03-2016 18:37:17: Correct and launch setup again. 02-03-2016 18:37:17: Directory C:\IBM\ITM has locked files, unable to continue. 02-03-2016 18:37:17: SEVERE: ERROR - Install aborted.
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, portal server, and portal clients before you perform any product upgrade. This limitation only affects silent installations. Installations through the installation wizard is not affected.
false
[ { "filename": "swg21882989.txt", "text": "Title: IBM Locked files encountered during Windows agent silent installation - United States\n\nText:\nlocked 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 yyyymmdd hhmm.log (for example AbortIBMTivoliMonitoring20150409 1014.log) shows the following messages & errors. \n\n4-9-2015 10:15:22 CheckLockedFiles - Search directory C:\\IBM\\ITM for locked files.\n4-9-2015 10:15:22 CheckLockedFiles - File C:\\IBM\\ITM\\InstSpbs\\WINDOWS\\ISSetup.dll is locked.\n4-9-2015 10:15:22 File C:\\IBM\\ITM\\InstSpbs\\WINDOWS\\ISSetup.dll could not be renamed, errors may occur.\n4-9-2015 10:15:22 CheckLockedFiles - File C:\\IBM\\ITM\\InstSpbs\\WINDOWS\\setup.exe is locked.\n4-9-2015 10:15:22 File C:\\IBM\\ITM\\InstSpbs\\WINDOWS\\setup.exe could not be renamed, errors may occur.\n4-9-2015 10:15:22 CheckLockedFiles - Directory C:\\IBM\\ITM has locked files.\n4-9-2015 10:15:22 CheckedLockedFiles - silent install processing\n4-9-2015 10:15:22 CheckedLockedFiles - Check[C:\\IBM\\ITM\\InstSpbs\\silent_winos622_64bit_prod.txt] for Locked Files=continue\n4-9-2015 10:15:22 CheckLockedFiles - Locked files not present.\n4-9-2015 10:15:22 CheckLockedFiles - Directory C:\\IBM\\ITM - return TRUE\n4-9-2015 10:15:22 Directory C:\\IBM\\ITM has locked files.\n4-9-2015 10:15:22 Correct and launch setup again.\n4-9-2015 10:15:22 Directory C:\\IBM\\ITM has locked files, unable to continue.\n4-9-2015 10:15:22 SEVERE: ERROR - Install aborted.\n\n\nCAUSE\nA 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, portal server, and portal clients before you perform any product upgrade. This limitation only affects silent installations. Installations through the installation wizard is not affected.\n\n\nENVIRONMENT\nAny Windows version \n\nAny ITM component installed silently\n\n\nDIAGNOSING THE PROBLEM\nLook in <ITMHOME>\\InstallITM for a file name with syntax similar to: \nAbortIBMTivoliMonitoring<DATE TIME>.log\n\nFor example:\nAbortIBMTivoliMonitoring20150409 1014.log\n\n\n\nRESOLVING THE PROBLEM\nWorkaround: Use the following method to resolve the problem:\n1. Search the installation log for instances of the CheckLockedFiles string. Locked files are listed at these places. Locked files are files that might need to be upgraded during an installation, and because they are in use (locked) the silent install terminates.\n\n\n2. Identify the process that is locking the files.\n\n\n3. Stop the process.\n\n\n4. Prevent file locking by modifying the response file for installation file. This step is required when a silent installation has terminated. \n\na. Open the response file in a text editor. In many cases, the file in which you make this modification is named silent.txt. On Windows, the file to modify is the NT_Silent_Install.txt file that is located on the monitoring server.\nb. Add the following line to the [INSTALLATION SECTION] area of your silent install response file:\nLocked Files=continue\nIf you apply any other value or assign no value for this parameter, silent installations fail when locked files exist.\nc. If Locked Files=continue is used in a silent install or remote deploy, the computer MUST be rebooted before ITM is brought up or another install is run. This is mandatory or the <ITMHOME> directory could become corrupt. If the <ITMHOME> directory becomes corrupt, all of ITM will have to be uninstalled and reinstalled.\n\n\n5. Run the silent installation again." } ]
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.
false
[ { "filename": "swg21192546.txt", "text": "Title: IBM Failover to secondary node under MSCS and the queue manager will not start - United States\n\nText:\nHL083112 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 manager fails to come up on the secondary node, and errors are generated. \n\nSYMPTOM\nThe sequence seen in the FDC files show:\n\n\nProbe Id :- HL083112 \nComponent :- mqlpgrlg \nProcess Name :- D:\\Programs\\MQSeries\\bin\\amqzxma0.exe \nMajor Errorcode :- hrcE_MQLO_UNEXPECTED_OS_ERROR \nMQM Function Stack\nkpiStartup\napiStartup\nalmPerformReDoPass\nhlgScanLogBegin\nmqlpgrlg\nxcsFFST\n\n\nProbe Id :- ZX000001\nComponent :- ExecCtrlrMain \nProcess Name :- D:\\Programs\\MQSeries\\bin\\amqzxma0.exe \nMajor Errorcode :- xecF_E_UNEXPECTED_RC \nMinor Errorcode :- lpiRC_LOG_NOT_AVAILABLE \nProbe Description :- AMQ6118: An internal WebSphere MQ error has occurred \n(7017) \nArith1 :- 28695 7017 \nMQM Function Stack\nxcsFFST\n\n\nCAUSE\nThis is caused by a logger failure at restart due to missing or damaged logs.\n\n\nRESOLVING THE PROBLEM\nRename 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.\n\n\n\nPRODUCT ALIAS/SYNONYM\n WMQ / MQ" } ]
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 After migration, when I tried to execute the application using Datacap Desktop. I got errors that "This batch has no data to process. Aborting" and "Unable to run queue". I am attaching the screenshots of error. I am also attaching the DStudio rule's screenshot. I have verified and configured all the required settings. Please guide if someone has faced the similar issue and resolved it.
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).
false
[ { "filename": "swg21967312.txt", "text": "Title: IBM Error when launching Scan task from Datacap Desktop. - United States\n\nText:\nDesktop; 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 followed by this error: \n\"Unable to run queue.\" \n\nDIAGNOSING THE PROBLEM\nThe panel for TravelDocs contained a value with all upper-case letter [eg. TRAVELDOCS], which caused the error to occur when attempting to launch the Scan task from Datacap Desktop\n\nRESOLVING THE PROBLEM\nThe \"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). \n\nLogon to TMWeb client. \n\nGo to Administrator tab \n\nSelect the VScan task from the Workflow. \n\nClick Setup under Program. \n\nThen change the value of the Panel to match what is in Datacap Studio. For example \"TRAVELDOCS\" to \"TravelDocs\" \n\nClick Save\n\n[/support/docview.wss?uid=swg21967312&aid=1] [/support/docview.wss?uid=swg21967312&aid=1]\n\n[/support/docview.wss?uid=swg21967312&aid=2] [/support/docview.wss?uid=swg21967312&aid=2]\n[/support/docview.wss?uid=swg21967312&aid=3] [/support/docview.wss?uid=swg21967312&aid=3]" } ]
TRAIN_Q339
Why I get pop-up message of "undefined" when accessing TCR 3.1.2.1 in IE 11? When I access Tivoli Common Reporting -> Launch -> Administration, will get repeated message window with content of "underfined". This happened only with IE11 and TCR 3.1.2.1
To resolve this issue, access the following Tivoli Common Reporting dispatcher link: https://JazzSM_hostname:port/tarf/servlet/dispatch
false
[ { "filename": "swg21974757.txt", "text": "Title: IBM Cognos Report Studio in Tivoli Common Reporting Version 3.1 and later fix packs fail to launch on Internet Explorer Version 11 - United States\n\nText:\njazzsm11relnotes; jazzsm1101relnotes; jazzsm1102relnotes; jazzsm1103relnotes; jazzsm1110relnotes; jazzsm1120relnotes; jazzsm1121relnotes; jazzsm1130relnotes TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n IBM® Cognos® Report Studio in Tivoli® Common Reporting Version 3.1 and later fix packs fail to launch on Internet Explorer Version 11 \n\nCAUSE\nIBM Jazz for Service Management includes the Dashboard Application Services Hub service and the Tivoli Common Reporting service.\nDashboard Application Services Hub supports Internet Explorer v11 in full mode because bundled libraries like Dojo only support Internet Explorer v11 in full mode.\nWhereas, the bundled version of Cognos Business Intelligence v10.2.2 within Tivoli Common Reporting supports Internet Explorer v11 in compatibility mode.\nWhen launching Tivoli Common Reporting from Dashboard Application Services Hub, because of browser mode compatibility issues, Cognos Report Studio functionalities do not work as expected.\n\n\nRESOLVING THE PROBLEM\nTo resolve this issue, access the following Tivoli Common Reporting dispatcher link: \n\nhttps://JazzSM_hostname:port/tarf/servlet/dispatch \n\n\nFor example: \nhttps://JazzSM_hostname:16311/tarf/servlet/dispatch" } ]
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 com.tivoli.pd.jcfg.SvrSslCfg -action config -admin_id sec_master -admin_pwd ****** -appsvr_id myAppSvr -port 7223 -mode remote -policysvr tam001:7135:1,tam002:7135:2 -authzsvr tam001:7136:1,tam002:7136:2 -cfg_file /opt/WebSphere/AppServer/tivoli/tam/PdPerm.properties -key_file /opt/WebSphere/AppServer/tivoli/tam/pdperm.ks [java] Executing java with empty input string [java] Exception in thread "main" [java] [ [java] HPDMG0759W The user name already exists in the registry. [java] ] [java] at com.tivoli.pd.jutil.ob.a(ob.java:40) [java] at com.tivoli.pd.jutil.ob.a(ob.java:66)
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.pd.jcfg.SvrSslCfg -action unconfig-admin_id sec_master -admin_pwd ****** -appsvr_id myserverid -port 7223 -mode remote -policysvr <hostname>:7135:1 -authzsvr <hostname>:7136:1 -cfg_file C:\IBM\WebSphere\AppServer\java\jre/PdPerm.properties -key_file
false
[ { "filename": "swg21319595.txt", "text": "Title: IBM HPDMG0759W error when creating the AMJRTE properties file - United States\n\nText:\nTAM; 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\nCommand to run is: java com.tivoli.pd.jcfg.SvrSslCfg -action config -admin_id sec_master -admin_pwd ****** -appsvr_id myserverid -port 7223 -mode remote -policysvr <hostname>:7135:1 -authzsvr <hostname>:7136:1 -cfg_file C:\\IBM\\WebSphere\\AppServer\\java\\jre/PdPerm.properties -key_file C:\\IBM\\WebSphere\\AppServer\\java\\jre/lib/security/pdperm.ks\n[java] Exception in thread \"main\" \n[java] [\n[java] HPDMG0759W The user name already exists in the registry.\n[java] ]\n[java] at com.tivoli.pd.jutil.bo.a(bo.java:98)\n\n\nENVIRONMENT\nConfiguring WebSphere® Portal 6.1 with Tivoli® Access Manager 6.0\n\nDIAGNOSING THE PROBLEM\n \n\nThe user name referenced in the error message refers to the appsvr id used in the SvrSslCfg command. The value for this user name is set via the following parameter in wkplc_comp.properties:\n\nwp.ac.impl.PDServerName\n\n\nRESOLVING THE PROBLEM\n \n\nTo 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\njava com.tivoli.pd.jcfg.SvrSslCfg -action unconfig-admin_id sec_master -admin_pwd ****** -appsvr_id myserverid -port 7223 -mode remote -policysvr <hostname>:7135:1 -authzsvr <hostname>:7136:1 -cfg_file C:\\IBM\\WebSphere\\AppServer\\java\\jre/PdPerm.properties -key_file\n\n\nRELATED INFORMATION\n#Creating the AMJRTE properties file [http://publib.boulder.ibm.com/infocenter/wpdoc/v6r1m0/index.jsp?topic=/com.ibm.wp.ent.doc/security/cfg_tam_auth.html]\n\n\n\n\n * \n *" } ]
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
false
[ { "filename": "swg21157005.txt", "text": "Title: IBM MustGather: Object Request Broker (ORB) problems with WebSphere Application Server - United States\n\nText:\nMustGather; 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 WebSphere Application Server Object Request Broker component. Gathering this MustGather information before calling IBM support will help you understand the problem and save time analyzing the data. \n\nRESOLVING THE PROBLEM\n \n\nTAB NAVIGATION\n * Learning more [http://www.ibm.com/support/docview.wss?uid=swg21245077]\n * Troubleshooting [http://www.ibm.com/support/docview.wss?uid=swg21237101]\n * Collecting data- selected tab,\n\nCollecting data for problems with the IBM WebSphere Application Server Object Request Broker component. Gathering this MustGather information before calling IBM support will help you understand the problem and save time analyzing the data..\n\nCOLLECTING DATA MANUALLY\n\nObject Request Broker specific MustGather information 1. Where does the problem occur? Between what components?\n \n \n 2. What is your topology?\n \n \n 3. What are the symptoms noticed?\n \n \n 4. How do you recover from this problem?\n \n \n 5. What are the hostnames of the Client and the Application Servers?\n \n \n 6. How often does this problem occur?\n \n \n 7. Is there a firewall installed between the failing components?\n \n \n 8. Can you successfully ping the server from the remote client? Can you ping the client from the remote server?\n \n \n 9. Has this problem always occurred or has it just started to occur? If it just started, what changes were made?\n \n \n 10. Clear out the logs in the install_root/logs directory, then recreate the problem.\n \n \n 11. Collect the following files: * The newly created logs.\n \n \n * Answers to the preceding questions.\n \n \n * For releases of WebSphere Application Server versions 5.0 and 6.0 * collector.[sh/bat] output\n \n \n \n \n * Any additional information you think might relate (topology, symptoms, and so on) to IBM.\n \n Note: Additional ORB, Security, or WLM traces might be required.\n \n \n\n \n\nAdditional MustGather information for ORB interoperability problems \n\n 1. What third-party ORB are you trying to use?\n \n \n 2. What version is the third-party ORB using?\n \n \n 3. What language is the third-party ORB using? (C++ or Java)\n \n \n 4. What platform is the third-party ORB running on?\n \n \n 5. What platform is WebSphere Application Server running on?\n \n \n 6. Does the problem or error occur consistently or randomly?\n \n \n 7. Is the problem reproducible? If so, what are the steps?\n \n \n 8. Is WebSphere Application Server being used as the server or client to the third-party ORB?\n \n \n 9. Has this worked before, or is this a new configuration?\n \n \n 10. Have you tried using the approach recommended in the CORBA Interop samples?\n \n \n 11. Where was the Interface Definition Language (IDL) compiled (what tool was used)?\n \n Note: See the WebSphere Application Server detailed system requirements [http://www.ibm.com/support/docview.wss?uid=swg27006921] for the information related to the third party ORB Supported/Tested, then select WebSphere Version > Server Type > Search on third-party ORB in Software Requirements List.\n\n \n\nA collector output is required for the WebSphere Application Server support team to troubleshoot an ORB issue. By providing the collector output, your configuration can be reviewed to help get a better understanding of your topology and settings. \n\n\n * Detailed instructions on how to run the collector program can be found at the following link:\n\n\nhttps://www.ibm.com/support/knowledgecenter/SSEQTP_8.5.5/com.ibm.websphere.nd.doc/ae/ttrb_runct.html [https://www.ibm.com/support/knowledgecenter/SSEQTP_8.5.5/com.ibm.websphere.nd.doc/ae/ttrb_runct.html] \n\nMake sure you do not run the collector program from within the WebSphere Application Server product installation root directory. This will lead to an error. Make a working directory where you can start the collector program. \n\nOnce you have run the collector program from the dmgr, upload the collector.jar file that is created. \n\nIf specific ORB traces have been requested by the Application Server support team, use the following instructions:\n\nNOTE: In most cases, support is going to need a matching client and server side trace to troubleshoot the issue. In some cases, they may even need traces from the nodeagent.\n\n\n\n * WebSphere Application Server V6.1, V7.0, V8.0, and V8.5 ORB trace instructions \n You can review the following video that walks you through setting up the ORB trace in the Administrative Console. It goes through each step listed below to make sure the ORB trace is enabled correctly. \n \n \n 1. From the Administrative Console, select Servers > Application Servers > server_name > Change Log Details Levels.\n \n \n 2. Remove any previous entries in the text field type the following:\n \n *=info:ORBRas=all\n \n \n 3. Apply and save changes.\n \n \n 4. Select Servers > Application Servers > server_name > Diagnostic Trace Service.\n \n \n 5. Change the Maximum Number of Historical Files to 10 and maximum file size to 50mb\n \n \n 6. Apply and save changes.\n \n \n 7. Enabling Comm Trace:\n \n Application Server\n From the Administrative Console, Select Servers > Application Servers > server_name > Container Services > ORB Service. Select the Orb Tracing check box to enable Comm Tracing.\n \n Node Agent\n From the Administrative Console, select System Administration >Node Agent > nodeagent > ORB Service. Select the Orb Tracing check box to enable Comm Tracing.\n \n Deployment Manager\n From the Administrative Console, Select System Administration > Deployment Manager > ORB Service. Select the Orb Tracing check box to enable Comm Tracing.\n \n NOTE: You will need to do a server restart for the Comm Tracing to be captured in the trace.log file. You can also leave the Orb Tracing check box checked permanently in case you run into another ORB issue in the future. That way, you don't have to do another server restart for the trace to be captured. Leaving the Orb Tracing check box checked won't log any data to a trace log unless you have the ORBRas=all trace string enabled (Step 2 above). This means it won't cause any performance issues or affect anything else in the server. \n 8. Apply and save changes.\n \n \n 9. Restart the sever and recreate the problem\n \n \n 10. Collect the following data:\n \n profile_root/logs/server_name/trace.log\n \n * \n * profile_root\n * /logs/ffdc folder\n \n * \n \n * NOTE: \n * \n * date\n * \n * time\n * \n * \n \n \n * Stand Alone Java Client ORB Trace Instructions 1. Start the client program with the \"-D\" arguments to specify the trace settings\n \n -Dcom.ibm.CORBA.Debug=true -Dcom.ibm.CORBA.CommTrace=true -Dcom.ibm.CORBA.Debug.Output=client.log\n \n \n 2. The ORB trace output is captured in the path pointed by com.ibm.CORBA.Debug.Output.\n \n If the com.ibm.CORBA.Debug.Output parameter is not specified, the ORB trace output is captured in a unique trace file named orbtrc.<timestamp>.txt in the current directory of execution.\n \n \n 3. Collect the following file:\n \n orbtrc.<timestamp>.txt \n \n \n \n \n \n * J2EE Client Trace Instructions 1. Start the launchClient script with the following arguments to enable the trace:\n \n install_root/bin/launchClient.sh <ear_file> -JVMOptions=\"-Dcom.ibm.CORBA.Debug=true -Dcom.ibm.CORBA.CommTrace=true\" -CCtrace=ORBRas=all -CCtracefile=orbtrace.txt -CCtraceMode=basic\n \n \n Note: For Windows installations, use launchClient.bat instead of launchClient.sh\n \n 2. The ORB trace output is captured in a unique trace file named orbtrace.txt in the current directory of execution.\n \n \n 3. Collect the following file:\n \n orbtrace.txt\n \n \n \n * How to check IBM® Java™ ORB build version in WebSphere® Application Server.\n\n * <washome>/java/bin/java -Xbootclasspath/p:<washome>/java/jre/lib/ext/ibmorb.jar com.ibm.rmi.util.Version\n \n * Follow instructions to send diagnostic information to IBM support [http://www.ibm.com/support/docview.wss?uid=swg21153852] [http://www.ibm.com/support/docview.wss?rs=180&uid=swg21153852]\n \n\n\n\nFor a listing of all technotes, downloads, and educational materials specific to the ORB component, search the WebSphere Application Server support site [http://www.ibm.com/support/entry/portal/Overview/Software/WebSphere/WebSphere_Application_Server]. \n\nRelated information [http://www.ibm.com/support/docview.wss?uid=swg21153852] \nSubmitting information to IBM support [http://www.ibm.com/support/docview.wss?uid=swg21153852] \nSteps to getting support for WebSphere Application Server [http://www.ibm.com/developerworks/websphere/support/appserver_support.html] \nMustGather: Read first for WebSphere Application Server [http://www.ibm.com/support/docview.wss?uid=swg21145599] \nTroubleshooting guide for WebSphere Application Server [http://www.ibm.com/support/docview.wss?uid=swg27005324] \n\n\nEXCHANGING DATA WITH IBM SUPPORT\nTo diagnose or identify a problem, it is sometimes necessary to provide Technical Support with data and information from your system. In addition, Technical Support might also need to provide you with tools or utilities to be used in problem determination. You can submit files using one of following methods to help speed problem diagnosis: \n\n * Service Request (SR)\n * E-mail \n * FTP to the Enhanced Customer Data Repository (ECuRep)\n\n\n\n\nInstructions for exchanging information with IBM Support [http://www.ibm.com/support/docview.wss?uid=swg21153852]\n\nREAD FIRST AND RELATED MUSTGATHERS\nMustGather: Read first for WebSphere Application Server [http://www.ibm.com/support/docview.wss?uid=swg21145599]\n\n\n\n\n Classloader problem [http://www.ibm.com/support/docview.wss?uid=swg21196187] Security Problem [http://www-01.ibm.com/support/docview.wss?uid=swg21470063] JNDI Problem [http://www.ibm.com/support/docview.wss?uid=swg21143296] JTS Problem [http://www.ibm.com/support/docview.wss?uid=swg21153216] Session Management Problem [http://www.ibm.com/support/docview.wss?uid=swg21192604] Workload Management Problem [http://www.ibm.com/support/docview.wss?uid=swg21052165] \n\nRELATED INFORMATION\n Recording your screen to share with IBM Support [https://www.ibm.com/developerworks/community/blogs/IBMElectronicSupport/entry/recording_your_screen_to_share_with_support?lang=en]\n\n\n\n\n\n\nCross reference information Segment Product Component Platform Version Edition Application Servers Runtimes for Java Technology Java SDK AIX, HP-UX, Linux, Solaris, Windows 8.0, 7.1, 7.0, 6.1, 6.0.2, 6.0 Application Servers WebSphere Application Server Object Request Broker (ORB) AIX, HP-UX, Linux, Solaris, Windows 9.0, 8.5.5, 8.5, 8.0, 7.0, 6.1 Base, Network Deployment" } ]
TRAIN_Q342
WAS 8.5.x - Writing a JMS message to a remote queue takes a long time. How to write the message faster? We are writing a jms message from a websphere cell (cellA) to a queue hosted by another websphere cell (cellB).Sometimes we noticed that writing a message is very slow. Usually when a local queue will be used the time to write this messages is about 8 ms, but if the queue is located on a other cell is took significant longer (about 3000ms+ ). Our findings: After enabling following trace "=info: com.ibm.ws.sib.trm.=finest" the problem is related to: - com.ibm.ws.cluster.selection.NoAvailableTargetExceptionImpl - WaitForWLMDat 3 (com.ibm.ws.sib.trm.wlm.client.WaitForWLMData) [:] Sleeping for 2999 ms " Because of the sleep time the writing to the queue is slowed down. How to prevent the sleeping time of 3 seconds, when writing a message to a remote queue?
-
true
[]
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 with WebSphere Service Registry and Repository (CVE-2017-1681). Is WAS Liberty affected?
This vulnerability affects the following versions and releases of IBM WebSphere Application Server: * Liberty
false
[ { "filename": "swg22010419.txt", "text": "Title: IBM Security Bulletin: Information disclosure in WebSphere Application Server (CVE-2017-1681) - United States\n\nText:\n 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/cvename.cgi?name=CVE-2017-1681]\nDESCRIPTION: IBM WebSphere Application Server (IBM Liberty for Java for Bluemix 3.15) could allow a local attacker to obtain sensitive information, caused by improper handling of application requests, which could allow unauthorized access to read a file. IBM X-Force ID: 134003.\nCVSS Base Score: 4\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/134003 [https://exchange.xforce.ibmcloud.com/vulnerabilities/134003] for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N) \n\n\nAFFECTED PRODUCTS AND VERSIONS\nThis vulnerability affects the following versions and releases of IBM WebSphere Application Server: \n\n * Liberty \n * Version 9.0 \n * Version 8.5 \n * Version 8.0 \n * Version 7.0\n\nREMEDIATION/FIXES\nThe recommended solution is to apply the interim fix, Fix Pack or PTF containing APARs PI88642 for each named product as soon as practical.\n\nFor WebSphere Application Server Liberty with fixpack levels prior to 17.0.0.3: \n· Upgrade to minimal fix pack levels as required by interim fix and then apply Interim Fix PI88642 [http://www-01.ibm.com/support/docview.wss?uid=swg24044506] [http://www-01.ibm.com/support/docview.wss?uid=swg24044155] [http://www-01.ibm.com/support/docview.wss?uid=swg24043596] [http://www-01.ibm.com/support/docview.wss?uid=swg24042712] [http://www-01.ibm.com/support/docview.wss?uid=swg24041604] [http://www-01.ibm.com/support/docview.wss?uid=swg24041394] [http://www-01.ibm.com/support/docview.wss?uid=swg24042513] [http://www-01.ibm.com/support/docview.wss?uid=swg24041604] [http://www-01.ibm.com/support/docview.wss?uid=swg24041394]\n--OR-- \n· Apply Liberty Fix Pack 17.0.0.3 or later. \n\nFor WebSphere Application Server traditional and WebSphere Application Server Hypervisor Edition: \n\nFor V9.0.0.0 through 9.0.0.6: \n· Upgrade to minimal fix pack levels as required by interim fixes and then apply Interim Fix PI88642 [http://www-01.ibm.com/support/docview.wss?uid=swg24044506] [http://www-01.ibm.com/support/docview.wss?uid=swg24044155] [http://www-01.ibm.com/support/docview.wss?uid=swg24043596] [http://www-01.ibm.com/support/docview.wss?uid=swg24042712] [http://www-01.ibm.com/support/docview.wss?uid=swg24041604] [http://www-01.ibm.com/support/docview.wss?uid=swg24041394] [http://www-01.ibm.com/support/docview.wss?uid=swg24042513] [http://www-01.ibm.com/support/docview.wss?uid=swg24041604] [http://www-01.ibm.com/support/docview.wss?uid=swg24041394] [http://www-01.ibm.com/support/docview.wss?uid=swg24044155] [http://www-01.ibm.com/support/docview.wss?uid=swg24044154] \n--OR-- \n· Apply Fix Pack 9.0.0.7 or later. \n\nFor V8.5.0.0 through 8.5.5.12: \n· Upgrade to minimal fix pack levels as required by interim fixes and then apply Interim Fix PI88642 [http://www-01.ibm.com/support/docview.wss?uid=swg24044506] \n--OR-- \n· Apply Fix Pack 8.5.5.13 or later. \n\nFor V8.0.0.0 through 8.0.0.14: \n· Upgrade to a minimal fix pack levels as required by interim fix and then apply Interim Fix PI88642 [http://www-01.ibm.com/support/docview.wss?uid=swg24044506] [http://www-01.ibm.com/support/docview.wss?uid=swg24043596] [http://www-01.ibm.com/support/docview.wss?uid=swg24042712] [http://www-01.ibm.com/support/docview.wss?uid=swg24041604] [http://www-01.ibm.com/support/docview.wss?uid=swg24041394] [http://www-01.ibm.com/support/docview.wss?uid=swg24042513] [http://www-01.ibm.com/support/docview.wss?uid=swg24041604] [http://www-01.ibm.com/support/docview.wss?uid=swg24041394]\n--OR-- \n· Apply Fix Pack 8.0.0.15 or later. \n\nFor V7.0.0.0 through 7.0.0.43: \n· Upgrade to a minimal fix pack levels as required by interim fix and then apply Interim Fix PI88642 [http://www-01.ibm.com/support/docview.wss?uid=swg24044506] [http://www-01.ibm.com/support/docview.wss?uid=swg24043596] [http://www-01.ibm.com/support/docview.wss?uid=swg24042712] [http://www-01.ibm.com/support/docview.wss?uid=swg24041604] [http://www-01.ibm.com/support/docview.wss?uid=swg24041394] [http://www-01.ibm.com/support/docview.wss?uid=swg24042513] [http://www-01.ibm.com/support/docview.wss?uid=swg24041604] [http://www-01.ibm.com/support/docview.wss?uid=swg24041394]\n--OR-- \n· Apply Fix Pack 7.0.0.45 or later. \n\n\nGET NOTIFIED ABOUT FUTURE SECURITY BULLETINS\n Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this. \n\nIMPORTANT NOTE\n IBM strongly suggests that all System z customers be subscribed to the System z Security Portal to receive the latest critical System z security and integrity service. If you are not subscribed, see the instructions on the System z Security web site [http://www.ibm.com/systems/z/solutions/security_subintegrity.html]. Security and integrity APARs and associated fixes will be posted to this portal. IBM suggests reviewing the CVSS scores and applying all security or integrity fixes as soon as possible to minimize any potential risk. \n\nREFERENCES\nComplete CVSS v3 Guide [http://www.first.org/cvss/user-guide] \nOn-line Calculator v3 [http://www.first.org/cvss/calculator/3.0] \n\nRELATED INFORMATION\nIBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html] \nIBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt] \n\nCHANGE HISTORY\n 29 January 2018: original document published\n08 February 2018: updated CVSS score, changed from 5.3 to 4.0 \n\n*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin. \n\nDISCLAIMER\nAccording to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an \"industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response.\" IBM PROVIDES THE CVSS SCORES \"AS IS\" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY. \n\nRELATED INFORMATION\n A Japanese translation is available [http://www.ibm.com/support/docview.wss?uid=swg22013132]\n\n\n\n\n\n\nCross reference information Segment Product Component Platform Version Edition Application Servers WebSphere Application Server Hypervisor Edition Application Servers WebSphere Application Server Liberty Core" } ]
TRAIN_Q344
BPEDB tablespace issues and how to address them The size of the tables in BPEDB grows over a period of time. Thousands of process instances were created, due to an unexpected error. We went ahead and terminated the instances and deleted them from BPC Explorer. The size of the BPEDB grew from 1GIG to 11GIG. However, even after terminating the instances, the size of BPEDB did not decrease. How do we reduce the size of the BPEDB? Will the size increase if more instances are created ?
-
true
[]
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.
false
[ { "filename": "swg21959083.txt", "text": "Title: IBM Security Bulletin: Multiple Security Vulnerabilities fixed in IBM WebSphere Application Server 8.5.5.6 - United States\n\nText:\n 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 WebSphere Application Server Liberty Profile 8.5.5.6. \n\nVULNERABILITY DETAILS\nCVEID: CVE-2015-0226 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0226]\nDESCRIPTION: Apache WSS4J could allow a remote attacker to obtain sensitive information, caused by Bleichenbacher's attack on XML Encryption. By sending a specially-crafted message, an attacker could exploit this vulnerability to decrypt the key and obtain sensitive information.\nCVSS Base Score: 5\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/100836 [https://exchange.xforce.ibmcloud.com/vulnerabilities/100836] for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (AV:N/AC:L/Au:N/C:P/I:N/A:N) \nAFFECTED VERSIONS: The following IBM WebSphere Application Server Versions are affected: \n\nVersion 8.5 Liberty Profile \n\nRemediation/Fixes: The recommended solution is to apply the Interim Fix, Fix Pack, or PTF for each named product as soon as practical. \n\nFix: \nApply an Interim Fix [http://www-01.ibm.com/support/docview.wss?uid=swg24039403], Fix Pack or PTF [https://www-304.ibm.com/support/docview.wss?rs=180&uid=swg27004980] containing this APAR PI36866, as noted below:\n\nFor IBM WebSphere Application Server Liberty profile: \n\nFor V8.5.5.2 through 8.5.5.5: Apply Fix Pack 6 (8.5.5.6), or later. \n-- OR Apply Interim Fix PI36866 [http://www-01.ibm.com/support/docview.wss?uid=swg24040191]\n\nWorkaround(s): None known \nMitigation(s): None known \n\nCVE ID: CVE-2015-1885 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1885] (APAR PI33202 and PI36211) \n\nDESCRIPTION: WebSphere Application Server Full Profile and Liberty Profile could allow a remote attacker to gain elevated privileges on the system when OAuth grant type of password is used. \n\nCVSS: \nCVSS Base Score: 9.3\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/101255 [https://exchange.xforce.ibmcloud.com/vulnerabilities/101255] for the current score\nCVSS Environmental Score*: Undefined\nCVSS String: (AV:N/AC:M/Au:N/C:C/I:C/A:C) \n\nAFFECTED VERSIONS: The following IBM WebSphere Application Server Versions are affected: Version 8.5 Full Profile and Liberty Profile Version 8.0 Version 7.0 \n\nRemediation/Fixes: The recommended solution is to apply the Fix Pack or PTF for each named product as soon as practical. \n\nFix: \nApply an Interim Fix, Fix Pack or PTF [https://www-304.ibm.com/support/docview.wss?rs=180&uid=swg27004980] containing this APAR PI36211 for Full Profile and PI33202 for Liberty Profile, as noted below: \n\nFor IBM WebSphere Application Server \n\nFor V8.5.0.0 through 8.5.5.5 Full Profile: Apply Interim Fix PI36211 [http://www-01.ibm.com/support/docview.wss?uid=swg24039602]\n-- OR Apply Fix Pack 6 (8.5.5.6), or later. After the fix pack is installed, the fix will not be active until the installed OAuth ear, WebSphereOauth20SP.ear, is updated from the (WAS_HOME)/installableApps directory.\n\n\nFor V8.5.0.0 through 8.5.5.4 Liberty Profile: Apply Interim Fix PI33202 [http://www-01.ibm.com/support/docview.wss?uid=swg24039594] [http://www-01.ibm.com/support/docview.wss?uid=swg24039594] [http://www-01.ibm.com/support/docview.wss?uid=swg24039403]\n-- OR Apply Fix Pack 5 (8.5.5.5), or later.\n\nFor V8.0.0.0 through 8.0.0.10: Apply Interim Fix PI36211 [http://www-01.ibm.com/support/docview.wss?uid=swg24039602]\n-- OR Apply Fix Pack 11 (8.0.0.11), or later. After the fix pack is installed, the fix will not be active until the installed OAuth ear, WebSphereOauth20SP.ear, is updated from the (WAS_HOME)/installableApps directory.\n\nFor V7.0.0.0 through 7.0.0.37: Apply Interim Fix PI36211 [http://www-01.ibm.com/support/docview.wss?uid=swg24039602]\n-- OR Apply Fix Pack 39 (7.0.0.39), or later. After the fix pack is installed, the fix will not be active until the installed OAuth ear, WebSphereOauth20SP.ear, is updated from the (WAS_HOME)/installableApps directory.\n\nWorkaround(s): None known \nMitigation(s): None known \n\nCVEID: CVE-2015-0250 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0250]\nDESCRIPTION: Apache Batik could allow a remote attacker to obtain sensitive information. By persuading a victim to open a specially-crafted SVG file, an attacker could exploit this vulnerability to reveal files and obtain sensitive information.\nCVSS Base Score: 4.3\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/#/vulnerabilities/101614 [https://exchange.xforce.ibmcloud.com/#/vulnerabilities/101614] for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (AV:N/AC:M/Au:N/C:P/I:N/A:N) \n\nAFFECTED VERSIONS: The following IBM WebSphere Application Server Versions are affected: Version 8.5 Full Profile Version 8 Version 7 Version 6.1\n\nRemediation/Fixes: The recommended solution is to apply the Interim Fix, Fix Pack or PTF for each named product as soon as practical. \n\nFix: \nApply an Interim Fix [http://www-01.ibm.com/support/docview.wss?uid=swg24039403], Fix Pack or PTF [https://www-304.ibm.com/support/docview.wss?rs=180&uid=swg27004980] containing this APAR PI39768 or PI49437, as noted below:\n\nFor IBM WebSphere Application Server Full profile and IBM WebSphere Application Server Hypervisor Edition\n\nFor V8.5.0.0 through 8.5.5.5: Apply Fix Pack 6 (8.5.5.6), or later. \n-- OR Apply Interim Fix PI39768 [http://www-01.ibm.com/support/docview.wss?uid=swg24040442]\n\nFor V8.0.0.0 through 8.0.0.10: Apply Fix Pack 11 (8.0.0.11), or later. [http://www-01.ibm.com/support/docview.wss?uid=swg21693751]\n-- OR Apply Interim Fix PI39768 [http://www-01.ibm.com/support/docview.wss?uid=swg24040442] \n\nFor V7.0.0.0 through 7.0.0.37: Apply Fix Pack 39 (7.0.0.39), or later. [https://www-304.ibm.com/support/docview.wss?uid=swg21693757]\n-- OR Apply Interim Fix PI49437 [http://www-01.ibm.com/support/docview.wss?uid=swg24041163] [http://www-01.ibm.com/support/docview.wss?uid=swg24040442]\n\nFor V6.1.0.0 through 6.1.0.47: Apply Fix Pack 47 (6.1.0.47), or later and then apply Interim Fix PI49437 [http://www-01.ibm.com/support/docview.wss?uid=swg24041163]\n\n\nWorkaround(s): None known \nMitigation(s): None known \n\n\nCVEID: CVE-2015-1927 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1927]\nDESCRIPTION: IBM WebSphere Application Server could allow a remote attacker to gain elevated privileges on the system, caused by an application not having the correct serveServletsbyClassname setting. By a developer not setting the correct property, an attacker could exploit this vulnerability to gain unauthorized access.\nCVSS Base Score: 6.8\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/102872 [https://exchange.xforce.ibmcloud.com/vulnerabilities/102872] for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (AV:N/AC:M/Au:N/C:P/I:P/A:P) \n\n\nAFFECTED VERSIONS: The following IBM WebSphere Application Server Versions are affected: Version 8.5 Full Profile and Liberty Profile Version 8 Version 7\n\nRemediation/Fixes: The recommended solution is to apply the Fix Pack or PTF for each named product as soon as practical. \n\nFix: \nApply an Interim Fix [http://www-01.ibm.com/support/docview.wss?uid=swg24039403], Fix Pack or PTF [https://www-304.ibm.com/support/docview.wss?rs=180&uid=swg27004980] containing this APAR PI31622, as noted below:\n\nPlease Note:This APAR has changed the default value of the WebContainer custom property com.ibm.ws.webcontainer.disallowServeServletsByClassname from false to true so that no security threat could occur. Prior to this change, it was up to the developer to remember to change the custom property to true before deploying into production. \n\n\nProperty Name: com.ibm.ws.webcontainer.disallowServeServletsByClassname \nDescription: If set to true, disallows the use of serveServletsByClassnameEnabled at the application server level, overriding any setting of serveServletsByClassnameEnabled at the application level. This property affects all applications. \nValues: true(default)/false\n\nIf you need to change the value please refer to the the following technote for instructions on enabling WebContainer custom properties: \n\nFull Profile: http://www-01.ibm.com/support/docview.wss?uid=swg21284395 [http://www-01.ibm.com/support/docview.wss?uid=swg21284395]\nLiberty Profile: http://www-01.ibm.com/support/docview.wss?uid=swg21597753 [http://www-01.ibm.com/support/docview.wss?uid=swg21597753]\n\nFor IBM WebSphere Application Server Full profile, IBM WebSphere Application Server Liberty Profile and IBM WebSphere Application Server Hypervisor Edition\n\nFor V8.5.0.0 through 8.5.5.5: Apply Fix Pack 6 (8.5.5.6), or later. \n-- OR Apply Interim Fix PI31622 [http://www-01.ibm.com/support/docview.wss?uid=swg24040348]\n\nFor V8.0.0.0 through 8.0.0.10: Apply Fix Pack 11 (8.0.0.11), or later. [http://www-01.ibm.com/support/docview.wss?uid=swg21693751]\n-- OR Apply Interim Fix PI31622 [http://www-01.ibm.com/support/docview.wss?uid=swg24040348] \n\nFor V7.0.0.0 through 7.0.0.37: Apply Fix Pack 39 (7.0.0.39), or later. [https://www-304.ibm.com/support/docview.wss?uid=swg21693757]\n-- OR Apply Interim Fix PI31622 [http://www-01.ibm.com/support/docview.wss?uid=swg24040348]\n\nWorkaround(s): Set the custom property com.ibm.ws.webcontainer.disallowServeServletsByClassName to true\nMitigation(s): None known \n\nCVEID: CVE-2015-1936 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1936]\nDESCRIPTION: IBM WebSphere Application Server Administrative console could allow a remote authenticated attacker to hijack a user's session when Security is not enabled. An attacker could exploit this vulnerability using the JSESSIONID parameter to gain access to another user's session.\nCVSS Base Score: 4\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/103108 [https://exchange.xforce.ibmcloud.com/vulnerabilities/103108] for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (AV:N/AC:L/Au:S/C:P/I:N/A:N) \n\nAFFECTED VERSIONS: The following IBM WebSphere Application Server Versions are affected: Version 8.5 Full Profile Version 8 \n\nRemediation/Fixes: The recommended solution is to apply the Fix Pack or PTF for each named product as soon as practical. \n\nFix: \nApply an Interim Fix [http://www-01.ibm.com/support/docview.wss?uid=swg24039403], Fix Pack or PTF [https://www-304.ibm.com/support/docview.wss?rs=180&uid=swg27004980] containing this APAR PI37230, as noted below:\n\n\nFor IBM WebSphere Application Server and IBM WebSphere Application Server Hypervisor Edition:\n\nFor V8.5.0.0 through 8.5.5.5: Apply Fix Pack 6 (8.5.5.6), or later. \n-- OR Apply Interim Fix PI37230 [http://www-01.ibm.com/support/docview.wss?uid=swg24040347]\n\nFor V8.0.0.0 through 8.0.0.11: Apply Fix Pack 12 (8.0.0.12), or later. [http://www-01.ibm.com/support/docview.wss?uid=swg21693751]\n-- OR Apply Interim Fix PI37230 [http://www-01.ibm.com/support/docview.wss?uid=swg24040347]\n\nWorkaround(s): None known \nMitigation(s): None known \n\nCVEID: CVE-2015-1946 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1946]\nDESCRIPTION: IBM WebSphere Application Server 8.5 and IBM WebSphere Virtual Enterprise 7.0 could allow a local attacker to gain elevated privileges on the system cause by the user roles not being handled properly.\nCVSS Base Score: 4.1\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/103201 [https://exchange.xforce.ibmcloud.com/vulnerabilities/103201] for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (AV:L/AC:M/Au:S/C:P/I:P/A:P) \n\nAFFECTED VERSIONS: The following IBM WebSphere Application Server Versions are affected: Version 8.5 IBM WebSphere Application Server Version 7.0 IBM WebSphere Virtual Enterprise on WebSphere Application Server Version 7 and Version 8\n\nRemediation/Fixes: The recommended solution is to apply the Fix Pack or PTF for each named product as soon as practical. \n\nFix: \nApply an Interim Fix [http://www-01.ibm.com/support/docview.wss?uid=swg24039403], Fix Pack or PTF [https://www-304.ibm.com/support/docview.wss?rs=180&uid=swg27004980] containing this APAR PI35180, as noted below:\n\nFor IBM WebSphere Application Server\n\nFor V8.5.0.0 through 8.5.5.5: Apply Fix Pack 6 (8.5.5.6), or later. \n-- OR Apply Interim Fix PI35180 [http://www-01.ibm.com/support/docview.wss?uid=swg24040235]\n\nFor IBM WebSphere Virtual Enterprise using WebSphere Application Server V7.0 and V8.0: Apply WebSphere Virtual Enterprise Fix Pack 6 (7.0.0.6) or later. \n\nWorkaround(s): None known \nMitigation(s): None known \n\nOther APARs shipped with 8.5.5.6 are included in the security bulletins below:\nPI33012 Security Bulletin for Dojo Toolkit Vulnerability [http://www-01.ibm.com/support/docview.wss?uid=swg21697284]\nPI36563 Security Bulletin for RSA Export Keys for WebSphere Application Server [http://www-01.ibm.com/support/docview.wss?uid=swg21698613]\nPI36563 Security Bulletin for RC4 Stream Cipher for WebSphere Application Server [http://www-01.ibm.com/support/docview.wss?uid=swg21701503]\nPI38302 Security Bulletin for Management Port for WebSphere Application Server [http://www-01.ibm.com/support/docview.wss?uid=swg21883573]\nPI36417 Security Bulletin for RSA Export Keys for IBM HTTP Server [http://www-01.ibm.com/support/docview.wss?uid=swg21698959] \nPI34229 Security Bulletin for RC4 Stream Cipher for IBM HTTP Server [http://www-01.ibm.com/support/docview.wss?uid=swg21701072] \n\nGET NOTIFIED ABOUT FUTURE SECURITY BULLETINS\n Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this. \n\nIMPORTANT NOTE\n IBM strongly suggests that all System z customers be subscribed to the System z Security Portal to receive the latest critical System z security and integrity service. If you are not subscribed, see the instructions on the System z Security web site [http://www.ibm.com/systems/z/solutions/security_subintegrity.html]. Security and integrity APARs and associated fixes will be posted to this portal. IBM suggests reviewing the CVSS scores and applying all security or integrity fixes as soon as possible to minimize any potential risk. \n\nREFERENCES\nComplete CVSS v2 Guide [http://www.first.org/cvss/v2/guide] \nOn-line Calculator v2 [http://nvd.nist.gov/CVSS-v2-Calculator] \n\nRELATED INFORMATION\nIBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html] \nIBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt] \n\nCHANGE HISTORY\n 26 June 2015: original document published\n29 June 2015: fix serveservlets custom property name and add workaround\n30 June 2015: fix serveservlets custom property\n16 July 2015: added additional links to ifixes\n13 August 2015: added additonal link to ifixes\n2 September 2015: updated fix pack dates and level\n13 November 2015: updated interim fix PI39768 with PI49437 \n\n*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin. \n\nDISCLAIMER\nAccording to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an \"industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response.\" IBM PROVIDES THE CVSS SCORES \"AS IS\" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY. \n\n\n\n\n\nCross reference information Segment Product Component Platform Version Edition Application Servers WebSphere Application Server Hypervisor Edition Application Servers WebSphere Virtual Enterprise" } ]
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
false
[ { "filename": "swg21511831.txt", "text": "Title: IBM DOORS module fails to open in exclusive edit mode results in error \"unable to open module ...no such file or directory\" - United States\n\nText:\nmissing 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 module exclusive edit in IBM Rational DOORS result in the error \"DOORS report\nUnable to open module '/A Project/Requirements' No such file or directory\". \n\nSYMPTOM\nA module with a large number of sections is used mostly in shareable edit mode. \n\nYou can open the module Read-only , or Shareable-Edit; but not in exclusive edit. \n\nSteps to reproduce: \n\n 1. Login to DOORS\n \n \n 2. Click the Project, or folder, icon that contains the module\n \n \n 3. Click the module icon in the DOORS Explorer window\n \n \n 4. Click File > Open> Exclusive Edit (Ctrl + E)\n \n\n\nExpected result: The module should open in Exclusive edit mode. \n\nActual result: The module will not open in exclusive edit module; however it will open in read only mode, or shareable edit mode. If you attempt to check the database integrity for issue the module is not flagged for any problems. \n\nThe full error message is as follows:\n\nDOORS report\nUnable to open module '/A Project/Requirements' No such file or directory\"\nC:\\Program Files (x86)\\IBM\\Rational\\DOORS\\9.5\\data\\v6data\\20\\m00000021.mod\\current.ver\\s1000005.dtc\n\n\nimage \n\n[/support/docview.wss?uid=swg21511831&aid=1] [/support/docview.wss?uid=swg21511831&aid=1]\n\nCAUSE\n This issue has been identified as a product defect under APAR PM50525 [http://ibm.com/support/docview.wss?uid=swg1PM31236].\n\n\n\nRESOLVING THE PROBLEM\nThis error indicates that a user session file is corrupted on the database server. \n\nThis defect is resolved in IBM Rational DOORS Version 9.4.0.1 [http://www-01.ibm.com/support/docview.wss?uid=swg27036720#9401] \n\n \n\nWORKAROUND: \n\nthe following options can be used to correct this problem: \n\n * Retrieve the missing file from system backup and insert it into the module current.ver directory\n \n The advantage of inserting the missing session file is you do not need to restart the database server.\n\nWarning these two option should only be performed by Rational Support. Modifications to the files in your DOORS database could result is data corruption and jeapordize your DOORS database. Send the session.ixc file to support for repair\n\nFrom the module directory listed in the error message provide support the file session.ixc\nChoosing to have support repair the session index file requires you to have all users log out \nand shut down the DOORS database server until the repaired file is returned and inserted \nto replace the existing data file for the module.\n\nCreate a replacement session file \nFrom the module directory listed in the error message provide support the file session.ixc\nAdjacent session files will be required in order to to create the replacement. \nYour support engineer will identify these files from the session index file.\nNo work can be performed in the effected module until the replacement session file is restored\nfor the effected module. \n\n\nNote: Generally the repair is only required for one user session file. However in circumstances where DOORS reports a missing session file for a module- the event that caused this may have effected session files for other users connected to the module. For this situation you may need to perform a successive repair to the index file." } ]
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 * [email protected] * * ecdh-sha2-nistp256 * * ecdh-sha2-nistp384 * * ecdh-sha2-nistp521 * * diffie-hellman-group-exchange-sha256 * * diffie-hellman-group14-sha1 Default MAC algorithms * [email protected] * * [email protected] * * [email protected] * * [email protected] * * [email protected] * * [email protected] * * [email protected] * * hmac-sha2-256 * * hmac-sha2-512 * * hmac-sha1
false
[ { "filename": "swg21974106.txt", "text": "Title: IBM Late breaking updates to DataPower 7.5 documentation - United States\n\nText:\n 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\nCONTENT\nThe late breaking updates in this document apply to DataPower Gateway version 7.5 documentation. \n\n\n\n\n\n\n\nTo access specific updates, click the appropriate link: * Upgrade\n * \n * Installation\n * \n * GatewayScript\n * \n * File management\n * \n * Monitors\n\nTo view the change history of this document, see Change history\n\n\nThe corrections in the following sections apply to DataPower Gateway version 7.5 in IBM Knowledge Center.\n\n\n\n\n\n\n\n\n\n\nUpgrade * \n * Disabled diffie-hellman-group-exchange-sha1 and diffie-hellman-group1-sha1 algorithms by default. Disabled MD5-based MAC algorithms. Limited DH-GEX to 4096 bits for Cisco devices. \n * \n * \n * enable-legacy-kex yes\n * \n * The enable-legacy-kex command for the SSH server profile in available in 7.5.2.0. The enable-legacy-kex command for the SSH client profile is available in 7.5.2.7. \n * \n * \n * Default cipher suites * [email protected] (CHACHA20-POLY1305_AT_OPENSSH.COM)\n * \n * aes128-ctr (AES128-CTR)\n * \n * aes192-ctr (AES192-CTR)\n * \n * aes256-ctr (AES256-CTR)\n * \n * [email protected] (AES128-GCM_AT_OPENSSH.COM)\n * \n * [email protected] (AES256-GCM_AT_OPENSSH.COM)\n * \n * arcfour256 (ARCFOUR256)\n * \n * arcfour128 (ARCFOUR128)\n * \n * aes128-cbc (AES128-CBC)\n * \n * 3des-cbc (3DES-CBC)\n * \n * blowfish-cbc (BLOWFISH-CBC)\n * \n * cast128-cbc (CAST128-CBC)\n * \n * aes192-cbc (AES192-CBC)\n * \n * aes256-cbc (AES256-CBC)\n * \n * arcfour (ARCFOUR)\n * \n * [email protected] (RIJNDAEL-CBC_AT_LYSATOR.LIU.SE)\n \n Default KEX algorithms * [email protected]\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 * [email protected]\n * \n * [email protected]\n * \n * [email protected]\n * \n * [email protected]\n * \n * [email protected]\n * \n * [email protected]\n * \n * [email protected]\n * \n * hmac-sha2-256\n * \n * hmac-sha2-512\n * \n * hmac-sha1\n \n \n * \n * \n * The SSH client always initiates the banner exchange. During the SSH2 banner exchange, use CR+LF termination for the banner. The SSH client ignores any message from the SSH server until the banner exchange. \n\n\nBack to top\n\n\n\n\n\n\n\n\n\n\nInstallation * \n * show other-sensors\n * \n * show sensors-other\n * \n\n\nBack to top\n\n\n\n\n\n\n\n\n\n\nGatewayScript * \n * clear gatewayscript-cache path\n * \n\n\nBack to top\n\n\n\n\n\n\n\n\n\n\nFile management * \n * isamwebroot local policyframework \n\n\nBack to top\n\n\n\n\n\n\n\n\n\n\nMonitors * \n * type\n * \n * block\n * \n * shape\n * \n * type command\n * \n\n\nBack to top\n\n\n\n\n\n\n\n\n\nChange history \nLast modified: 30 October 2017. * 30 October 2017: Added information about nonexisting block keyword for Message Filter Action type command. \n * 19 October 2017: Added information about which directories you can create and remove subdirectories. \n * 19 July 2016: Added data about the wrong command troubleshooting command in the installation documentation. \n * 17 June 2016: Added data about the undocumented Global command. \n * 22 March 2016: Created for 7.5.\n\nBack to top" } ]
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.ibm.db2.luw.admin.cmd.doc/doc/r0054449.html] command - For DB2 V10.5 run db2updv105 [https://www.ibm.com/support/knowledgecenter/SSEPGG_11.1.0/com.ibm.db2.luw.admin.cmd.doc/doc/r0054449.html] command - For DB2 V11.1 run db2updv111 [https://www.ibm.com/support/knowledgecenter/SSEPGG_11.1.0/com.ibm.db2.luw.admin.cmd.doc/doc/r0054449.html] command
false
[ { "filename": "swg21983739.txt", "text": "Title: IBM Data Server Manager (DSM) showing SQLCODE=-206 \"<name> is not valid in the context where it is used.\" - United States\n\nText:\nSQLCODE 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 \"<name> is not valid in the context where it\nis used.\" error \n\nSYMPTOM\nThe symptoms can vary depending on each installation. \n\nMost common scenario, DSM shows Data Pending status for the monitored database.\n\n\nCAUSE\nWhen you apply a new DB2 fixpack, the db2iupdt command is used to update an instance to a higher level within a release. \n\nBut that command does not necessarily update the database system catalog to support the new fix pack that you have installed.\nMeaning, just because the db2level shows a higher level, your database can still be using routines from an older DB2 level. \n\n\n\nDIAGNOSING THE PROBLEM\nOne way to verify what routine levels your database is using, you can run the following DB2 command on the monitored database: \n\ndb2 \"select versionnumber from sysibm.sysversions order by 1 desc\" \n\nIf the results is showing a lower level than the ones DSM supports, that means your environment\nis not supported, and you are getting the SQLCODE=-206 error.\n\nTo verify what are the DB2 levels supported by DSM, please refer to the links below:\n- System requirements for IBM Data Server Manager, version 1.1.2 [http://www-01.ibm.com/support/docview.wss?uid=swg27045176]\n- System requirements for IBM Data Server Manager, version 2.1 [http://www-01.ibm.com/support/docview.wss?uid=swg27048115]\n\n\n\nRESOLVING THE PROBLEM\nRun 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.0/com.ibm.db2.luw.admin.cmd.doc/doc/r0054449.html] command\n- For DB2 V10.5 run db2updv105 [https://www.ibm.com/support/knowledgecenter/SSEPGG_11.1.0/com.ibm.db2.luw.admin.cmd.doc/doc/r0054449.html] command\n- For DB2 V11.1 run db2updv111 [https://www.ibm.com/support/knowledgecenter/SSEPGG_11.1.0/com.ibm.db2.luw.admin.cmd.doc/doc/r0054449.html] command" } ]
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 Console affecting IBM Business Process Manager (BPM) and WebSphere Lombardi Edition (WLE) CVE-2015-0156). Where can I find this information?
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 script in a victim's Web browser within the security context of the hosting Web site, once the URL is clicked. An attacker could use this vulnerability to steal the victim's cookie-based authentication credentials. CVSS Base Score: 3.5 CVSS Temporal Score: Seehttps://exchange.xforce.ibmcloud.com/vulnerabilities/100792 [https://exchange.xforce.ibmcloud.com/vulnerabilities/100792]for the current score CVSS Environmental Score*: Undefined CVSS Vector: (AV:N/AC:M/Au:S/C:N/I:P/A:N)
false
[ { "filename": "swg21697120.txt", "text": "Title: 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\n\nText:\n SECURITY BULLETIN\n\nSUMMARY\n 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 script in a victim's Web browser within the security context of the hosting Web site, once the URL is clicked. An attacker could use this vulnerability to steal the victim's cookie-based authentication credentials. \n\nVULNERABILITY DETAILS\nCVEID: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 execute script in a victim's Web browser within the security context of the hosting Web site, once the URL is clicked. An attacker could use this vulnerability to steal the victim's cookie-based authentication credentials.\nCVSS Base Score: 3.5\nCVSS Temporal Score: Seehttps://exchange.xforce.ibmcloud.com/vulnerabilities/100792 [https://exchange.xforce.ibmcloud.com/vulnerabilities/100792]for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (AV:N/AC:M/Au:S/C:N/I:P/A:N) \n\nAFFECTED PRODUCTS AND VERSIONS\n \n\n * IBM Business Process Manager Standard V7.5.x, 8.0.x, 8.5.x \n * IBM Business Process Manager Express V7.5.x, 8.0.x, 8.5.x \n * IBM Business Process Manager Advanced V7.5.x, 8.0.x, 8.5.x \n * WebSphere Lombardi Edition 7.2.x\n\n\nIf you are using an earlier unsupported version, IBM strongly recommends to upgrade. REMEDIATION/FIXES\nInstall the interim fix for APAR JR52420 as appropriate for your current IBM Business Process Manager or IT06812 for your current WebSphere Lombardi Edition environment. \n\n * IBM Business Process Manager Express [http://www.ibm.com/support/fixcentral/swg/quickorder?parent=ibm%7EWebSphere&product=ibm/WebSphere/IBM+Business+Process+Manager+Express&release=All&platform=All&function=aparId&apars=JR52420] \n * IBM Business Process Manager Standard [http://www.ibm.com/support/fixcentral/swg/quickorder?parent=ibm%7EWebSphere&product=ibm/WebSphere/IBM+Business+Process+Manager+Standard&release=All&platform=All&function=aparId&apars=JR52420] \n * IBM Business Process Manager Advanced [http://www.ibm.com/support/fixcentral/swg/quickorder?parent=ibm%7EWebSphere&product=ibm/WebSphere/IBM+Business+Process+Manager+Advanced&release=All&platform=All&function=aparId&apars=JR52420] \n * WebSphere Lombardi Edition [http://www.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~WebSphere&product=ibm/WebSphere/WebSphere+Lombardi+Edition&release=All&platform=All&function=aparId&apars=IT06812]\n\nWORKAROUNDS AND MITIGATIONS\nNone\n\nGET NOTIFIED ABOUT FUTURE SECURITY BULLETINS\n Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this. \n\nIMPORTANT NOTE\n IBM strongly suggests that all System z customers be subscribed to the System z Security Portal to receive the latest critical System z security and integrity service. If you are not subscribed, see the instructions on the System z Security web site [http://www.ibm.com/systems/z/solutions/security_subintegrity.html]. Security and integrity APARs and associated fixes will be posted to this portal. IBM suggests reviewing the CVSS scores and applying all security or integrity fixes as soon as possible to minimize any potential risk. \n\nREFERENCES\nComplete CVSS v2 Guide [http://www.first.org/cvss/v2/guide] \nOn-line Calculator v2 [http://nvd.nist.gov/CVSS-v2-Calculator] \n\nRELATED INFORMATION\nIBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html] \nIBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt] \n\nCHANGE HISTORY\n 2015-05-13 - initial version published \n\n*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin. \n\nDISCLAIMER\nAccording to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an \"industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response.\" IBM PROVIDES THE CVSS SCORES \"AS IS\" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY. \n\n\n\n\nCross reference information Segment Product Component Platform Version Edition Business Integration IBM Business Process Manager Standard Security AIX, Linux, Linux zSeries, Solaris, Windows 8.5.6, 8.5.5, 8.5.0.1, 8.5, 8.0.1.3, 8.0.1.2, 8.0.1.1, 8.0.1, 8.0, 7.5.1.2, 7.5.1.1, 7.5.1, 7.5.0.1, 7.5 Business Integration IBM Business Process Manager Express Security Linux, Linux zSeries, Windows 8.5.6, 8.5.5, 8.5.0.1, 8.5, 8.0.1.3, 8.0.1.2, 8.0.1.1, 8.0.1, 8.0, 7.5.1.2, 7.5.1.1, 7.5.1, 7.5.0.1, 7.5 Business Integration WebSphere Lombardi Edition AIX, HP-UX, Linux, Linux zSeries, Linux/x86, Platform Independent, Solaris, Windows, Windows Vista, Windows XP 7.2.0.5, 7.2.0.4, 7.2.0.3, 7.2.0.2, 7.2.0.1, 7.2" } ]
TRAIN_Q350
Missing option to fill in attributes when trying to deploy a pattern I tried to deploy a pattern and I have some parameters to modify at deployment time. But I can't see my parts/attributes in the Component Attribute List.
To show missing component attributes for configuration, lock any one of the attributes, such as the name attribute. This action causes the other component attributes to be displayed for configuration.
false
[ { "filename": "swg27044407.txt", "text": "Title: IBM PureApplication System Release Note: Some component attributes are not available to configure during pattern deployment - United States\n\nText:\nv2001rlsnotes RELEASE NOTES\n\nABSTRACT\n Some component attributes are not available to configure during pattern deployment \n\nCONTENT\nProblem: If your virtual system pattern includes a component (such as an image, software component or script package) that has a data dependency on another component, but does not have any locked attributes, then the attributes for the component with the data dependency are not presented for configuration during pattern deployment.\n\nResolution: To show missing component attributes for configuration, lock any one of the attributes, such as the name attribute. This action causes the other component attributes to be displayed for configuration." } ]
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
false
[ { "filename": "swg21163875.txt", "text": "Title: IBM HTTP Session time-out settings and overwrite precedence rules - United States\n\nText:\nWebSphere 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 Administrative Console. It is also possible to set HTTP Session time-out for the application packaging process. \n\nSince Session time-out can be set in multiple places, it is necessary to understand how the ultimate Session time-out for an application is determined. \n\nCAUSE\nApplication needs HTTP session time-out set.\n\nRESOLVING THE PROBLEM\nThe 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\n\n\nSetting the HTTP Session time-out from the Administrative Console \n1. To set the HTTP Session time-out at the server level, navigate to Servers > Application Servers > Your Server > Web Container > Session Management. \n\nIn the Session time-out section of this window, you can select No time-out or Set time-out by clicking the appropriate radio button. If you choose to set the time-out, type the desired value in minutes in the box. \n\n\n2. To set the HTTP Session time-out at the Enterprise Application level, navigate to Applications > Enterprise Applications > Your Application > Session Management. \n\nCheck Override in the Override Session Management section, then select to set the time-out and the time-out value. This sets the application session to overwrite those values set at the parent, which in this case is the Server level. \n\n\n3. To set the HTTP Session time-out at the Web Application level, navigate to Applications > Enterprise Applications > Your Application > Web Module > Your Web App.war > Session Management. \n\nCheck Override in the Override Session Management section, then select to set the time-out and the time-out value. This sets the Application Session to overwrite those values set at the parent levels, which in this case is the Server or Enterprise Application level. \n\nAfter modifying these settings, save the master configuration. \n\nSetting HTTP Session time-out when application is packaged \n\nThe application developer can also select to set the HTTP Session time-out parameter when the application is packaged. This value is stored in the web.xml file for the Web application. \n\nThis setting overrides any session time-outs defined from the Administrative Console. Alter this setting by repackaging the application with a new value, or by modifying the web.xml file. The entry in the web.xml will be as follows: \n          <session-config> \n *          <session-timeout>60</session-timeout>\n * \n *       </session-config>\n\n \n\nWhere the \"session-timeout\" is an integer value for the desired session time-out in minutes. \nSetting HTTP Session time-out from the application code \n\nFinally, the HTTP Session time-out can be set in the application code. The programmer can invoke the setMaxInactiveInterval() method on HttpSession object to set the time-out value as desired. This setting overrides any time-out defined in the application package or made from the Administrative Console. \n\nHTTP Session time-out Override Precedence Summary \n\nThe list below shows the precedence from which the final HTTP Session time-out is derived. \n\n1. Server Level [/support/docview.wss?uid=swg21163875&amp;aid=1] Lowest level 2. Enterprise Application [/support/docview.wss?uid=swg21163875&amp;aid=1] Overrides the Server Level if Override is selected 3. Web Application [/support/docview.wss?uid=swg21163875&amp;aid=1] Overrides the Server and Enterprise Application settings if Override is selected 4. Application Level (web.xml) [/support/docview.wss?uid=swg21163875&amp;aid=1] Overrides Server, Enterprise Application, and Web Application settings 5. Application Code [/support/docview.wss?uid=swg21163875&amp;aid=1] Overrides all other settings RELATED INFORMATION\n A simplified Chinese translation is available [http://www.ibm.com/support/docview.wss?uid=swg21659740]\n\n\n \n\n\nCross reference information Segment Product Component Platform Version Edition Application Servers Runtimes for Java Technology Java SDK" } ]
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.
false
[ { "filename": "swg21425772.txt", "text": "Title: IBM \"An invalid XML character\" error is thrown when handling data originating from a WebSphere Adapter - United States\n\nText:\nUnicode 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 unicode data due to a serialization error in the broker indicating that \"An invalid XML character (Unicode: 0x0) was found in the element content\". \n\nSYMPTOM\nWhen processing data using a broker that originates from a WebSphere JCA Adapter, you encounter an exception of the following form: \n\nSource = java.lang.RuntimeException caught trying to serialize BO BusinessObject: F4211BeginDoc@382a382a (F4211FSBeginDoc=F4211FSBeginDoc@67e667e6) probeid = 214 Stack Dump = java.lang.RuntimeException: An invalid XML character (Unicode: 0x0) was found in the element content:\n\nThis error occurs while you are performing data transformations within your broker, either for an XSLT or to enable monitoring or tracing of the data stream, and results in a flow failure.\n\n\nCAUSE\nThe problem occurs when the source data contains unicode data which is not allowed in XML. In the above example, this is the unicode character 0x0, but there are a number of other unicode characters that can cause the same result. The problem does not occur in the WebSphere Adapter itself because the WebSphere Adapters are entirely capable of handling full unicode data. Rather, the problem happens in some brokers which fail to properly serialize the incoming data into a valid XML object.\n\n\nRESOLVING THE PROBLEM\nThe 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. It is not sufficient to do filtering in the BO maps since the broker can still run into problems prior to this Java™ mapping. \n\n\nIf handling of fields containing these unicode characters is essential to your use case, it will be necessary to open a PMR with your broker's support team (rather than the WebSphere Adapter team) to determine if there are any alternatives available.\n\n \n\nHISTORICAL NUMBER\n 75349\n344\n000" } ]
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 following picture 2. I used cqreg to register CQ database: cqreg add_dbset -v ORACLE -s 192.168.0.84 -d ESBDB -u cqadmin -p cqadmin -dbset CQ_DEMO_ORACLE -co LOB_TYPE=CLOB -force How do I deal with it?
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 previously mentioned commands again.
false
[ { "filename": "swg21320206.txt", "text": "Title: IBM ERROR: Default DB path is not set, when adding database set on RHEL 5 - United States\n\nText:\n1320206; 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 (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n This technote explains why the error, \"Default DB path is not set\", occurs when adding a connection with IBM® Rational® ClearQuest® on RedHat Enterprise Linux® (RHEL) 5. \n\nSYMPTOM\nWhen running the command cqreg add_dbset, this error occurs:\n\n\"Default DB path is not set\"\n\"Default version is 7.0.0\"\n/opt/rational/clearquest/CQDB_rgys/cqdb_registry/7.0.0 does not exist. Use cqreg initialize first. \n\nCAUSE\nNormally, at the end of a ClearQuest installation on UNIX® based platforms, the cqreg initialize command runs automatically. The command creates the registry structure for database sets. During the installation, the command did not run successfully.\n\nDIAGNOSING THE PROBLEM\nVerify that the CQDB_rgys directory exists, as defined in the installation options. The following is the default registry location: \n\n\n/opt/rational/clearquest/CQDB_rgys/cqdb_registry/\n\nIf not present, then the cqreg initialize command was not successful.\n\n\nRESOLVING THE PROBLEM\nRun 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, then run the previously mentioned commands again." } ]
TRAIN_Q354
CICS Transaction Server and CICS Tools compatibility with z/OS 1.13 I am using CICS Transaction Server for z/OS (CICS TS) and several CICS Tools and I would like to know if they are compatible with z/OS V1.13?
-
true
[]
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, the total length of the record will vary during the process.
false
[ { "filename": "swg21567862.txt", "text": "Title: IBM PureData Systems for Analytics - nzsql error, Records trailing spring space set to 512 is too small - United States\n\nText:\nnetezza 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 file: \n\nERROR: Records trailing spring space set to 512 is too small : Bump it up using the environment variable NZ_SPRINGFIELD_SIZE \n\nThis 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, the total length of the record will vary during the process. For example, if the current min value is \"Boston\" and the new min value is \"Albuquerque\" space for the new min value needs to increase. \n\nThe NZ_SPRINGFIELD_SIZE is an extra pseudo-column that is tacked onto each row. It does not contain any data. It is a filler that starts out at NZ_SPRINGFIELD_SIZE and then dynamically shrinks and expands as needed to keep each of the aggregate rows at a fixed length. There is a single springfield in each grouping record that has to shrink and grow to offset the combined changes in width of the running values for all min/max aggregates. \n\nTo avoid this error message, increase the value for this parameter as follows: \n\n1. nzstop\n2. export NZ_SPRINGFIELD_SIZE=1024\n3. nzstart \n\nYou can confirm that the environment variable took effect by running the command \"nzsystem showregistry\". The output should contain the following: \"system.maxSpringFieldSize = 1024\". \n\nUnfortunately, the setting for NZ_SPRINGFIELD_SIZE will revert to its default value the next time the database is stopped and started without the NZ_SPRINGFIELD_SIZE environment variable being set. To ensure that the setting persists after every database restart, do the following:\n1. Add the following line to the /nz/data/config/system.cfg file. (Create the file if it does not exist.) \n\nsystem.maxSpringFieldSize = 1024\n2. nzstop\n3. nzstart \n\nIf 1024 does not work, try higher values. Setting the limit may take a little trial and error. Increasing this value should not have a noticeable impact on other system performance. \n\n \n\nNote: \"By default 512 bytes is allocated to each row taking part in aggregations. By increasing this value by 512 we allocate over 30MB more memory for every 1 000 000 rows participating in aggregations. This is for one query, there might be other queries in the system which do aggregations as well. The more memory that is allocated for NZ_SPRINGFIELD_SIZE (for each row) the less memory left for other processes. Having said this, it is not uncommon to see NZ_SPRINGFIELD_SIZE set to 8192 without consequence but care must be taken and one must still be aware of how increasing NZ_SPRINGFIELD_SIZE will impact resources, thus increase it wisely. \" \n\n \n\nHISTORICAL NUMBER\n NZ755310" } ]
TRAIN_Q356
What can be done about "Too many open files" messages in the DASH systemOut? What can be done about "Too many open files" messages in the DASH systemOut log on a system running Linux?
-
true
[]
TRAIN_Q357
DataPower support for SHA-2 Does DataPower support the SHA-256 cryptographic hash function?
Yes, if a Certificate Authority(CA) signs a certificate using SHA2(SHA-256), IBM Websphere DataPower SOA Appliance can validate CA's signature on the certificate while building trust chain from the DataPower ValCred.
false
[ { "filename": "swg21406783.txt", "text": "Title: IBM When a Certificate Authority (CA) signs a certificate using SHA2(SHA-256), IBM Websphere DataPower SOA Appliance can validate the signature of CA on certificate. - United States\n\nText:\nDatapower DP valcred SHA2 SHA-2 SHA-256 certificate trust CA TECHNOTE (FAQ)\n\nQUESTION\n When a Certificate Authority(CA) signs a certificate using SHA2(SHA-256), can IBM Websphere DataPower SOA Appliance validate the certificate and trust chain? \n\nANSWER\n Yes, if a Certificate Authority(CA) signs a certificate using SHA2(SHA-256), IBM Websphere DataPower SOA Appliance can validate CA's signature on the certificate while building trust chain from the DataPower ValCred.\n\n\n \n\nCross reference information Segment Product Component Platform Version Edition Business Integration WebSphere DataPower SOA Appliances General Firmware 3.8.1, 3.8, 3.7.3, 3.7.2" } ]
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 using the AD repository, and my VPs admin user on the credential vault. Tried to create a syndication relationship , that is failing with the error: "Could not communicate with the target URL. Please check that the Syndicator URL details are entered correctly, and that the credential slot user exists on the target server."
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 access to the Virtual Portal.
false
[ { "filename": "swg21681464.txt", "text": "Title: IBM Syndicating to VP with exclusive realms does not work. - United States\n\nText:\nsyndication; 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 entries and map one realm ( with base entry e.g DC=org1,DC=test) to base Portal.\n\n2) Create a Virtual portal and map it to another realm ( with base entry e.g DC=org2,DC=test).\n\n3) Attempt to carry out syndication from Base Portal to Virtual Portal.\n\n4) The syndication fails with below exception:\n\n[datetime] 0000007f PackageGenera I createIceProjectItemRemoves():: p_items length = 0 \n[datetime] 0000008b ResponseBL I Performing response for sender: 1abc2a07-e70a-4804-8e09-b7b897eef534\n[datetime] 000000a1 SubscriberTas E Unexpected exception thrown while updating subscription: [IceId: <1abc2a07-e70a-4804-8e09-b7b897eef534> Current State: <ICE-INITIAL>], exception: com.presence.connect.wmmcomms.exception.MemberNotFoundException: Message: com.ibm.portal.WpsException: EJPSG0002E: Requested Member does not exist.uid=wpsadmin,cn=users,DC=XYZ,DC=TEST, Cause: com.ibm.wps.um.exceptions.impl.MemberNotFoundExceptionImpl: com.ibm.portal.WpsException: EJPSG0002E: Requested Member does not exist.uid=wpsadmin,cn=users,DC=XYZ,DC=TEST com.presence.connect.wmmcomms.exception.MemberNotFoundException: Message: com.ibm.portal.WpsException: EJPSG0002E: Requested Member does not exist.uid=wpsadmin,cn=users,DC=XYZ,DC=TEST, Cause: com.ibm.wps.um.exceptions.impl.MemberNotFoundExceptionImpl: com.ibm.portal.WpsException: EJPSG0002E: Requested Member does not exist.uid=wpsadmin,cn=users,DC=XYZ,DC=TEST\n[...]\nat com.presence.connect.wmmcomms.UserManagementServiceImpl.getPortalAdministrator(UserManagementServiceImpl.java:1678)\n[...]\n\n\nCAUSE\n\nThe Admin user exists on Base Portal but not the Realm which is configured to Virtual Portal.\n\nThe Administrator User who is listed as the Domain Admin retrieved with:\ncom.presence.connect.wmmcomms.UserManagementServiceImpl.getPortalAdministrator() does not have access to the Virtual Portal.\n\n\nRESOLVING THE PROBLEM\n \n\nThe 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 have access to the Virtual Portal.\n\nRELATED INFORMATION\n Realm Support [http://www-10.lotus.com/ldd/portalwiki.nsf/xpDocViewer.xsp?lookupName=IBM%20WebSphere%20Portal%208%20Product%20Documentation&documentId=3B264D090122D90D85257B26000692C6&action=openDocument&rev=true&mode=original&content=pdcontent]" } ]
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 vulnerability using man-in-the-middle techniques to impersonate a TLS server and obtain credentials. CVSS Base Score: 7.1 CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/109415 [https://exchange.xforce.ibmcloud.com/vulnerabilities/109415] for the current score CVSS Environmental Score*: Undefined CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:N)
false
[ { "filename": "swg21974599.txt", "text": "Title: IBM Security Bulletin: Vulnerability in MD5 Signature and Hash Algorithm affects IBM MQ Appliance (CVE-2015-7575) - United States\n\nText:\n 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.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 vulnerability using man-in-the-middle techniques to impersonate a TLS server and obtain credentials.\nCVSS Base Score: 7.1\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/109415 [https://exchange.xforce.ibmcloud.com/vulnerabilities/109415] for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:N)\n\nAFFECTED PRODUCTS AND VERSIONS\nIBM MQ Appliance M2000\n\nREMEDIATION/FIXES\nApply the ifix for APAR IT13296 [http://www.ibm.com/support/fixcentral/swg/selectFix?product=ibm/WebSphere/IBM%20MQ%20Appliance%20M2000&fixids=8.0.0.4-IBM-MQ-Appliance-M2000-IT13223&function=fixId&parent=ibm/WebSphere].\n\nGET NOTIFIED ABOUT FUTURE SECURITY BULLETINS\n Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this. \n\nREFERENCES\nComplete CVSS v3 Guide [http://www.first.org/cvss/user-guide] \nOn-line Calculator v3 [http://www.first.org/cvss/calculator/3.0] RELATED INFORMATION\nIBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html] \nIBM Product Security Incident Response Blog [http://www.ibm.com/blogs/PSIRT] ACKNOWLEDGEMENT\nReported to IBM by Karthikeyan Bhargavan at INRIA in Paris, France \n\nCHANGE HISTORY\n 26 January 2016 Original Version Published \n\n*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin. \n\nDISCLAIMER\nAccording to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an \"industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response.\" IBM PROVIDES THE CVSS SCORES \"AS IS\" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY.\n\n \n\nPRODUCT ALIAS/SYNONYM\n IBMMQ" } ]
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: CM0 Running_Memory - The amount of memory, in megabytes, varied on-line by the LPAR. Warehouse name: RM In order to display these new attributes in the Tivoli Enterprise Portal, use the Query Editor and select Server LPARs_V9 under KPH SERVER LPARS.
false
[ { "filename": "swg24042283.txt", "text": "Title: IBM Tivoli Monitoring: HMC Base Agent 6.2.2.3-TIV-ITM_HMC_BASE-IF0004 - United States\n\nText:\n 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 Machines Corporation 2015. \nAll rights reserved.\n\n\nComponent: IBM(R) Tivoli(R) Monitoring: HMC Base Agent,\nVersion 6.2.2.3\n\nComponent ID: 5724C04HB\n\nInterim Fix 0004, 6.2.2.3-TIV-ITM_HMC_BASE-IF0004\n\nDate: October 20, 2015 \n\nContents:\n\n1.0 General description\n2.0 Problems fixed\n3.0 Architecture and prerequisites\n4.0 Image directory contents\n5.0 Installation instructions\n6.0 Additional installation information\n7.0 Known problems and workarounds\n8.0 Additional product information\n9.0 Copyright and trademark information\n10.0 Notices\n\n\n1.0 General description\n===============\nThis fix resolves the APARs and defects listed in the \"Problems Fixed\"\nsection below.\n\n\n2.0 Problems fixed\n============\nThe following problems are addressed by this fix.\n\n2.1 APARs\n---------------\n\nAPAR: IV67769\nAbstract: APPLICATION SUPPORT MISMATCH WARNING MESSAGE\nAdditional information: After installing interim fix\n6.2.2.3-TIV-ITM_HMC_BASE-IF0003, the Tivoli Enterprise\nPortal might display a warning indicator that states\nApplication Support Mismatch and shows HMC Base Servers\nwith Client Version 06220302 and Server Version 06220303. \n\n2.3 Enhancements\n------------------\nFeature: 215857\nAbstract: New Hardware Events Attribute Group\nAdditional information: Add a new attribute group to collect \nhardware events from the Hardware Management\nConsole (HMC).\n\nAttribute group name: Hardware Events\nTable name : KPHHDWEVNTS\nWarehouse table name: KPH_HARDWARE_EVENTS or KPHHDWEVNTS\n\nAttribute descriptions:\n\nProblem_No - The problem number of the event.\nReference_Code - The reference code for the event.\nFirst_Report_Time - The first time when the event was reported.\nPMH_No - The IBM hardware support PMR number that\nwas created if the call home was successful.\nFirmware_Fix - The Firmware Fix for the event.\nService_Event_Text - The description of the service event.\nApproval_State - The event approval state, either approved or\nunapproved.\nDuplicated_Count - The number of times the event has occurred.\nSeverity - The event severity.\nSystem_MTMS - The machine type/model of the server\nreporting the event.\nEnclosure_MTMS - The machine type/model of the enclosure\nsystem reporting the event.\nCreated_Time - The time the event was created.\nEvent_Time - The time the event was reported.\nCall_Home_Intended - Defines if call home was intended for this\nevent, either true or false.\nAnalyzing_MTMS - The machine type/model of the analyzing system.\nReference_Code_Extent - The extent of reference code.\nSystem_Ref_code - The system reference code.\n\n2.4 Superseded fixes\n---------------------\n6.2.2.3-TIV-ITM_HMC_BASE-IF0003\n6.2.2.3-TIV-ITM_HMC_BASE-IF0002\n6.2.2.3-TIV-ITM_HMC_BASE-IF0001\n\n2.5 APARs and defects included from superseded fixes\n---------------------------------------------------------------\n\n6.2.2.3-TIV-ITM_HMC_BASE-IF0003\n---------------------------------\nAPAR: IV60709\nAbstract: NO CPU DATA WHEN HMC TIME ZONE IS SET TO BST\nAdditional information: If the Hardware Management Console (HMC)\ntime zone is set to BST, data might not be collected.\nThe data provider might use the incorrect time zone\nbecause BST can represent more than one time zone, for\nexample, British Summer Time and Bangladesh Standard\nTime. When the data provider sends the commands to the\nHMC to collect the CPU data, the start and stop times of\nthe commands might not be correct and might not receive\nany data. Also, data might be collected, but for the\nwrong time frame. \n\n6.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.\nWarehouse name: CM0\nRunning_Memory - The amount of memory, in megabytes, varied on-line\nby the LPAR.\nWarehouse name: RM\n\nIn order to display these new attributes in the Tivoli Enterprise\nPortal, use the Query Editor and select Server LPARs_V9 under\nKPH SERVER LPARS.\n\n6.2.2.3-TIV-ITM_HMC_BASE-IF0001\n---------------------------------\n\nAPAR: IV47101\nAbstract: NO CPU DATA DUE TO TIME OUTS ON HMC SSH CALLS\nAdditional information: In large environments, where there are more\nthan 150 LPARs on a server, the CPU Units used and CPU\nUsed Pct might display \"Not Collected.\" The\nkph_data_provider_<instance>_0.log displays the\nfollowing message: \n--\nSEVERE: SSHCommandExecutor.call: Timed out while waiting\nfor `lslparutil -m \"<server>\" -r \"lpar\" -s s -F\n'lpar_id|time|time_cycles |\nentitled_cycles|capped_cycles|uncapped_cycles| idle_cycles'\n--\n\nAPAR: IV50134\nAbstract: NO CPU DATA WHEN HMC TIME SET TO GMT FORMAT\nAdditional information: If the HMC time zone is set to a GMT format,\nfor example, GMT-08:00, CPU data might not be collected\nbecause the data provider does not recognize the GMT\nformat and will default to using the local time zone. \nWhen the data provider sends the commands to the HMC to\ncollect the CPU data, the start and stop times of the\ncommands might not be correct and might not receive any\ndata. It is also possible that data will be collected,\nbut for the wrong time frame.\n\nAPAR: IV50135\nAbstract: NO DATA IN MEMORY AND PAGING SPACE VIEW\nAdditional information: The System workspace might not display any\ndata in the Memory and Paging Space views. This can\nhappen when the HMC commands:\n---\nmonhmc -r swap -n 0\nmonhmc -r mem -n 0\n---\nreturn data in M bytes instead of k bytes:\n---\nSwap: 1992M total, 0M used, 1992M free, 2853M cached \nMem: 24336M total, 4534M used, 19801M free, 480M buffers\n---\n\nAPAR: IV50686\nAbstract: NO CPU DATA IN NON-ENGLISH LOCALE\nAdditional information: When the agent runs in a non-English locale,\nattributes \"CPU Units Used\" and \"CPU Used Pct\" might\ndisplay as \"Not Collected\" due to a Java problem. The\nkph_data_provider_0.log will have a message similar to\nthis: \n---\nWARNING: \nManagementConsoleInventoryItemBuilder$BasicDataCommand.\nprocessResult: An error occurred while parsing the N2 date\nfield \"Fri Sep 27 11:35:31 JST 2013\". Continuing. \n---\n\n2.2 Defects\n---------------\nDefect: 207939\nAbstract: Java CPCI - deadlock due to bad lock usage in some versions\nof Java runtime\nAdditional information: Classloading and resource loading might get\nlocks in the wrong order, due to Java APAR IZ96933, \ncausing the data provider to stop collecting data. This\nfix prevents the problem no matter what version of Java is\nrunning.\n\nDefect: 208541\nAbstract: Add log messages to show data sent to kphagent\nAdditional information: At log level of FINEST, show the contents of\nthe rows of data sent from the data provider to the \nkphagent process.\n\n\n3.0 Architecture and prerequisites\n======================\nThis fix is supported on all operating systems listed in the\nIBM Tivoli Monitoring: HMC Base Agent User's Guide, version 6.2.2.3.\n\nPlease refer to the IBM Software Product Compatability Reports (SPCR)\nfor the latest operating system certification information:\nhttp://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity/index.html [http://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity/index.html]\n\n3.1 Prerequisites for this fix\n--------------------------------\nThe prerequisite level for this fix is as follows:\n\nIBM Tivoli Monitoring: HMC Base Agent, Version 6.2.2 Interim\nFeature 3, which is available from PassPort Advantage under the\nfollowing eAssembly:\n\nIBM Tivoli Monitoring for System p V6.2.2 Interim Feature 3, English\n(CIH93EN) (Both agent and support files are included in this one\npackage)\nIBM Tivoli Monitoring for System p V6.2.2 Interim Feature 3, Language\nSupport, Multiplatform, Multilingual (CIH94ML)\n\nFor details, see the Troubleshooting Wiki:\n\nhttps://www.ibm.com/developerworks/mydeveloperworks/wikis/home?lang=en#/wiki/Tivoli%20Monitoring/page/System%20P%20Agents [https://www.ibm.com/developerworks/mydeveloperworks/wikis/home?lang=en#/wiki/Tivoli%20Monitoring/page/System%20P%20Agents]\n\nAs this fix is cumulative, it can be installed on any fix level for\nthis version, release, and mod level above the prerequisite.\n\n\n4.0 Image directory contents\n===================\nThis fix image contains the following files:\n- 6.2.2.3-TIV-ITM_HMC_BASE-IF0004.README - This README file\n- 6.2.2.3-TIV-ITM_HMC_BASE-IF0004.tar - Fix archive .tar format\n- 6.2.2.3-TIV-ITM_HMC_BASE-IF0004.zip - Fix archive .zip format.\n\nNote: The .tar and .zip files are identical in content. Use the .tar\nfile if you are working in a UNIX(R) environment; use the .zip file if \nyou are working in a Windows(R) environment. \n\nThe fix archive file contains the following files:\n- 6.2.2.3-TIV-ITM_HMC_BASE-IF0004/kphaix526.dsc\n- 6.2.2.3-TIV-ITM_HMC_BASE-IF0004/kph_aix526_tema_if0004.tar\n- 6.2.2.3-TIV-ITM_HMC_BASE-IF0004/ph_dd.properties\n- 6.2.2.3-TIV-ITM_HMC_BASE-IF0004/ph_dd_062203004.xml\n- 6.2.2.2-TIV-ITM_HMC_BASE-IF0004/kpk_tems_teps_tepd_if0004.tar\n- 6.2.2.2-TIV-ITM_HMC_BASE-IF0004/kpk_tems_teps_tepd_if0004.zip\n\n\n5.0 Installation instructions \n==================\nThis fix can only be installed over an existing installation. Use\nthe following steps to install this fix.\n\n5.1 Before installing the fix \n------------------------------\n- The prerequisites listed under section 3.1 entitled 'Prerequisites\nfor this fix' must be installed before this fix can be installed.\n\n- For the purpose of this README, the symbol <CANDLEHOME> is the \nIBM Tivoli Monitoring installation directory. The default value\nfor CANDLEHOME is '/opt/IBM/ITM' on UNIX systems and 'C:\\IBM\\ITM'\non Windows systems.\n\nBefore installing this fix on UNIX systems, set the environment \nvariable CANDLEHOME to the IBM Tivoli Monitoring installation \ndirectory.\n\nFor example: \n> CANDLEHOME=/opt/IBM/ITM \n> export CANDLEHOME\n\n- Because there is no uninstall utility for this fix, make sure to\nperform a backup of your environment before installing this fix.\n\n5.2 Local agent update\n--------------------------\n1. Transfer the appropriate archive file\n(6.2.2.3-TIV-ITM_HMC_BASE-IF0004.tar or .zip) to a temporary\ndirectory on the system that contains the agent code to be\nupdated. For the purpose of this README, the symbol <TEMP>\nrepresents the fully qualified path to this directory. Note: On\nWindows systems, this path includes the drive letter.\n\n2. Expand the archive file using the \"tar\" command on UNIX systems or \nan extract utility on Windows systems. This step creates a\ndirectory structure that contains fixes for all of the supported\nplatforms.\n\n3. Use the \"itmpatch\" command to install the fix for the operating\nsystem for that agent. For more information on the \"itmpatch\"\ncommand, see section 6.2. \n\nOn UNIX systems, if the fix was expanded to \n<TEMP>/6.2.2.3-TIV-ITM_HMC_BASE-IF0004, the install command is:\n\n> itmpatch -h <CANDLEHOME> \n-i <TEMP>/6.2.2.3-TIV-ITM_HMC_BASE-IF0004/kph_aix526_tema_if0004.tar\n\n5.3 Remote agent update\n----------------------------\n1. Transfer the appropriate archive file\n(6.2.2.3-TIV-ITM_HMC_BASE-IF0004.tar or .zip) to a temporary\ndirectory on the IBM Tivoli Enterprise Monitoring Server system.\nFor the purpose of this README, the symbol <TEMP> represents the\nfully qualified path to this directory. Note: On Windows systems,\nthis path includes the drive letter.\n\n2. Expand the archive file using the \"tar\" command on UNIX systems or \nan extract utility on Windows systems. This step creates a\ndirectory structure that contains fixes for all of the supported\nplatforms.\n\n3. To add the agent fix bundles into the remote deploy depot, use the\n\"tacmd addBundles\" command found in $CANDLEHOME/bin on UNIX systems\nor in %CANDLE_HOME%\\bin on Windows systems. For more information\non the \"tacmd addBundles\" command, see the IBM Tivoli Monitoring\nAdministrator's Guide.\n\nOn UNIX systems, \nif the fix was expanded to <TEMP>/6.2.2.3-TIV-ITM_HMC_BASE-IF0004:\n> $CANDLEHOME/bin/tacmd addBundles -n -i <TEMP>/6.2.2.3-TIV-ITM_HMC_BASE-IF0004\n\nOn Windows systems, \nif the fix was expanded to <TEMP>\\6.2.2.3-TIV-ITM_HMC_BASE-IF0004:\n> %CANDLE_HOME%\\bin\\tacmd addBundles -n -i <TEMP>\\6.2.2.3-TIV-ITM_HMC_BASE-IF0004\n\nwhere:\n-n indicates that prerequisite bundles are not automatically\nadded. The -n parameter must be used because the fix \ndirectory does not contain any prerequisites that the fix\nmight require. Please see Section 3.1 for the prerequisites\nfor this fix.\n-i is the directory that contains the deployment bundles to be\nadded to the depot. \n\n4. To log in to the Tivoli Enterprise Monitoring server, and deploy\nthe fix to the appropriate nodes where the agent is running, use\nthe following \"tacmd\" commands. For more information on the\n\"tacmd login\" and \"tacmd updateAgent\" commands, see the IBM Tivoli\nMonitoring Administrator's Guide.\n\nOn UNIX systems: \n> $CANDLEHOME/bin/tacmd login -s <server>\n-u <itmuser> \n-p <password>\n\n> $CANDLEHOME/bin/tacmd listSystems\n\nThe output shows the Managed System Name for the OS agent on the\nremote system to be updated. Use this value as the target of the\n\"tacmd updateAgent\" command.\n\n> $CANDLEHOME/bin/tacmd updateAgent -t ph\n-n <Managed system name>\n-v 062203004\n\nOn Windows systems:\n> %CANDLE_HOME%\\bin\\tacmd login -s <server>\n-u <itmuser> \n-p <password>\n\n> %CANDLE_HOME%\\bin\\tacmd listSystems\n\nThe output shows the Managed System Name for the OS agent on the\nremote system to be updated. Use this value as the target of the\n\"tacmd updateAgent\" command.\n\n> %CANDLE_HOME%\\bin\\tacmd updateAgent -t PH \n-n <Managed system name> \n-v 062203004\n\nNote:\n- The component (-t) for the \"tacmd updateAgent\" command is\nspecified as two characters (PH), not three characters (KPH).\n- The node (-n) for the \"tacmd updateAgent\" command is the managed\nsystem name of the operating system (OS) agent to be updated.\nThe target node for the \"tacmd updateAgent\" command is always\nan OS agent.\n\n5.4 Agent support update\n------------------------------\n\nThis fix 6.2.2.2-TIV-ITM_HMC_BASE-IF0004 includes changes to the agent\nsupport files which need to be installed. Use the following steps to\nupdate the Tivoli Enterprise Monitoring Server, Tivoli Enterprise\nPortal Server, or Tivoli Enterprise Portal Desktop.\n\n1. Transfer the appropriate archive file\n(6.2.2.2-TIV-ITM_HMC_BASE-IF0004.tar or .zip) to the Tivoli\nEnterprise Monitoring Servers, Tivoli Enterprise Portal Servers,\nor Tivoli Enterprise Portal Desktops.\n\n2. Expand the archive file using the \"tar\" command on UNIX systems\nor an extract utility on Windows systems. This step creates a\ndirectory structure that contains fixes for all of the supported\nplatforms.\n\n3. Expand the archive file (kph_tems_teps_tepd_if0004.tar or .zip)\nthat contains the updates for Tivoli Enterprise Monitoring Server,\nTivoli Enterprise Portal Server, and Tivoli Enterprise Portal\nDesktop using the \"tar\" command on UNIX systems or an extract\nutility on Windows systems. This step creates a directory\nstructure that includes a subdirectory called CD-ROM, with the\nnecessary updates.\n\n4. Use the Application Support Installer(ASI) GUI or the silent\ninstallation method to install the application support files.\n\nNote: For IBM Tivoli Monitoring Version 6.3 or above, one\nof the following additional steps must be performed.\n\n1. Acquire a platform-specific pre-packaged JRE version\nof the Application Support Installer (ASI). See IBM\nTivoli Monitoring Application Support Installer,\n6.2-tiv-itm_asi-if0003 at\n\nhttp://www.ibm.com/support/docview.wss?uid=swg24034924 [http://www.ibm.com/support/docview.wss?uid=swg24034924]\n\nfor download and installation instructions.\n\n-- OR --\n\n2. Specify the '-j javahome' parameter with the path to\na Java(r) 1.5 or java 1.6 installation when running\nthe itmasi.sh or itmasi.bat script described below.\n\nGUI installation option\n------------------------\nThe GUI can be started by using one of the following commands\nfrom within the CD-ROM directory where setup.jar is located.\n\nOn UNIX systems:\n> ./itmasi.sh [-h <CANDLEHOME>] [-j <JAVAHOME>]\n\nOn Windows systems:\n> itmasi [-h <CANDLEHOME>] [-j <JAVAHOME>]\n\nWhen prompted by the Application Support Installer for the\ninstallable media directory, select the CD-ROM directory, not the\ncomponent directory. The installer can install updates for\nmultiple components at the same time.\n\nSilent installation option\n--------------------------\nTo use the silent installation option, use one of the following\ncommands from within the CD-ROM directory where setup.jar is\nlocated.\n\nNote: Using the silent installation option for Linux and zLinux\noperating systems requires the following files contained in\ninterim fix 6.2-TIV-ITM_ASI-IF0001:\n- Linux: setupLinux.bin\n- zLinux: setupLinux390.bin\nFollow the installation instructions contained in the\n\"6.2-TIV-ITM_ASI-IF0001.README\".\n\nOn UNIX systems:\n> ./itmasi.sh -h <CANDLEHOME>[-silent]\n[-r <response file>]\n[-j <JAVAHOME>]\n\nOn Windows systems:\n> itmasi -h <CANDLEHOME> [-silent]\n[-r <response file>]\n[-j <JAVAHOME>]\n\nwhere:\n-h <CANDLEHOME> - Required. The path to the IBM Tivoli\nMonitoring installation directory.\n\n-r <response file> - Optional. Customized response file name.\nThe default response file \"response.txt\" in\nthe CD-ROM directory can be copied and modified\nfor your environment. Do not update \"response.txt\".\n\n-j <JAVAHOME> - Optional. The fully-qualified path to the \"bin\"\ndirectory where Java(R) is installed. The\nlocation of Java on your system might vary.\n\n5. The next panel presented by the Application Support Installer asks\nfor the selection of which Tivoli Monitoring components you want\nto add application support to. For this fix, check or clear the\ncheck boxes as follows:\n\nchecked - Tivoli Enterprise Monitoring Server (TEMS)\nchecked - Tivoli Enterprise Portal Server (TEPS)\nchecked - Tivoli Enterprise Desktop Client (TEPD)\n\nContinue through the remaining GUI panels selecting the HMC Base\n06.22.03.04 support to complete the installation.\n\n6. If the Tivoli Enterprise Portal Desktop or Tivoli Enterprise Portal\nBrowser was running when the update was installed, it must be\nrestarted.\n\n\n6.0 Additional installation information\n========================\n\nFor additional troubleshooting installation information, see the\nitmpatch.log in the patchlogs directory in <CANDLEHOME>.\n\n6.1 Installation instructions for agent baroc file\n-----------------------------------------------------\nThis fix 6.2.2.2-TIV-ITM_HMC_BASE-IF0004 includes changes to the\nagent baroc files that must be installed. Refer to IBM Tivoli\nMonitoring Installation and Setup Guide under \"Installing monitoring\nagent baroc files on the event server\" in \"Installing the IBM Tivoli\nEnterprise Console Event Synchronization\" section for more\ninformation.\n\n6.2 Additional information on using \"itmpatch\" command\n--------------------------------------------------------------\nThe \"itmpatch\" command has the following syntax:\n\nUsage: itmpatch -h <installation home> [OPTIONS]\n\nitmpatch -h <installation home>\n-t { <patch_file_directory> | <patch_file> }\n\nitmpatch -h <installation home>\n-i { <patch_file_directory> | <patch_file> }\n\nwhere:\n-h Specifies the IBM Tivoli Monitoring installation directory\n-i Specifies the path to the directory or patch file to be installed\n-t Generates a report of the actions to be taken by the patch\n\n\nFor example, on UNIX systems:\n- To preview the fix installation, use the \"-t\" option:\n> <CANDLEHOME>/bin/itmpatch -h <CANDLEHOME> -t <TEMP>\n\n- To install the fix, use the \"-i\" option:\n> <CANDLEHOME>/bin/itmpatch -h <CANDLEHOME> -i <TEMP>\n\nwhere:\n<CANDLEHOME> is the fully qualified IBM Tivoli Monitoring\ninstallation directory. On Windows systems, this path must include\nthe drive letter.\n<TEMP> represents the fully qualified directory specification where\nthe fix is located. On Windows systems, this must include the drive\nletter.\n\n6.3 Verifying the update\n----------------------------\n\n1. To verify the agent was updated correctly, use the \"tacmd\" command\nto view the agent's current version after the agent is restarted.\nYou are required to log in to a Tivoli Enterprise Monitoring\nServer prior to viewing the agent version.\n\nFor example:\nOn UNIX systems, where $CANDLEHOME is the IBM Tivoli Monitoring\ninstallation directory, the default location is '/opt/IBM/ITM'. \n\n> $CANDLEHOME/bin/tacmd login -s <server>\n-u <itmuser> \n-p <password>\n> $CANDLEHOME/bin/tacmd listSystems -t PH\n\nOn Windows systems, where %CANDLE_HOME% is the IBM Tivoli\nMonitoring installation directory, the default location\nis 'C:\\IBM\\ITM'. \n\n> %CANDLE_HOME%\\bin\\tacmd login -s <server>\n-u <itmuser> \n-p <password>\n\n> %CANDLE_HOME%\\bin\\tacmd listSystems -t PH \n\nNote: The component (-t) for the \"tacmd listSystems\" command is\nspecified as two characters (PH), not three characters (KPH).\n\nWhen the agent update is successful, the agent version is:\n06.22.03.04.\n\n2. To verify the agent support files were updated correctly, use the\n\"kincinfo\" command on Windows systems or the \"cinfo\" command on\nLinux or UNIX systems. The sample output below shows the versions\nof the Tivoli Enterprise Portal Server, Tivoli Enterprise\nMonitoring Server, or Tivoli Enterprise Portal Desktop systems\nafter this fix has been successfully applied.\n\nNote: The displayed date of the build might not be accurate. This\nis a known problem.\n\nOn UNIX or Linux systems:\n-------------------------\nTo validate that all components have been installed, run the\nfollowing command:\n\n./cinfo -i\n\n*********** Thu Oct 7 13:57:24 CST 2015 ******************\nUser: root Groups: system bin sys security cron audit lp\nHost name : <hostname> Installer Lvl:06.30.02.00\nCandleHome: /opt/IBM/ITM\n***********************************************************\n...Product inventory\n.\n.\n.\nph Monitoring Agent for HMC Base\ntms Version: 06.22.03.04\ntps Version: 06.22.03.04\ntpw Version: 06.22.03.00\n.\n.\n.\n\nOn Windows systems:\n---------------------\nTo validate that all components have been installed, run the\nfollowing command:\n\nFor example:\n> %CANDLE_HOME%\\InstallITM\\kincinfo -i\n\n{Add your sample output here}\n*********** Thu Oct 7 16:03:55 Eastern Standard Time 2015 **********\nUser : Administrator Group : NA\nHost Name : <hostname> Installer: Ver: 062204000\nCandleHome: C:\\IBM\\ITM\nInstallitm: C:\\IBM\\ITM\\InstallITM\n*********************************************************************\n.\n.\n.\nPH Monitoring Agent for HMC Base Support\nWINNT Version: 06.22.03.04 Build: 201510070000\n\nPH Monitoring Agent for HMC Base Support\nWINNT Version: 06.22.03.04 Build: 201510070000\n\nPH Monitoring Agent for HMC Base Support\nWINNT Version: 06.22.03.04 Build: 201510070000\n.\n.\n.\n\n\n7.0 Known problems and workarounds\n=========================\nNone.\n\n\n8.0 Additional product information\n======================\nNone. \n\n\n9.0 Copyright and trademark information\n==================================\nA current list of IBM trademarks is available on the Web at \"Copyright\nand trademark information\" at www.ibm.com/legal/copytrade.shtml.\n\n\n10.0 Notices\n=======\nINTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION\n\"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED,\nINCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nNON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\nSome jurisdictions do not allow disclaimer of express or implied\nwarranties in certain transactions, therefore, this statement may not\napply to you.\n\nThis information could include technical inaccuracies or typographical\nerrors. Changes are periodically made to the information herein; these\nchanges will be incorporated in new editions of the publication. IBM\nmay make improvements and/or changes in the product(s) and/or the\nprogram(s) described in this publication at any time without notice.\n\nMicrosoft, Windows, and Windows Server are trademarks of Microsoft\nCorporation in the United States, other countries, or both.\n\nJava and all Java-based trademarks are trademarks of Sun Microsystems,\nInc. in the United States, other countries, or both.\n\nUNIX is a registered trademark of The Open Group in the United States\nand other countries.\n\nOther company, product, or service names may be trademarks or service\nmarks of others.\n\nThird-Party License Terms and Conditions, Notices and Information\n-----------------------------------------------------------------\nThe license agreement for this product refers you to this file for\ndetails concerning terms and conditions applicable to third party\nsoftware code included in this product, and for certain notices and\nother information IBM must provide to you under its license to\ncertain software code. The relevant terms and conditions, notices and\nother information are provided or referenced below. Please note that\nany non-English version of the licenses below is unofficial and is\nprovided to you for your convenience only. The English version of the\nlicenses below, provided as part of the English version of this file,\nis the official version.\n\nNotwithstanding the terms and conditions of any other agreement you\nmay have with IBM or any of its related or affiliated entities\n(collectively \"IBM\"), the third party software code identified below\nare \"Excluded Components\" and are subject to the following terms and\nconditions:\n\n- the Excluded Components are provided on an \"AS IS\" basis\n- IBM DISCLAIMS ANY AND ALL EXPRESS AND IMPLIED WARRANTIES AND\nCONDITIONS WITH RESPECT TO THE EXCLUDED COMPONENTS, INCLUDING, BUT\nNOT LIMITED TO, THE WARRANTY OF NON-INFRINGEMENT OR INTERFERENCE\nAND THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY AND\nFITNESS FOR A PARTICULAR PURPOSE\n- IBM will not be liable to you or indemnify you for any claims\nrelated to the Excluded Components\n- IBM will not be liable for any direct, indirect, incidental,\nspecial, exemplary, punitive or consequential damages with respect\nto the Excluded Components.\n\nPREREQUISITES\nIBM Tivoli Monitoring: HMC Base Agent, Version 6.2.2 Interim Feature 3\n\nINSTALLATION INSTRUCTIONS\nPlease refer to the README contained in the Description section above for general installation instructions.\n\nDOWNLOAD PACKAGE\n\n\n\n\nDownload RELEASE DATE LANGUAGE SIZE(Bytes) Download Options \nWhat is Fix Central(FC)? [https://www.ibm.com/support/fixcentral/help?page=swfaqs] 6.2.2.3-TIV-ITM_HMC_BASE-IF0004 18 May 2016 English 35850104 FC [http://www.ibm.com/support/fixcentral/quickorder?fixids=6.2.2.3-TIV-ITM_HMC_BASE-IF0004&product=ibm%2FTivoli%2FIBM+Tivoli+Monitoring&source=dbluesearch&platform=All] [ ] \nPRODUCT ALIAS/SYNONYM\n HMC Agent\nMonitoring Agent for System P\nSystem P Agent \n\n [/support/docview.wss?uid=swg24042283&aid=1]Problems (APARS) fixed [/support/docview.wss?uid=swg24042283&aid=2]Problems (APARS) fixed\nIV47101, IV50134, IV50135, IV50686, IV60709, IV67769" } ]
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
false
[ { "filename": "swg21674407.txt", "text": "Title: 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\n\nText:\n 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 V7.0.1 and V7.0.0, WebSphere MQ File Transfer Edition for z/OS V7.0.1 and V7.0.0, and WebSphere MQ Telemetry V7.0.1. \n\nCONTENT\n\n\nTAB NAVIGATION\n * WebSphere MQ and File Transfer Edition V7.0.1 and V7.0.0 • MQ Telemetry V7.0.1 selected tab\n\nTAB NAVIGATION\n * What were the end of support dates for WebSphere MQ V7.0.1 and V7.0.0, WebSphere MQ File Transfer Edition V7.0.1 and V7.0.0, and WebSphere MQ Telemetry V7.0.1?\n * Do these announcements affect WebSphere MQ File Transfer Edition V7.0.4, V7.0.3 and V7.0.2, WebSphere MQ Advanced Message Security V7.0.1, or WebSphere MQ Hypervisor Edition V7.0.1?\n * What replacement products are available?\n * How do I check which version I am currently running?\n * Is any information available to help me upgrade to a later version?\n * How do I purchase a support extension for my current version?\n * When a WebSphere MQ server product goes out of support, does the client and file transfer agent also go out of support?\n * Are these products still supported when they are bundled with another IBM product?\n * Is the WebSphere MQ V7.0 Resource Adapter supported in WebSphere Application Server?\n * Is documentation still available for these products?\n * How do I obtain installation images for these products if I still need them?\n * Is there an IBM MQ V9.0 or MQ V8.0 trial version available for download?\n\n\n\n[/support/docview.wss?uid=swg21674407&amp;aid=1]\n\n\n\n\nWHAT ARE THE END OF SUPPORT DATES FOR WEBSPHERE MQ V7.0.1 AND V7.0.0, WEBSPHERE MQ FILE TRANSFER EDITION V7.0.1 AND V7.0.0, AND WEBSPHERE MQ TELEMETRY V7.0.1?\n\n * \n * Product Version Release Date End of Support Platforms WebSphere MQ V7.0.1 28 Aug 2009 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS209-245] 30 Apr 2015 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS914-067] AIX, HP-UX (Itanium), HP-UX (PA-RISC), i5/OS, Linux (POWER), Linux (x86), Linux (x86-64), Linux (zSeries 64-bit), Solaris (SPARC), Solaris (x86-64), Windows (x86) WebSphere MQ for z/OS V7.0.1 25 Sep 2009 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS209-248] 30 Sep 2015 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS914-150] z/OS WebSphere MQ V7.0.0 16 Jun 2008 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS208-068] 30 Apr 2015 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS914-067] AIX, HP-UX (Itanium), HP-UX (PA-RISC), i5/OS, Linux (POWER), Linux (x86), Linux (x86-64), Linux (zSeries 64-bit), Solaris (SPARC), Solaris (x86-64), Windows (x86) WebSphere MQ for z/OS V7.0.0 27 Jun 2008 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS208-067] 30 Sep 2011 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS910-014] z/OS WebSphere MQ File Transfer Edition V7.0.1 05 Jun 2009 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS209-118] 30 Sep 2014 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS913-158] AIX, HP-UX (Itanium), Linux (x86), Linux (x86-64), Linux (zSeries 64-bit), Solaris (SPARC), Windows (x86) WebSphere MQ File Transfer Edition for z/OS V7.0.1 12 Jun 2009 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS209-119] 30 Sep 2014 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS913-149] z/OS WebSphere MQ File Transfer Edition V7.0.0 05 Dec 2008 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS208-331] 30 Sep 2014 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS913-158] AIX, HP-UX (Itanium), Linux (x86), Solaris (SPARC), Windows (x86) WebSphere MQ File Transfer Edition for z/OS V7.0.0 12 Dec 2008 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS208-339] 30 Sep 2014 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS913-149] z/OS WebSphere MQ Telemetry V7.0.1 27 Aug 2010 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS210-201] 30 Sep 2015 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS914-067] Linux (x86-64), Windows (x86) \n * \n * Review lifecycle dates for all IBM MQ and WebSphere MQ products [http://www.ibm.com/software/support/lifecycleapp/PLCSearch.wss?q=%28+%22IBM+MQ%22+OR+%22WebSphere+MQ%22+%29+AND+NOT+%28+Tivoli+OR+Adapter+OR+Broker+OR+Integrator+OR+Workflow+OR+%22Low+Latency+Messaging%22+%29]\n \n End of support information for WebSphere MQ V7.5 and WebSphere MQ Hypervisor Edition V7.5 [http://www.ibm.com/support/docview.wss?&uid=swg21996472]\n \n End of support information for WebSphere MQ V7.1, WebSphere MQ File Transfer Edition V7.0.4, V7.0.3 and V7.0.2, WebSphere MQ Advanced Message Security V7.0.1, and WebSphere MQ Hypervisor Edition V7.0.1 [http://www.ibm.com/support/docview.wss?&uid=swg21980668]\n \n \n * Back to top\n\n\n\n\nDO THESE ANNOUNCEMENTS AFFECT WEBSPHERE MQ FILE TRANSFER EDITION V7.0.4, V7.0.3 AND V7.0.2, WEBSPHERE MQ ADVANCED MESSAGE SECURITY V7.0.1, OR WEBSPHERE MQ HYPERVISOR EDITION V7.0.1?\n\n * IBM has subsequently announced the end of support for these products [http://www.ibm.com/support/docview.wss?uid=swg21980668] on all platforms including z/OS:\n * \n * Lifecycle dates for WebSphere MQ V7.0 products [http://www.ibm.com/software/support/lifecycleapp/PLCSearch.wss?q=%28%22WebSphere+MQ+%22+AND+%227.0%22%29+OR+%28%22WebSphere+MQ+File+Transfer+Edition+%22+AND+%28%227.0.4%22+OR+%227.0.3%22+OR+%227.0.2%22%29%29+OR+%28%22WebSphere+MQ+Advanced+Message+Security+%22+AND+%227.0.1%22%29] \n * \n * Back to top\n\n\n\n\nWHAT REPLACEMENT PRODUCTS ARE AVAILABLE?\n\n * Replacements for WebSphere MQ V7.0.1 and V7.0.0 include IBM MQ or IBM MQ Advanced V9.0 and V8.0. WebSphere MQ or WebSphere MQ Advanced V7.5 are also available (except on IBM i), but their end of support date is 30 Apri 2018 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS916-117].\n * Replacements for WebSphere MQ for z/OS V7.0.1 and V7.0.0 include IBM MQ, IBM MQ Advanced, or IBM MQ Value Unit Edition for z/OS V9.0 and V8.0.0.\n * Replacements for WebSphere MQ File Transfer Edition V7.0.1 and V7.0.0 include IBM MQ Advanced V9.0 and V8.0. WebSphere MQ Advanced V7.5 is also available (except on IBM i), but its end of support date is 30 April 2018 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS916-117]. The Advanced license allows use of the Managed File Transfer and Advanced Message Security components which are now built into MQ and replace the former File Transfer Edition and Advanced Message Security products.\n * Replacements for WebSphere MQ File Transfer Edition for z/OS V7.0.1 and V7.0.0 include IBM MQ Advanced for z/OS V9.0 and V8.0.0. The Advanced license allows use of the Managed File Transfer and Advanced Message Security components which are now built into MQ for z/OS and replace the former File Transfer Edition for z/OS and Advanced Message Security for z/OS products.\n * The replacement for WebSphere MQ Telemetry V7.0.1 is IBM MQ or IBM MQ Advanced V9.0 or V8.0, all of which include Telemetry as a component of the MQ product. WebSphere MQ or WebSphere MQ Advanced V7.5 are also available (except on IBM i), but their end of support date is 30 April 2018 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS916-117].\n * \n * \n * Back to top\n\n\n\n\nHOW DO I CHECK WHICH VERSION I AM CURRENTLY RUNNING?\n\n * Follow these general instructions [http://www.ibm.com/support/docview.wss?uid=swg21621707] or the IBM MQ Knowledge Center instructions [http://www.ibm.com/support/knowledgecenter/SSFKSJ_9.0.0/com.ibm.mq.ref.adm.doc/q083280_.htm] to display your IBM MQ or WebSphere MQ version on all platforms except for z/OS with the command: dspmqver\n * On z/OS, look for message CSQY000I [http://www.ibm.com/support/knowledgecenter/SSFKSJ_9.0.0/com.ibm.mq.ref.doc/csq_y.htm] in the MSTR joblog to determine your version.\n * Follow the IBM MQ Knowledge Center instructions [http://www.ibm.com/support/knowledgecenter/SSFKSJ_9.0.0/com.ibm.wmqfte.doc/display_ver_cmd.htm] to display your Managed File Transfer or WebSphere MQ File Transfer Edition version with the command: fteDisplayVersion\n * WebSphere MQ Telemetry V7.0.1 only runs on WebSphere MQ V7.0.1 (fix pack 7.0.1.3 and later) on Linux (x86-64) and Windows (x86). Although there is no command to display the WebSphere MQ Telemetry version, if your WebSphere MQ version is V7.0.1 and you have a WebSphere MQ Telemetry service and channels [http://www.ibm.com/support/knowledgecenter/SSFKSJ_7.0.1/com.ibm.mq.tt.doc/tt_intro.htm] configured, then you are running WebSphere MQ Telemetry V7.0.1.\n * \n * Back to top\n\n\n \n[/support/docview.wss?uid=swg21674407&amp;aid=2]\n\n \n\n\n\n\nIS ANY INFORMATION AVAILABLE TO HELP ME UPGRADE TO A LATER VERSION?\n\n * The IBM MQ and WebSphere MQ Migration Guide [https://www.ibm.com/developerworks/community/blogs/aimsupport/entry/websphere_mq_ibm_mq_migration_guide] is available to view online or download:\n * IBM MQ and WebSphere MQ Migration Guide [https://www.ibm.com/developerworks/community/blogs/aimsupport/resource/MQ_migration/WMQ_Migration.pdf] \n * \n * The IBM Knowledge Center also includes information to assist you in migrating to a supported version of IBM MQ or WebSphere MQ:\n * Migrating and upgrading to IBM MQ V9.0 [http://www.ibm.com/support/knowledgecenter/SSFKSJ_9.0.0/com.ibm.mq.mig.doc/q006180_.htm] Migrating and upgrading to IBM MQ V8.0 [http://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.mig.doc/q006180_.htm] Migrating and upgrading to WebSphere MQ V7.5 [http://www.ibm.com/support/knowledgecenter/SSFKSJ_7.5.0/com.ibm.mq.mig.doc/q006180_.htm] \n * \n * The following WebSphere Support Technical Exchange presentations may be helpful if you are considering running multiple MQ installations on your system:\n * Webcast replay: WebSphere MQ Multi-Version - First Steps [http://www.ibm.com/support/docview.wss?uid=swg27024276] Webcast replay: WebSphere MQ Multi-Version - Environment Considerations and Management [http://www.ibm.com/support/docview.wss?uid=swg27024340] \n * \n * Back to top\n\n\n\n\nHOW DO I PURCHASE A SUPPORT EXTENSION FOR MY CURRENT VERSION?\n\n * Support extensions are available for an additional fee. To purchase extended support for WebSphere MQ or any of the other products, please contact your local IBM sales representative.\n * US Customers should contact Customer Support Operations at 1-877-426-6006, option #2. If you provide your IBM customer number, they can quickly find your sales representative.\n * Customers in other geographies should refer to the IBM directory of worldwide support contacts to find sales contact numbers in your region:\n * \n * IBM Directory of Worldwide Contacts [http://www.ibm.com/planetwide/] \n * \n * Back to top\n\n\n\n\nWHEN AN WEBSPHERE MQ SERVER PRODUCT GOES OUT OF SUPPORT, DOES THE CLIENT AND FILE TRANSFER AGENT ALSO GO OUT OF SUPPORT?\n\n * Yes. WebSphere MQ V7.0 clients and WebSphere MQ File Transfer Edition V7.0.1 and V7.0.0 agents go out of support at the same time as the server.\n * \n * Back to top\n\n\n [/support/docview.wss?uid=swg21674407&amp;aid=3] \n\n\n\n\nARE THESE PRODUCTS STILL SUPPORTED WHEN THEY ARE BUNDLED WITH ANOTHER IBM PRODUCT?\n\n * Yes, support is available for all bundled components until the IBM product that includes them is withdrawn from support. However, they are only supported when used by the bundling IBM product. Unrelated usage is not supported.\n * \n * Find the end of support date for your IBM software product [http://www.ibm.com/software/support/lifecycle/index_a_z.html] \n * \n * Back to top\n\n\n\n\nIS THE WEBSPHERE MQ V7.0 RESOURCE ADAPTER SUPPORTED IN WEBSPHERE APPLICATION SERVER?\n\n * Yes, the WebSphere MQ V7.0 Resource Adapter [http://www.ibm.com/support/docview.wss?uid=swg21248089#7dotx_0] shipped with WebSphere Application Server V8.0 and V7.0 is supported through 30 April 2018 [https://www.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS916-143], when both of those versions of WebSphere Application Server end support, or longer if you purchase a WebSphere Application Server support extension.\n \n * Similarly, the WebSphere MQ V7.1 Resource Adapter [http://www.ibm.com/support/docview.wss?uid=swg21248089#7dotx_0_0] shipped with WebSphere Application Server V8.5.x is supported as long as that version of WebSphere Application Server remains in support, or longer if you purchase a WebSphere Application Server support extension.\n \n * However, if you manually install your own copy of the WebSphere MQ V7.x Resource Adapter in WebSphere Application Server or any third-party Java EE server, it will go out of support with the corresponding WebSphere MQ server version.\n \n * The IBM MQ V8.0 and V9.0 Resource Adapters cannot be installed in WebSphere Application Server V8.5.x, V8.0 and V7.0 because those versions support JMS 1.1 while the IBM MQ Resource Adapters implement JMS 2.0. WebSphere Application Server V9.0 ships with the IBM MQ V9.0 Resource Adapter [http://www.ibm.com/support/docview.wss?uid=swg21248089#7dotx_0_0_0] and includes full support for JMS 2.0. The version of MQ Resource Adapter you use must be supported by your Java EE server but does not need to match the version of the queue managers to which you wish to connect.\n \n * Back to top\n\n \n\n\n\n\nIS DOCUMENTATION STILL AVAILABLE FOR THESE PRODUCTS?\n\n * Yes. Online documentation is available in the IBM Knowledge Center, while downloadable Information Center installations and PDF versions of the manuals are available from the MQ Library page.\n * \n * WebSphere MQ V7.0.1 Knowledge Center [http://www.ibm.com/support/knowledgecenter/SSFKSJ_7.0.1/com.ibm.mq.helphome.v70.doc/WelcomePagev7r0.htm] WebSphere MQ V7.0.1 library of downloadable documentation [http://www.ibm.com/software/integration/wmq/library/library701.html] WebSphere MQ V7.0.0 library of downloadable documentation [http://www.ibm.com/software/integration/wmq/library/library700.html] WebSphere MQ File Transfer Edition V7.0.4 Knowledge Center [http://www.ibm.com/support/knowledgecenter/SSEP7X_7.0.4/welcome/WelcomePagev7r0.html] WebSphere MQ Telemetry V7.0.1 [http://www.ibm.com/support/knowledgecenter/SSFKSJ_7.0.1/com.ibm.mq.tt.doc/tt_intro.htm] \n * \n * Back to top\n\n\n\n\nHOW DO I OBTAIN INSTALLATION IMAGES FOR THESE PRODUCTS IF I STILL NEED THEM?\n\n * Installation images for WebSphere MQ V7.0.1 and V7.0.0, WebSphere MQ File Transfer Edition V7.0.1 and V7.0.0, and WebSphere MQ Telemetry V7.0.1 are no longer available from Passport Advantage [https://www.ibm.com/software/passportadvantage/pao_customer.html]. Contact IBM if you have an urgent business need for these installation images.\n * \n * Back to top\n\n\n \n[/support/docview.wss?uid=swg21674407&amp;aid=4]\n\n \n\n\n\n\nIS THERE AN IBM MQ V9.0 OR MQ V8.0 TRIAL VERSION AVAILABLE FOR DOWNLOAD?\n\n * You can obtain a full-featured trial version of IBM MQ to evaluate for 90 days:\n * \n * Try IBM MQ now [https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?pkgid=&S_SRCID=ESD-WSMQ-EVAL&source=ESD-WSMQ-EVAL&S_TACT=109J84RW&S_CMP=web_ibm_ws_appint_ct_wmq-ov&S_PKG=CR9H9ML&s=&id=2009-08-28+03%3A34%3A46.648052R&fam=&cat=&l=English+International&m=download&ibm-continue=Continue] \n * \n * Back to top\n\n\n\n\n\nCross reference information Segment Product Component Platform Version Edition Business Integration WebSphere MQ File Transfer Edition Not Applicable AIX, HP-UX, Linux, Solaris, Windows, z/OS 7.0.1, 7.0 All Editions Business Integration WebSphere MQ Telemetry Not Applicable Linux, Windows Business Integration IBM MQ \nPRODUCT ALIAS/SYNONYM\n WebSphere MQ WMQ" } ]
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 find this information?
CVEID: CVE-2015-4000 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4000] DESCRIPTION: The TLS protocol could allow a remote attacker to obtain sensitive information, caused by the failure to properly convey a DHE_EXPORT ciphersuite choice. An attacker could exploit this vulnerability using man-in-the-middle techniques to force a downgrade to 512-bit export-grade cipher. Successful exploitation could allow an attacker to recover the session key as well as modify the contents of the traffic. This vulnerability is commonly referred to as "Logjam". CVSS Base Score: 4.3 CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/103294 [https://exchange.xforce.ibmcloud.com/vulnerabilities/103294] for the current score CVSS Environmental Score*: Undefined CVSS Vector: (AV:N/AC:M/Au:N/C:P/I:N/A:N)
false
[ { "filename": "swg21964501.txt", "text": "Title: IBM Security Bulletin: Vulnerability in Diffie-Hellman ciphers affects IBM Image Construction and CompositionTool. (CVE-2015-4000) - United States\n\nText:\n 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 Tool. \n\nVULNERABILITY DETAILS\nCVEID: 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-middle techniques to force a downgrade to 512-bit export-grade cipher. Successful exploitation could allow an attacker to recover the session key as well as modify the contents of the traffic. This vulnerability is commonly referred to as \"Logjam\".\nCVSS Base Score: 4.3\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/103294 [https://exchange.xforce.ibmcloud.com/vulnerabilities/103294] for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (AV:N/AC:M/Au:N/C:P/I:N/A:N)\n\nAFFECTED PRODUCTS AND VERSIONS\nIBM Image Construction and Composition Tool v2.2.1.3 \nIBM Image Construction and Composition Tool v2.3.1.0 \nIBM Image Construction and Composition Tool v2.3.2.0\n\nREMEDIATION/FIXES\nThe solution is to apply the following IBM Image Construction and Composition Tool version fixes.\n\nUpgrade the IBM Image Construction and Composition Tool to the following fix levels:\n\n· For IBM Image Construction and Composition Tool v2.2.1.3\n· IBM Image Construction and Composition Tool v2.2.1.3 Build 32\n\nhttp://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=PureSystems&product=ibm/WebSphere/PureApplication+System&release=1.1.0.5&platform=All&function=fixId&fixids=ICCT_efix_Repository_2.2.1.3-32&includeSupersedes=0 [http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=PureSystems&product=ibm/WebSphere/PureApplication+System&release=1.1.0.5&platform=All&function=fixId&fixids=ICCT_efix_Repository_2.2.1.3-32&includeSupersedes=0]\n\n\n· For IBM Image Construction and Composition Tool v2.3.1.0\n· IBM Image Construction and Composition Tool v2.3.1.0 Build 43\n\nhttp://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=PureSystems&product=ibm/WebSphere/PureApplication+System&release=2.0.0.1&platform=All&function=fixId&fixids=ICCT_efix_Repository_2.3.1.0-43&includeSupersedes=0 [http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=PureSystems&product=ibm/WebSphere/PureApplication+System&release=2.0.0.1&platform=All&function=fixId&fixids=ICCT_efix_Repository_2.3.1.0-43&includeSupersedes=0]\n\n\n· For IBM Image Construction and Composition Tool v2.3.2.0\n· IBM Image Construction and Composition Tool v2.3.2.0 Build 16\n\nhttp://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=PureSystems&product=ibm/WebSphere/PureApplication+System&release=2.1.0.0&platform=All&function=fixId&fixids=ICCT_efix_Repository_2.3.2.0-16&includeSupersedes=0 [http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=PureSystems&product=ibm/WebSphere/PureApplication+System&release=2.1.0.0&platform=All&function=fixId&fixids=ICCT_efix_Repository_2.3.2.0-16&includeSupersedes=0]\n\n\nYou should verify applying this configuration change does not cause any compatibility issues. If you change the default setting after applying the fix, you will expose yourself to the attack described above. IBM recommends that you review your entire environment to identify other areas where you have enabled the Diffie-Hellman key-exchange protocol used in TLS and take appropriate mitigation and remediation actions.\n\nWORKAROUNDS AND MITIGATIONS\nNone\n\nGET NOTIFIED ABOUT FUTURE SECURITY BULLETINS\n Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this. \n\nREFERENCES\nComplete CVSS v2 Guide [http://www.first.org/cvss/v2/guide] \nOn-line Calculator v2 [http://nvd.nist.gov/CVSS-v2-Calculator] \nRELATED INFORMATION\nIBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html] \nIBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt] ACKNOWLEDGEMENT\nReported to IBM by The WeakDH team at https://weakdh.org [https://weakdh.org] \n\nCHANGE HISTORY\n 18 August 2015: Original Version Published \n\n*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin. \n\nDISCLAIMER\nAccording to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an \"industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response.\" IBM PROVIDES THE CVSS SCORES \"AS IS\" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY." } ]
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
false
[ { "filename": "swg27046040.txt", "text": "Title: IBM Integration Bus Healthcare Pack V4.0 release notes - United States\n\nText:\n 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: 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\n\n\n\n\nContents \n\n * Download location \n * Installation information: * Prior to installation \n * Installing \n * Documentation \n * Support \n * Feature updates\n \n \n * Additional information \n * Known problems and their workarounds (if any): * Installation \n * IBM Integration Toolkit\n \n \n * Copyright and trademark information \n * Useful websites\n\n\n\n\n\nDownload location Download IBM Integration Bus Healthcare Pack V4.0 using the following instructions:\nhttp://www.ibm.com/support/docview.wss?uid=swg24040117 [http://www.ibm.com/support/docview.wss?uid=swg24040117] \n\n\nInstallation information \n\nAlways use the latest version of this release notes file, which is available in English only at:\nhttp://www.ibm.com/support/docview.wss?uid=swg27006917 [http://www.ibm.com/support/docview.wss?uid=swg27006917] \n\nTranslated release notes files are available at: \nftp://public.dhe.ibm.com/software/integration/integrationbus/docs/healthcare/V4.0/ [ftp://public.dhe.ibm.com/software/integration/integrationbus/docs/healthcare/V4.0/] \n\n\nPrior to installation \n\nFor information about the tasks you must complete before you install the product, refer to the IBM Integration Bus Healthcare Pack product documentation at:\nhttp://www.ibm.com/support/knowledgecenter/SSMKHH_10.0.0/com.ibm.healthcare.doc/ha00090.htm [http://www.ibm.com/support/knowledgecenter/SSMKHH_10.0.0/com.ibm.healthcare.doc/ha00090.htm]\n\nInstalling \n\nInstallation information is available in the IBM Integration Bus Healthcare Pack product documentation at:\nhttp://www.ibm.com/support/knowledgecenter/SSMKHH_10.0.0/com.ibm.healthcare.doc/ha00090.htm [http://www.ibm.com/support/knowledgecenter/SSMKHH_10.0.0/com.ibm.healthcare.doc/ha00090.htm] \n\n\n\n\n\n\n\nDocumentation The online product documentation for IBM Integration Bus Healthcare Pack is available at: \nhttp://www.ibm.com/support/knowledgecenter/SSMKHH_10.0.0/com.ibm.healthcare.doc/ha00000.htm [http://www.ibm.com/support/knowledgecenter/SSMKHH_10.0.0/com.ibm.healthcare.doc/ha00000.htm] \n\nAlways refer to the online product documentation for the latest information. \n\nThe stand-alone product documentation is available for download at: \nftp://public.dhe.ibm.com/software/integration/integrationbus/docs/healthcare/V4.0/iib_healthcare_help.zip [ftp://public.dhe.ibm.com/software/integration/integrationbus/docs/healthcare/V4.0/iib_healthcare_help.zip] (Windows and Linux (x86-64) version)\n\nRead the How to add the Healthcare plug-in to a help system.txt file that is included in the iib_healthcare_help.zip file. \n\n\n\n\n\n\n\nSupport Defects: This release notes file might contain references to defect numbers. These numbers refer to internal IBM problem numbers; you might find these numbers useful when discussing problems with your IBM service representative. \n\nTechnotes: For current information about known problems and available fixes, see the IBM Integration Bus support website at:\nhttp://www.ibm.com/support/entry/portal/Software/WebSphere/WebSphere_Message_Broker [http://www.ibm.com/support/entry/portal/Software/WebSphere/WebSphere_Message_Broker] \nTo find information, click Troubleshooting documentation. IBM Integration Bus and IBM Integration Bus Healthcare Pack Technotes are displayed and can be ordered and searched. \n\nFor information about downloading IBM Integration Bus Healthcare Pack V4.0 installation images from the Passport Advantage website, see the Accessing the Installer topic in the IBM Integration Bus product documentation, which is available at:\nhttp://www.ibm.com/support/knowledgecenter/SSMKHH_10.0.0/com.ibm.healthcare.doc/ha03080.htm [http://www.ibm.com/support/knowledgecenter/SSMKHH_10.0.0/com.ibm.healthcare.doc/ha03080.htm] \n\nVersions: For the latest information about which particular versions of operating systems are supported by IBM Integration Bus Healthcare Pack, see the system requirements page at:\nhttp://www.ibm.com/software/integration/wbimessagebroker/requirements/index.html [http://www.ibm.com/software/integration/wbimessagebroker/requirements/index.html] \n\n\n\n\n\n\n\nFeature updates Check periodically for updates to the toolkit, including documentation updates in English and in other supported languages. Recommended fixes for IBM Integration Bus Healthcare Pack can be found at: \nhttp://www.ibm.com/support/docview.wss?uid=swg27006041 [http://www.ibm.com/support/docview.wss?uid=swg27006041] \n\n\n\n\n\n\nTOP Additional information \nKnown problems and their workarounds (if any): This section outlines the known problems and their workarounds (if any) of the IBM Integration Bus Healthcare Pack, by component. \n\n\n\n\n\n\nTOP Installation \n * Installation of IBM Integration Bus Healthcare Pack V4.0.0.0 on computers that have a previous version installed is not supported To install IBM Integration Bus Healthcare Pack V4.0.0.0 you must first remove any existing installations of the IBM Integration Bus Healthcare Pack or IBM WebSphere Message Broker Connectivity Pack for Healthcare.\n \n \n\n\n\n\n\nTOP IBM Integration Toolkit \n * HL7® FHIR® Draft Standard for Trial Use The HL7® FHIR® standard is used in the Healthcare: FHIR transformation pattern. The standard is a Draft Standard for Trial Use (DSTU), rather than a full normative specification.\n \n \n\n\n\n\n\nTOP Copyright and trademark information \nhttp://www.ibm.com/legal/copytrade.shtml [http://www.ibm.com/legal/copytrade.shtml] \n\nThis information was developed for products and services offered in the U.S.A. \n\nIBM may not offer the products, services, or features discussed in this information in other countries. Consult your local IBM representative for information on the products and services currently available in your area. Any reference to an IBM product, program, or service is not intended to state or imply that only that IBM product, program, or service may be used. Any functionally equivalent product, program, or service that does not infringe any IBM intellectual property right may be used instead. However, it is the user's responsibility to evaluate and verify the operation of any non-IBM product, program, or service. \n\nIBM may have patents or pending patent applications covering subject matter described in this information. The furnishing of this information does not give you any license to these patents. You can send license inquiries, in writing, to: \n\n * \n * \n * \n * \n * \n * \n * \n * \n * \n\n\nFor license inquiries regarding double-byte character set (DBCS) information, contact the IBM Intellectual Property Department in your country or send inquiries, in writing, to: * \n * \n * \n * \n * \n * \n * \n\n\nThe following paragraph does not apply to the United Kingdom or any other country where such provisions are inconsistent with local law: INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement may not apply to you. \n\nThis information could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the information. IBM may make improvements and/or changes in the product(s) and/or the program(s) described in this information at any time without notice. \n\nAny references in this information to non-IBM Web sites are provided for convenience only and do not in any manner serve as an endorsement of those Web sites. The materials at those Web sites are not part of the materials for this IBM product and use of those Web sites is at your own risk. \n\nIBM may use or distribute any of the information you supply in any way it believes appropriate without incurring any obligation to you. \n\nLicensees of this program who wish to have information about it for the purpose of enabling: (i) the exchange of information between independently created programs and other programs (including this one) and (ii) the mutual use of the information which has been exchanged, should contact: \n\n * \n * \n * \n * \n * \n * \n * \n * \n * \n * \n * \n * \n * \n\n\nSuch information may be available, subject to appropriate terms and conditions, including in some cases, payment of a fee. The licensed program described in this information and all licensed material available for it are provided by IBM under terms of the IBM Customer Agreement, IBM International Programming License Agreement, or any equivalent agreement between us. \n\nInformation concerning non-IBM products was obtained from the suppliers of those products, their published announcements or other publicly available sources. IBM has not tested those products and cannot confirm the accuracy of performance, compatibility or any other claims related to non-IBM products. Questions on the capabilities of non-IBM products should be addressed to the suppliers of those products. \n\nThis information includes examples of data and reports used in daily business operations. To illustrate them as completely as possible, the examples include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental. \n\nCOPYRIGHT LICENSE: \n\nThis information contains sample application programs in source language, which illustrate programming techniques on various operating platforms. You may copy, modify, and distribute these sample programs in any form without payment to IBM, for the purposes of developing, using, marketing or distributing application programs conforming to the application programming interface for the operating platform for which the sample programs are written. These examples have not been thoroughly tested under all conditions. IBM, therefore, cannot guarantee or imply reliability, serviceability, or function of these programs. You may copy, modify, and distribute these sample programs in any form without payment to IBM for the purposes of developing, using, marketing, or distributing application programs conforming to IBM's application programming interfaces. \n\nThe following terms are trademarks of International Business Machines Corporation in the United States, other countries, or both:\n\nAIX, developerWorks, IBM, Passport Advantage, WebSphere.\n\nJava and all Java-based trademarks and logos are trademarks or registered trademarks of Oracle and/or its affiliates in the United States, other countries, or both\n\nMicrosoft and Windows are trademarks of Microsoft Corporation in the United States, other countries, or both. \n\nUNIX is a registered trademark of The Open Group in the United States and other countries.\n\nLinux is a trademark of Linus Torvalds in the United States, other countries, or both.\n\nOther company, product or service names might be trademarks or service marks of others. \n\n\n\n\n\n\nTOP Useful websites IBM Integration Bus product page\nhttp://www.ibm.com/software/products/us/en/ibm-integration-bus/ [http://www.ibm.com/software/products/us/en/ibm-integration-bus] \n\nWebSphere MQ Fix Packs\nhttp://www.ibm.com/support/entry/portal/Software/WebSphere/WebSphere_MQ [http://www.ibm.com/support/entry/portal/Software/WebSphere/WebSphere_MQ] \n\nIBM Integration Bus Fix Packs\nhttp://www.ibm.com/support/docview.wss?uid=swg27006041 [http://www.ibm.com/support/docview.wss?uid=swg27006041] \n\nIBM Integration Bus Requirements\nhttp://www.ibm.com/software/integration/wbimessagebroker/requirements/ [http://www.ibm.com/software/integration/wbimessagebroker/requirements/] \n\nIBM Integration Bus release notes and readme files\nhttp://www.ibm.com/support/docview.wss?uid=swg27006917 [http://www.ibm.com/support/docview.wss?uid=swg27006917] \n\nIBM Integration Bus V10.0 stand-alone product documentation\nFor Linux:\nftp://public.dhe.ibm.com/software/integration/integrationbus/docs/V10.0/ib_help_linux.tgz [ftp://public.dhe.ibm.com/software/integration/integrationbus/docs/V10.0/ib_help_linux.tgz]\nFor Windows:\nftp://public.dhe.ibm.com/software/integration/integrationbus/docs/V10.0/ib_help_win.zip [ftp://public.dhe.ibm.com/software/integration/integrationbus/docs/V10.0/ib_help_win.zip] \n\nIBM Integration Bus Healthcare Pack V4.0 online product documentation\nhttp://www.ibm.com/support/knowledgecenter/SSMKHH_10.0.0/com.ibm.healthcare.doc/ha00000.htm [http://www.ibm.com/support/knowledgecenter/SSMKHH_10.0.0/com.ibm.healthcare.doc/ha00000.htm] \n\nIBM Centre for Java™ Technology Development Downloads\nhttp://www.ibm.com/developerworks/java/jdk/ [http://www.ibm.com/developerworks/java/jdk/] \n\nIBM Integration Bus developerWorks Zone\nhttp://www.ibm.com/developerworks/websphere/zones/businessintegration/wmb.html [http://www.ibm.com/developerworks/websphere/zones/businessintegration/wmb.html] \n\nIBM Messaging blog\nhttps://www.ibm.com/developerworks/mydeveloperworks/blogs/c565c720-fe84-4f63- 873f-607d87787327 [https://www.ibm.com/developerworks/mydeveloperworks/blogs/c565c720-fe84-4f63-873f-607d87787327] \n\n\n\n\n\n\n\nTOP (C) Copyright IBM Corporation 2015. All rights reserved. \n\n\nCOPYRIGHT DATE\n 2015 \n\nORIGINAL PUBLICATION DATE\n 2015/6/25 \n\nPRODUCT ALIAS/SYNONYM\n IIB IBMIB" } ]
TRAIN_Q364
Receiving an error when trying to create a profile after applying WAS V8.0.0.10 (or later fixpack) to BPM V8.0.1.3 which uses MS SQL Server database After applying IBM WebSphere Application Server (WAS) V8.0.0.10 (or later fixpack) in IBM Business Process Manager (BPM) V8.0.1.3, I receive the following error when trying to create the profile: com.microsoft.sqlserver.jdbc.SQLServerException: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "Only SSLv3 was enabled while com.ibm.jsse2.disableSSLv3 is set to true". RC = 300
-
true
[]
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 packet, an attacker could exploit this vulnerability to read memory outside of the given input buffer and cause a denial of service. CVSS Base Score: 6.5 CVSS Temporal Score: Seehttps://exchange.xforce.ibmcloud.com/vulnerabilities/128625 [https://exchange.xforce.ibmcloud.com/vulnerabilities/128625]for the current score CVSS Environmental Score*: Undefined CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L) CVEID:CVE-2017-11499 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11499] DESCRIPTION:Node.js is vulnerable to a denial of service, caused by a flaw related to constant HashTable seeds. A remote attacker could exploit this vulnerability to flood the hash and cause a denial of service. CVSS Base Score: 7.5 CVSS Temporal Score: Seehttps://exchange.xforce.ibmcloud.com/vulnerabilities/129465 [https://exchange.xforce.ibmcloud.com/vulnerabilities/129465]for the current score CVSS Environmental Score*: Undefined CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)
false
[ { "filename": "swg22009964.txt", "text": "Title: IBM Security Bulletin: Multiple vulnerabilities in Node.js affect IBM API Connect (CVE-2017-1000381, CVE-2017-11499) - United States\n\nText:\n 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 DETAILS\n\nCVEID: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 packet, an attacker could exploit this vulnerability to read memory outside of the given input buffer and cause a denial of service.\nCVSS Base Score: 6.5\nCVSS Temporal Score: Seehttps://exchange.xforce.ibmcloud.com/vulnerabilities/128625 [https://exchange.xforce.ibmcloud.com/vulnerabilities/128625]for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L)\n\nCVEID:CVE-2017-11499 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11499]\nDESCRIPTION:Node.js is vulnerable to a denial of service, caused by a flaw related to constant HashTable seeds. A remote attacker could exploit this vulnerability to flood the hash and cause a denial of service.\nCVSS Base Score: 7.5\nCVSS Temporal Score: Seehttps://exchange.xforce.ibmcloud.com/vulnerabilities/129465 [https://exchange.xforce.ibmcloud.com/vulnerabilities/129465]for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H) \n\nAFFECTED PRODUCTS AND VERSIONS\n \n\nAffected IBM API Management Affected Versions IBM API Connect 5.0.0.0-5.0.6.4 IBM API Connect 5.0.7.0-5.0.7.2 IBM API Connect 5.0.8.0 REMEDIATION/FIXES\n \n\nAffected Product Addressed in VRMF APAR Remediation / First Fix IBM API Connect\n\n5.0.0.0-5.0.6.4 5.0.6.5 LI79821 Addressed in IBM API Connect V5.0.6.5.\n\nManagement Server is impacted.\n\nFollow this link and find the \"APIConnect_Management\" package:\n\nhttps://www-945.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm%7EWebSphere&product=ibm/WebSphere/IBM+API+Connect&release=5.0.6.4&platform=All&function=all [https://www-945.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm%7EWebSphere&product=ibm/WebSphere/IBM+API+Connect&release=5.0.6.2&platform=All&function=all] IBM API Connect\n\n5.0.7.0-5.0.7.2 5.0.8.1 LI79821 Addressed in IBM API Connect V5.0.8.1.\n\nManagement Server and Developer Portal are impacted.\n\nFollow this link and find the \"APIConnect_Management\" package and\n\"APIConnect-Portal\" package:\n\nhttps://www-945.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm%7EWebSphere&product=ibm/WebSphere/IBM+API+Connect&release=5.0.8.0&platform=All&function=all [https://www-945.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm%7EWebSphere&product=ibm/WebSphere/IBM+API+Connect&release=5.0.7.0&platform=All&function=all] IBM API Connect\n\n5.0.8.0 5.0.8.1 LI79821 Addressed in IBM API Connect V5.0.8.1.\n\nManagement Server and Developer Portal are impacted. \n\nFollow this link and find the \"APIConnect_Management\" package and\n\"APIConnect-Portal\" package:\n\nhttps://www-945.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm%7EWebSphere&product=ibm/WebSphere/IBM+API+Connect&release=5.0.8.0&platform=All&function=all [https://www-945.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm%7EWebSphere&product=ibm/WebSphere/IBM+API+Connect&release=5.0.7.0&platform=All&function=all] WORKAROUNDS AND MITIGATIONS\nNone\n\nGET NOTIFIED ABOUT FUTURE SECURITY BULLETINS\n Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this. \n\nREFERENCES\nComplete CVSS v3 Guide [http://www.first.org/cvss/user-guide] \nOn-line Calculator v3 [http://www.first.org/cvss/calculator/3.0] \n\nRELATED INFORMATION\nIBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html] \nIBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt] \n\nCHANGE HISTORY\n 06 December 2017: original document published \n\n*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin. \n\nDISCLAIMER\nAccording to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an \"industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response.\" IBM PROVIDES THE CVSS SCORES \"AS IS\" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY." } ]
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. (-490:Extent statistics mismatch)
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.e. NCOMS.props) 6. If you can provide the root password, do so.
false
[ { "filename": "swg21631606.txt", "text": "Title: IBM Create backup of the ObjectServer database - United States\n\nText:\nMustGather; 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=swg21631606&amp;aid=1][/support/docview.wss?uid=swg21631606&amp;aid=2]\n\n1. 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 ObjectServers properties file (i.e. NCOMS.props)\n\n6. If you can provide the root password, do so.\n\n[/support/docview.wss?uid=swg21631606&amp;aid=3]\n\n1. Create a temporary directory\n\nmkdir c:\\tmp\\backup \n\n2. Use nco_sql to obtain a backup\n\nisql -S NCOMS -U root \nPassword: \n1> alter system backup 'c:\\tmp\\backup'; \n2> go \n(0 rows affected) \n1> quit \n\n3. Verify that c:\\tmp\\backup contains *.tab files.\n\n4. Compressed c:\\tmp\\backup\n\n5. Copy of ObjectServers properties file (i.e. NCOMS.props)\n\n6. If you can provide the root password, do so." } ]
TRAIN_Q367
1040ez 9.0 Application Hi I have downloaded sample Datacap 9 applications (1040ez, Express, Survey) using below link and copied in my local system C:\Datacap and added reference in Datacap.xml file. IBM Datacap 9.0 and IBM Datacap 9.0.1 DDK sample applications But i'm unable to login Datacap Studio & Tmweb.net . (I tried to with re generating encryption keys but no luck). Can anyone let me know the reason, anything I missed in configuration ? My Datacap version in Local Machine IBM Datacap 9.0.0.3 Build: v 9.0.0.72 Thanks
If this is a new server where Datacap has never been run and encryption has not been set up at all, follow the instructions at Exporting encryption keys [http://www.ibm.com/support/knowledgecenter/SSZRWV_9.0.1/com.ibm.dc.install.doc/dcain011_copyto_cs1.htm]. If this is an existing server or a new server where the previous steps have been completed, distribute the dc_ktf.xml file to the client folder for all clients that will be used following the instructions at Importing encryption keys to Datacap computers
false
[ { "filename": "swg21968549.txt", "text": "Title: IBM Couldn't validate parameters error logging in with IBM Datacap - United States\n\nText:\nlogin connect couldnt validate parameters TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n Users are unable to log in with any client to any application. The Taskmaster Server (tms) log shows:\n\nConnect couldn't validate parameters \n\nSYMPTOM\nThis is most commonly seen on a new installed Taskmaster Server. Users attempting to login will receive a message stating that they cannot connect to the admin database.\n\n\nCAUSE\nEncryption is not yet fully set up, so FIPS key information cannot be located.\n\nRESOLVING THE PROBLEM\nIf this is a new server where Datacap has never been run and encryption has not been set up at all, follow the instructions at Exporting encryption keys [http://www.ibm.com/support/knowledgecenter/SSZRWV_9.0.1/com.ibm.dc.install.doc/dcain011_copyto_cs1.htm].\n\n\nIf this is an existing server or a new server where the previous steps have been completed, distribute the dc_ktf.xml file to the client folder for all clients that will be used following the instructions at Importing encryption keys to Datacap computers [http://www.ibm.com/support/knowledgecenter/SSZRWV_9.0.1/com.ibm.dc.install.doc/dcain010_copyto_wtminstall1.htm].\n\n\n\n\nCross reference information Segment Product Component Platform Version Edition Enterprise Content Management Datacap Taskmaster Capture Not Applicable Windows 8.1.0" } ]
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 following technote: Unknown Object Name [2085], SYSTEM.MQXR.COMMAND.QUEUE http://www-01.ibm.com/support/docview.wss?uid=swg21681687 This technote does not mention Tivoli monitoring product, and only mentions monitoring products such as Nastel and InfraRed360. Does Tivoli monitoring agent for WebSphere MQ use the SYSTEM.MQXR.COMMAND.QUEUE? We are try to find out which application is causing the 2085 event.
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
false
[ { "filename": "swg21318303.txt", "text": "Title: IBM Identify the application that has a WMQ queue opened - United States\n\nText:\nIdentify 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 the queue manager, also called controlled (or quiesced) shutdown. \n\nFor example, the following runmqsc command for the queue Q1 shows that there is an application currently that has opened a queue, but it does not provide application name, or process id number (PID). The value for OPPROCS indicates 1 application has opened the queue for output (for doing a PUT).\n\ndisplay qstatus(Q1)\n1 : display qstatus(Q1)\nAMQ8450: Display queue status details.\nQUEUE(Q1) TYPE(QUEUE)\nCURDEPTH(0) IPPROCS(0)\nLGETDATE( ) LGETTIME( )\nLPUTDATE( ) LPUTTIME( )\nMEDIALOG( ) MONQ(OFF)\nMSGAGE( ) OPPROCS(1)\nQTIME( , ) UNCOM(NO)\n\nYou want to determine the name of the application that currently has a queue open, \n\nRESOLVING THE PROBLEM\nUse 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\n\nExample output:\n\nAMQ8276: Display Connection details.\nCONN(ACBDC64820001B01)\nEXTCONN(414D5143514D5F414E47454C494C4C4F)\nTYPE(CONN)\nPID(7364)TID(1)\nAPPLTAG(WebSphere MQ\\bin\\amqsput.exe)APPLTYPE(USER)\nASTATE(NONE) CHANNEL( )\nCONNAME( ) CONNOPTS(MQCNO_SHARED_BINDING)\nUSERID(x) UOWLOG( )\nUOWSTDA( ) UOWSTTI( )\nUOWLOGDA( ) UOWLOGTI( )\nURTYPE(QMGR)\nEXTURID(XA_FORMATID[00000000] XA_GTRID[] XA_BQUAL[])\nQMURID(0.0) UOWSTATE(NONE)\n\nThe following fields are of interest:\nPID(7364) => Process id\nAPPLTAG(WebSphere MQ\\bin\\amqsput.exe) => name of the application\nUSERID(x) => Userid that has invoked the application\n\n\nFor UNIX users:\n\nOne of the main purposes for the above technique is to eventually kill the process that is connected to the queue manager. \n\na) One option is to use the STOP CONN command under runmqsc. Using the above example, the corresponding command would be:\nSTOP CONN(ACBDC64820001B01)\n\nb) The following SupportPac can be used to identify the applications and kill them if desired:\n\nMS6B: WebSphere MQ Connection Management Utility [http://www.ibm.com/support/docview.wss?&uid=swg24017810]\nThis SupportPac is Category 4 (which means that the IBM MQ Support team does not support it)\n\n \n\nPRODUCT ALIAS/SYNONYM\n WMQ MQ" } ]
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 trigger an integer overflow and cause the application to crash. CVSS Base Score: 5.9 CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/113890 [https://exchange.xforce.ibmcloud.com/vulnerabilities/113890] for the current score CVSS Environmental Score*: Undefined CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)
false
[ { "filename": "swg21999724.txt", "text": "Title: IBM Security Bulletin: Vulnerabilities in OpenSSL affect IBM MQ Advanced Message Security (CVE-2016-2177, CVE-2016-2178) - United States\n\nText:\n 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 the IBM i platform only. IBM MQ Advanced Message Security has addressed the applicable CVEs. \n\nVULNERABILITY DETAILS\nCVEID: 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 vulnerability to trigger an integer overflow and cause the application to crash.\nCVSS Base Score: 5.9\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/113890 [https://exchange.xforce.ibmcloud.com/vulnerabilities/113890] for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H) \n\nCVEID: 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 exploit this vulnerability using a cache-timing attack to recover the private DSA key.\nCVSS Base Score: 5.3\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/113889 [https://exchange.xforce.ibmcloud.com/vulnerabilities/113889] for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N)\n\nAFFECTED PRODUCTS AND VERSIONS\nIBM MQ V8 \n\nMaintenance versions 8.0.0.0 through 8.0.0.5 are affected. \n\nIBM MQ V9 \n\n9.0.0.0 only\n\nREMEDIATION/FIXES\nIBM MQ V8 \n\nApply fixpack 8.0.0.6 [http://www-01.ibm.com/support/docview.wss?uid=swg21995100] \n\nIBM MQ V9 \n\nApply fixpack 9.0.0.1 [http://www-01.ibm.com/support/docview.wss?uid=swg27048059]\n\nGET NOTIFIED ABOUT FUTURE SECURITY BULLETINS\n Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this. \n\nREFERENCES\nComplete CVSS v3 Guide [http://www.first.org/cvss/user-guide] \nOn-line Calculator v3 [http://www.first.org/cvss/calculator/3.0] \n\nRELATED INFORMATION\nIBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html] \nIBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt] \n\nCHANGE HISTORY\n 13 March 2017: Original version published\n24 May 2017: Details for 9.0.0.1 added \n\n*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin. \n\nDISCLAIMER\nAccording to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an \"industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response.\" IBM PROVIDES THE CVSS SCORES \"AS IS\" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY. \n\nRELATED INFORMATION\n A Japanese translation is available [http://www.ibm.com/support/docview.wss?uid=swg22000474]" } ]
TRAIN_Q370
Error 7002 SPSS 25 for Linux License invalid I have SPSS 25 on my linux computer but when I try to use it, is simply says error 7002. I have already checked the time and date and tried a new authorization code but it still won't work (student license). The specific symptom number of the error is 12. Can you help me?
-
true
[]
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.
false
[ { "filename": "swg27041395.txt", "text": "Title: IBM System Requirements for WebSphere MQ V8.0 - United States\n\nText:\n 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) tool where you can locate and find complete lists of supported operating systems, system requirements, prerequisites, and optional supported software for WebSphere MQ 8.0. \n\nRHEL Compatible OS. Defect support is available for Linux environments that are fully compatible - both source and binary - with Red Hat Enterprise Linux V6. Unless stated otherwise, WebSphere MQ has not been specifically tested in such compatible environments. WebSphere MQ Support is therefore unable to assist in issues related to configuration and setup, or issues that are directly related to the linux environment itself. If issues arise that are related to the compatible linux environment, the user may need to contact the linux environment vendor for support, or the issue may need to be recreated inside an environment tested by IBM in order to receive WebSphere MQ support. \n\nVirtualization. Defect support is available for virtualization environments where they relate to releases of this platform already supported by WebSphere MQ. Unless stated elsewhere in the system requirements WebSphere MQ has not been specifically tested in virtualization environments. \n\nWebSphere MQ support is therefore unable to assist in issues related to configuration and setup, or issues that are directly related to the virtualization environment itself. \n\nPlease also refer to:\nWebSphere MQ's support position on Virtualization, low-level hardware, file systems on networks and high availability. [http://www.ibm.com/support/docview.wss?uid=swg21392025]\n\n\nThe SPCR tool links to information about the minimum product levels that must be installed before opening a problem report with IBM WebSphere MQ Technical Support. The software versions and any maintenance levels listed in the tool have been explicitly verified as working.\n\n\nSupported System Requirements: \nThe links below are located in the SPCR tool and go directly to the supported operating systems, prerequisites, system requirements, and optional supported software for the specific operating system. \n\n\nWebSphere MQ 8.0\n\nBy Operating System\nAIX [http://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1350550241693&osPlatform=AIX]\nHP [http://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1350550241693&osPlatform=HP]\nIBM i [http://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1350550241693&osPlatform=IBM%20i]\nLinux [http://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1350550241693&osPlatform=Linux]\n4690 (Managed File Transfer Agent Only) [http://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1350550241693&osPlatform=Other]\nSolaris [http://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1350550241693&osPlatform=Solaris]\nWindows [http://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1350550241693&osPlatform=Windows]\nz/OS [http://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1350550241693&osPlatform=z/OS]\n\nBy Component\nMQ Advanced Message Security [http://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity-reports/report/html/softwareReqsForProductByComponent?deliverableId=1350550241693&duComponent=Server_568DDB101AEF11E38F7D228059AF1569]\nMQ Client [http://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity-reports/report/html/softwareReqsForProductByComponent?deliverableId=1350550241693&duComponent=Miscellaneous_569814401AEF11E38F7D228059AF1569]\nMQ Explorer [http://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity-reports/report/html/softwareReqsForProductByComponent?deliverableId=1350550241693&duComponent=Desktop_56A6BA401AEF11E38F7D228059AF1569]\nMQ Managed File Transfer Agent [http://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity-reports/report/html/softwareReqsForProductByComponent?deliverableId=1350550241693&duComponent=Miscellaneous_56910F601AEF11E38F7D228059AF1569]\nMQ Managed File Transfer Service [http://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity-reports/report/html/softwareReqsForProductByComponent?deliverableId=1350550241693&duComponent=Server_568AA6C01AEF11E38F7D228059AF1569]\nMQ Queue Manager [http://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity-reports/report/html/softwareReqsForProductByComponent?deliverableId=1350550241693&duComponent=Server_568C06501AEF11E38F7D228059AF1569]\nMQ Resource Adapter [http://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity-reports/report/html/softwareReqsForProductByComponent?deliverableId=1350550241693&duComponent=Miscellaneous_5685EBD01AEF11E38F7D228059AF1569]\nMQ Telemetry Server [http://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity-reports/report/html/softwareReqsForProductByComponent?deliverableId=1350550241693&duComponent=Server_568CF0B01AEF11E38F7D228059AF1569]\n\nSPCR tool available for all software products:\nThe generic link to the IBM Software Product Compatibility Reports (SPCR) tool is below. You can access the tool for any product and obtain the supported operating systems, system requirements, and optional supported software for your product version. \n\nClick the link below to reach the front page of SPCR:\nDetailed system requirements for a specific product in SPCR [http://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity/softwareReqsForProduct.html]\n\nThen choose the following options to obtain the supported operating systems, system requirements, and optional supported software for your product version.\n\n1. Select the desired product.\n2. Select the desired version.\n3. Select your operating system.\n\n----------------------------------------------------------------------------------------------------------------\nIBM WebSphere MQ Advanced entitlement\n\nIBM WebSphere MQ Advanced and IBM WebSphere MQ Advanced Idle Standby grants entitlement to the following components: \n\n * IBM WebSphere MQ \n * IBM WebSphere Advanced Message Security \n * IBM WebSphere Managed File Transfer Service \n * IBM WebSphere MQ Telemetry \n\nIBM WebSphere MQ Advanced for Developers grants entitlement to the following components: * IBM WebSphere MQ \n * IBM WebSphere Advanced Message Security \n * IBM WebSphere Managed File Transfer Service \n * IBM WebSphere MQ Telemetry \n * IBM WebSphere Managed File Transfer Managed Endpoint\n\n----------------------------------------------------------------------------------------------------------------" } ]
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_Install_Location" "JazzSM_Install_Location [http://www.ibm.com/support/knowledgecenter/SSEKCU_1.1.3.0/com.ibm.psc.doc/ref/psc_r_pathnames.html]""[Response_file_with_absolute_Path]"
false
[ { "filename": "swg21985946.txt", "text": "Title: IBM Upgrading to Jazz for Service Management Version 1.1.3.0 using Installation Manager results in a permission denied error - United States\n\nText:\njazzsm1130relnotes TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n When upgrading Jazz for Service Management to Version 1.1.3.0 using Installation Manager, the installation fails with the following error:\n\nCannot run program \"/space/IBM/JazzSM/ui/bin/wrapper.sh\" (in directory \"/space/IBM/JazzSM/ui/bin\"): error=13, Permission denied [/space/IBM/JazzSM/install/tip/tipWrapp\nerInstall.xml:215] \n\nCAUSE\nDuring the upgrade process the non-root user does not have the correct permissions to run the shell script. This is due to the following:\n1. Jazz for Service Management is installed as a non-root user\n2. Installation Manager is installed in user mode through root user\n\n\nRESOLVING THE PROBLEM\nThe 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.sh \"IM_Install_Location\" \n\"JazzSM_Install_Location [http://www.ibm.com/support/knowledgecenter/SSEKCU_1.1.3.0/com.ibm.psc.doc/ref/psc_r_pathnames.html]\"\"[Response_file_with_absolute_Path]\"\n\nFor example (showing default installation paths): ./JazzSMgrpModeUpgrade.sh \"/home/root/IBM/InstallManager/\" \"/opt/IBM/JazzSM/\" \"/opt/Download/dash_upgrade_rsp.xml\"\n\n\nFor IM GUI mode installation, provide the 2 mandatory arguments; IM_Install_Location and JazzSM_Install_Location. \nThis argument combination invokes Installation Manager in GUI mode and lead you through the rest of the upgrade process.\n\nFor IM Silent installation, provide all 3 arguments; IM_Install_Location , JazzSM_Install_Location, and Response_file_with_absolute_Path.\nThis argument combination invokes Installation Manager in silent mode to upgrade JazzSM.\n\nJazzSMgrpModeUpgrade.sh [/support/docview.wss?uid=swg21985946&aid=2]JazzSMgrpModeUpgrade.sh [/support/docview.wss?uid=swg21985946&aid=1]" } ]
TRAIN_Q373
RecognizePageFieldsICR_C aborts with Page Type change I have an DeveloperWorks application that runs: Survey. In the application PageID Task there is a function that sets the Page Type to ReliefForm (based on a barcode) Does anyone know why when I change the SetPageType to set another name, the RecognizePageFieldsICR_C in the Profiler Task aborts? If I put the name back the action runs fine.
In Datacap Studio, set the c_cr variable to USA prior to the call to recognition as follow: SaveAsCurrentObjVariable("c_cr", "USA") RecognizeFieldICR_C
false
[ { "filename": "swg21654520.txt", "text": "Title: IBM Datacap Taskmaster Capture ICR error code 12 - United States\n\nText:\nRecognizeFieldICR_C; Recostar; 12 TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n When performing field level ICR recognition using the action RecognizeFieldICR_C (), the batch aborts with error code 12. \n\nSYMPTOM\nFrom log file:\n\nExecuting 'RecognizeFieldEx' from 'Datacap.Recognition.Recostar.ICRCWrapperClass'. Parameter : <FieldName>\nRecognition return status: 12(Not defined (not used))\n\n\nCAUSE\nThe c_cr variable for ICR_C recognition is not set for the engine.\n\nRESOLVING THE PROBLEM\nIn Datacap Studio, set the c_cr variable to USA prior to the call to recognition as follow:\n\nSaveAsCurrentObjVariable(\"c_cr\", \"USA\")\nRecognizeFieldICR_C" } ]
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 the respective Text Elements. Alternatively I can do the equivalent by having a single File entry of type Logical that will generate 2 files (and change the CG:ImplementationExternsion property changed to .c). However when the type is set to Logical, I don't know where to place the code for the Implementation and the code for the Specification so that they end up each in the right file. Right now, whatever I put in the Text Element ends up in both files. Does anyone know how I can indicate Rhapsody that "this code is the implementation (.c)" and "this code is the specification (.h)"? --- Rhapsody 8.0.5 for C++ on Windows
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 from the build even though you turn CG::File::AddToMakefile [File::AddToMakefile] property on.
false
[ { "filename": "swg21621937.txt", "text": "Title: IBM How to include Rational Rhapsody external source files into configuration MakeFile - United States\n\nText:\nexternal; 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 Edition for C++ (RiC++) in order to include external source files into MakeFile? \n\nCAUSE\nIn 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 from the build even though you turn CG::File::AddToMakefile [File::AddToMakefile] property on.\n\nANSWER\nFor general information regarding code generation for external elements, see \"Code generation for external elements [http://pic.dhe.ibm.com/infocenter/rhaphlp/v8/index.jsp?topic=%2Fcom.ibm.rhp.uml.diagrams.doc%2Ftopics%2Frhp_r_dm_cd_genrtion_extnl_elmts.html]\" topic in Rhapsody Info Center. This technote will provide 3 solutions to allow the inclusion of external elements into the build. \n\n\nSolution 1 - Use Component File element \n\n * \n * \n * Add source file to the build\n * \n\n\nSolution 2 - Use File/Class element \n\n * \n * \n * \n * \n * Note:\n * \n * \n * \n * \n * Add a Class/File element to map the external source code into the model. Set property CG::Class::UseAsExternal as \"checked\" for the added element. Set property CG::File::AddToMakefile [File::AddToMakefile] as \"checked\". Set the path to the external file in property CG::Class:FileName to make Rhapsody aware the location of the external source code. The path info would be used in MakeFile generated by Rhapsody.\n \n Note: Both absolute and relative path are supported. Right click the model element, from context menu, click Add New > SourceArtifact.\n \n Note: In order to include this external model element into MakeFile, SourceArtifact is required for the external model element. To enable the display of SourceArtifact, make sure Top Menu > View > Browser Display Options > Show Source Artifacts is checked.\n Make sure the type of added SourceArtifact is set either \"Logical\" or \"Implementation\" (DO NOT choose \"Specification\"). \n Rename SourceArtifact with the name of the external source code (e.g. rename the element to \"hoo\", if the external file name is \"hoo.cpp\"). Click [Elements] tab of the SourceArtifact to make sure the model element is correctly mapped in SourceArtifact. In case of Class, the mapping will be done automatically. For File, manually add its parent element to [Elements] tab as below:\n \n [/support/docview.wss?uid=swg21621937&amp;aid=1]\n \n IMPORTANT: You might occasionally find the behavior of File is not consistent with Class. This is because File element is designed to be used as external element only, and not supposed to be built from Rhapsody. You are encouraged to use external Class element in RiC++ model to avoid any confusion you might experience. Generate MakeFile to make sure the external source file (e.g. hoo.obj) file is being added in the build.\n \n\nSolution 3 - Use Additional Sources setting \n\n * \n * \n * [Additional Sources]\n * \n * [Settings]\n * \n * \n \n Note: \n * \n\n\nRELATED INFORMATION\n#Code generation for external elements [http://pic.dhe.ibm.com/infocenter/rhaphlp/v8/index.jsp?topic=%2Fcom.ibm.rhp.uml.diagrams.doc%2Ftopics%2Frhp_r_dm_cd_genrtion_extnl_elmts.html]\nAdd source file to the biuld [http://pic.dhe.ibm.com/infocenter/rhaphlp/v8/topic/com.ibm.rhp.uml.diagrams.doc/topics/rhp_t_dm_adding_source_files_build.html?resultof=%22%61%64%64%22%20%22%73%6f%75%72%63%65%22%20%22%73%6f%75%72%63%22%20%22%66%69%6c%65%22%20%22%62%75%69%6c%64%22%20]" } ]
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 remote attacker could overflow a buffer and execute arbitrary code on the system with the privileges of the targeted process or cause the process to crash. This issue is being referred to as the "Ghost" vulnerability. CVSS Base Score: 7.6 CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/100386 [https://exchange.xforce.ibmcloud.com/vulnerabilities/100386]for the current score CVSS Environmental Score*: Undefined CVSS Vector: (AV:N/AC:H/Au:N/C:C/I:C/A:C)
false
[ { "filename": "swg21696640.txt", "text": "Title: IBM Security Bulletin: GNU C library (glibc) vulnerability affects IBM DataPower Gateway appliances (CVE-2015-0235) - United States\n\nText:\n 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: [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, a remote attacker could overflow a buffer and execute arbitrary code on the system with the privileges of the targeted process or cause the process to crash. This issue is being referred to as the \"Ghost\" vulnerability.\n\n\nCVSS Base Score: 7.6\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/100386 [https://exchange.xforce.ibmcloud.com/vulnerabilities/100386]for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (AV:N/AC:H/Au:N/C:C/I:C/A:C)\n\nAFFECTED PRODUCTS AND VERSIONS\nAll DataPower versions through 6.0.0.11, 6.0.1.7, 7.0.0.4, 7.1.0.2\n\nREMEDIATION/FIXES\nFix is available in versions 6.0.0.12, 6.0.1.8, 7.0.0.5, 7.1.0.3. Refer to APAR IT06941 [http://www-01.ibm.com/support/docview.wss?uid=swg1IT06941] for URLs to download the fix. Customers using DataPower firmware version 5.0.x, contact customer support.\n\nIBM recommends that you review your entire environment to identify vulnerable releases of glibc including your Operating Systems and take appropriate mitigation and remediation actions. Please contact your Operating System provider for more information.\n\nWORKAROUNDS AND MITIGATIONS\nNone known\n\nGET NOTIFIED ABOUT FUTURE SECURITY BULLETINS\n Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this. \n\nREFERENCES\nComplete CVSS v2 Guide [http://www.first.org/cvss/v2/guide] \nOn-line Calculator v2 [http://nvd.nist.gov/CVSS-v2-Calculator] \n\nRELATED INFORMATION\nIBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html] \nIBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt] \n\nACKNOWLEDGEMENT\nNone \n\nCHANGE HISTORY\n 10 Feb 2015: Original Version Published \n\n*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin. \n\nDISCLAIMER\nAccording to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an \"industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response.\" IBM PROVIDES THE CVSS SCORES \"AS IS\" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY." } ]
TRAIN_Q376
Help with Security Bulletin: Vulnerability in Apache Commons FileUpload affects WSRR (CVE-2016-1000031) I need to understand details regarding Security Bulletin: Vulnerability in Apache Commons FileUpload affects IBM WebSphere Service Registry and Repository (CVE-2016-1000031). Where can I find this information?
CVEID: CVE-2016-1000031 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1000031] DESCRIPTION: Apache Commons FileUpload, as used in certain products, could allow a remote attacker to execute arbitrary code on the system, caused by deserialization of untrusted data in DiskFileItem class of the FileUpload library. A remote attacker could exploit this vulnerability to execute arbitrary code under the context of the current process. CVSS Base Score: 9.8 CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/117957 [https://exchange.xforce.ibmcloud.com/vulnerabilities/117957] for the current score CVSS Environmental Score*: Undefined CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)
false
[ { "filename": "swg22010680.txt", "text": "Title: IBM Security Bulletin: Vulnerability in Apache Commons FileUpload affects IBM WebSphere Service Registry and Repository (CVE-2016-1000031) - United States\n\nText:\n SECURITY BULLETIN\n\nSUMMARY\n Vulnerability in Apache Commons FileUpload affects IBM WebSphere Service Registry and Repository (CVE-2016-1000031) \n\nVULNERABILITY DETAILS\nCVEID: CVE-2016-1000031 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1000031]\nDESCRIPTION: Apache Commons FileUpload, as used in certain products, could allow a remote attacker to execute arbitrary code on the system, caused by deserialization of untrusted data in DiskFileItem class of the FileUpload library. A remote attacker could exploit this vulnerability to execute arbitrary code under the context of the current process.\nCVSS Base Score: 9.8\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/117957 [https://exchange.xforce.ibmcloud.com/vulnerabilities/117957] for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) \n\nAFFECTED PRODUCTS AND VERSIONS\nWebSphere Service Registry and Repository V8.5\nWebSphere Service Registry and Repository V8.0\n\nFor unsupported versions IBM recommends upgrading to a fixed, supported version of the product\n\nREMEDIATION/FIXES\nTo remediate CVE-2016-1000031 you need to apply fixes for both IBM WebSphere Application Server and IBM WebSphere Service Registry and Repository.\n\nFor WebSphere Application Server updates refer to this bulletin:\nSecurity Bulletin: Security vulnerability in Apache Commons FileUpload used by WebSphere Application Server (CVE-2016-1000031) [http://www.ibm.com/support/docview.wss?uid=swg22011428]\n\nFor WebSphere Service Registry and Repository, this vulnerability has been fixed under APAR IJ01131. Fixes containing IJ01131 have been published and are available from Fix Central.\n\nFor WSRR V8.5 \n\n * Apply V8.5.6.1_IJ01131 [https://www.ibm.com/support/fixcentral/quickorder?product=ibm%2FWebSphere%2FWebSphere+Service+Registry+and+Repository&fixids=8.5.6.1-WS-WSRR-MultiOS-IFIJ01131]\n \n\nFor WSRR V8.0 * Apply [http://www.ibm.com/support/fixcentral/swg/quickorder?parent=ibm%7EWebSphere&product=ibm/WebSphere/WebSphere+Service+Registry+and+Repository&function=fixId&fixids=8.0.0.3-WS-WSRR-MultiOS-IFIV65487_IV79085]V8.0.0.3_IV65487_IV79085_IV87422_IV87429_IV89477_IJ01131 [https://www.ibm.com/support/fixcentral/quickorder?product=ibm%2FWebSphere%2FWebSphere+Service+Registry+and+Repository&fixids=8.0.0.3-WS-WSRR-MultiOS-IFIV65487_IV79085_IV87422_IV87429_IV89477_IJ01131]\n\nGET NOTIFIED ABOUT FUTURE SECURITY BULLETINS\n Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this. \n\nREFERENCES\nComplete CVSS v3 Guide [http://www.first.org/cvss/user-guide] \nOn-line Calculator v3 [http://www.first.org/cvss/calculator/3.0] \n\nRELATED INFORMATION\nIBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html] \nIBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt] \n\nCHANGE HISTORY\n 04 January 2018: Original version published \n\n*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin. \n\nDISCLAIMER\nAccording to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an \"industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response.\" IBM PROVIDES THE CVSS SCORES \"AS IS\" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY." } ]
TRAIN_Q377
Help with Security Bulletin: Vulnerability in system log on IBM MQ Appliance WebGUI (CVE-2017-1591) I need to understand details regarding Security Bulletin: Vulnerability in system log on IBM MQ Appliance WebGUI (CVE-2017-1591). Where can I find this information?
-
true
[]
TRAIN_Q378
Help with Security Bulletin: A vulnerability in the GSKit component of IBM MQ Appliance (CVE-2016-0201) I need to understand details regarding Security Bulletin: A vulnerability in the GSKit component of IBM MQ Appliance (CVE-2016-0201). Where can I find this information?
CVEID: CVE-2016-0201 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-0201] DESCRIPTION: IBM GSKit could allow a remote attacker to obtain sensitive information, caused by a MD5 collision. An attacker could exploit this vulnerability to obtain authentication credentials. CVSS Base Score: 5.9 CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/109310 [https://exchange.xforce.ibmcloud.com/vulnerabilities/109310] for the current score CVSS Environmental Score*: Undefined CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N)
false
[ { "filename": "swg21974598.txt", "text": "Title: IBM Security Bulletin: A vulnerability in the GSKit component of IBM MQ Appliance (CVE-2016-0201) - United States\n\nText:\n SECURITY BULLETIN\n\nSUMMARY\n A vulnerability has been addressed in the GSKit component of IBM MQ Appliance \n\nVULNERABILITY DETAILS\nCVEID: CVE-2016-0201 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-0201]\nDESCRIPTION: IBM GSKit could allow a remote attacker to obtain sensitive information, caused by a MD5 collision. An attacker could exploit this vulnerability to obtain authentication credentials.\nCVSS Base Score: 5.9\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/109310 [https://exchange.xforce.ibmcloud.com/vulnerabilities/109310] for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N)\n\nAFFECTED PRODUCTS AND VERSIONS\nIBM MQ Appliance M2000\n\nREMEDIATION/FIXES\nApply the ifix for APAR IT13023 [http://www-933.ibm.com/support/fixcentral/swg/selectFix?product=ibm/WebSphere/IBM%20MQ%20Appliance%20M2000&fixids=8.0.0.4-IBM-MQ-Appliance-M2000-IT13223&function=fixId&parent=ibm/WebSphere].\n\nGET NOTIFIED ABOUT FUTURE SECURITY BULLETINS\n Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this. \n\nREFERENCES\nComplete CVSS v3 Guide [http://www.first.org/cvss/user-guide] \nOn-line Calculator v3 [http://www.first.org/cvss/calculator/3.0] RELATED INFORMATION\nIBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html] \nIBM Product Security Incident Response Blog [http://www.ibm.com/blogs/PSIRT] IBM WebSphere MQ (CVE-2016-0201) http://www.ibm.com/support/docview.wss?uid=swg21974466 [http://www.ibm.com/support/docview.wss?uid=swg21974466] ACKNOWLEDGEMENT\nNone \n\nCHANGE HISTORY\n 26 January 2016 Original version published \n\n*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin. \n\nDISCLAIMER\nAccording to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an \"industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response.\" IBM PROVIDES THE CVSS SCORES \"AS IS\" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY.\n\n \n\nPRODUCT ALIAS/SYNONYM\n IBMMQ" } ]
TRAIN_Q379
Why the tick boxes in 'Subscibed Events' table remain ticked after saving the page When editing a widget and try to unsubscribe the event subscription for 'dataRefresh' events, the checkbox/tick for "dataRferesh" is still selected, even after saving the page.
This has been identified as a product defect under APAR IV83442
false
[ { "filename": "swg21984540.txt", "text": "Title: IBM Can't disable DASH TimeSet and dataRefresh in Events configuration - United States\n\nText:\nDASHL2; timeSet; dataRefresh; Events; WIdgets.; Pages TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n Any Widget added to a Page after the initial \"Save\" or \"Save and Exit\" will not retain the Events settings when trying to disable the TimeSet and dataRefresh Events in the Edit -> Events pull down configuration window. \n\nSYMPTOM\nTimeSet and dataRefresh Events can't be disabled after any \"Save\" for previous added Widgets on a Page.\n\n\nCAUSE\nThis has been identified as a product defect under APAR IV83442\n\nENVIRONMENT\nAny DASH version, this was a problem since DASH 3.1.0\n\nDIAGNOSING THE PROBLEM\nCreate a Page in DASH, add Widgets then save and exit. Access the Page again, edit the page to add another Widget, Edit the Events in the new Widget then unselect the TimeSet and dataRefresh options. Save the changes.\n\n\nEdit the new Page:\n\n[/support/docview.wss?uid=swg21984540&amp;aid=1]\n\nUnselect the TimeSet and dataRefresh options.\n\n[/support/docview.wss?uid=swg21984540&amp;aid=2]\n\nAfter a \"save\" or \"save and exit\" you will see that they are enabled again. \n\n\n[/support/docview.wss?uid=swg21984540&amp;aid=3]\n\n\nRESOLVING THE PROBLEM\nCurrently, the only workaround is to Place and configure the Events for all widgets wanted on the page before doing first \"Save\" or \"Save and Exit\". All widgets will retain values for subscribed events such as 'dataRefresh' and 'timeSet' \n\nTo use 'dataRefresh' and 'timeSet' properties of subscribed events for any widgets which are added after first \"Save\" or \"Save and Exit\", DASH support will need to be contacted. \n\nNote: This issue is with the widgets which are placed on the page after first \"Save\" or \"Save & Exit\"" } ]
TRAIN_Q380
How do I view Custodian Notes in Atlas Preservation Plan? How do I view Custodian Notes in Atlas Preservation Plan?
When you click on the Notes tab in a Preservation Plan it only lists the Plan Notes. Click the "Show Custodian Notes" button which lists the custodian notes. If you would like to go back to Plan Notes, click the "Show Plan Notes" button
false
[ { "filename": "swg21981880.txt", "text": "Title: IBM Viewing Custodian Notes in Atlas Preservation Plan - United States\n\nText:\nAtlas Notes Preservation Plan TECHNOTE (FAQ)\n\nQUESTION\n How do I view Custodian Notes in Atlas Preservation Plan? \n\nCAUSE\nWhen you click on the Notes tab in a Preservation Plan, you see a blank page without any notes listed\n\nANSWER\nWhen you click on the Notes tab in a Preservation Plan it only lists the Plan Notes. Click the \"Show Custodian Notes\" button which lists the custodian notes. If you would like to go back to Plan Notes, click the \"Show Plan Notes\" button" } ]
TRAIN_Q381
'Use Authorization Group' in user registry Defined prefix & suffix at 'Static Group' under 'Use Authorization Group' in API Connect manager user registry setting. Error returns when tested. How can I address this? Error: LDAP test connection failed. The certification passed but the group authorization failed.
-
true
[]
TRAIN_Q382
Where to download SPSS Statistics 24.0 Fix Pack 2 I found the pack from following link: https://www-01.ibm.com/support/docview.wss?uid=swg24043574 But where should I download it?
Log in as a local administrator. 2. Download the Fix Pack to a temporary location on your hard drive. 3. Ensure that no versions of Statistics are running. 4. Run the Statistics 24.0.0.2 Fix Pack executable. Note: you must use "Run as Administrator" by first right-clicking on the executable. 5. Statistics 24.0.0.2 is ready to run. Use the Help -> About menu to verify that 24.0.0.2 is now the installed version.
false
[ { "filename": "swg24043574.txt", "text": "Title: IBM SPSS Statistics 24.0 Fix Pack 2 - United States\n\nText:\n DOWNLOADABLE FILES\n\nABSTRACT\n This Fix Pack will upgrade your SPSS Statistics 24.0 installation to SPSS Statistics 24.0 FP2 (24.0.0.2) \n\nDOWNLOAD DESCRIPTION\nThis Fix Pack provides important product corrections for SPSS Statistics 24.0.\n\n\nIssues Corrected and Release Note(s): Fix List [http://www.ibm.com/support/docview.wss?uid=swg27049686]\n\nNOTE: The 24.0.0.2 Fix Pack contains all Interim Fixes made available for 24.0.0.0, as well as other corrected issues, and can be installed over any of the earlier Interim Fixes with no conflict.\n\nPREREQUISITES\nThis Fix Pack is language independent but can only be installed over existing client and server installations of IBM SPSS Statistics 24.0.0.0\n\nINSTALLATION INSTRUCTIONS\n \nInstallation Windows \n\n 1. Log in as a local administrator. \n 2. Download the Fix Pack to a temporary location on your hard drive. \n 3. Ensure that no versions of Statistics are running. \n 4. Run the Statistics 24.0.0.2 Fix Pack executable.\n Note: you must use \"Run as Administrator\" by first right-clicking on the executable. \n 5. Statistics 24.0.0.2 is ready to run. Use the Help -> About menu to verify that 24.0.0.2 is now the installed version.\n\n\nGuidelines for unattended/pushed installations for Windows-based clients: NOTE: This Fix Pack may require the machine to be rebooted to complete the installation. Please be aware that \"pushing\" the installation in unattended, silent mode may therefore force an unexpected machine reboot on a user, and schedule such installations accordingly. \n\nThe SPSS Statistics 24.0.0.2 for Windows Fix Pack obeys the same rules documented in the Site and Network License Administrator's Guides regarding \"Extracting the Contents of a Downloaded Installer file\" and \"Pushing an Installation to Windows Computers\". \n\nIn this case: \n\n 1. Download the appropriate installer file to a temporary location on your hard drive. \n 2. Open a command window as the local Administrator account and change directory to the temporary download location. \n 3. Extract the \"SPSSStatistics24.0.0.2Patch.msi\" and locale-specific .mst file into a specified location from the downloaded FixPack installer file, \"24.0-IM-S24STATC-<OS>-FP002.exe\",using the documented \"/b\" switch: 24.0-IM-S24STATC-<OS>-FP002.exe /b\"c:\\Stats24002FixPack\" (where <OS> is your operating system) \n 4. You can then copy the two extracted files to a network share for easier distribution. \n 5. Install the patch: \n \n msiexec /i \"c:\\Stats24002FixPack\\SPSS_Statistics_24002_<OS>_Patch.msi\" /qn /L*V \"%temp%\\SPSSStatistics24002PatchLog.txt\" PYTHON_EXISTS=\"1\" TRANSFORMS=\"c:\\Stats24002FixPack\\1033.mst\"\n \n (where <OS> is the same operating system specification as in step 3)\n\n\nInstallation Mac \n\n 1. Download and save the Statistics 24.0.0.2 Fix Pack to your local hard drive. \n 2. Ensure that no versions of Statistics are running. \n 3. Execute the Statistics 24.0.0.2 Fix Pack installer from the downloaded .dmg file. \n 4. Statistics 24.0.0.2 is ready to run. Use the About Statistics 24 menu to verify that 24.0.0.2 is the installed version.\n\n\nIBM SPSS Statistics 24 release is supported on Apple Macintosh OS X 10.10.x (Yosemite) through macOS 10.12.x (Sierra) \n\nGuidelines for unattended/pushed installations for Macintosh-based clients: \n\nIBM SPSS Statistics 24 FixPack 2 for Mac OS X has a silent (push) installer. To install this FixPack on Mac systems, do the following: \n\n 1. Open the 24.0-IM-S24STATC-Mac-Silent-FP002.dmg disk image and copy the two files to your desktop (or any writable location). \n 2. Open a Terminal window and change directories to the location of the patch installer and installer.properties file. \n 3. Edit the installer.properties file to suit your needs. The USER_INSTALL_DIR parameter must be defined. For example, if the current SPSS Statistics 24 install is in the default /Applications/IBM/SPSS/Statistics/24, USER_INSTALL_DIR would be:\n USER_INSTALL_DIR=/Applications/IBM/SPSS/Statistics/24 \n 4. Uncomment and modify other parameters as needed. \n 5. To execute the installer, use the following command:\n \n ./SPSS_Statistics_Installer_Silent.bin -f installer.properties\n\n\nInstallation Linux 1. Download the Fix Pack to a temporary location on your hard drive. \n 2. Ensure that no versions of Statistics are running. \n 3. Open a terminal window and execute the 24.0-IM-S24STATC-Linux8664-FP002.bin executable file as the ‘root’ user. \n 4. Statistics 24.0.0.2 is ready to run. Use the Help -> About menu to verify that 24.0.0.2 is the installed version.\n\n\nGuidelines for unattended/pushed installations for Linux-based clients: The SPSS Statistics 24.0.0.2 for Linux Fix Pack obeys the same rules documented in the Site and Network License Administrator's Guides regarding \"Running a Silent Installation on Mac and Linux Computers\". \n\nNote: Please contact IBM SPSS Technical Support to obtain the appropriate installer.properties file for the Linux platform. \n\nSPSS Statistics Server - 24.0 FP2 Installation Instructions \n\nInstallation Windows \n\n 1. Log in as a local administrator. \n 2. Download the Fix Pack contents to a temporary location. \n 3. Ensure that the same version of Statistics Server is not running, as multiple versions can be installed on the server. \n 4. Run the Statistics Server 24.0.02 Fix Pack executable. \n Note: you must use \"Run as Administrator\" by first right-clicking on the executable. \n 5. SPSS Statistics Server 24.0.0.2 is ready to run. Check the service name or add/remove programs, or launch statisticsb and run the SHOW VERSION command to verify 24.0.0.2 as the installed version.\n\n\nInstallation UNIX/Linux Note: On UNIX and Linux, the Statistics Server upgrade is now a true incremental upgrade and not a complete, fresh installation. Installing the Fix Pack for the appropriate platform should be similar to the instructions for installing your server given in the SPSS Statistics Server Installation Instructions. It is suggested to copy off the spssdxcfg.ini prior to the installation on the UNIX / Linux server as the installation may remove the R section in spssdxcfg.ini and may require manual updating after FP2 installation \n\n 1. Download the Fix Pack to a directory on the server machine. \n 2. Shut down Statistics Server prior to applying the Fix Pack. \n 3. You need to ensure the ownership and permissions for the /bin, /lib and /common subdirectories of the Statistics installation directory. For example, if you installed as root, to change the ownership and permissions, go to Statistics installation directory and run the following commands at the UNIX prompt: \n \n chown -R root:root bin lib commonchmod -R 777 bin lib common \n 4. When running SPSS Statistics Server with internal authentication, a regular user can be the owner of these directories. Refer to the SPSS Statistics Server Administrator’s Guide for more information. \n 5. The Fix Pack can be installed silently using the installer.properties file that comes with the 24.0 release (on the DVD): ./<installer_name> -f installer.properties where <installer_name> is the installer .bin file that you ftp'ed to the server. \n 6. You can also execute the installer directly to launch a graphical version of the installer. (Note: You will need an X Window System to do so): ./<installer_name>\n Note for graphical installer: You should change the default installer directory for the patch in the Install Wizard to point it to the directory on the server where Statistics Server 24.0 is installed. \n 7. Start the Statistics Server after the Fix Pack installation is complete. \n 8. Run ./statisticsb and enter SHOW VERSION. The response should indicate 24.00.00.02\n\nDOWNLOAD PACKAGE\n\n\n\nDownload RELEASE DATE LANGUAGE SIZE(Bytes) Download Options \nWhat is Fix Central(FC)? [https://www.ibm.com/support/fixcentral/help?page=swfaqs] All packages 9 May 2017 Language Independent 1 FC [https://www-945.ibm.com/support/fixcentral/swg/selectFixes?parent=SPSS&product=ibm/Information+Management/SPSS+Statistics&release=24.0.0.1&platform=All&function=all] [ ] IBM SPSS Statistics Server 24.0 zLinux Fix Pack 2 9 May 2017 Language Independent 642988 FC [https://www-945.ibm.com/support/fixcentral/swg/downloadFixes?parent=SPSS&product=ibm/Information+Management/SPSS+Statistics&release=24.0.0.1&platform=All&function=fixId&fixids=24.0-IM-S24STATS-zLinux-FP002&includeRequisites=1&includeSupersedes=0&download] [ ] IBM SPSS Statistics Server 24.0 pLinux Fix Pack 2 9 May 2017 Language Independent 672373 FC [https://www-945.ibm.com/support/fixcentral/swg/downloadFixes?parent=SPSS&product=ibm/Information+Management/SPSS+Statistics&release=24.0.0.1&platform=All&function=fixId&fixids=24.0-IM-S24STATS-pLinux-FP002&includeRequisites=1&includeSupersedes=0&download] [ ] IBM SPSS Statistics Server 24.0 Linux64 Fix Pack 2 9 May 2017 Language Independent 649871 FC [https://www-945.ibm.com/support/fixcentral/swg/downloadFixes?parent=SPSS&product=ibm/Information+Management/SPSS+Statistics&release=24.0.0.1&platform=All&function=fixId&fixids=24.0-IM-S24STATS-Linux8664-FP002&includeRequisites=1&includeSupersedes=0&downl] [ ] IBM SPSS Statistics Server 24.0 Win64 Fix Pack 2 9 May 2017 Language Independent 519152 FC [https://www-933.ibm.com/support/fixcentral/swg/downloadFixes?parent=SPSS&product=ibm/Information+Management/SPSS+Statistics&release=24.0.0.0&platform=All&function=fixId&fixids=24.0-IM-S24STATS-WIN64-FP001&includeRequisites=1&includeSupersedes=0&downloadM] [ ] IBM SPSS Statistics Server 24.0 AIX Fix Pack 2 9 May 2017 Language Independent 726149 FC [https://www-945.ibm.com/support/fixcentral/swg/downloadFixes?parent=SPSS&product=ibm/Information+Management/SPSS+Statistics&release=24.0.0.1&platform=All&function=fixId&fixids=24.0-IM-S24STATS-AIX-FP002&includeRequisites=1&includeSupersedes=0&downloadMet] [ ] IBM SPSS Statistics Client 24.0 Win64 Fix Pack 2 9 May 2017 Language Independent 732557 FC [https://www-945.ibm.com/support/fixcentral/swg/downloadFixes?parent=SPSS&product=ibm/Information+Management/SPSS+Statistics&release=24.0.0.1&platform=All&function=fixId&fixids=24.0-IM-S24STATC-WIN64-FP002&includeRequisites=1&includeSupersedes=0&downloadM] [ ] IBM SPSS Statistics Client 24.0 Win32 Fix Pack 2 9 May 2017 Language Independent 706642 FC [https://www-945.ibm.com/support/fixcentral/swg/downloadFixes?parent=SPSS&product=ibm/Information+Management/SPSS+Statistics&release=24.0.0.1&platform=All&function=fixId&fixids=24.0-IM-S24STATC-WIN32-FP002&includeRequisites=1&includeSupersedes=0&downloadM] [ ] IBM SPSS Statistics Client 24.0 Mac Fix Pack 2 9 May 2017 Language Independent 565780 FC [https://www-945.ibm.com/support/fixcentral/swg/downloadFixes?parent=SPSS&product=ibm/Information+Management/SPSS+Statistics&release=24.0.0.1&platform=All&function=fixId&fixids=24.0-IM-S24STATC-Mac-FP002&includeRequisites=1&includeSupersedes=0&downloadMet] [ ] IBM SPSS Statistics Client 24.0 Mac Silent Fix Pac 9 May 2017 Language Independent 516867 FC [https://www-945.ibm.com/support/fixcentral/swg/downloadFixes?parent=SPSS&product=ibm/Information+Management/SPSS+Statistics&release=24.0.0.1&platform=All&function=fixId&fixids=24.0-IM-S24STATC-Mac-Silent-FP002&includeRequisites=1&includeSupersedes=0&down] [ ] IBM SPSS Statistics Client 24.0 Linux64 Fix Pack 2 9 May 2017 Language Independent 651522 FC [https://www-945.ibm.com/support/fixcentral/swg/downloadFixes?parent=SPSS&product=ibm/Information+Management/SPSS+Statistics&release=24.0.0.1&platform=All&function=fixId&fixids=24.0-IM-S24STATC-Linux8664-FP002&includeRequisites=1&includeSupersedes=0&downl] [ ]" } ]
TRAIN_Q383
What happens if I run arssyscr -I instance_name -r without having Report Distribution enabled or installed? What could cause problems if I run arssyscr -I instance_name -r without having Report Distribution enabled or installed in CMOD v9.0?
Issuing the arssyscr -I (instance name) -r command will trigger arssockd to check for the ARSDBBUNDT (RDF tables), which do not exist.
false
[ { "filename": "swg21672402.txt", "text": "Title: IBM What happens if I run arssyscr -I instance_name -r without having Report Distribution enabled or installed? - United States\n\nText:\narssyscr; Report Distribution TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n Running arssyscr -I instance_name -r during upgrade without RDF installed or enabled can lead to errors during load. \n\nSYMPTOM\nYou will see errors similar to (depending on database brand) \nDB Error: ORA-00942: table or view does not exist -- SQLSTATE=, SQLCODE=942, File=arsrddb.c, \nLine=951 in your systemlog\n\n\nCAUSE\nIssuing the arssyscr -I (instance name) -r command will trigger arssockd to check for the ARSDBBUNDT (RDF tables), which do not exist. \n\nDIAGNOSING THE PROBLEM\nYou will see the \"table or view does not exist\" errors in your Systemlog\n\nRESOLVING THE PROBLEM\nYou will need to rename the Report Distribution tables and delete the Application, Application Group and Folders by performing the steps below:\n\nYou are going to want to change the Report Distribution table name: \n\nThis test is done on DB2, but It should be the same for (Oracle or SQL \nServer). \nThat is [2] and [3], to rename to object name, you need to log on your \ndatabase command session: \n\n\n[1] Shutdown arssockd \n\n[2] Rename the Application Group name \n\nc:\\>db2 \"select agid, name, agid_name from arsag where name = 'System \nReport Distribution'\" \nAGID NAME \nAGID_NAME \n----------- ------------------------------------------------------------ \n--------- \n5007 System Report Distribution \nSR \n1 record(s) selected. \n\n\nc:\\>db2 \"update arsag set name = 'System Report Distribution DELETE' \nWHERE name = 'System Report Distribution'\" \nDB20000I The SQL command completed successfully. \n\n\n[3] Rename the Folder name \n\nc:\\>db2 \"select name from arsfol where name like 'System Report \nDistribution%'\" \nNAME \n------------------------------------------------------------ \nSystem Report Distribution - Bundles \nSystem Report Distribution - Deliveries \nSystem Report Distribution - Reports \n3 record(s) selected. \n\nc:\\>db2 \"update arsfol set name = 'System Report Distribution - Bundles \nDELETE' where name = 'System Report Distribution - Bundles'\" \nDB20000I The SQL command completed successfully. \n\nc:\\>db2 \"update arsfol set name = 'System Report Distribution - \nDeliveries DELETE' where name = 'System Report Distribution - \nDeliveries'\" \nDB20000I The SQL command completed successfully. \n\nc:\\>db2 \"update arsfol set name = 'System Report Distribution - Reports \nDELETE' where name = 'System Report Distribution - Reports'\" \nDB20000I The SQL command completed successfully. \n\n[3] Start up arssockd \n\n[4] Use the Admin GUI to delete the RD Application group, Applications, \nand Folders" } ]
TRAIN_Q384
Where do I find list of all document formats indexable and supported by ICC Content Search Services Support (CSSS)? Where do I find list of all document formats indexable and supported by ICC Content Search Services Support (CSSS)?
Content Search Services uses Oracle Outside In Technology for text conversion. The Indexable document types depend on the version of the Oracle product that is used in Content Search Services in Content Platform Engine. The CSS V5.2.1 uses Outside In V8.4.1 You can reference this link to check what document types CSS/Outside In supports: http://www-01.ibm.com/support/knowledgecenter/SSNW2F_5.2.1/com.ibm.p8.ce.admin.tasks.doc/cbr/csscbr_indexable_documenttype.htm?lang=en
false
[ { "filename": "swg21978407.txt", "text": "Title: IBM File Formats for IBM Content Collector (ICC) Content Search Services Support - United States\n\nText:\nicc; css; csss TECHNOTE (FAQ)\n\nQUESTION\n How do I find list of all document formats supported by ICC Content Search Services Support (CSSS)? \n\nANSWER\nContent Search Services uses Oracle Outside In Technology for text conversion. The Indexable document types depend on the version of the Oracle product that is used in Content Search Services in Content Platform Engine. The CSS V5.2.1 uses Outside In V8.4.1\n\nYou can reference this link to check what document types CSS/Outside In supports: \n\n\nhttp://www-01.ibm.com/support/knowledgecenter/SSNW2F_5.2.1/com.ibm.p8.ce.admin.tasks.doc/cbr/csscbr_indexable_documenttype.htm?lang=en [http://www-01.ibm.com/support/knowledgecenter/SSNW2F_5.2.1/com.ibm.p8.ce.admin.tasks.doc/cbr/csscbr_indexable_documenttype.htm?lang=en]" } ]
TRAIN_Q385
Where in the WAS admin console can I set the java nursery sizes? (-Xmns256M -Xmnx256M) So, when GC=GENCON the HEAP gets split up into a nursery and tenured HEAP space. Can I ,in the Admin console, set the nursery size?? In the console, if I go here: A. WAS 8.X where to set these: Servers => Application servers => server_name Now find the "System Infrastructure" section -> Java and Process Management -> (Lower right ) -> Process definition -> (Additional Properties section) -> Java Virtual Machine (Right hand side) B. Now in the Configuration window I only see the general MIN/MAX HEAP JVM settings. (These are the (-Xmos756M (Min) -Xmox1024M (Max)) tenured heap settings settings. Shows near bottom I only see: Inital heap size (MIN) Maximum Heap size (MAX) However, I need to also set the nursery (-Xmns256M -Xmnx256M). How/where can this get set in the WAS admin console? (I'd rather not try and go hacking through the server.xml file...) I know in WAS 6.1 and 7.X we used to add these java parms in the "generic JVM arguments" section or directly into the ..\WebSphere\AppServer\bin\startServer.bat . However, it looks like some some WAS editions and versions do NOT have the "Generic JVM arguments" section on the JVM page. What can you do in this case?
-
true
[]
TRAIN_Q386
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 and CVE-2014-6593)." Where can I find information regarding CVE-2014-6593?
CVEID: CVE-2014-6593 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6593] DESCRIPTION: An unspecified vulnerability related to the JSSE component has partial confidentiality impact, partial integrity impact, and no availability impact. CVSS Base Score: 4 CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/100153 [https://exchange.xforce.ibmcloud.com/vulnerabilities/100153] for the current score CVSS Environmental Score*: Undefined CVSS Vector: (AV:N/AC:H/Au:N/C:P/I:P/A:N)
false
[ { "filename": "swg21962370.txt", "text": "Title: 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\n\nText:\n 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 Construction and Composition Tool. These issues were disclosed as part of the IBM Java SDK updates in January 2015. \n\nVULNERABILITY DETAILS\nCVEID: 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/vulnerabilities/100151 [https://exchange.xforce.ibmcloud.com/vulnerabilities/100151] for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (AV:N/AC:L/Au:N/C:N/I:N/A:P) \n\nCVEID: CVE-2014-6593 [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6593]\nDESCRIPTION: An unspecified vulnerability related to the JSSE component has partial confidentiality impact, partial integrity impact, and no availability impact.\nCVSS Base Score: 4\nCVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/100153 [https://exchange.xforce.ibmcloud.com/vulnerabilities/100153] for the current score\nCVSS Environmental Score*: Undefined\nCVSS Vector: (AV:N/AC:H/Au:N/C:P/I:P/A:N) \n\nAFFECTED PRODUCTS AND VERSIONS\nIBM Image Construction and Composition Tool v2.2.1.3 \nIBM Image Construction and Composition Tool v2.3.1.0 \nIBM Image Construction and Composition Tool v2.3.2.0 \n\nREMEDIATION/FIXES\nThe solution is to apply the following IBM Image Construction and Composition Tool version fixes.\n\nUpgrade the IBM Image Construction and Composition Tool to the following fix levels: \n\n * For IBM Image Construction and Composition Tool v2.2.1.3 * IBM Image Construction and Composition Tool v2.2.1.3 Build 28\n http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=PureSystems&product=ibm/WebSphere/PureApplication+System&release=1.1.0.5&platform=All&function=fixId&fixids=ICCT_efix_Repository_2.2.1.3-28&includeSupersedes=0 [http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=PureSystems&product=ibm/WebSphere/PureApplication+System&release=1.1.0.5&platform=All&function=fixId&fixids=ICCT_efix_Repository_2.2.1.3-28&includeSupersedes=0]\n \n For IBM Image Construction and Composition Tool v2.3.1.0 * IBM Image Construction and Composition Tool v2.3.1.0 Build 38\n http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=PureSystems&product=ibm/WebSphere/PureApplication+System&release=2.0.0.1&platform=All&function=fixId&fixids=ICCT_efix_Repository_2.3.1.0-38&includeSupersedes=0 [http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=PureSystems&product=ibm/WebSphere/PureApplication+System&release=2.0.0.1&platform=All&function=fixId&fixids=ICCT_efix_Repository_2.3.1.0-38&includeSupersedes=0]\n \n For IBM Image Construction and Composition Tool v2.3.2.0 * IBM Image Construction and Composition Tool v2.3.2.0 Build 12\n http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=PureSystems&product=ibm/WebSphere/PureApplication+System&release=2.1.0.0&platform=All&function=fixId&fixids=ICCT_efix_Repository_2.3.2.0-12&includeSupersedes=0 [http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=PureSystems&product=ibm/WebSphere/PureApplication+System&release=2.1.0.0&platform=All&function=fixId&fixids=ICCT_efix_Repository_2.3.2.0-12&includeSupersedes=0]\n \n \n\nWORKAROUNDS AND MITIGATIONS\nNone\n\nGET NOTIFIED ABOUT FUTURE SECURITY BULLETINS\n Subscribe to My Notifications [ http://www-01.ibm.com/software/support/einfo.html] to be notified of important product support alerts like this. \n\nREFERENCES\nComplete CVSS v2 Guide [http://www.first.org/cvss/v2/guide] \nOn-line Calculator v2 [http://nvd.nist.gov/CVSS-v2-Calculator] \n\nRELATED INFORMATION\nIBM Secure Engineering Web Portal [http://www.ibm.com/security/secure-engineering/bulletins.html] \nIBM Product Security Incident Response Blog [http://www.ibm.com/blogs/psirt] \n\nACKNOWLEDGEMENT\nNone \n\nCHANGE HISTORY\n 21 July 2015: Original Version Published \n\n*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin. \n\nDISCLAIMER\nAccording to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an \"industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response.\" IBM PROVIDES THE CVSS SCORES \"AS IS\" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY." } ]
TRAIN_Q387
Why may I receive: Dump Event "systhrow" (00040000) Detail "java/lang/OutOfMemoryError" "Failed to create thread: retVal -1073741830, errno 12" ? Why may I receive: Dump Event "systhrow" (00040000) Detail "java/lang/OutOfMemoryError" "Failed to create thread: retVal -1073741830, errno 12" ?
"When using compressed references, the size of the field used in the Java object for the Class Pointer and the Monitor/Lock is 32 bits instead of the 64bits that would be available in non-compressed mode. Because we are using 32 bits to store the location of these, and they are located in native (non-Java heap) memory, they must be allocated in the first 4GB of the address space - the maximum range we can address with the 32 bits." ~IBM Java Development Team If the Java heap itself is small (-Xmx), the JVM may allocate it in the lower 4GB of address space along with the Class Pointers and Monitors/Locks. If these Class Pointers, Monitors/Locks and Java heap (if included) cannot fit in the lower 4GB, a native out of memory (NOOM) [http://www.ibm.com/developerworks/library/j-nativememory-linux/] will be thrown.
false
[ { "filename": "swg21660890.txt", "text": "Title: IBM Using -Xgc:preferredHeapBase with -Xcompressedrefs - United States\n\nText:\n TECHNOTE (FAQ)\n\nQUESTION\n \"Why does the JVM report a native out-of-memory (NOOM) when using compressed references? I am using a 64bit JVM and I clearly have plenty of memory left. How can I resolve this problem?\" \n\nCAUSE\n \n\n*In this note, please refer to Java Versioning: Java Version.Release.ServiceRelease.FixPack \nex: Java 7.1.4.6 is the same as Java 7.1 SR4 FP6 is the same as Java 7 R1 SR4 FP6. \nThe IBM JVM will automatically use compressed references [http://publib.boulder.ibm.com/infocenter/javasdk/v6r0/topic/com.ibm.java.doc.diagnostics.60/diag/understanding/mm_compressed_references.html]when using a maximum heap size less than 25GB. This automated behavior was introduced in Java 6.1.5.0 and Java 7.0.4.0*. Compressed references (CR) decreases the size of Java objects making better use of available memory space. This better use of space results in improved JVM performance. *(Java 7.0.1.1 and later uses compressed references by default on z/OS) \n\nSee Introducing WebSphere Compressed Reference Technology [ftp://public.dhe.ibm.com/software/webserver/appserv/was/WAS_V7_64-bit_performance.pdf] for detailed information on how Compressed References work. \n\n\"When using compressed references, the size of the field used in the Java object for the Class Pointer and the Monitor/Lock is 32 bits instead of the 64bits that would be available in non-compressed mode. Because we are using 32 bits to store the location of these, and they are located in native (non-Java heap) memory, they must be allocated in the first 4GB of the address space - the maximum range we can address with the 32 bits.\" ~IBM Java Development Team \n\nIf the Java heap itself is small (-Xmx), the JVM may allocate it in the lower 4GB of address space along with the Class Pointers and Monitors/Locks. If these Class Pointers, Monitors/Locks and Java heap (if included) cannot fit in the lower 4GB, a native out of memory (NOOM) [http://www.ibm.com/developerworks/library/j-nativememory-linux/] will be thrown. \nANSWER\nWhy Use Compressed References? \n\nBelow the 4GB mark, the JVM does not have to perform any compression/decompression of the address pointer at runtime. Therefore, the best performance will be attained if the Class Pointers, Monitors/Locks and Java heap can all be contained comfortably within the lowest 4GB of the address space. \n\n \n\nDetermining Address Location of Java Heap Memory \n\nTo verify if the Java heap has memory regions below the 4GB mark, check the \"Object Memory\" section in the javacore:\n\nConvert the \"start\" address from the hex value to a GB value [http://ss64.com/convert.html]. In the example below, 0x000000000F010000=0.23GB which is below the the 4GB (0x0000000100000000) mark.\n\n\n\n * [/support/docview.wss?uid=swg21660890&amp;aid=1]\n\n\nSetting the Preferred Heap Base with -Xgc:preferredHeapBase \n\nStarting with Java 6.1.6.0 and Java 7.0.5.0, and later, the JVM will determine if the Java heap will fit comfortably in the lower 4GB. If it is too large, the JVM will automatically allocate the Java heap above the 4GB mark (APAR IV37797 [http://www-01.ibm.com/support/docview.wss?uid=swg1IV37797]). \n\n\n\nNOTE: In IBM System z platforms (i.e. z/OS and z/Linux), automatic shift of the heap above the 4GB address space does NOT occur because on these platforms, there is an additional performance penalty \nassociated with higher shift values. To resolve Native OOM issues due to a shortage of heap memory in the lower region on z platforms, use -Xnocompressedrefs (see below). \nSee related: IBM Knowledge Center - JVMJ9GC089W [https://www.ibm.com/support/knowledgecenter/SSYKE2_7.0.0/com.ibm.java.messages/diag/appendixes/messages/j9gc/message_jvmj9gc089.html] However, in earlier Java 6.1 and Java 7.0 versions (earlier than Java 6.1.6.0 and Java 7.0.5.0), if the Java heap can not fit in the lower 4GB, a NOOM will occur. To avoid this problem, the generic JVM argument [http://www-01.ibm.com/support/docview.wss?uid=swg21417365] -Xgc:preferredHeapBase=<address> [http://publib.boulder.ibm.com/infocenter/javasdk/v6r0/topic/com.ibm.java.doc.diagnostics.60/diag/understanding/mm_compressed_references.html] can be used to ensure the Java heap is allocated above the 4GB address space. This will leave more room for the Class Pointer and Monitor/Lock memory. \n\n * \n * \n * \n * \n * \n * \n * This will locate the Java heap starting at the 4GB mark thus leaving the lower 4GB for the other processes.\n\n\nIncrease Maximum Heap Size to Force Heap Allocation Above the 4GB mark \n\nAnother way to ensure that the heap is allocated above the 4GB mark (Java 6.1.6.0 and Java 7.0.5.0 and later) is to set a maximum heap size equal to or greater than 4GB. For example -Xmx4G will ensure that the heap will have to be allocated above the 4GB mark. This will not work in earlier versions of the JVM since these earlier versions allowed the heap to straddle the 4GB mark, placing part of the memory above and some below (fixed as part of APAR IV37797) . \n\n \n\nFurther Investigation \n\nIf after setting -Xgc:preferredHeapBase=<address> or -Xmx4G a NOOM is still encountered (Java 6.1.6.0 and Java 7.0.5.0 and later), then further investigation is required at the application level. Look to decrease the size and usage of the applications Class Pointers and Monitors/Locks. Additionally, there are some WebSphere Application Server troubleshooting methods that may help reduce the native memory footprint. See: IBM Troubleshooting native memory issues [http://www-01.ibm.com/support/docview.wss?rs=180&uid=swg21373312].\n\nReserving Low-Memory Space with -Xmcrs\n\nIf there is still free memory in the system when a Native OutOfMemory (NOOM) occurs, then the problem may be a shortage of memory in the low-memory region (under 4GB). Even if the Java heap is located above this boundary, other data associated with Java objects can be located in the low-memory region.\n\nThe OS memory allocator will deal out low-memory freely, thus memory resources in the lower boundary may run out. Later when the JVM tries to allocate memory for an artifact which is required to be allocated in low-memory (because the JVM has only reserved a 32bit pointer for it) it fails and throws an OutOfMemoryError.\n\nStarting in Java 6.0.16.3, Java 6.1.8.3, Java 7.0.8.10, Java 7.1.2.10, there is a parameter -Xmcrs [http://www-01.ibm.com/support/knowledgecenter/SSYKE2_6.0.0/com.ibm.java.doc.diagnostics.60/diag/appendixes/cmdline/xmcrs.html] which allows the JVM to increase the amount of low memory it reserves on startup. With this setting, as long as the low-memory usage by the JVM does not exceed the -Xmcrs value, NOOM in the lower boundary will be avoided.\n\nTo set this parameter, first decide what a reasonable value for your lower memory requirements may be. Reasonable value is unique to each environment so there is not a general recommendation.\n\n\n * -Xmcrs<reasonable_value_for_lower_memory>\n\n * \n * NATIVEMEMINFO subcomponent dump routine\n * \n * \n * \n * \n * \n * \n * \n * \n * [/support/docview.wss?uid=swg21660890&amp;aid=2]\n * \n\n\nDisabling Compressed References with -Xnocompressedrefs As a last resort, if the native memory still can not be contained under the 4GB mark, you can set -Xnocompressedrefs [http://publib.boulder.ibm.com/infocenter/javasdk/v6r0/topic/com.ibm.java.doc.diagnostics.60/diag/appendixes/cmdline/Xnocompressedrefs.html] as a generic JVM argument. [http://www-01.ibm.com/support/docview.wss?uid=swg21417365] Using -Xnocompressedrefs will remove the use of compressed references and therefore remove the lower 4GB memory restriction on the Class Pointers and Monitors/Locks. This will however, result in a significant increase in Java heap memory requirements. It is not uncommon for 70% more heap space to be required. Due to the increased memory requirements it is strongly advised that the Java heap size is adjusted to a larger value and garbage collection is monitored and retuned as required.\n\nAdditionally, some benchmarks show a 10-20% relative throughput decrease when disabling compressed references: \"Analysis shows that a 64-bit application without CR yields only 80-85% of 32-bit throughput but with CR yields 90-95%. Depending on application requirements, CR can improve performance up to 20% over standard 64-bit.\" See:ftp://public.dhe.ibm.com/software/webserver/appserv/was/WAS_V7_64-bit_performance.pdf [ftp://public.dhe.ibm.com/software/webserver/appserv/was/WAS_V7_64-bit_performance.pdf].\n\nBefore using -Xnocompressedrefs as a solution, first rule out the possibility of a native memory leak. Since using -Xnocompressedrefs will allow the the native memory to grow unbounded, a leak in native memory will lead to process size growth eventually leading to a process that needs to be paged out. The paging will incur performance overhead which will eventually lead to an unstable environment. Therefore careful consideration must be used when selecting -Xnocompressedrefs as a solution.\n\n\nMemory Map Considerations \n\nThe below figure is a generalization of how the JVM handles addresses in each section of the memory map based on heap size and compressed references (CR). Please note that at each stage beyond having all of the Java memory contained below the 4GB mark, there will be performance consequences: \n\n\n\n[/support/docview.wss?uid=swg21660890&amp;aid=3] \n\nNo Compressed References Overhead using -Xnocompressedrefs \nor\n-Xmx > 25GB -increased memory footprint\n-fewer/larger objects stored on heap leads to more frequent GC\n-lower cache and translation look aside buffer (TLB) utilization [/support/docview.wss?uid=swg21660890&amp;aid=4] Compressed References Overhead maximum heap address used by the Java JVM process is below 4GB none maximum heap address used by the Java JVM process is above 4GB but below 32GB compression/decompression of address pointers \n\n\nGetting Assistance From IBM Support \nIf further assistance will be required from IBM WebSphere Support, please set the following -Xdump [http://publib.boulder.ibm.com/infocenter/javasdk/v6r0/topic/com.ibm.java.doc.diagnostics.60/diag/tools/dumpagents_syntax.html] parameters in the generic JVM arguments [http://www-01.ibm.com/support/docview.wss?uid=swg21417365]: \n * \n * \n * \n\n\nThen restart the JVM and recreate the problem. Once the NOOM is encountered, process the resulting system core with jextract [http://www-01.ibm.com/support/docview.wss?uid=swg21577379]. Send the jextracted core file, heapdump, javacore, snap trace, systemOut.log, native_stderr.log, native_stdout.log and systemErr.log to IBM Support [http://www-01.ibm.com/support/docview.wss?uid=swg21153852] for further analysis. \nRELATED INFORMATION\n Linux/Windows - Thanks for the memory [http://www.ibm.com/developerworks/library/j-nativememory-linux/]\nAIX - Thanks for the Memory [http://www.ibm.com/developerworks/library/j-nativememory-aix/]\nIntroducing WebSphere Compressed Reference Technology [ftp://public.dhe.ibm.com/software/webserver/appserv/was/WAS_V7_64-bit_performance.pdf]\nCompressed references [http://publib.boulder.ibm.com/infocenter/javasdk/v6r0/topic/com.ibm.java.doc.diagnostics.60/diag/understanding/mm_compressed_references.html]\nIBM Java Compressed References and Native OOMs [https://www.ibm.com/developerworks/community/blogs/kevgrig/entry/ibm_java_compressed_references_and_native_ooms]" } ]
TRAIN_Q388
How to set database specific custom properties in WebSphere Application Server? I am using Websphere Application Server (WAS) v8.5.x with Oracle 11.1 JDBC drivers and I want to set some oracle specific properties, when connecting to the database in Websphere Application Server. (specifically: defaultRowPrefetch). How to set such specific properties in Websphere Application Server?
The way to set this connection property is as follows:. You cannot set defaultRowPrefetch as a JVM property. It would have to be named oracle.jdbc.defaultRowPrefetch for that to work. You can only use this property by loading it into a Properties object in the code and then calling getConnection with the Properties object.
false
[ { "filename": "swg21417765.txt", "text": "Title: IBM Configuring defaultRowPrefetch for an Oracle JDBC driver - United States\n\nText:\n TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n The setting defaultRowPrefetch is used to help increase the performance of queries to Oracle databases and we sometimes find customers who want to enable this feature for Oracle database connections to increase the prefetched rows. \n\nOracle JDBC drivers have a feature built in as an extension that allows you to set the number of rows that are prefetched while the full result set is being formulated. This is to reduce the number of trips back and forth to the database. \n\n\nSYMPTOM\nIf defaultRowPrefetch is set as a custom property on the datasource, this will not work as the defaultRowPrefetch is not a datasource property but a property on the connection itself .\n\n\nCAUSE\ndefaultRowPrefetch is a property of the connection and not of the datasource\n\nENVIRONMENT\nWebSphere Application Server using an Oracle JDBC driver\n\nDIAGNOSING THE PROBLEM\nCustomer sets this property and does not see it work. This may result in longer times to getting the full result set and more round trips to the database.\n\nRESOLVING THE PROBLEM\nThe Oracle defaultRowPrefetch can be set in an attempt to speed up queries to a database that return multiple rows. But, it cannot be set as a custom property in a datasource. Please see below:\n\nThe way to set this connection property is as follows:. \n\n\n\n\nYou cannot set defaultRowPrefetch as a JVM property. It would have to be named \noracle.jdbc.defaultRowPrefetch for that to work. You can only use this property \nby loading it into a Properties object in the code and then calling \ngetConnection with the Properties object." } ]
TRAIN_Q389
What are the supported Macintosh Operating System versions for IBM SPSS Statistics 19, 20, 21, 22 and 23? I would like to know what are the supported Macintosh Operating system versions for IBM SPSS Statistics versions 18, 19, 20, 21, 22 and 23?
Please see the list below. It is strongly recommended to review the platform information on IBM Software Product Compatibility Reports [http://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity/index.jsp]. The installation of IBM SPSS Statistics software on Apple Macintosh OSX operating systems requires an Intel processor.
false
[ { "filename": "swg21507587.txt", "text": "Title: IBM What are the supported Apple Macintosh Operating System Versions for IBM SPSS Statistics? - United States\n\nText:\nSPSS 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 Sierra 10.12 High Sierra 10.13 TECHNOTE (FAQ)\n\nQUESTION\n I would like to know what are the supported Macintosh Operating system versions for IBM SPSS Statistics versions? \n\nANSWER\nPlease see the list below. It is strongly recommended to review the platform information on IBM Software Product Compatibility Reports [http://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity/index.jsp]. The installation of IBM SPSS Statistics software on Apple Macintosh OSX operating systems requires an Intel processor. \n\nA) Apple Macintosh MacOS High Sierra (10.13) \n\nSupport for IBM SPSS Statistics 25 only. Please note that no other SPSS release will be officially supported on High Sierra, but older versions like SPSS Statistics 24 may run as well on High Sierra. \n\nNOTE: There's a known issue with some of the earlier release of Mac High Sierra system (13.0 and 13.1 beta version). \nThe top menu of SPSS 25 may disappear if the Mac OS system is set to Non-English. \nThe official MacOSX 10.13.1 version do not have this issue. So, if you encountert this issue you need to update your Mac OS version to latest official 10.13.1 build from Apple. \n\n \n\nB) 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=swg24042675] \n\nNo older SPSS Statistics releases are supported on Sierra. \n\n \n\nC) Apple Macintosh OSX El Capitan (10.11) \n\nSupport for IBM SPSS Statistics 24. Please see the Release notes - IBM SPSS Statistics 24.0 [http://www-01.ibm.com/support/docview.wss?uid=swg27047057] for known issues on Macintosh. \n\nFull documentation including installation material provided in different languages and manuals for release 24 can be found on IBM SPSS Statistics 24 Documentation [http://www-01.ibm.com/support/docview.wss?uid=swg27047033] webpage. \n\n \n\nAlso, Support for IBM SPSS Statistics 23. Note: if you want to install on El Capitan, please refer to technote 1970391 [http://www-01.ibm.com/support/docview.wss?uid=swg21970391] \n\n \n\nD) Apple Macintosh OSX Yosemite (10.10) \n\nSupport for IBM SPSS Statistics 24, IBM SPSS Statistics 23 and IBM SPSS Statistics 22 \n\n \n\nNote: Mac OSX 10.10 (Yosemite) was released on Thursday, October 16th 2014 by Apple after Statistics 22 was released. If you like to use Statistics 22 on Yosemite you need to install Statistics 22 Fixpack 2 as well. Statistics 22 FixPack 2 and release Statistics 23 are fully tested on Yosemite OSX 10.10. So if you like to run Statistics 22 on Yosemite please install Statistics 22 FixPack 2 and also read the section below: \n\n**** \n\nIn some instances it can be necessary to re-install the legacy Apple Java 6 on 10.10 for the use of Statistics 22 FixPack 2 on this platform\n\nDownload and re-install Apple Java 6 \n\n- After you upgraded your Apple Mac OSX from a previous release to 10.10, Apple Java 6 may no longer exists on your upgraded system. If you then launch Statistics 22 which is an application that relies on Java 6, it can happen, the Mac OS pops up a dialog box stating Java 6 was requested, but none is present.\n- The Java dialog has a \"More Info\" button, which when clicked opens a browser to an Apple Tech Support page for Apple Java 2014-001. A download link is provided:\nhttp://support.apple.com/kb/dl1572 [http://support.apple.com/kb/dl1572]\n- Click on the download link and a DMG containing the Java 6 installer is downloaded.\n- Then you open the Java DMG, double click on the Java installer, follow the prompts and complete the installation of Java 6.\n\n******* \n\n \n\nE) Apple Macintosh OSC Mavericks (10.9) \n\nSupport for IBM SPSS Statistics 23 and IBM SPSS Statistics 22 \n\n*** \n\nNote: IBM SPSS Statistics 22 was developed and released prior to Apple's release of OS X 10.9 (Mavericks). However, Statistics 22 can be installed on Mac OSX 10.9 if you install Apple Java SE 6 (1.6.0_65) on OS X 10.9 first before you install Statistics 22. Please see http://support.apple.com/kb/dl1572 [http://support.apple.com/kb/dl1572] for download. \n\n**** \n\nF) Apple Macintosh OSX Mountain Lion (10.8) \n\nSupport for IBM SPSS Statistics 22 and IBM SPSS Statistics 21 \n\n**** \n\nG) Apple Macintosh OSX Lion (10.7) \n\nSupport for IBM SPSS Statistics 21 \n\n \n\nH) Apple Macintosh OSX Snow Leopard (10.6) \n\nSupport for IBM SPSS Statistics 21 \n\n \n\nOlder SPSS Statistics releases 18 and 19 and 20: \n\nPlease note that SPSS Statistics releases 18, 19 and 20 are no longer supported by IBM. Please contact IBM Sales department to renew your contracts.\n\nRELATED INFORMATION\n Need more help? Our Statistics forum is Live! [https://developer.ibm.com/answers/topics/statistics.html?smartspace=predictive-analytics]" } ]
TRAIN_Q390
Netcool/Impact (all versions): DataType incorrect on Secondary The DataType is not being correctly replicated across the ImpactServer Cluster. The .type file of the Secondary ImpactServer configuration is truncated with the error message: Error 500: Mark invalid
"a new property is added to increase the file size limit: * Add the property to $NCHOME/impact/etc/<SERVERNAME>_server.props file where size limit can be 8192, 16384, 32768, etc.. " The property would have to be added to all ImpactServers in the Cluster and would require a restart to enable - ensuring that the ImpactServer started as Primary had the correct, uncorrupted .type file to be replicated across the Cluster. Also ensure that there are no trailing white-space characters on the property as these invalidate properties in lower versions of Impact.
false
[ { "filename": "swg21598417.txt", "text": "Title: IBM DataType incorrect on Secondary - United States\n\nText:\nnetcool; impact; netcool/impact; nci; data; type; datatype; .type; replication; cluster; sync; error; 500; mark; invalid TECHNOTE (TROUBLESHOOTING)\n\nPROBLEM(ABSTRACT)\n The DataType is not being correctly replicated across the ImpactServer Cluster \n\nSYMPTOM\nThe .type file of the Secondary ImpactServer configuration is truncated with the error message: \n\n * \n * \n\n\nCAUSE\nAPAR \"IZ81446: IMPACT 511 CLUSTER UNABLE TO REPLICATE DATATYPES WITH USERPARMETERS VALUES IN EXCESS OF 16,000 CHARACTERS.\" [link below] \n\n\n\n\n\nRESOLVING THE PROBLEM\nAdditional comments associated with APAR IZ81446 release notes: \n\n\n\"a new property is added to increase the file size limit:\n\n\n\n * \n\n\nAdd the property to $NCHOME/impact/etc/<SERVERNAME>_server.props file \nwhere size limit can be 8192, 16384, 32768, etc.. \" \n\nThe property would have to be added to all ImpactServers in the Cluster and would require a restart to enable - ensuring that the ImpactServer started as Primary had the correct, uncorrupted .type file to be replicated across the Cluster. Also ensure that there are no trailing white-space characters on the property as these invalidate properties in lower versions of Impact. \n\nThe APAR is not an issue in Impact 6 and 7, but one would still have to include this property with an appropriate value to handle a large character length for the USERPARAMETERS parameter. \n\nThe character length includes the whole USERPARAMETERS property name as well as the definition. \n\nFor example one would add the property: \n\n * \n\n\nto the files: \n\n * \n * \n * \n\n\nwhere one wished to allow the replication of a DataType between two ImpactServers called NCI1 and NCI2 in a Cluster where the USERPARMETERS property line were 20,000 characters long. \nRELATED INFORMATION\n APAR IZ81446 [http://www-01.ibm.com/support/docview.wss?uid=swg1IZ81446]" } ]
TRAIN_Q391
Can an update query be run against the C&DS repository to update job results? We have jobs set up in SPSS Deployment Manager. We would like to do a mass change of the location set up on the location set on the location tab.
The job data is stored as metadata. There is no query or batch process that can be run to do a mass update to change the location of your results tab. The recommendation is to work with your IT administrator to clean up your file system, point your file system to a new location or manually update all of your jobs
false
[ { "filename": "swg21983638.txt", "text": "Title: IBM Can an update query be run against the C&DS repository to update job results? - United States\n\nText:\nmass change query update results TECHNOTE (FAQ)\n\nQUESTION\n We have jobs set up in SPSS Deployment Manager. We would like to do a mass change of the location set up on the location set on the location tab. \n\nCAUSE\nCurrently all results are written to a specific file system and the server is full. We would like to change the location the results of the output. \n\nANSWER\nThe job data is stored as metadata. There is no query or batch process that can be run to do a mass update to change the location of your results tab. The recommendation is to work with your IT administrator to clean up your file system, point your file system to a new location or manually update all of your jobs\n\nRELATED INFORMATION\n Need more help? Our C&DS forum is Live! [https://developer.ibm.com/answers/topics/collaboration.html?smartspace=predictive-analytics]" } ]
TRAIN_Q392
KD4SoapHeaderV2 in WebServices messages The following header appears in the WebServices messages after configuring ITCAM for SOA DC: <soapenv:Header> <KD4NS:KD4SoapHeaderV2 xmlns:KD4NS="www.ibm.com/KD4Soap" >AFIAAgAkYzViZmRmOTUtYmY3Mi0zNGY1LWExNDItNTNlMGI3MzUxNmRmACRjYTdmZTQwYi1 mNDFlLTMxNzUtYjExYi04MzY1MmMyMTliNjUABA==</KD4NS:KD4SoapHeaderV2> </soapenv:Header> Is it possible to remove the KD4SoapHeaderV2 header appearing in the WebServices messages after that ITCAM for SOA monitoring has been enabled?
-
true
[]
TRAIN_Q393
How do I change the default 'fit content by' behaviour of Daeja viewer in IBM Content Navigator, to fit content by height or width? How do I change the default 'fit content by' behaviour of Daeja viewer in IBM Content Navigator, to fit content by height or width?
In Content Navigator v2.0.2 In the ..navigator.war/applets/filenetViewer_properties.jsp file, set the value of the parameter 'scale' as follows To fit content by width, specify - scale: "ftow", To fit content by height, specify - scale: "ftoh", Here's another way to modify the behaviour: * make the same changes above to the filenetViewer_properties.jsp under ECMClient\configure\explodedformat\navigator\applets folder. * Rebuild and redeploy the ear file. * Restart the application server Save the changes and they should get picked up when the viewer is re-launched. In Content Navigator v2.0.3 The same parameter-value pair mentioned above can be added in the Additional Settings section of the Daeja ViewONE panel, of the admin desktop. Add the parameter-value pair to the Additional Settings section of * the Professional tab for modifying the behaviour of the Daeja Professional viewer * the Virtual tab for modifying the behaviour of the Daeja Virtual viewer. Click New in the Additional Settings section to add the parameter-value pair. Save the changes and they should get picked up when the viewer is re-launched.
false
[ { "filename": "swg21674924.txt", "text": "Title: IBM How do I change the default 'fit content by' behaviour of Daeja viewer in IBM Content Navigator, to fit content by height or width? - United States\n\nText:\nfit by height; fit by width; fit; default fit; Daeja viewer; FileNet viewer; Daeja; scale TECHNOTE (FAQ)\n\nQUESTION\n How do I change the default 'fit content by' behaviour of Daeja viewer in IBM Content Navigator, to fit content by height or width? \n\nANSWER\nIn Content Navigator v2.0.2 \n\nIn the ..navigator.war/applets/filenetViewer_properties.jsp file, set the value of the parameter 'scale' as follows \n\nTo fit content by width, specify - scale: \"ftow\",\nTo fit content by height, specify - scale: \"ftoh\",\n\nHere's another way to modify the behaviour: \n\n * make the same changes above to the filenetViewer_properties.jsp under ECMClient\\configure\\explodedformat\\navigator\\applets folder. \n * Rebuild and redeploy the ear file. \n * Restart the application server\n\n\nSave the changes and they should get picked up when the viewer is re-launched. \n\nIn Content Navigator v2.0.3 \n\nThe same parameter-value pair mentioned above can be added in the Additional Settings section of the Daeja ViewONE panel, of the admin desktop. Add the parameter-value pair to the Additional Settings section of \n\n * the Professional tab for modifying the behaviour of the Daeja Professional viewer \n * the Virtual tab for modifying the behaviour of the Daeja Virtual viewer.\n\n\nClick New in the Additional Settings section to add the parameter-value pair. Save the changes and they should get picked up when the viewer is re-launched." } ]
TRAIN_Q394
Why does DSM error log have errors for SQLCODE=-206 errors reported for ISAS core warehouse database? Why does DSM error log have errors for SQLCODE=-206 errors reported for ISAS core warehouse database?
When you apply a new DB2 fixpack, the db2iupdt command is used to update an instance to a higher level within a release. But that command does not necessarily update the database system catalog to support the new fix pack that you have installed.
false
[ { "filename": "swg21983739.txt", "text": "Title: IBM Data Server Manager (DSM) showing SQLCODE=-206 \"<name> is not valid in the context where it is used.\" - United States\n\nText:\nSQLCODE 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 \"<name> is not valid in the context where it\nis used.\" error \n\nSYMPTOM\nThe symptoms can vary depending on each installation. \n\nMost common scenario, DSM shows Data Pending status for the monitored database.\n\n\nCAUSE\nWhen you apply a new DB2 fixpack, the db2iupdt command is used to update an instance to a higher level within a release. \n\nBut that command does not necessarily update the database system catalog to support the new fix pack that you have installed.\nMeaning, just because the db2level shows a higher level, your database can still be using routines from an older DB2 level. \n\n\n\nDIAGNOSING THE PROBLEM\nOne way to verify what routine levels your database is using, you can run the following DB2 command on the monitored database: \n\ndb2 \"select versionnumber from sysibm.sysversions order by 1 desc\" \n\nIf the results is showing a lower level than the ones DSM supports, that means your environment\nis not supported, and you are getting the SQLCODE=-206 error.\n\nTo verify what are the DB2 levels supported by DSM, please refer to the links below:\n- System requirements for IBM Data Server Manager, version 1.1.2 [http://www-01.ibm.com/support/docview.wss?uid=swg27045176]\n- System requirements for IBM Data Server Manager, version 2.1 [http://www-01.ibm.com/support/docview.wss?uid=swg27048115]\n\n\n\nRESOLVING THE PROBLEM\nRun 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.0/com.ibm.db2.luw.admin.cmd.doc/doc/r0054449.html] command\n- For DB2 V10.5 run db2updv105 [https://www.ibm.com/support/knowledgecenter/SSEPGG_11.1.0/com.ibm.db2.luw.admin.cmd.doc/doc/r0054449.html] command\n- For DB2 V11.1 run db2updv111 [https://www.ibm.com/support/knowledgecenter/SSEPGG_11.1.0/com.ibm.db2.luw.admin.cmd.doc/doc/r0054449.html] command" } ]
TRAIN_Q395
Does ITCAM for HTTP Server 7.1 FP4 work with IBM HTTP Server (IHS) 8.5.5.10 on AIX 7.2.x ? Does ITCAM for HTTP Server 7.1 FP4 work with IBM HTTP Server (IHS) 8.5.5.10 on AIX 7.2.x ?
IBM HTTP Server 8.5.5.9 contains all applicable security fixes in Apache HTTP Server versions up through 2.2.31.
false
[ { "filename": "swg27036410.txt", "text": "Title: IBM Fix list for IBM HTTP Server Version 8.5 - United States\n\nText:\nFix list Fixlist List of Updates list of defects maintenance refresh pack cumulative fix fix pack fixpack service pack FixListDocument PRODUCT DOCUMENTATION\n\nABSTRACT\nIBM HTTP Server provides periodic fixes for release 8.5. The following is a complete listing of fixes for Version 8.5 with the most recent fix at the top.\n\nCONTENT\n \n\n[https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/0.1F4.gif] Back to all versions [http://www.ibm.com/support/docview.wss?uid=swg27006973] \n\n\nFix Pack 14 (8.5.5.14) [https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/0.5D6.gif] Fix Pack 13 (8.5.5.13) [https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/0.804.gif] Fix Pack 12 (8.5.5.12) [https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/0.9DA.gif] Fix Pack 11 (8.5.5.11) [https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/0.B56.gif] Fix Pack 10 (8.5.5.10) [https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/0.CD2.gif] Fix Pack 9 (8.5.5.9) [https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/0.E48.gif] Fix Pack 8 (8.5.5.8) [https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/0.FBE.gif] Fix Pack 7 (8.5.5.7) [https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/0.1134.gif] Fix Pack 6 (8.5.5.6) [https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/0.12AA.gif] Fix Pack 5 (8.5.5.5) [https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/0.1420.gif] Fix Pack 4 (8.5.5.4) [https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/0.1596.gif] Fix Pack 3 (8.5.5.3) [https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/0.16F8.gif] Fix Pack 2 (8.5.5.2) [https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/0.185A.gif] Fix Pack 1 (8.5.5.1) [https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/0.19D0.gif] Refresh Pack (8.5.5) [https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/0.1B46.gif] Fix Pack 2 (8.5.0.2) [https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/0.1CBC.gif] Fix Pack 1 (8.5.0.1) \n\n\nFix Pack 14 (8.5.5.14) Fix release date: 20 August 2018\nLast modified: 20 August 2018\nStatus: Recommended\n\n[https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/0.2186.gif]Download Fix Pack 14 [http://www.ibm.com/support/docview.wss?uid=ibm10719839]\n\nThis fixpack is delivered for IBM Ported Tools on z/OS using APAR/PTF: PH01159 [http://www.ibm.com/support/docview.wss?uid=isg1PH01159]/ UI57810. Back to Top APAR Description PI90598 CVE-2017-12613 for IBM HTTP Server\nhttp://www-01.ibm.com/support/docview.wss?uid=swg22013598 [http://www-01.ibm.com/support/docview.wss?uid=swg22013598] PI94222 Multiple vulnerabilities in GSKit bundled with IBM HTTP Server\nhttp://www-01.ibm.com/support/docview.wss?uid=swg22015347 [http://www-01.ibm.com/support/docview.wss?uid=swg22015347] PI95670 Multiple vulnerabilities in IBM HTTP Server (CVE-2017-15710, CVE-2017-15715,CVE-2018-1301)\nhttp://www-01.ibm.com/support/docview.wss?uid=swg22015344 [http://www-01.ibm.com/support/docview.wss?uid=swg22015344] PI91075 [http://www.ibm.com/support/docview.wss?uid=swg1PI91075] Add environment variable to record \"SSLVersion\" failure PI91351 [http://www.ibm.com/support/docview.wss?uid=swg1PI91351] Add toleration for TLS certificate extension InhibitAnyPolicy marked as non-critical PI91850 [http://www.ibm.com/support/docview.wss?uid=isg1PI91850] MVSDS does not list member contents when using relative generation number to create a member list with PDS/PDSE GDG (z/OS only) PI91975 [http://www.ibm.com/support/docview.wss?uid=swg1PI91975] The 'Header unset Content-Type' directive does not unset the Content-Type response header. PI92017 [http://www.ibm.com/support/docview.wss?uid=swg1PI92017] Include CGI program name when writing stderr to the error log when using mod_cgi PI92053 [http://www.ibm.com/support/docview.wss?uid=swg1PI92053] Let child processes avoid graceful shutdown if ECONNREFUSED, ECONNABORTED, ECONNRESET occur during client accept(). PI92092 [http://www.ibm.com/support/docview.wss?uid=isg1PI92092] FSUM6245 seen when upgrading IHS to a new fix pack and using an intermediate symbolic link (z/OS only) PI92407 [http://www.ibm.com/support/docview.wss?uid=isg1PI92407] Log startup message for low 64-bit MEMLIMIT PI93212 [http://www.ibm.com/support/docview.wss?uid=isg1PI93212] Throttle SSL0600E error messages PI93624 [http://www.ibm.com/support/docview.wss?uid=swg1PI93624] Increase default LDAPSharedCacheSize PI94050 [http://www.ibm.com/support/docview.wss?uid=swg1PI94050] High CPU/Hang with IHS mod_auth_basic LDAP PI94539 [http://www.ibm.com/support/docview.wss?uid=swg1PI94539] mod_proxy_http does not allow headers larger than 8K bytes. PI95610 [http://www.ibm.com/support/docview.wss?uid=swg1PI95610] Namespace collision when mod_ibm_ssl.so is loaded alongside libodr.so. PI95964 [http://www.ibm.com/support/docview.wss?uid=isg1PI95964] Add mod_cgi directive to allow users to configure timeouts for CGI applications. PI95983 [http://www.ibm.com/support/docview.wss?uid=swg1PI95983] Allow Content-Type to be edited via the Header directive. PI96321 [http://www.ibm.com/support/docview.wss?uid=swg1PI96321] Update embedded LDAP SDK to 6.4.x PI97314 [http://www.ibm.com/support/docview.wss?uid=swg1PI97314] Add mod_backtrace for Windows \nNote: If the original installation was performed at 8.5.5.11 or earlier, fixpack 8.5.5.14 and later will replace the embedded IBM Java 6 with IBM Java 8.\n\nNote: IBM HTTP Server 8.5.5.14 contains all applicable security fixes in Apache HTTP Server versions up through 2.2.34.\n\nFix Pack 13 (8.5.5.13) Fix release date: 05 February 2018\nLast modified: 05 February 2018\nStatus: Superseded\n\n[https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/0.2186.gif]Download Fix Pack 13 [http://www.ibm.com/support/docview.wss?uid=swg24044479]\n\nThis fixpack is delivered for IBM Ported Tools on z/OS using APAR/PTF: PI93091 [http://www.ibm.com/support/docview.wss?uid=isg1PI93091] / UI53558. Back to Top APAR Description PI82481 CVE-2017-7679 for IBM HTTP Server\nhttp://www-01.ibm.com/support/docview.wss?uid=swg22005280 [http://www-01.ibm.com/support/docview.wss?uid=swg22005280] PI87445 CVE-2017-9798 for IBM HTTP Server\nhttp://www-01.ibm.com/support/docview.wss?uid=swg22009782 [http://www-01.ibm.com/support/docview.wss?uid=swg22009782] PI87663 CVE-2017-12618 for IBM HTTP Server\nhttp://www-01.ibm.com/support/docview.wss?uid=swg22009782 [http://www-01.ibm.com/support/docview.wss?uid=swg22009782] PI83257 [http://www.ibm.com/support/docview.wss?uid=swg1PI83257] Reduce memory usage from long mod_rewrite configurations. PI83350 [http://www.ibm.com/support/docview.wss?uid=isg1PI83350] Add jobname and job id to SMF 103 records for IBM HTTP Server (z/OS only) PI84868 [http://www.ibm.com/support/docview.wss?uid=swg1PI84868] Disable the 3DES cipher by default in IBM HTTP Server. PI85478 [http://www.ibm.com/support/docview.wss?uid=swg1PI85478] Disable symmetric offload by default when IHS is configured to use a crypto card. PI85561 [http://www.ibm.com/support/docview.wss?uid=swg1PI85561] SSL Fallback Protection related errors with SSLProxyEngine ON PI85702 [http://www.ibm.com/support/docview.wss?uid=isg1PI85702] SAFRunAs %%CERTIF%% asks for basic auth credentials PI85804 [http://www.ibm.com/support/docview.wss?uid=isg1PI85804] Improve password failure error messages in authnz_saf PI88232 [http://www.ibm.com/support/docview.wss?uid=swg1PI88232] Allow the server to handle requests with obsolete folds containing only spaces and/or tabs after PI73984. PI88356 [http://www.ibm.com/support/docview.wss?uid=isg1PI88356] Default ciphers with SSLFIPSEnable are System SSL defaults instead of IHS defaults. PI88550 [http://www.ibm.com/support/docview.wss?uid=isg1PI88550] Allow IHS instance on z/OS to swing to an alternate read-only directory. PI88553 [http://www.ibm.com/support/docview.wss?uid=isg1PI88553] Print an error message that includes the errno and errno2 values if fail to find a specified saf-group. PI90141 [http://www.ibm.com/support/docview.wss?uid=swg1PI90141] IBM HTTP Server may hang at startup on z/Linux running on z14 hardware - upgrade GSKit to 8.0.50.84 PI90834 [http://www.ibm.com/support/docview.wss?uid=isg1PI90834] abendoc4 in apr_pstrcat using saf-change-pw handler (z/OS only) \nNote: IBM HTTP Server 8.5.5.13 contains all applicable security fixes in Apache HTTP Server versions up through 2.2.34.\n\nFix Pack 12 (8.5.5.12) Fix release date: 21 July 2017\nLast modified: 21 July 2017\nStatus: Superseded\n\n[https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/0.42FC.gif]Download Fix Pack 12 [http://www.ibm.com/support/docview.wss?uid=swg24043844]\n\nThis fixpack is delivered for IBM Ported Tools on z/OS using APAR/PTF: PI84253 [http://www.ibm.com/support/docview.wss?uid=isg1PI84253] / UI48698. Back to Top APAR Description PI73984 CVE-2016-8743 for IBM HTTP Server\nhttp://www-01.ibm.com/support/docview.wss?&uid=swg21996847 [http://www-01.ibm.com/support/docview.wss?&uid=swg21996847] PI82260 CVE-2017-3167 for IBM HTTP Server\nhttp://www-01.ibm.com/support/docview.wss?&uid=swg22005280 [http://www-01.ibm.com/support/docview.wss?&uid=swg22005280] PI82263 CVE-2017-7668 for IBM HTTP Server\nhttp://www-01.ibm.com/support/docview.wss?&uid=swg22005280 [http://www-01.ibm.com/support/docview.wss?&uid=swg22005280] PI69182 [http://www.ibm.com/support/docview.wss?uid=isg1PI69182] IBM HTTP Server SSL cipher defaults may be displayed incorrectly on z/OS PI70947 [http://www.ibm.com/support/docview.wss?uid=isg1PI70947] Newlines are consumed when an MVSDS dataset's content type is not set to text/* or application/x-javascript. PI72027 [http://www.ibm.com/support/docview.wss?uid=swg1PI72027] IHS rewrite rule on IPV6 does not redirect correctly. PI72350 [http://www.ibm.com/support/docview.wss?uid=swg1PI72350] Fix potential crash in mod_mem_cache in IHS 8.5 and earlier. PI72989 [http://www.ibm.com/support/docview.wss?uid=swg1PI72989] Hangs related to mod_backtrace and mod_whatkilledus during a crash. PI73027 [http://www.ibm.com/support/docview.wss?uid=swg1PI73027] Crash with combination of mod_net_trace loaded and 'EnableSendfile ON' in httpd.conf. PI73043 [http://www.ibm.com/support/docview.wss?uid=swg1PI73043] Upgrade bundled GSKit security library PI73661 [http://www.ibm.com/support/docview.wss?uid=swg1PI73661] Session ID Daemon (sidd) memory leak PI73819 [http://www.ibm.com/support/docview.wss?uid=isg1PI73819] Allow an extended syntax for the SSLCipherSpec directive on z/OS (z/OS only) PI74119 [http://www.ibm.com/support/docview.wss?uid=isg1PI74119] Delayed closure of keepalive connections during graceful process termination on z/OS. (z/OS only) PI74200 [http://www.ibm.com/support/docview.wss?uid=isg1PI74200] Connection resets under heavy load when connecting to IHS on z/OS. (z/OS only) PI75341 [http://www.ibm.com/support/docview.wss?uid=swg1PI75341] /server-status doesn't display client IP until first request is read PI76757 [http://www.ibm.com/support/docview.wss?uid=swg1PI76757] Allow SSL handshake transcripts to be enabled or disabled PI76874 [http://www.ibm.com/support/docview.wss?uid=swg1PI76874] Further enhancements to PI50937 high cpu avoidance PI76918 [http://www.ibm.com/support/docview.wss?uid=isg1PI76918] 'Permission denied' errors after maintenance upgrade of IBM HTTP Server on z/OS (z/OS only) PI77304 [http://www.ibm.com/support/docview.wss?uid=swg1PI77304] VersionInfo shows Java 6 after install of IBM HTTP Server 8.5.5.11 with Java 8.0 PI78442 [http://www.ibm.com/support/docview.wss?uid=swg1PI78442] Some sequences of server-side includes mixing '#include virtual=' and '#include file=' result in a HTTP 400 error. PI78767 [http://www.ibm.com/support/docview.wss?uid=swg1PI78767] HttpProtocolOptions does not get merged from global to virtualhost scope in 8.5 and earlier. PI78967 [http://www.ibm.com/support/docview.wss?uid=isg1PI78967] Allow CEEDUMPS to be requested with kill -USR2 (z/OS only) PI80187 [http://www.ibm.com/support/docview.wss?uid=isg1PI80187] Redirect functionality not working as expected for MVSDS requests (z/OS only) PI80356 [http://www.ibm.com/support/docview.wss?uid=swg1PI80356] Upgrade bundled GSKit security library PI80447 [http://www.ibm.com/support/docview.wss?uid=isg1PI80447] Disable MMAP for static files by default on z/OS (z/OS only) PI81360 [http://www.ibm.com/support/docview.wss?uid=swg1PI81360] Allow SSL_/TLS_ prefixes to be used interchangeably for cipher long names PI81589 [http://www.ibm.com/support/docview.wss?uid=swg1PI81589] Use ECHDE_RSA ciphers by default under TLS1.2 in IBM HTTP Server 8.0 and 8.5 PI81602 [http://www.ibm.com/support/docview.wss?uid=isg1PI81602] Issues with updating SAF password when using Firefox or Chrome (z/OS only) \nNote: IBM HTTP Server 8.5.5.12 contains all applicable security fixes in Apache HTTP Server versions up through 2.2.32, plus some of the security fixes from 2.2.33.\n\nFix Pack 11 (8.5.5.11) Fix release date: 23 December 2016\nLast modified: 23 December 2016\nStatus: Superseded\n\n[https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/0.7338.gif]Download Fix Pack 11 [http://www.ibm.com/support/docview.wss?uid=swg24043005]\n\nThis fixpack is delivered for IBM Ported Tools on z/OS using APAR/PTF: PI73335 [http://www.ibm.com/support/docview.wss?uid=isg1PI73335] / UI43131. Back to Top APAR Description PI65855 CVE-2016-5387 for IBM HTTP Server\nhttp://www-01.ibm.com/support/docview.wss?uid=swg21988019 [http://www-01.ibm.com/support/docview.wss?uid=swg21988019] PI66849 CVE-2012-0876, CVE-2012-1148, CVE-2016-4472\nexpat vulnerability fixes for IBM HTTP Server\nhttp://www-01.ibm.com/support/docview.wss?uid=swg21988026 [http://www-01.ibm.com/support/docview.wss?uid=swg21988026] PI66153 [http://www.ibm.com/support/docview.wss?uid=isg1PI66153] XML datasets with no XML extension cause error under mod_mvsds (z/OS only) PI66183 [http://www.ibm.com/support/docview.wss?uid=isg1PI66183] When MFA is configured, SAFRunAs fails with a permission error (z/OS only) PI66695 [http://www.ibm.com/support/docview.wss?uid=swg1PI66695] mod_reqtimeout can cause 'java.io.IOException: Async IO operation failed' PI66787 [http://www.ibm.com/support/docview.wss?uid=swg1PI66787] Session cache daemon (sidd) memory leak PI66931 [http://www.ibm.com/support/docview.wss?uid=swg1PI66931] Upgrade bundled GSKit security library to resolve TLS > 1.2 negotiation intolerance. PI67595 [http://www.ibm.com/support/docview.wss?uid=isg1PI67595] AuthSAFExpiration and AuthSAFReenter do not work when using a 401 errordocument (z/OS only) PI68001 [http://www.ibm.com/support/docview.wss?uid=isg1PI68001] Add ability for the MVS stop command to do a graceful shutdown of the server (z/OS only) PI68803 [http://www.ibm.com/support/docview.wss?uid=isg1PI68803] IHS on Z/OS CPU usage increases in release 8.5.5.5 or beyond (z/OS only) PI70024 [http://www.ibm.com/support/docview.wss?uid=swg1PI70024] Lower message severity to Info for cache return error when connection is aborted for the IBM HTTP Server error logging PI70372 [http://www.ibm.com/support/docview.wss?uid=isg1PI70372] mod_mvsds serves a plain text file as an html page if it contains any string starting with a '<' and ending with a '>'. PI70496 [http://www.ibm.com/support/docview.wss?uid=swg1PI70496] Startup failures when 'SSLEnable' is specified globally instead of within a VirtualHost. PI70829 [http://www.ibm.com/support/docview.wss?uid=swg1PI70829] Provide additional message information for IBM HTTP Server TLS handshakes PI71340 [http://www.ibm.com/support/docview.wss?uid=swg1PI71340] Update ikeyman/gskcmd wrappers for IBM HTTP Server 8.5.5 and 9.0 with embedded Java 8. \nNote: IBM HTTP Server 8.5.5.11 contains all applicable security fixes in Apache HTTP Server versions up through 2.2.31.\n\nFix Pack 10 (8.5.5.10) Fix release date: 15 August 2016\nLast modified: 15 August 2016\nStatus: Superseded\n\n[https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/0.921A.gif]Download Fix Pack 10 [http://www.ibm.com/support/docview.wss?uid=swg24042150]\n\nThis fixpack is delivered for IBM Ported Tools on z/OS using APAR/PTF: PI66501 [http://www.ibm.com/support/docview.wss?uid=isg1PI66501] / UI39727. Back to Top APAR Description PI63098 CVE-2016-0718 for IBM HTTP Server (Distributed only)\nhttp://www-01.ibm.com/support/docview.wss?&uid=swg21988026 [http://www-01.ibm.com/support/docview.wss?&uid=swg21988026] PI53754 [http://www.ibm.com/support/docview.wss?uid=isg1PI53754] Using MVSDS to retrieve a GDG(0) always returns the same file, even after a new generation is created. (z/OS only) PI54415 [http://www.ibm.com/support/docview.wss?uid=swg1PI54415] Requests with CONTENT-LENGTH: 0 and any LimitRequestBody may result in a 413 error PI54757 [http://www.ibm.com/support/docview.wss?uid=swg1PI54757] Delay allocating an IHS thread until data is available on a new inbound TCP connection. PI54808 [http://www.ibm.com/support/docview.wss?uid=isg1PI54808] RewriteRule sees un-decoded characters in URL when mod_authnz_saf loaded (z/OS only) PI56034 [http://www.ibm.com/support/docview.wss?uid=isg1PI56034] No equivalent functionality for DGW ALWAYSWELCOME directive in IHS on z/OS. PI57543 [http://www.ibm.com/support/docview.wss?uid=isg1PI57543] Allow one address space per rotatelogs process to be conserved. (z/OS only) PI57596 [http://www.ibm.com/support/docview.wss?uid=isg1PI57596] CRIHS0001I may contain garbage information or not pick up HTTPS port. (z/OS only) PI57657 [http://www.ibm.com/support/docview.wss?uid=swg1PI57657] INSTCONFPARTIALSUCCESS when the IBM HTTP Server installer cannot determine a local hostname. PI58218 [http://www.ibm.com/support/docview.wss?uid=swg1PI58218] IBM HTTP Server 'mod_cache' fixes. PI59374 [http://www.ibm.com/support/docview.wss?uid=swg1PI59374] Certificate expiration reporting for IBM HTTP Server. PI59561 [http://www.ibm.com/support/docview.wss?uid=isg1PI59561] Add pre/post password hooks to mod_authnz_saf. (z/OS only) PI60207 [http://www.ibm.com/support/docview.wss?uid=swg1PI60207] Upgrade bundled GSKit security library to 8.0.50.61 (Distributed only) PI60251 [http://www.ibm.com/support/docview.wss?uid=isg1PI60251] mod_mvsds writes content as binary instead of text/plain. (z/OS only) PI60784 [http://www.ibm.com/support/docview.wss?uid=swg1PI60784] IBM HTTP Server directives SSLCipherBan and SSLCipherRequire may crash when GSKit tracing is enabled. (Distributed only) PI62663 [http://www.ibm.com/support/docview.wss?uid=isg1PI62663] Some Server Side Includes (SSI) may not be translated as expected (z/OS only) PI63482 [http://www.ibm.com/support/docview.wss?uid=isg1PI63482] Add a private header with password change information for 401 response. PI63682 [http://www.ibm.com/support/docview.wss?uid=swg1PI63682] IHS mod_status displays many 'NULL' strings in request column. PI64346 [http://www.ibm.com/support/docview.wss?uid=isg1PI64346] SetEnvIf may be skipped with SAF auth enabled (z/OS only) PI64628 [http://www.ibm.com/support/docview.wss?uid=isg1PI64628] IBM HTTP Server on Z/OS is deleting the wrong IPC message queue (z/OS only) \nNote: IBM HTTP Server 8.5.5.10 contains all applicable security fixes in Apache HTTP Server versions up through 2.2.31.\n\nFix Pack 9 (8.5.5.9) Fix release date: 18 March 2016\nLast modified: 18 March 2016\nStatus: Superseded\n\n[https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/1.81E.gif]Download Fix Pack 9 [http://www.ibm.com/support/docview.wss?uid=swg24041819]\n\nThis fixpack is delivered for IBM Ported Tools on z/OS using APAR/PTF: PI58575 [http://www.ibm.com/support/docview.wss?uid=isg1PI58575] / UI35897. Back to Top APAR Description PI52395 CVE-2015-7420 for IBM HTTP Server (GSKit upgrade)\nhttp://www-01.ibm.com/support/docview.wss?uid=swg21974507 [http://www-01.ibm.com/support/docview.wss?uid=swg21974507] PI54962 CVE-2016-0201 for IBM HTTP Server (GSKit upgrade)\nhttp://www-01.ibm.com/support/docview.wss?uid=swg21974507 [http://www-01.ibm.com/support/docview.wss?uid=swg21974507] PI40885 [http://www.ibm.com/support/docview.wss?uid=isg1PI40885] The 'SAFRunAs' directive implicitly requires access to the \"OMVSAPPL\" class in some RACF configurations (z/OS only)\n{The initial fix was in 8.5.5.7, but was not effective until additional updates in this fixpack.} PI47828 [http://www.ibm.com/support/docview.wss?uid=isg1PI47828] IBM HTTP Server on z/OS fails to start with CC=0137 and ABENDU4093 RC00000281 (z/OS only) PI48695 [http://www.ibm.com/support/docview.wss?uid=isg1PI48695] DGW compatibility for CGI query strings and syntax in server-side includes. (z/OS only) PI49165 [http://www.ibm.com/support/docview.wss?uid=swg1PI49165] Add new request time logging formats PI49473 [http://www.ibm.com/support/docview.wss?uid=swg1PI49473] IBM HTTP Server mod_filter is unable to process pages with error response codes returned from WebSphere Plugin PI49718 [http://www.ibm.com/support/docview.wss?uid=swg1PI49718] Improve error_log reporting for 'SSLProxyEngine' handshake errors PI49791 [http://www.ibm.com/support/docview.wss?uid=swg1PI49791] Add the IfFile directive to allow processing directives based on file existance. PI50376 [http://www.ibm.com/support/docview.wss?uid=isg1PI50376] DGW compatibility for DOCUMENT_* CGI variables. (z/OS only) PI50397 [http://www.ibm.com/support/docview.wss?uid=isg1PI50397] No error log entries for 'SAFRunAs %%CERTIF_REQ%%' failures. (z/OS only) PI50514 [http://www.ibm.com/support/docview.wss?uid=swg1PI50514] SSL session ID cache daemon (SIDD) creates unnecessary entries PI50937 [http://www.ibm.com/support/docview.wss?uid=swg1PI50937] Alleviate looping between SSL and GSKit (IBM Global Security Kit) PI51185 [http://www.ibm.com/support/docview.wss?uid=swg1PI51185] Enhancements allowing use of SAFRunAsEarly for certificate switching PI52299 [http://www.ibm.com/support/docview.wss?uid=swg1PI52299] TLS_FALLBACK_SCSV support for IBM HTTP Server \nNote: IBM HTTP Server 8.5.5.9 contains all applicable security fixes in Apache HTTP Server versions up through 2.2.31.\n\nFix Pack 8 (8.5.5.8) Fix release date: 11 December 2015\nLast modified: 11 December 2015\nStatus: Superseded\n\n[https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/1.260A.gif]Download Fix Pack 8 [http://www.ibm.com/support/docview.wss?uid=swg24041178]\n\nThis fixpack is delivered for IBM Ported Tools on z/OS using APAR/PTF: PI52859 [http://www.ibm.com/support/docview.wss?uid=isg1PI52859] / UI33171. Back to Top APAR Description PI45005 [http://www.ibm.com/support/docview.wss?uid=isg1PI45005] Use of SAFRunAs %%CLIENT%% can result in ICH408I messages to be issued against the HTTP Server userid PI45562 [http://www.ibm.com/support/docview.wss?uid=isg1PI45562] Add a message to indicate the IBM HTTP Server is ready PI45740 [http://www.ibm.com/support/docview.wss?uid=swg1PI45740] Encoding error on RewriteRule PI46559 [http://www.ibm.com/support/docview.wss?uid=swg1PI46559] The setupadm script on Linux fails to use an existing group without the -create parameter PI46616 [http://www.ibm.com/support/docview.wss?uid=swg1PI46616] Allow RewriteRule to use colon (':') in header names and values PI46868 [http://www.ibm.com/support/docview.wss?uid=isg1PI46868] REXX CGI'S may display as text in the browser PI47198 [http://www.ibm.com/support/docview.wss?uid=swg1PI47198] IHS caching partial response for chunked responses PI47605 [http://www.ibm.com/support/docview.wss?uid=swg1PI47605] Support -t -DDUMP_SSL_CONFIG and -t -DDUMP_SSL_CIPHERS on Microsoft Windows PI47642 [http://www.ibm.com/support/docview.wss?uid=swg1PI47642] Honor a global LogLevel specified after a virtual host definition that does not explicitly set LogLevel \nNote: IBM HTTP Server 8.5.5.8 contains all applicable security fixes in Apache HTTP Server versions up through 2.2.31.\n\nFix Pack 7 (8.5.5.7) Fix release date: 11 September 2015\nLast modified: 11 September 2015\nStatus: Superseded\n\n[https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/1.3AAC.gif]Download Fix Pack 7 [http://www.ibm.com/support/docview.wss?uid=swg24040533]\n\nThis fixpack is delivered for IBM Ported Tools on z/OS using APAR/PTF: PI47832 [http://www.ibm.com/support/docview.wss?uid=isg1PI47832] / UI30752. Back to Top APAR Description PI39833 CVE-2015-1829 for IBM HTTP Server on Windows\nhttp://www-01.ibm.com/support/docview.wss?uid=swg21959081 [http://www-01.ibm.com/support/docview.wss?uid=swg21959081] PI42928 CVE-2015-3183 for IBM HTTP Server\nhttp://www-01.ibm.com/support/docview.wss?uid=swg21963361 [http://www-01.ibm.com/support/docview.wss?uid=swg21963361] PI44793 CVE-2015-4947 for IBM HTTP Server Administration Server\nhttp://www-01.ibm.com/support/docview.wss?uid=swg21965419 [http://www-01.ibm.com/support/docview.wss?uid=swg21965419] PI44809 CVE-2015-1788 for IBM HTTP Server\nhttp://www-01.ibm.com/support/docview.wss?uid=swg21963362 [http://www-01.ibm.com/support/docview.wss?uid=swg21963362] PI45596 CVE-2015-1283 for IBM HTTP Server\nhttp://www-01.ibm.com/support/docview.wss?uid=swg21964428 [http://www-01.ibm.com/support/docview.wss?uid=swg21964428] PI38322 [http://www.ibm.com/support/docview.wss?uid=swg1PI38322] Allow mod_cache to ignore an 'Authorization' HTTP request header PI38562 [http://www.ibm.com/support/docview.wss?uid=swg1PI38562] CGI resources are briefly unavailable just after a restart PI38828 [http://www.ibm.com/support/docview.wss?uid=swg1PI38828] Enable unified config dump PI38835 [http://www.ibm.com/support/docview.wss?uid=swg1PI38835] IBM HTTP Server cannot log time-to-first-byte (TTFB) PI39439 [http://www.ibm.com/support/docview.wss?uid=swg1PI39439] DGW-style SSL environment variables are not set PI40952 [http://www.ibm.com/support/docview.wss?uid=swg1PI40952] Preserve quoting in SSLServerCert directive \nNote: IBM HTTP Server 8.5.5.7 contains all applicable security fixes in Apache HTTP Server versions up through 2.2.31.\n\nFix Pack 6 (8.5.5.6) Fix release date: 26 June 2015\nLast modified: 26 June 2015\nStatus: Superseded\n\n[https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/2.512.gif]Download Fix Pack 6 [http://www.ibm.com/support/docview.wss?uid=swg24040035]\n\nThis fixpack is delivered for IBM Ported Tools on z/OS using APAR/PTF: PI43067 [http://www.ibm.com/support/docview.wss?uid=isg1PI43067] / UI28569. Back to Top APAR Description PI36417 CVE-2015-0138 for IBM HTTP Server\nhttp://www-01.ibm.com/support/docview.wss?uid=swg21698959 [http://www-01.ibm.com/support/docview.wss?uid=swg21698959] PI34229 Disable RC4-based TLS ciphers by default in IBM HTTP Server.\nhttp://www-01.ibm.com/support/docview.wss?uid=swg21701072 [http://www-01.ibm.com/support/docview.wss?uid=swg21701072] PI32452 [http://www.ibm.com/support/docview.wss?uid=isg1PI32452] Userid on 'require saf-user' statement doesn't work when specified as lower case (z/OS only) PI32841 [http://www.ibm.com/support/docview.wss?uid=swg1PI32841] Some cipher names and keysizes are not logged when using %(SSL_CIPHER)e in LogFormat for access log. PI33039 [http://www.ibm.com/support/docview.wss?uid=isg1PI33039] EDC5170I error happens when running CGI script in Apache server with WLM enabled on z/OS PI33527 [http://www.ibm.com/support/docview.wss?uid=swg1PI33527] SSLOCSPEnable directive always enables OCSP (Online Certificate Status Protocol) even if value is 'OFF'. PI34017 [http://www.ibm.com/support/docview.wss?uid=swg1PI34017] HTTP error 413 on static files results in a duplicate error message. PI35073 [http://www.ibm.com/support/docview.wss?uid=swg1PI35073] IBM HTTP Server always supplies its own HTTP 'DATE' header to responses generated by the WebSphere webserver plug-in. PI35219 [http://www.ibm.com/support/docview.wss?uid=isg1PI35219] ABEND0C1 when running install_ihs on z/OS PI35519 [http://www.ibm.com/support/docview.wss?uid=isg1PI35519] cgiparse incorrectly handles POST request bodies on z/OS PI39284 [http://www.ibm.com/support/docview.wss?uid=isg1PI39284] Error continues to appear in HAPALLO2 JCL after PI25264 (z/OS only) \nNote: IBM HTTP Server 8.5.5.6 contains all applicable security fixes in Apache HTTP Server versions up through 2.2.29.\n\nFix Pack 5 (8.5.5.5) Fix release date: 13 March 2015\nLast modified: 13 March 2015\nStatus: Superseded\n\n[https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/2.1D4A.gif]Download Fix Pack 5 [http://www.ibm.com/support/docview.wss?uid=swg24039425]\n\nThis fixpack is delivered for IBM Ported Tools on z/OS using APAR/PTF: PI36674 [http://www.ibm.com/support/docview.wss?uid=isg1PI36674] / UI25968. Back to Top APAR Description PI31516 CVE-2014-8730: Enable strict CBC padding checks on TLS connections\nhttp://www-01.ibm.com/support/docview.wss?&uid=swg21697368 [http://www-01.ibm.com/support/docview.wss?&uid=swg21697368] PI28735 [http://www.ibm.com/support/docview.wss?uid=swg1PI28735] ErrorDocument redirection for status code 414 (Request URI too long) does not work PI30041 [http://www.ibm.com/support/docview.wss?uid=swg1PI30041] mod_deflate_z gives no indication if hardware offload was used (z/OS only) PI30093 [http://www.ibm.com/support/docview.wss?uid=swg1PI30093] Allow SSLProtocolDisable, SSLProtocolEnable, and SSLAttributeSet in the IBM HTTP Server configuration global PI30323 [http://www.ibm.com/support/docview.wss?uid=swg1PI30323] Add support for dual-mode ECDSA/RSA SSL virtual hosts PI31566 [http://www.ibm.com/support/docview.wss?uid=swg1PI31566] Allow IBM HTTP Server RLimit* directives to reduce hard limits PI31802 [http://www.ibm.com/support/docview.wss?uid=isg1PI31802] APR_POLLSET_ADD failure - ERRNO2=0X76650000 (z/OS only) \nNote: IBM HTTP Server 8.5.5.5 contains all applicable security fixes in Apache HTTP Server versions up through 2.2.29.\n\nFix Pack 4 (8.5.5.4) Fix release date: 08 December 2014\nLast modified: 08 December 2014\nStatus: Superseded\n\n[https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/2.2EE8.gif]Download Fix Pack 4 [http://www.ibm.com/support/docview.wss?uid=swg24038539]\n\nThis fixpack is delivered for IBM Ported Tools on z/OS using APAR/PTF: PI30622 [http://www.ibm.com/support/docview.wss?uid=isg1PI30622] / UI23545. Back to Top APAR Description PI22070 Multiple Apache web server vulnerabilities:\nCVE-2014-0118 (mod_deflate), CVE-2014-0226 (mod_status), CVE-2014-0231 (mod_cgid), CVE-2013-5704 (core)\nhttp://www-01.ibm.com/support/docview.wss?&uid=swg21690185 [http://www-01.ibm.com/support/docview.wss?&uid=swg21690185] PI27904 IBM HTTP Server should disable weak SSL protocols and ciphers by default PI19013 [http://www.ibm.com/support/docview.wss?uid=isg1PI19013] Missing version.signature file after the installation of Apache HTTP Server -FMID HHAP85P\n(z/OS only) PI19580 [http://www.ibm.com/support/docview.wss?uid=isg1PI19580] mod_reqtimeout: Potential for unexpected timeouts in IBM HTTP Server 8.5.5 on z/OS when using RequestReadTimeout (z/OS only) PI19581 [http://www.ibm.com/support/docview.wss?uid=swg1PI19581] IBM HTTP Server modules specified without a path don't load PI21655 [http://www.ibm.com/support/docview.wss?uid=isg1PI21655] mod_mvsds: 404 returned when attempting to browse a member of a PDS dataset using MVSDS (z/OS only) PI23005 [http://www.ibm.com/support/docview.wss?uid=swg1PI23005] Allow logging of time taken during SSL handshake PI24257 [http://www.ibm.com/support/docview.wss?uid=swg1PI24257] 'Header edit* ...' directive not accepted by IBM HTTP Server PI24424 [http://www.ibm.com/support/docview.wss?uid=isg1PI24424] Add support for zEnterprise Data Compression (zEDC) offload for IBM HTTP Server. (z/OS only) PI24782 [http://www.ibm.com/support/docview.wss?uid=isg1PI24782] mod_smf module only writes smf type 103 subtype 14 records when debug is turned on. (z/OS only) PI24990 [http://www.ibm.com/support/docview.wss?uid=isg1PI24990] Add mpmstats info to console. (z/OS only) PI25124 [http://www.ibm.com/support/docview.wss?uid=isg1PI25124] Install of PTF UI20159 does not update product files 14/09/19 PTF PECHANGE (z/OS only) PI25264 [http://www.ibm.com/support/docview.wss?uid=isg1PI25264] Error appears in HAPALLO2 JCL (z/OS only) PI25783 [http://www.ibm.com/support/docview.wss?uid=isg1PI25783] Fatal getpwuid() error at IBM HTTP Server startup (z/OS only) PI26507 [http://www.ibm.com/support/docview.wss?uid=isg1PI26507] mod_proxy on z/OS doesn't try IPV4 addresses on systems where IPV6 connections fail (z/OS only) PI26894 [http://www.ibm.com/support/docview.wss?uid=swg1PI26894] Increase security libraries to resolve high CPU loop on 64bit Microsoft Windows\n(GSKit upgrade to 8.0.50.34) \nNote: IBM HTTP Server 8.5.5.4 contains all applicable security fixes in Apache HTTP Server versions up through 2.2.29.\n\nFix Pack 3 (8.5.5.3) Fix release date: 18 August 2014\nLast modified: 18 August 2014\nStatus: Superseded\n\n[https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/3.134.gif]Download Fix Pack 3 \n\nThis fixpack is delivered for IBM Ported Tools on z/OS using APAR/PTF: PI21538 [http://www.ibm.com/support/docview.wss?uid=isg1PI21538] / UI20159. Back to Top APAR Description PI13028 CVE-2014-0098: mod_log_config - Potential denial of service vulnerability\nhttp://www-01.ibm.com/support/docview.wss?&uid=swg21681249 [http://www-01.ibm.com/support/docview.wss?&uid=swg21681249] PI17025 CVE-2014-0963: IBM HTTP Server high CPU utilization with SSL (includes GSKit upgrade)\nhttp://www-01.ibm.com/support/docview.wss?&uid=swg21681249 [http://www-01.ibm.com/support/docview.wss?&uid=swg21681249] PI19700 CVE-2014-0076: Local side-channel attack on ECDSA (GSKit upgrade)\nhttp://www-01.ibm.com/support/docview.wss?&uid=swg21681249 [http://www-01.ibm.com/support/docview.wss?&uid=swg21681249] PI13422 [http://www.ibm.com/support/docview.wss?uid=swg1PI13422] Memory leak in GSKit 8.0.50 (GSKit upgrade) PI13949 [http://www.ibm.com/support/docview.wss?uid=isg1PI13949] MVSDS request does not release shared ENQ (z/OS only) PI14451 [http://www.ibm.com/support/docview.wss?uid=isg1PI14451] IHS with SSLFIPSENABLE reports error code 53817451 at startup (z/OS only) PI15344 [http://www.ibm.com/support/docview.wss?uid=swg1PI15344] IBM HTTP Server caching issues PI16599 [http://www.ibm.com/support/docview.wss?uid=swg1PI16599] Authentication failure gives LDAP error for non-LDAP configurations PI17434 [http://www.ibm.com/support/docview.wss?uid=isg1PI17434] SSLCACHE may fail due to SSLCACHEPORTFILENAME value being in use (z/OS only) \nNote: IBM HTTP Server 8.5.5.3 contains all applicable security fixes in Apache HTTP Server versions up through 2.2.27.\n\nFix Pack 2 (8.5.5.2) Fix release date: 28 April 2014\nLast modified: 28 April 2014\nStatus: Superseded\n\n[https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/3.144E.gif]Download Fix Pack 2 [http://www.ibm.com/support/docview.wss?uid=swg24037250]\n\nThis fixpack is delivered for IBM Ported Tools on z/OS using APAR/PTF: PI15962 [http://www.ibm.com/support/docview.wss?uid=isg1PI15962] / UI17041. Back to Top APAR Description PI05309 CVE-2013-6329: SSL session resumption vulnerability. (GSKit upgrade).\nhttp://www-01.ibm.com/support/docview.wss?&uid=swg21669554 [http://www-01.ibm.com/support/docview.wss?&uid=swg21669554] PI09345 CVE-2013-6438: Potential Denial of Sevice in mod_dav for IBM HTTP Server.\nhttp://www-01.ibm.com/support/docview.wss?&uid=swg21669554 [http://www-01.ibm.com/support/docview.wss?&uid=swg21669554] PI09443 CVE-2013-6747: GSKit Certificate Chain Vulnerability. (GSKit upgrade).\nhttp://www-01.ibm.com/support/docview.wss?&uid=swg21669554 [http://www-01.ibm.com/support/docview.wss?&uid=swg21669554] PM94008 [http://www.ibm.com/support/docview.wss?uid=swg1PM94008] Timed-out ldap bind and search failures on reused connections are not retried. PM94143 [http://www.ibm.com/support/docview.wss?uid=isg1PM94143] Use of SAFRunAs results in ICH408I messages to be issued against the HTTP Server userid (z/OS only) PM94602 [http://www.ibm.com/support/docview.wss?uid=isg1PM94602] ProxyRemote fails to work with SSL requests PM96039 [http://www.ibm.com/support/docview.wss?uid=swg1PM96039] AcceptEx disablement notice should not appear in Microsoft Windows Event Viewer PM97650 [http://www.ibm.com/support/docview.wss?uid=swg1PM97650] IBM HTTP Server does not send SIGTERM to fastCGI application PI04922 [http://www.ibm.com/support/docview.wss?uid=swg1PI04922] IBM HTTP Server scaling/processing threads limited on 64-bit Microsoft Windows. PI06366 [http://www.ibm.com/support/docview.wss?uid=swg1PI06366] IBM HTTP Server thread creation failures when scaling up from default configuration on RHEL6 PI07665 [http://www.ibm.com/support/docview.wss?uid=isg1PI07665] IBM HTTP server 8.5 (Apache) on z/OS needs support of cgiparse and cgiutils from IHS 5.3 Domino Go Web Server. PI08502 [http://www.ibm.com/support/docview.wss?uid=swg1PI08502] Potential heap corruption under load for IBM HTTP Server with SSL enabled. (GSKit upgrade). PI08715 [http://www.ibm.com/support/docview.wss?uid=swg1PI08715] Potential mod_proxy crashes under load PI09344 [http://www.ibm.com/support/docview.wss?uid=isg1PI09344] Missing version.signature file for 31-bit IBM HTTP Server on z/OS breaks 8.5.5 post-update process. \nNote: IBM HTTP Server 8.5.5.2 contains all applicable security fixes in Apache HTTP Server versions up through 2.2.26.\n\nFix Pack 1 (8.5.5.1) Fix release date: 11 November 2013\nLast modified: 11 November 2013\nStatus: Superseded\n\n[https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/3.2EF8.gif]Download Fix Pack 1 [http://www.ibm.com/support/docview.wss?uid=swg24035935] Back to Top APAR Description PM87808 CVE-2013-1862: mod_rewrite vulnerability\nhttp://www-01.ibm.com/support/docview.wss?&uid=swg21651880 [http://www-01.ibm.com/support/docview.wss?&uid=swg21651880] PM89996 CVE-2013-1896: mod_dav vulnerability\nhttp://www-01.ibm.com/support/docview.wss?&uid=swg21651880 [http://www-01.ibm.com/support/docview.wss?&uid=swg21651880] PM84215 [http://www.ibm.com/support/docview.wss?uid=swg1PM84215] mod_mpmstats may report incorrect values during startup or shutdown PM87247 [http://www.ibm.com/support/docview.wss?uid=swg1PM87247] Additional certificate attributes are needed as fields accessible to the SSLClientAuthRequire directive PM89422 [http://www.ibm.com/support/docview.wss?uid=swg1PM89422] IHS WebDAV requests slow on Windows PM91704 [http://www.ibm.com/support/docview.wss?uid=swg1PM91704] Add mod_smf module for IBM HTTP Server (z/OS only) PM92105 [http://www.ibm.com/support/docview.wss?uid=isg1PM92105] wlm enclave support fails on a child process without a unique jobname (z/OS only) \nNote: IBM HTTP Server 8.5.5.1 contains all applicable security fixes in Apache HTTP Server versions up through 2.2.25.\n\nRefresh Pack (8.5.5) Fix release date: 14 June 2013\nLast modified: 14 June 2013\nStatus: Superseded\n\n[https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/3.401C.gif]Download Refresh Pack 8.5.5 [http://www.ibm.com/support/docview.wss?uid=swg24034969] Back to Top APAR Description PM85211 CVE-2013-0169: TLS Vulnerability (The fix upgrades the bundled GSKit security library) \nhttps://exchange.xforce.ibmcloud.com/vulnerabilities/81902 [https://exchange.xforce.ibmcloud.com/vulnerabilities/81902] \nNote: IBM HTTP Server 8.5.5 contains all applicable security fixes in Apache HTTP Server versions up through 2.2.24.\n\nFix Pack 2 (8.5.0.2) Fix release date: 15 April 2013\nLast modified: 15 April 2013\nStatus: Superseded\n\n[https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/3.479A.gif]Download Fix Pack 2 [http://www.ibm.com/support/docview.wss?uid=swg24034672] Back to Top APAR Description PM76110 [http://www.ibm.com/support/docview.wss?uid=swg1PM76110] CVE-2012-4557: mod_proxy_ajp incorrectly marks backend WAS CE server down PM80058 [http://www.ibm.com/support/docview.wss?uid=swg1PM80058] CVE-2012-3499/CVE-2012-4558: Potential exposure in several IBM HTTP Server optional modules\nhttps://exchange.xforce.ibmcloud.com/vulnerabilities/82359 [https://exchange.xforce.ibmcloud.com/vulnerabilities/82359]\nhttps://exchange.xforce.ibmcloud.com/vulnerabilities/82360 [https://exchange.xforce.ibmcloud.com/vulnerabilities/82360] PM68347 [http://www.ibm.com/support/docview.wss?uid=isg1PM68347] Z/OS IHS config for versions prior to 8.5 may not migrate as expected to 8.5 PM69188 [http://www.ibm.com/support/docview.wss?uid=swg1PM69188] Installation of IBM HTTP Server V8.5 completes with a warning. Failure occurs because the system's hostname is not set. PM70591 [http://www.ibm.com/support/docview.wss?uid=swg1PM70591] IHS on Microsoft Windows startup failure with SSLv3Timeout or SSLv2Timeout in vhost: 'master_main: create child process failed.' PM70994 [http://www.ibm.com/support/docview.wss?uid=swg1PM70994] SSLFakeBasicAuth depends on LoadModule order PM71102 [http://www.ibm.com/support/docview.wss?uid=swg1PM71102] <Location> settings don't affect some mod_negotiation generated content PM73304 [http://www.ibm.com/support/docview.wss?uid=swg1PM73304] Add mod_ssl's SSLProxyCheckPeerCN to IBM HTTP Server PM75876 [http://www.ibm.com/support/docview.wss?uid=swg1PM75876] The 'Header' directive can't set a header only if the header is absent, even when using 'EDIT' mode or relying on other modules. PM77980 [http://www.ibm.com/support/docview.wss?uid=swg1PM77980] IBM HTTP Server should not add the Server: header by default PM78087 [http://www.ibm.com/support/docview.wss?uid=swg1PM78087] IBM HTTP Server high memory use when many hundreds of RewriteCond %{REQUEST_URI} PM78144 [http://www.ibm.com/support/docview.wss?uid=swg1PM78144] IBM HTTP Server large logformats cannot be correctly logged by piped loggers PM78434 [http://www.ibm.com/support/docview.wss?uid=isg1PM78434] Provide end-to-end timeouts for SSL handshakes PM79015 [http://www.ibm.com/support/docview.wss?uid=swg1PM79015] mod_disk_cache on Windows gives error: '(OS 5) Access is denied: disk_cache: Rename tempfile to datafile failed' PM80235 [http://www.ibm.com/support/docview.wss?uid=swg1PM80235] NIST SP800-131a support for IBM HTTP Server PM80260 [http://www.ibm.com/support/docview.wss?uid=isg1PM80260] apr_pollset_add failure -errno2=0X11780494, or growing CPU usage on the listener thread in IHS child processes (z/OS only) \nNote: IBM HTTP Server 8.5.0.2 contains all applicable security fixes in Apache HTTP Server versions up through 2.2.24.\n\nFix Pack 1 (8.5.0.1) Fix release date: 29 October 2012\nLast modified: 29 October 2012\nStatus: Superseded\n\n[https://www-prd-trops.events.ibm.com/sites/default/files/support/swg/swgdocs.nsf/0/88423a02b4f66c1385257a99006a3c24/Content/4.19D4.gif]Download Fix Pack 1 [http://www.ibm.com/support/docview.wss?uid=swg24033606] Back to Top APAR Description PM66218 Upgrade bundled GSKit security library\nhttp://www-01.ibm.com/support/docview.wss?&uid=swg21614265 [http://www-01.ibm.com/support/docview.wss?&uid=swg21614265] PM66470 [http://www.ibm.com/support/docview.wss?uid=swg1PM66470] CVE-2012-2687: mod_negotiation - potential information disclosure on compromised site. PM72915 TLS compression should be disabled by default in IBM HTTP Server\nhttp://www-01.ibm.com/support/docview.wss?uid=swg21611881 [http://www-01.ibm.com/support/docview.wss?uid=swg21611881] PM62011 [http://www.ibm.com/support/docview.wss?uid=swg1PM62011] mod_log_config: The wrong cookie can be logged PM63634 [http://www.ibm.com/support/docview.wss?uid=swg1PM63634] admin.passwd file was reset after installing fixpack PM68007 [http://www.ibm.com/support/docview.wss?uid=swg1PM68007] Non-root IBM HTTP Server install fails if primary group has no name PM71612 [http://www.ibm.com/support/docview.wss?uid=swg1PM71612] Additional non-serviceable files added for IBM HTTP Server \nNote: IBM HTTP Server 8.5.0.1 contains all applicable security fixes in Apache HTTP Server versions up through 2.2.23." } ]
TRAIN_Q396
Can I obtain latest version WorkPlace(AE)'s source code? Can I obtain latest version WorkPlace's source code?
The IBM FileNet P8 Workplace Source Code is distributed under an IBM Source Code License. You must review and accept the terms of the license when you download the source. The license text is attached to this technote for your convenience.
false
[ { "filename": "swg21327685.txt", "text": "Title: IBM Obtaining FileNet Workplace Source Code - United States\n\nText:\n TECHNOTE (FAQ)\n\nQUESTION\n How do I obtain source code for IBM FileNet P8 Workplace? \n\nCAUSE\nn/a\n\nANSWER\nOBTAINING IBM FILENET P8 WORKPLACE SOURCE CODE \n\n\n_______________________________________________________\n\nThe IBM FileNet P8 Workplace Source Code is distributed under an IBM Source Code License. You must review and accept the terms of the license when you download the source. The license text is attached to this technote for your convenience.\n\nDIRECTIONS\n\n1. Complete the questionnaire below and answer all questions.\n2. Review the attached license. You will agree to this license when you download the software.\n3. Open a support ticket PMR, copy your answers to the questionnaire to the PMR, and ask L2 to open a CRM to review and approve the request.\n4. Upon review and approval by L3, L2 will be sent instructions where the customer may download the source.\n\n\nQUESTIONNAIRE\n\n1.) Name: _____________________________________\n\n2.) Company Name: ______________________________\n\nICN (IBM Customer Number, 7 digits): __________________________\n\n3.) How would you describe the type of users for whom you are building your application? \n[ ] Business Analyst \n[ ] Administrator,\n[ ] Business User,\n[ ] General User, \n[ ] Other ______________________________________.\n\n4.) Please describe how Workplace will be used in your organization.\n_______________________________________________________________________________________\n\n_______________________________________________________________________________________\n\n_______________________________________________________________________________________\n\n_______________________________________________________________________________________\n\n5.) Why do you want to customize Workplace?\n[ ] Current user interface is too difficult to use\n[ ] Desire to simplify/reduce existing functionality for your end users\n[ ] Desire to change the look and feel to match corporate identity\n[ ] Require different functionality based on organizational roles\n[ ] The following functionality is not available in Workplace:\n__________________________________________________________\n\n6.) If you plan on reusing Workplace UI components to build a custom application, which components will you reuse or modify?\n[ ] Add/Check In Wizards \n[ ] Property Page\n[ ] Security Page\n[ ] Search Page\n[ ] Search Results\n[ ] List View\n[ ] Select Object\n[ ] Publish Page\n[ ] In Box List View\n[ ] Public In Box List View\n[ ] eforms\n[ ] Form Policies\n[ ] Entry Templates\n[ ] Other __________________________________\n\n7.) If you are planning to roll out Workplace as is but require minor customization, what are you planning to customize? \n[ ] Wizards \n[ ] Property Pages\n[ ] Search Page\n[ ] Search Operators\n[ ] Search Results \n[ ] Actions \n[ ] List view\n[ ] Login Behavior\n[ ] Color schemes\n[ ] Logos/Images\n[ ] Java Viewer\n[ ] Other _____________________________\n\n7.) Have you evaluated IBM Content Navigator as a replacement for the AE Workplace UI? [ ] Yes [ ] No \n\n8.) There may be other options for building custom applications. Would you like to be contacted to further discuss? [ ] Yes [ ] No \n\nAdditional Comments? (Optional)\n\n_______________________________________________________________________________________\n\n_______________________________________________________________________________________\n\n_______________________________________________________________________________________\n\n______________________________________________________________________________________\n\nLA_en.rtf [/support/docview.wss?uid=swg21327685&aid=2] [/support/docview.wss?uid=swg21327685&aid=1]" } ]
TRAIN_Q397
Will Web GUI for Netcool/OMNIbus Be Affected by the Up Coming Leap Second? As Januaray 01 2017, a Leap Second will be added to adjust the time. We would like to know if this one second adjustment will have an affect on WebGUI for Netcool/OMNIbus.
The addition of Leap Second has no impact to WebGUI functionality. Therefore, preventive maintenance is not necessary.
false
[ { "filename": "swg21700534.txt", "text": "Title: IBM Impact of the addition of Leap Second time on WebGUI - United States\n\nText:\nadjust; timezone; tz TECHNOTE (FAQ)\n\nQUESTION\n What is the impact of the addition of Leap Second on WebGUI? \n\nCAUSE\nEvery few years, a one-second adjustment is added to Coordinated Universal Time (UTC) in order to keep its time of day close to the mean solar time.\n\nANSWER\nThe addition of Leap Second has no impact to WebGUI functionality. Therefore, preventive maintenance is not necessary." } ]
TRAIN_Q398
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 using the AD repository, and my VPs admin user on the credential vault. Tried to create a syndication relationship , that is failing with the error: "Could not communicate with the target URL. Please check that the Syndicator URL details are entered correctly, and that the credential slot user exists on the target server."
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 access to the Virtual Portal.
false
[ { "filename": "swg21681464.txt", "text": "Title: IBM Syndicating to VP with exclusive realms does not work. - United States\n\nText:\nsyndication; 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 entries and map one realm ( with base entry e.g DC=org1,DC=test) to base Portal.\n\n2) Create a Virtual portal and map it to another realm ( with base entry e.g DC=org2,DC=test).\n\n3) Attempt to carry out syndication from Base Portal to Virtual Portal.\n\n4) The syndication fails with below exception:\n\n[datetime] 0000007f PackageGenera I createIceProjectItemRemoves():: p_items length = 0 \n[datetime] 0000008b ResponseBL I Performing response for sender: 1abc2a07-e70a-4804-8e09-b7b897eef534\n[datetime] 000000a1 SubscriberTas E Unexpected exception thrown while updating subscription: [IceId: <1abc2a07-e70a-4804-8e09-b7b897eef534> Current State: <ICE-INITIAL>], exception: com.presence.connect.wmmcomms.exception.MemberNotFoundException: Message: com.ibm.portal.WpsException: EJPSG0002E: Requested Member does not exist.uid=wpsadmin,cn=users,DC=XYZ,DC=TEST, Cause: com.ibm.wps.um.exceptions.impl.MemberNotFoundExceptionImpl: com.ibm.portal.WpsException: EJPSG0002E: Requested Member does not exist.uid=wpsadmin,cn=users,DC=XYZ,DC=TEST com.presence.connect.wmmcomms.exception.MemberNotFoundException: Message: com.ibm.portal.WpsException: EJPSG0002E: Requested Member does not exist.uid=wpsadmin,cn=users,DC=XYZ,DC=TEST, Cause: com.ibm.wps.um.exceptions.impl.MemberNotFoundExceptionImpl: com.ibm.portal.WpsException: EJPSG0002E: Requested Member does not exist.uid=wpsadmin,cn=users,DC=XYZ,DC=TEST\n[...]\nat com.presence.connect.wmmcomms.UserManagementServiceImpl.getPortalAdministrator(UserManagementServiceImpl.java:1678)\n[...]\n\n\nCAUSE\n\nThe Admin user exists on Base Portal but not the Realm which is configured to Virtual Portal.\n\nThe Administrator User who is listed as the Domain Admin retrieved with:\ncom.presence.connect.wmmcomms.UserManagementServiceImpl.getPortalAdministrator() does not have access to the Virtual Portal.\n\n\nRESOLVING THE PROBLEM\n \n\nThe 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 have access to the Virtual Portal.\n\nRELATED INFORMATION\n Realm Support [http://www-10.lotus.com/ldd/portalwiki.nsf/xpDocViewer.xsp?lookupName=IBM%20WebSphere%20Portal%208%20Product%20Documentation&documentId=3B264D090122D90D85257B26000692C6&action=openDocument&rev=true&mode=original&content=pdcontent]" } ]
TRAIN_Q399
Business Rules with Message Broker I want to know if there is a way to use a business rule approach with Message Broker. Because I want to take advantage about benefits for using it, like if they(rules) are not embedded in code, they can be reused and shared, even though application is retired. I have heard about some rules engine like Drools. Is it possible to do this merge with Message Broker or this has its own rules engine? Where can I go to search for information about this?
This SupportPac provides a node to execute the J2SE rule execution server (RES) of WebSphere Operational Decision Management inside the WebSphere Message Broker JVM.
false
[ { "filename": "swg24032010.txt", "text": "Title: IBM IAM9: Message Broker – WebSphere Decision Service Node - United States\n\nText:\niam9; JRules; Decision Management; Rule Engine; ILog DOWNLOADABLE FILES\n\nABSTRACT\n This SupportPac provides a node to execute the J2SE rule execution server (RES) of WebSphere Operational Decision Management inside the WebSphere Message Broker JVM. \n\nDOWNLOAD DESCRIPTION\nThis SupportPac provides a WebSphere Decision Service Node in WebSphere Message Broker to run a J2SE runtime business rules engine that can process rules based on the business content from messages within message broker flows. The runtime rules engine can come from the WebSphere Operational Decision Management (WODM). The node receives a input message, extracts the rule set parameter and then runs the rule engine. The result is sent to the output terminal and can be used for complex routing and decision making. \n\nThe SupportPac makes existing custom integrations between WebSphere Message Broker and WebSphere Operational Decision Management simpler to implement.\n\nThe SupportPac is delivered as a User Defined Node added to the Message Broker Toolkit palette. \n• WebSphere Message Broker v7, v8, v9 with IAM9 node v1 SupportPac with ODM v7, v7.5 and v8.\n• WebSphere Message Broker v7, v8, v9 with IAM9 node v2 SupportPac with ODM V8.0.1 and 8.5.\n\nPossible Uses\nDecision Service node can be used for:\n• Complex flow decisions by rule.\n• Content based routing by rule.\n\nNew in this Release\n• Provide a node implementation for all ODM releases currently available.\n• Change the user interface and input to look similar to the decision service node of IBM Integration Bus (formerly known as WebSphere Message Broker) v9.\n• Enable Decision Warehouse.\n• Provide Local Environment Structure to set rule set path and rule set parameters.\n\nDetails\nAuthor: Jochen Benke, IT Specialist, Software Services for WebSphere (ISSW)\nCategory: 2\nReleased: 27Mar12 \nLast updated: 28Aug13\nCurrent SupportPac Version: 2.0\n»Please note that the version number shown in the right-hand pane is the version of the WebSphere MQ or WebSphere MB product that this SupportPac applies to. The date is the last web page refresh. \n\nTo view the complete portfolio of WebSphere MQ SupportPacs please visit the WebSphere MQ SupportPacs homepage. [http://www-01.ibm.com/support/docview.wss?rs=171&uid=swg27007205]\n\nPREREQUISITES\nWebSphere Message Broker V7.0 or later\nWebSphere ILOG BRMS V7.1 or later\nWebSphere Operational Decision Management V7.5 or later\n\nINSTALLATION INSTRUCTIONS\nSee Node documentation below.\n\nURL LANGUAGE SIZE(Bytes) iam9.pdf [ftp://public.dhe.ibm.com/software/integration/support/supportpacs/individual/iam9.pdf] US English 789266 \nDOWNLOAD PACKAGE\n\n\n\n\n\nDownload RELEASE DATE LANGUAGE SIZE(Bytes) Download Options iam9.zip 28 Aug 2013 US English 546661 HTTPS [https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=swg-mbwdsn] \nTECHNICAL SUPPORT\n Category 2 SupportPacs are provided in good faith and AS-IS. There is no warranty or further service implied or committed and any supplied sample code is not supported via IBM product service channels. \n\nYou may submit a question using the 'rate this page' below but a response is not guaranteed.\n\nPlease read the license information contained within the zip file of this SupportPac to determine if you want to use it. \n\n\nCross reference information Segment Product Component Platform Version Edition Business Integration IBM Operational Decision Manager Not Applicable 8.5, 8.0.1, 8.0, 7.5 Business Integration WebSphere ILOG JRules Not Applicable 7.1" } ]