cancel
Showing results for 
Search instead for 
Did you mean: 

SAP-OSS Connection Error

Former Member
0 Kudos

Hi,

Am facing a problem while connecting SAP-OSS from SM59. I can able to ping 194.39.131.34 successfully from my saprouter system,router command also working fine as below.

D:saprouter>saprouter -r -S 3299 -K "p:CN=<hostname of saprouter> , OU=0000849108,OU=SAProuter, O=SAP, C=DE"

trcfile dev_rout

no logging active

Iam able to login my devleopment and solution manager systems from out side network also successfully.

But iam unable to connect the SAP-OSS (SM59) from development and solution manager.before that its working fine from last days iam getting the problem of SAP-OSS connection.

Here Iam sending the OSS Connection error on SM59 and dev_rout file after iam checking SAP-OSS through SM59.

SM59 Error :

Error Details Error when opening an RFC connection

Error Details ERROR: SNC processing failed: SncSessionInitiatorAK

Error Details LOCATION: SAProuter 39.3 (SP4) on 'AEOM1SAP05'

Error Details DETAIL: NiSncIInitHdlSecurity: sncrc=-4;000000000275AE40

Error Details COMPONENT: NI (network interface)

Error Details COUNTER: 8

Error Details MODULE: nisnc.c

Error Details LINE: 1121

Error Details RETURN CODE: -104

Error Details SUBRC: 0

Error Details RELEASE: 710

Dev_Rout File :

ERROR => SncPAcquireCred()==SNCERR_GSSAPI [sncxxall.c 1439]

GSS-API(maj): No credentials were supplied

GSS-API(min): No credentials found for this name (not logged on) (USER=sncadm)

Could't acquire INITIATING credentials for

name="p:CN=AEOM1SAP05, OU=0000757839, OU=SAProu"

<<- SncSessionInitiatorAK()==SNCERR_GSSAPI

'target_acl_key' (addr=000000000202C374, len=86) full hexdump

0x00000 00030401 00080606 2b240301 25010000 ........ +$..%...

0x00010 00443042 310b3009 06035504 06130244 .D0B1.0. ..U....D

0x00020 45310c30 0a060355 040a1303 53415031 E1.0...U ....SAP1

0x00030 12301006 0355040b 13095341 50726f75 .0...U.. ..SAProu

0x00040 74657231 11300f06 03550403 13087361 ter1.0.. .U....sa

0x00050 70736572 7632 pserv2

      • ERROR => NiSncIInitHdlSecurity: SncSessionInitiatorAK failed (sncrc=-4;00000000027DFB50) [nisnc.c 1124]

      • ERROR => NiSncHandleForAddr C9/-1, 194.39.131.34 (rc=-17) [nirout.cpp 3272]

      • ERROR => NiRClientHandle: NiRExRouteCon for C9/-1 'AEOM1SAP05.aeom.local' failed (rc=-17) [nirout.cpp 2650]

Guide me the same.

Thanku

Thanku

Accepted Solutions (0)

Answers (3)

Answers (3)

JPReyes
Active Contributor
0 Kudos

before that its working fine from last days iam getting the problem of SAP-OSS connection

You do know that the certificate expires and need to be renewed once a year right?

Regards

Juan

Former Member
0 Kudos

Hi hashit,

1 st Restart the Solman Server and go to command prompt. Then select the SAPROUTER drive ( 😧 > cd saprouter )

Currently, your SNC Saprouter process is not up and running, please stopyour saprouter process with command ' saprouter -s ' and restart it using the following with correct User.

D:saprouter> saprouter -r -V2 -K "p:CN=<hostname>, OU=<Number>, OU=SAProuter, O=SAP, C=DE"

Please note that to ensure you Saprouter process is running, you must not close the command prompt screen after you started the above. Once you closed the screen, your saprouter process is stopped and your connection to SAP is dropped.

Please try it and Let me know

Regards

Thomas.T

former_member185031
Active Contributor
0 Kudos
ERROR => SncPAcquireCred()==SNCERR_GSSAPI http://sncxxall.c 1439
GSS-API(maj): No credentials were supplied
GSS-API(min): No credentials found for this name (not logged on) (USER=sncadm)
Could't acquire INITIATING credentials for

The user from your saprouter services is running does not have valid crentials. You have to check that.

Regards,

Subhash