Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Ed_Arnold

Pages: 1 2 [3] 4 5 6 7 8 ... 14
31
z/OS Server / CMOD 10.5 Release Notes
« on: August 10, 2020, 11:51:57 AM »
This is an oldie that tripped up an install.

z/OS V2.3 is a pre-req, but also this very old LE APAR / PTF from 2017:

https://www.ibm.com/support/pages/apar/PI80298

CEE3559S External variable _StdStringExponentialAllocation...not found in DLL C128

Ed


32
OD/WEK & JAVA API / Native SSO for ICN for OnDemand in ODWEK 10.5 Issue
« on: August 03, 2020, 09:52:43 AM »
Works in 10.1, not in 10.5.

PH27990 is the APAR, fix is available from support.

Will be in 10.5.0.1 fixpack, no availability date has been set.

Ed

33
Content Navigator / Chrome 84 tightening of TLS restriction
« on: July 22, 2020, 06:47:09 AM »
Received this from one of the ICN support people:

Chrome 84 released this month implemented a TLS 1.0 / 1.1 restriction that causes a block access to ICN deployments that use the legacy protocols

Instructions to switch to TLS 1.2 on a WAS deployment:

https://www.ibm.com/support/pages/how-can-i-configure-websphere-application-server-ssl-protocol-use-tlsv12-only

Video on how to manage it if standalone:

https://www.youtube.com/watch?v=SdsB71u7Ckw

34
ACIF on CMOD v10.5 may put out a new message APK511W. 

See the Ricoh guide:

https://www.ibm.com/support/knowledgecenter/SSLTBW_2.4.0/com.ibm.zos.v2r4.apku000/apskumst51.htm#apk511

The message is issued only if the one is using the ACIF parameter CONVERT=YES and the input file is line data with consecutive stream delimiters (which are considered “blank lines”).

In order to suppress the message and get everything working again, you need to use  CC=YES,DISCARD


Here are the options and behavior:

1) CONVERT=YES

cc=yes,discard  no msg and RC 0
cc=yes,fix      msg and RC 4 (default)
cc=yes,ignore   msg and RC 0
cc=yes,strict   msg and RC 16


2) CONVERT=NO 

All options (discard, fix, ignore, strict) give no msg and RC 0.


This is when you're using this level of ACIF:

APK440I  ACIF AT PSFz470 HAS COMPLETED NORMALLY WITH RETURN CODE 0.


35
"Hot Topics and Best Practices" --- "Planning Your Db2 12 for z/OS" --- "Saving CPU" --- and much more

https://portal.on24.com/wcc/gateway/ibmidug/922181?showId=922181&showCode=ibmidug

Ed

37
Content Navigator / Certificate Info
« on: March 26, 2020, 09:22:26 AM »
From colleagues over in the ICN world:

Quote
If you see clients receiving a warning message that their certificate will expire soon when using Edit Client, please have them upgrade to edit client V3.0.7 IF002 or V3.0.6 IF006 (if on Windows) and ICN V3.0.7 IF002 (if on Mac). These releases include a new certificate that is valid for a couple more years

Ed

39
Presentations, Newsletters, and such / CMOD Workshops 2020
« on: January 06, 2020, 07:58:25 AM »
February 25-26 - Chicago, IL
March 3-4 - Palisades, NY
June 2-3 - Raleigh, NC

Not sure which of these I'll make but would love to see you there!

Ed

40
Content Navigator / Content Navigator 3.0.7 Now Available
« on: December 17, 2019, 12:06:22 PM »
Fix list for IBM Content Navigator Version 3.0.7

https://www.ibm.com/support/pages/node/1110081

Ed

41
z/OS Server / z/OS V2.4 Release Notes
« on: December 09, 2019, 11:53:30 AM »
If you're migrating from z/OS V2.2 or below, make sure you use the current CBRIBIND member from SYS1.SAMPLIB:

...
//*    $P2=OAMR23M R23 161013 TUCAED: Missing prolog multi reference
//*    $P3=138323  R23 161101 TUCAED: Added CBRIDBSV package and     
//*                                   updated prolog                 
...

Ed

42
Windows Client / Rotating Output Considerations
« on: November 26, 2019, 11:27:03 AM »
1. The AFP viewer will look at settings in the MISC registry before looking in the ftdport2.ini

2. CutSheet apears to be case sensitive.  For example CutSheet=TRUE

3. For AFP viewer rotation issues on Windows 10, it's best to to update the Windows client to V10.1.0.5

Ed

43
Report Indexing / ACIF V4.5 at all service levels is no longer supported
« on: October 29, 2019, 09:15:32 AM »
Just received that word myself.

Everyone should be on ACIF V4.6.

Ed

44
Report Indexing / ACIF on z/OS - PH01275 is PE
« on: August 29, 2019, 12:19:35 PM »
We found the following in our testing:

https://www-01.ibm.com/support/docview.wss?uid=isg1PH10629&

PH10629: A BUG IN APAR PH01275 CHANGES EXISTING OUTPUT WHEN REPAIRING RECORDS WITH MISSING TRC BYTES WHEN CC AND TRC ARE REQUIRED.

PTFs are available for PH10629.

You can tell what level of ACIF you're on from the APK440I message.

For example:

APK440I  ACIF AT PH01275 HAS COMPLETED NORMALLY WITH RETURN CODE 0.

Ed

45
OD/WEK & JAVA API / Fixpack 10.1.0.5 special consideration
« on: August 21, 2019, 12:51:20 PM »
Included in the ODWEK readme is the following:

https://www-01.ibm.com/support/docview.wss?uid=ibm10958725

Quote
    3.1.10.1.0.5) Release (10.1.0.5)
      - Pre-reqs
        - Previous install of IBM Content Manager OnDemand V10.1
      - Notes:
        - Customer applications that are using the ODWEK Java APIs will need
          to include the Gson jar file, with path, in the CLASSPATH for their
          application. This jar file ships with Content Manager OnDemand and
          can be found in the jars subdirectory of the Content Manager
          OnDemand install location. The file name for Gson version 2.8.1 is
          gson-2.8.1.jar and can be found in the <CMOD install directory>/jars
          directory, where CMOD install directory is your Content Manager
          OnDemand installation directory.

          Examples:
            AIX:
            - CLASSPATH=/opt/IBM/ondemand/V10.1/jars/gson-2.8.1.jar
            Linux:
            - CLASSPATH=/opt/ibm/ondemand/V10.1/jars/gson-2.8.1.jar
            Windows:
            - CLASSPATH=C:\Program Files\IBM\OnDemand\V10.1\jars\gson-2.8.1.jar

Pages: 1 2 [3] 4 5 6 7 8 ... 14