IBM Support

PI93600: SYNTAX ERRORS IN BBOMIGRT2.SH

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • bbomigrt2.sh has these syntax errors using useClone
    /tmp/migrate/bbomigrt2.sh 1887: FSUM6807 expression syntax error
    /tmp/migrate/bbomigrt2.sh 1904: FSUM6807 expression syntax error
    

Local fix

  • Change this:
    1887:if [ ${migType} = managed ] && [ ${useClone} = true ]
    1904:if [ ${useClone} = true ]
    
    to use double quotes:
    1887:if [ ${migType} = managed ] && [ "${useClone}" = true ]
    1904:if [ "${useClone}" = true ]
    

Problem summary

  • ****************************************************************
    * USERS AFFECTED:  All users of IBM WebSphere Application      *
    *                  Server                                      *
    *                  V9.0 Configuration Migration for z/OS       *
    ****************************************************************
    * PROBLEM DESCRIPTION: Migration JCL jobs result in FSUM6807   *
    *                      error in stderr                         *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    bbomigrt2.sh references a variable, useClone, which is specified
    in
    the EV job, in order to do a comparison to a certain string
    value.
    If the variable is set to an empty value, the comparison causes
    a
    syntax error because the string is compared with nothing instead
    of
    an empty string. This does not affect the outcome of migration,
    but
    causes errors to be logged.
    

Problem conclusion

Temporary fix

Comments

APAR Information

  • APAR number

    PI93600

  • Reported component name

    WEBSPHERE FOR Z

  • Reported component ID

    5655I3500

  • Reported release

    900

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2018-02-09

  • Closed date

    2018-03-05

  • Last modified date

    2018-03-05

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    WEBSPHERE FOR Z

  • Fixed component ID

    5655I3500

Applicable component levels

  • R900 PSY

       UP

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SS7K4U","label":"WebSphere Application Server for z\/OS"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"900","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
03 May 2022