cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to open connection to host "localhost:1128"

Former Member
0 Kudos

Dear SAP Expert,

We currently do the manage configuration in our solman 7.1.

In the last configuration check, the system show:

###################################################

When running the Managed System Wizard, the following error is displayed: The definition of Technical System SYS~XXX is not correct: "SYS~XXX": Operating System "<Any operating system> of Host "hostXXX" must have at least one Software Component Version

###################################################


We have check sapnote 1611483 - SolutionManager7.1 - Outside Discovery common error messages

and end to the following log:

Unable to open connection to host "localhost:1128"


We have update SAP hostctrl to patch number 173.

when we start we got below error in sapstartsrv.log

[Thr 1360] ***LOG Q0I=> NiIBindSocket: bind (10013: WSAEACCES:

Permission

denied) [nixxi.cpp 3739]

[Thr 1360] *** ERROR => NiIBindSocket: SiBind failed for hdl 2/sock 804

(SI_EPORT_INUSE/10013; I4; ST; 0.0.0.0:1128) [nixxi.cpp 3739]

We have look into KB 1845121 - Address already in use - how to find the

process listening on port

But when we do netstat -ao | findstr 1128 there is no port running

We also have look into KB 1922055 - Unable to open connection to host

"localhost:1128" but no luck

Is there any idea on this?

Thank you

Best Regards,

Yudi




Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

> But when we do netstat -ao | findstr 1128 there is no port running

Recheck port usage with netstat -ano | findstr 1128

Former Member
0 Kudos

Dear Roman,

Thank you for your suggestion.

I try netstat -ano | findstr 1128 and it show:

TCP     <ip local>:1128     <ip local>:9991 ESTABLISHED     5136

TCP     <ip local>:9991     <ip local>:1128 ESTABLISHED     1108

Seems like this connection become a problem.

Is there any way to trace which application or services that established this connection?

Thank you

Best Regards,

Yudi

Former Member
0 Kudos

Hi,

I think this is used by.

9991tcp,udposm-oevOSM Event ServerIANA
9991tcprealsecureRealSecure ISS system scannerSANS
9991tcpissaISS System Scanner AgentNmap
9990-9999tcpapplicationsDOT.TUNES

Thanks

Rishi Abrol

Former Member
0 Kudos

You can check this via:

1) netstat -anb

or

2) check pids 5136 and 1108 via tasklist command.

Former Member
0 Kudos

Dear Rishi and Roman,

Thank you for your information,

We will look into it and let you know the result

Best Regards,

Yudi

Former Member
0 Kudos

Dear All,

We have managed to solved the problem by stop the services.

Thanks alot

Best Regards,

Yudi

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

As you have already tried most of the things can you also check the below note.

907856 - Error WSAEACCES when binding a port in NiIBindSocket

Also firewall is disabled.

Thanks

Rishi Abrol

Former Member
0 Kudos

hi,

most of the outside discovery issue solved by establish the trust connection between host agent and smd agent

check out http://wiki.scn.sap.com/wiki/display/SMSETUP/Establish+trusted+connection

for more troubleshooting follow the attached links in the blog

Thanks

Jansi

Former Member
0 Kudos

>>Unable to open connection to host "localhost:1128"


Hope you are running the localhost:1128 from the system where you installed the solman system.


have you configured the ICM to run on port 1128? Check in SMICM --> Goto --> services.


>>***LOG Q0I=> NiIBindSocket: bind (10013: WSAEACCES: Permission denied)

check the netstat for port 10013.