IBM Support

IT17381: THE SETUPFILES.CMD SCRIPT CAN FAIL AFTER TURNING ON VERBOSEGC IN THE TUNING WIZARD

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • After turning on verbosegc in the Tuning Wizard,
    the setupfiles.cmd must run.
    Due to a typo in InstallNoappsWindowsService.cmd.in file,
    setupfiles can fail.
    

Local fix

  • STRRTC - 516098
    JPM/JPM
    
    Edit InstallNoappsWindowsService.cmd.in
    Change the lines that read:
    
    159 :              if %ERRORLEVEL% neq 0 goto nextblock
    160 :                  echo -verbose\:gc >> %PARAM_FILE%
    161 :
    162 :                  set out_path=&LOG_DIR_WIN;\verbosegc.log
    163 :                  set out_path=%out_path:\=\\%
    164 :                  set out_path=%out_path::=\:%
    165 :                      if  "%IBM_JDK%" EQU "true" (
    166 :                              echo
    -Xverbosegclog\:%out_path% >> %PARAM_FILE%
    167 :                      } else {
    168 :                      echo -Xloggc\:%out_path% >>
    %PARAM_FILE%
    169 :                  }
    170 :
    171 :              :nextblock
    
    to:
    
    159 :              if %ERRORLEVEL% neq 0 goto nextblock
    160 :                  echo -verbose\:gc >> %PARAM_FILE%
    161 :
    162 :                  set out_path=&LOG_DIR_WIN;\verbosegc.log
    163 :                  set out_path=%out_path:\=\\%
    164 :                  set out_path=%out_path::=\:%
    165 :                      if  "%IBM_JDK%" EQU "true" (
    166 :                              echo
    -Xverbosegclog\:%out_path% >> %PARAM_FILE%
    167 :                      ) else (
    168 :                      echo -Xloggc\:%out_path% >>
    %PARAM_FILE%
    169 :                  )
    170 :
    171 :              :nextblock
    
    This is replacing 3 curly braces with parentheses.
    

Problem summary

  • USERS AFFECTED:
    All users using Windows environment.
    
    PROBLEM DESCRIPTION:
    The setupfiles.cmd script can fail after turning on verbosegc
    in the tuning wizard.
    
    PLATFORM AFFECTED:
    Windows
    

Problem conclusion

  • RESOLUTION SUMMARY:
    A code fix is provided.
    
    DELIVERED IN:
    5020601_6
    5020603_1
    5020602_4
    

Temporary fix

Comments

APAR Information

  • APAR number

    IT17381

  • Reported component name

    STR B2B INTEGRA

  • Reported component ID

    5725D0600

  • Reported release

    526

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2016-10-06

  • Closed date

    2016-11-25

  • Last modified date

    2017-05-15

  • 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

    STR B2B INTEGRA

  • Fixed component ID

    5725D0600

Applicable component levels

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SS3JSW","label":"Sterling B2B Integrator"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"5.2.6","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Document Information

Modified date:
11 September 2023