cancel
Showing results for 
Search instead for 
Did you mean: 

OSS1 Connection Could Not Logon

Former Member
0 Kudos

Hello All,

I have problem with transaction code OSS1.

I want to apply some notes to my server for that purpose I want connect SAP using OSS1.

When I run OSS1 and try to connect SAPNet it gives me error message as follows,

Unable to connect to SAPNet message server (Default connection will be used...)

Message No. S1452.

And then it gives me error message as follows

solman route permission denied (192.168.**.**to 194.39.134.34,sapdp99)

Location SAPRouter 38.10 on 'solman'

Component NI

Return Code -94

Counter 489

I have done setting in OSS1-->Parameter-->technical Settings-->

SAP Router at Customer Site

SAPRouter1

Host. solman

IP. 192.168.*.*

Instance. 99

SAP Router aan SAPNet Message Server at SAP

SAP Router at SAP

Host. sapserv2

IP. 194.39.134.34

Instance. 99

Still I am not getting to logon to SAPNet.

Please guide me how to correct this error.

Am I correct or I should have to change the settings.

I have also refer SAP Note 33135. But still its not working.

Please help me out

Accepted Solutions (0)

Answers (5)

Answers (5)

anosh_syed
Explorer
0 Kudos

Hi Amit

I am facing issue while trying connection test in saposs.

Did you got solution for this? Plese help me

Logon

Connection Error
Error DetailsError when opening an RFC connection
Error DetailsERROR: The connection to the specified message server (/H/10.0.1.71/S/sapdp99
Error DetailsLOCATION: SAP-Server sandbox_RBU_00 on host sandbox (wp 20)
Error DetailsCOMPONENT: MS (message handling interface)
Error DetailsCOUNTER: 73
Error DetailsMODULE: msxxi.c
Error DetailsLINE: 2783
Error DetailsRETURN CODE: -35
Error Details

SUBRC: 0

Error DetailsRELEASE: 721
Error DetailsTIME: Thu Jul  9 12:04:00 2015
Error DetailsVERSION: 4
former_member185239
Active Contributor
0 Kudos

Hi Amit,

Are you using the 192.168.*.* entry in oss1 ??

With Regards

Ashutosh Chaturvedi

former_member185239
Active Contributor
0 Kudos

Hi,

I have done setting in OSS1-->Parameter-->technical Settings-->

SAP Router at Customer Site

SAPRouter1

Host. solman

IP. 192.168.*.*

Instance. 99

In customer site you need to provide the host ip where saprouter is installed.

Please paste the content of routtab file.

Is 192.168.*.* is the public ip? If it is a public ip it won't work provide the host ip of the system where saprouter is installed.

With Regards

Ashutosh Chaturvedi.

Former Member
0 Kudos

Hi Amit,

Check if your firewall is blocking port 3299. and make sure hosts are resolved in DNS.

Regards,

0 Kudos

Dear Amit,

The error you encountered for OSS1 is correct because transaction OSS1 is no longer in used as you can see in the note 33135.

SAP only sees your saprouter external IP address.

SAPNet access from tcode OSS1 was phased out a while back ago. Please verify your connection with tcode SM59.

SAP connection test:
/nsm59 ->/ABAP/SAPOSS -> Test

Let me know in case you require any further assistance on this.

Thanks & Regards,

Abhishek

Former Member
0 Kudos

Hi Abhishek,

Thanks for your reply

But when I check connection with SM 59 it doesnt work also.

It gives me error as follows

Logon    Connection Error

Error Details    Error when opening an RFC connection

Error Details    ERROR: The connection to the specified message server (/H/192.168.100.216/S/s

Error Details    LOCATION: SAP-Server prdsrv_PRD_00 on host prdsrv (wp 0)

Error Details    COMPONENT: MS (message handling interface, multithreaded)

Error Details    COUNTER: 69

Error Details    MODULE: msxxi.c

Error Details    LINE: 2780

Error Details    RETURN CODE: -35

Error Details    SUBRC: 0

Error Details    RELEASE: 720

Error Details    TIME: Thu Dec 13 13:04:31 2012

Error Details    VERSION: 4

My Servers which are configured in SAP Router are working properly. They are accessed without ant error.

Can you tell me is there any other configuration which I might be missed.

Your help is really appreciated.

Thanks

0 Kudos

Dear Amit,

Please verify if your saprouter can reach to sapserv9(169.145.197.110) on port 3299 with the command:

      niping -c -H /H/<your saprouter LAN ip>/H/169.145.197.110/3299


If the above is successful, can you run lgtst test from your R/3 server.
Please run the lgtst test from your R/3 serversystem prompt:

lgtst -H /H/<saprouter ip>/S/sapdp99/H/<sapserv ip>/S/sapdp99/H/oss001/S/sapmsO01 -S x -W 30000

If have doubt please refer to the SAP note 24177.

Please let me know the outcome of this test and attach the latest dev_rout file.

In order to have successful connection to SAP please ensure that your firewall would have to allow the following rules:

Allow: 169.145.197.110/32 -> 122.56.33.220/32 :3299
Allow: 122.56.33.220/32 -> 169.145.197.110/32 :3299

Allow: 169.145.197.110/32 -> 122.56.33.220/32 :icmp(echo-request,type 8
Allow: 122.56.33.220/32 -> 169.145.197.110/32 :icmp(echo-reply, type 0

Please note that SAPserv9(169.145.197.110) ip address is being advertised in the internet and opened for any host to ping or connect to port 3299. Your computer need not have to be registered with SAP in-order to ping or connect to service port 3299 of SAPserv9. But to connect to the
LAN behind SAPserv9 then you need to registered with SAP and setup the SNC saprouter crtificate.

In case you still face issues i would suggest you here to raise an OSS message in the component XX-SER-NET-HTL.

When raising a message with SAP kindly provide the following information:

Kindly stop the saprouter process (saprouter -s) and restart it temporarily using the following options:

saprouter -r -V 2 -K "p:CN=SAPROUTER, OU=0000503401, OU=SAProuter, O=SAP, C=DE"

Try to test the RFC connection to SAPOSS (SM59 -> R/3 Connections -> SAPOSS) and send us the following information, in order for us to troubleshoot the connection problem:

-> Output of the command 'sapgenpse'
-> Output of the command 'sapgenpse get_my_name -n all'
-> Output of the command 'sapgenpse seclogin -l'
-> Output of the command 'telnet 169.145.197.110 3299'
-> Files dev_rout (after the test access to SAPOSS) and saprouttab
-> Technical settings in Tcd OSS1 (Parameter -> Techn. Settings)

Kind Regards,

Abhishek

0 Kudos

Dear Amit,

Did you manage to resolve it?

Thanks & Regards,

Abhishek

Former Member
0 Kudos

)Hello All,

Thanks for your reply. I had done changes as said by you,

But still I am not able access oss1 connection. Now when I try to run oss1 tcode I got message

Unable to connect to SAPNet message server (Default connection will be used...)

Message no. S1452

When I go further

I got error "timeout accured"

When I check in SM59 for SAPOSS connection

Logon    Connection Error

Error Details    Error when opening an RFC connection

Error Details    ERROR: The connection to the specified message server (/H/192.168.100.216/S/s

Error Details    LOCATION: SAP-Server prdsrv_PRD_00 on host prdsrv (wp 0)

Error Details    COMPONENT: MS (message handling interface, multithreaded)

Error Details    COUNTER: 5

Error Details    MODULE: msxxi.c

Error Details    LINE: 2780

Error Details    RETURN CODE: -35

Error Details    SUBRC: 0

Error Details    RELEASE: 720

Error Details    TIME: Tue Dec 18 17:05:47 2012

Error Details    VERSION: 4

Can you please consult me on this issue.

I got stuck on this. Your help is rally appreciated.

Thanks

0 Kudos

Hi,

Reagrding this error you should refer the following SAP Note:

     24177 - OSS1: Message S1452: Connection to Message Server

Thanks & Regards,

Abhishek

Former Member
0 Kudos

Hello Abhishek,

Thanks for your reply.

Actually I am not getting how to install program lgtst maually.

According to note 24177 we should install program manully. By using following command

The program 'lgtst' should be started manually only when problems occur.

To start the program manually, enter the following command at the shell level of the database or application server:

/usr/sap/[SID]/SYS/exe/run/lgtst

-H /H/[YS]/S/[YSS]/H/[sapservX]/S/sapdp99/H/oss001/S/sapmsO01

-S x -W 30000

Please note:

      a) This is ONE command with many parameters.
      b) [SID] must be replaced by the system ID (e.g. C11) of your system.
      c) [YS]  must be replaced by the name of the computer on which the SAPRouter runs (YS = Your SAPRouter).
      d) [YSS] must be replaced by the service under which the SAPRouter runs, usually 'sapdp99'
      (YSS = Your SAPRouter's Service).
      e) If you are working with two SAProuters, please repeat  /H/[YS]/S/[YSS] with the data of the second SAProuter before the sapserv specifications.
      f) [sapservx] must be replaced by the IP address of the server that you are connected to.

g) Make sure that you replace [YS], [YSS] and [sapservx] with the same data that you have configured in OSS1.

I am confused about how to and where to run this command. According to me this should be run on my server from where I want to connect to SAP using OSS1.

Can you please tell me hoe to execute this command.

Thanks

0 Kudos

Dear Amit,

Please check the following lines from the note:

"To start the program manually, enter the following command at the shell level of the database or application server:"

Also refer the points a to g in detail.

It seems that you are having lot of issues during this activity. I would recommend you here to kindly open an OSS message for the same in the component XX-SER-NET-RCSC and mark this thread as answered. We can login and check the configuration directly in your system and let you know the exact cause of the error.

Thanks & Regards,

Abhishek