Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

SSFS_SERVER_VERIFY returns crc = 23

former_member205144
Active Participant
0 Kudos

Hi friends,

  Anybody knows why  SSFS_SERVER_VERIFY returns crc = 23 ?

Regards

Lavanya

6 REPLIES 6

ipravir
Active Contributor
0 Kudos

Hi Lavanya,

Internally the SSFS_SERVER_VERIFY FM is calling SSF_ABAP_SERVICE system function, which is called through C header files.

And CRC is contains the errors number. you can debug SSF_KRN_VERIFY_BY_AS function which contains the same SSF_ABAP_SERVICE system function and get some more details about error.

below is some links and SAP notes for your reference.

http://www.wikiguga.com/topic/629a9de7f11cefa241090ecb96831915

http://solveissue.com/note?id=1822433

Note 1517894:Portaria no. 363/2010. D.R. no. 120, Série I de 2010-06-23

SAP Demo program : SSFSDEMO.

Regards,

Praveer.

0 Kudos

Hi Praveen,

  I am executing SSFSDEMO only. This error means, "Security profile for signatory not found '.

What should be done to get rid of this error?

ipravir
Active Contributor
0 Kudos

Hi Lavanya,

If you check CL_UXX_SIGNATURE->VERIFY_SIGNATURE method, you will the actual message.

for crc = 23 , it's says,

for more information you can refer:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/1c51c590-0201-0010-ffbc-b2bef1c57...

Regards,

Praveer.

0 Kudos

Praveen,

   If password is wrong, below screen comes.

In the link which you shared, there is a doc.The same doc I was also referring to. SSF_API_UNKNOWN_PROFILE (23) Security profile for signatory not found .Its mentioned there.

Any other clue?

ipravir
Active Contributor
0 Kudos

Hi Lavanya,

What input are you passing in SSFSDEMO?

Regards,

Praveer.

0 Kudos

I am choosing the required certificate from the popup.. Is it related to some configuration or STRUST?