cancel
Showing results for 
Search instead for 
Did you mean: 

Error in importing SAP Router Certificate

Former Member
0 Kudos

Hello,

I am trying to import my SAP Router certificate with the following command

sapgenpse import_own_cert -c srcert -p local.pse

But I get the following reply

import_own_cert: Installation of certificate failed

ERROR in ssf_install_CA_response: (1280/0x0500) No certficate with your public key found

I have placed the srcert file in c:\usr\sap\saprouter\ntintel

any suggestions?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Dear Vishnu,

Thanks for your time and inputs

I tried the procedure few times. Its just not working..... somethings really strange here

I went through the link you provided but that does not help either

Now I am getting a new error as pasted below

C:\usr\sap\saprouter\ntintel>sapgenpse import_own_cert -p local.pse -c srcert

Please enter PIN:

import_own_cert: Installation of certificate failed

ERROR in ssf_install_CA_response: (1281/0x0501) aux_file2OctetString failed : "No such file or directory"

ERROR in ssf_read_certs_from_file: (1281/0x0501) aux_file2OctetString failed : "No such file or directory"

ERROR in aux_file2OctetString: (1281/0x0501) stat("srcert") returned : "No such file or directory"

Any suggestions?

Former Member
0 Kudos

Hi,

I suggest you copy the srcert.txt into the SAProuter folder and then execute the command

from that directory.

sapgenpse import_own_cert -c srcert.txt -p local.pse from that directory.

Try doing that.

From the last post, you havent tried it yet. And check the command, the

result shows its unable to find the srcert.txt file in the specified directory.

Regards,

Vishnu

Answers (5)

Answers (5)

Former Member
0 Kudos

Thanks Sandy_ECC i also got resloved the error referring this thread.

Regards,

Swapnil Lakhe

Former Member
0 Kudos

Dear Vishnu,

The srcert file was a txt. file.

In My Computer --> Tools --> Folder option --> View, de-selected the "Hide extensions for known file types" and renamed the srcert.txt to srcert

Thanks for all your inputs

Former Member
0 Kudos

Yes I followed the proper procedure

Infact I am just renewing the SAP Router certificate

Thanks for the -r explanation

Any more suggestions?

Former Member
0 Kudos

Hi,

I would suggest retracing your steps.

I don't think there is anything wrong with command we are trying to execute.

Also check this link:

Regards,

Vishnu

Former Member
0 Kudos

Dear Vishnu,

I tried that but getting the same error

I read somewhere about using the -r option but somehow I am not getting the syntax right. Any suggestions on the -r?

Former Member
0 Kudos

Hi,

The option -r plays a part when creating a service for SAProuter, I dont think it is necessary,

while importing a certificate.

I believe you have followed the procedure,

"certificate signed by the CA in the Service Marketplace, cut&paste the text to a local file named srcert".

Regards,

Vishnu

Former Member
0 Kudos

Hi,

Try copying the file into c:\usr\sap\saprouter folder and

execute the command

sapgenpse import_own_cert -c srcert.txt -p local.pse from that directory in the cmd prompt.

Regards,

Vishnu