cancel
Showing results for 
Search instead for 
Did you mean: 

ADS with SOAP error

former_member280828
Participant
0 Kudos

Dear All,

We are facing an issue related to ADS after the upgrade of our Portal(NW7.0 to NW7.3) & ECC(ECC6.0 to ECC EHP6). Before the upgrade the ADS & ADS_HTTPS connection was working fine and we were able to download digital signature pdf successfully. After the upgrade we setup ADS with SSL using SOAP certificates but when we were trying to do a connection test using program - FP_CHECK_DESTINATION_SERVICE we are getting below error also when we try to download the digital signature pdf from tcode PC00_M40_F16 it says "0 Bytes Transferred".

When we are trying to test this report it is using the "Guest" user id don't know why. The same error we got in QAS system but there the Guest user id was locked so we just unlocked the user id and the connection and downloading of PDF files done well. But in DEV system the "Guest" user is already unlocked.

Error from report - FP_CHECK_DESTINATION_SERVICE -

SYSTEM ERROR: SOAP Framework error: SOAP Runtime Exception: CSoapExceptionFault : SOAP fault found in SOAP document  /Authentication failed. For details see log entry logID=C000AC117C94015100000000000047AC in security log./<yq1:com.sap.engine.interfaces.webservices.runtime.ProtocolExceptionExt xmlns:yq1="http://sap-j2ee-engine/error">Authentication failed. For details see log entry logID=C000AC117C94015100000000000047AC in security log.</yq1:com.sap.engine.interfaces.webservices.runtime.ProtocolExceptionExt>(100.102).

Exception of class CX_FP_RUNTIME_INTERNAL

Error from default trace file -

#2.#2013 11 19 12:42:45:583#+0530#Error#com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment#

#BC-ESI-WS-JAV-RT#webservices_lib#C000AC117C94015A00000001000047AC#7326650000000005#com.adobe/AdobeDocumentServices#com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment#Guest#0##EEDFD98F50E911E3A4DB0000006FCBBA#eedfd98f50e911e3a4db0000006fcbba#eedfd98f50e911e3a4db0000006fcbba#0#Thread[HTTP Worker [@1926359154],5,Dedicated_Application_Thread]#Plain##

process()

[EXCEPTION]

com.sap.engine.interfaces.webservices.runtime.ProtocolExceptionExt: Authentication failed. For details see log entry logID=C000AC117C94015A00000000000047AC in security log.

Caused by: com.sap.engine.services.wssec.policy.exception.VerifyException: [com.sap.ASJ.wssec.020441] Authentication failed. For details see log entry logID=C000AC117C94015A00000000000047AC in security log.

        at com.sap.engine.services.wssec.srt.protocols.ProviderSecurityProtocol.authenticate(ProviderSecurityProtocol.java:292)

        at com.sap.engine.services.wssec.srt.protocols.ProviderSecurityProtocol.authenticateAndGetPolicy(ProviderSecurityProtocol.java:802)

        at com.sap.engine.services.wssec.srt.protocols.ProviderSecurityProtocol.handleRequest(ProviderSecurityProtocol.java:482)

        ... 48 more

Error from security log file-

#2.#2013 11 19 12:42:45:583#+0530#Warning#/System/Security/WS#

com.sap.ASJ.wssec.020142#BC-ESI-WS-JAV-RT#tc~sec~wssec~service#C000AC117C94015A00000000000047AC#7326650000000005#com.adobe/AdobeDocumentServices#com.sap.engine.services.wssec.authentication#Guest#0##EEDFD98F50E911E3A4DB0000006FCBBA#eedfd98f50e911e3a4db0000006fcbba#eedfd98f50e911e3a4db0000006fcbba#0#Thread[HTTP Worker [@1926359154],5,Dedicated_Application_Thread]#Plain##

Received unsupported callback: com.sap.engine.interfaces.security.auth.X509CertificateChainCallback

Authentication for web service AdobeDocumentServicesSec, configuration Config using security policy _*_*X509*_*ws failed: Login failed.. (See SAP Note 880896 for further info).

Also checked the SAPNote 880896 which is no use because the info is already set there.

Thanks,

Rbk

Accepted Solutions (1)

Accepted Solutions (1)

former_member280828
Participant
0 Kudos

Thanks everyone. Our problem got resolved after changing HTTPS to HTTP as below -

1) Go to NWA->SOA->Application & Scenario Communication->Single Service Administration->Service Definition -> Search *adobe* -> Here select all 3 Adobe entries like below -

AdobeDocumentServicesSecVi

AdobeDocumentServicesTestVi

AdobeDocumentServicesVi

Select each of above entry and go to -> Configuration tab -> Select ConfigPort -> Security Tab -> under transport protocol make sure "HTTP" is selected if not then you will get errors during downloading of FORM16 & FP_CHECK_DESTINATION_SERVICE -> ADS_HTTPS

Thanks,

Rbk

0 Kudos

Hello Rbk B,

This is not right answer in case if we need to use ADS with SSL. We have to configure AdobeDocumentServicesSecVi using protocol HTTPS with method X.509 client certificate.

Thanks,

Kar

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello RBK,

It certainly looks like something wrong with ADS RFC or authorization ,

1). Check the JCO RFC from Java to ABAP server.

2). Check the ADS connection in SM59.

Please also check for valid authorizations.

Regards,

Aravind.P

navip
Active Participant
0 Kudos

Hi Rbk,

  Please check the below post:

http://scn.sap.com/message/9833061

---

Naveen