Sometimes SAProuter port service
duplication error will occur due to multiple time saprouter start and stop and here we will see how to check that error and how to fix it.
Below command is used to
check listening and corresponding services
>netstat -a -n -o|find /i
"listening"
See there is a port 3299 which used by saprouter is
duplicated which will create confusion listening user requests via saprouter
Kill the process 9624/4700 via Taskkill command or you can
you task manager to kill the process
>taskkill /pid 3299 /t
/t – terminates the current process and relevant process
Check there is no process is running after killing the
corresponding process with above command
Now start the SAP router with below command and check the
process list
>saprouter –r -K
Now there is only one process is running for 3299 port and
SAProuter is working fine and can able to listen user request and able to
connect with SAP.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.