IBM Support

JR59698: IGC REST EXPLORER SEARCH FOR EXISTING SEQUENCE JOB FAIL TO RETURN ASSET.

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • GET
    /search/?types=sequence_job&text=asequenecejobname&search-proper
    ties = name
    returns 0 assets
    
    GET
    /search/?types=sequence_job&text=aproject&search-properties=tran
    s formation_project.name
    returns 0 assets
    

Local fix

  • for GET /search/sequence_job use where property (instead of
    text and search-properties) and put into the where property
    following json: {
       "conditions" : [ {
         "value" : "asequenecejobname",
         "property" : "name",
         "operator" : "="
       } ],
       "operator" : "and"
    }
    
    or POST searches
    
    POST /search/
    {
      "properties" : [ "name" ],
      "types" : [ "sequence_job" ],
      "where" : {
        "conditions" : [ {
          "value" : "asequnecejobname",
          "property" : "name",
          "operator" : "="
        } ],
        "operator" : "and"
      }
    }
    
     POST /search/
    {
      "properties" : [ "name" ],
      "types" : [ "sequence_job" ],
      "where" : {
        "conditions" : [ {
          "value" : "asequnecejobname",
          "property" : "name",
          "operator" : "like %{0}%"
        } ],
        "operator" : "and"
      }
    }
    

Problem summary

  • *********************************************
    APAR Users Affected:
    *********************************************
    Users using IGC Rest search.
    
    *********************************************
    APAR Problem Description:
    *********************************************
    It is impossible to fetch sequence_job assets using
    'search-properties' and 'text' fields in /search requests.
    
    *********************************************
    APAR Recommendation:
    *********************************************
    Apply the fix for JR59698.
    
    *********************************************
    

Problem conclusion

  • Apply the fix for JR59698.
    

Temporary fix

Comments

APAR Information

  • APAR number

    JR59698

  • Reported component name

    IS GOVCATLOG

  • Reported component ID

    5724Q36GC

  • Reported release

    B50

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2018-06-27

  • Closed date

    2018-10-23

  • Last modified date

    2018-10-23

  • 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

    IS GOVCATLOG

  • Fixed component ID

    5724Q36GC

Applicable component levels

  • RB50 PSY

       UP

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSZJPZ","label":"IBM InfoSphere Information Server"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Line of Business":{"code":"LOB10","label":"Data and AI"}}]

Document Information

Modified date:
02 June 2020