Receive Order getting GIM69207S ** RECEIVE PROCESSING HAS FAILED
search cancel

Receive Order getting GIM69207S ** RECEIVE PROCESSING HAS FAILED

book

Article ID: 240823

calendar_today

Updated On:

Products

ACF2 - z/OS Top Secret COMMON SERVICES FOR Z/OS

Issue/Introduction

Setup ORDERSERV(ACF2, Top Secret, RACF)  getting this message :

GIM69207S ** RECEIVE PROCESSING HAS FAILED BECAUSE THE CONNECTION WITH THE SERVER FAILED.

 

Environment

Release : 16.0

Component : ACF2 for z/OS

Resolution

The CERTAUTH.DIGI certificate is not TRUSTed:

javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.h: PKIX path building failed: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is:                                                                                    
java.security.cert.CertPathValidatorException: The certificate issued by CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US is not trusted;   

To correct the certificate TRUST status, please issue the following ACF2 commands to change the certificate to TRUST status:

ACF2

ACF
SET PROFILE(USER) DIV(CERtDATA)
CHANGE CERTAUTH.DIGI TRUST
F ACF2,REBUILD(USR),CLASS(P)
F ACF2,OMVS

Top Secret

TSS REPLACE(acid) DIGICERT(yourDigicertCAcertname) TRUST

RACF

RACDCERT CERTAUTH ALTER(LABEL('yourcertauthcertificatelabel')) TRUST