SMP/E Internet Service Retrieval receiving RC=12 following message GIM69192S **
search cancel

SMP/E Internet Service Retrieval receiving RC=12 following message GIM69192S **

book

Article ID: 271970

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS

Issue/Introduction

Trying to use the SMP/E Internet Service Retrieval to install maintenance using Common Services r15.0 


Receiving the following messages:
GIM68700I    ORDER ORDxxxxx HAS BEEN SENT TO THE SERVER AT https://eapi.broadcom.com/receiveorder.
 GIM69192S ** RECEIVE PROCESSING HAS FAILED FOR ORDER ORDxxxxxx. AN ERROR WAS FOUND IN THE RESPONSE RECEIVED FROM THE
              SERVER AT https://eapi.broadcom.com/receiveorder WHEN PROCESSING ORDER ORDxxxxx WITH ORDERID  xxxxxxx.
 GIM69226I    faultcode = Client.InvalidInformationClient.InvalidInformation.
 GIM69226I    faultstring = The server cannot process the request.
 GIM69226I    description = MSP0006E - The GIMXSID file is invalid.
 GIM20501I    RECEIVE PROCESSING IS COMPLETE. THE HIGHEST RETURN CODE WAS 12.


 


       .                       

 

Environment

Release : 15.0

Cause

Incorrect parameters passed to //SERVINFO DD *
Missing inventory="all" 

Customer passing 
//SERVINFO DD *                                     
  <ORDERSERVER                                      
   url="https://eapi.broadcom.com/receiveorder"     
   keyring="KEYRING1/KEYRING'
             
   certificate="USERXX"                             
  >                                                 
  </ORDERSERVER>                                    
/*       

Resolution

Add the inventory="all" parm to the SERVINFO DD 

// SERVINFO DD *
    <ORDERSERVER                                      
   url="https://eapi.broadcom.com/receiveorder"     
   keyring="KEYRING1/KEYRING'                         
   inventory="all"                                  
   certificate="USERXX"                             
  >                                                 
  </ORDERSERVER>                                    
/*       

  Once this parm was added, the Receive order was successful.         

Additional Information

See the Define the Order Server Input for Receive Order under the section Configure SMP/E Internet Service Retrieval found in the Installation and Maintenance Tools from the Broadcom Support Portal