cancel
Showing results for 
Search instead for 
Did you mean: 

dev_icm log

Former Member
0 Kudos

Hi,

I have done OS level restart. This is abap+java system. Both are started and port also working. but when i check dev_icm log it is showing below error log.

NiIBindSocket: could not delete file '/tmp/.sapstream64999' for hdl 0: unlink (1: Not owner) [nixxi.cpp 3207]

NiIBindSocket: could not delete file '/tmp/.sapstream64999' (hdl 0; errno=1) [nixxi.cpp 3214]

OS - AIX5.3

DB - Oracle 10.2.0.2

SAP - nw2004's

kindly help me to resolve the error.

kvl

Accepted Solutions (0)

Answers (2)

Answers (2)

nelis
Active Contributor
0 Kudos

NiIBindSocket: could not delete file '/tmp/.sapstream64999' for hdl 0: unlink (1: Not owner) http://nixxi.cpp 3207

The error suggests that your SAP system owner(<sid>adm) could not remove the files from /tmp. I would check the permissions of your icmbnd file in your kernel directory, it should have the sticky bit set -rwsr-x--- and be owned by root but belong to group sapsys.

To correct any permissions run ./saproot.sh <SID> as root from the kernel directory.

Nelis

Former Member
0 Kudos

Hi,

See if this note is also application for your problem.

[Note 907856 - Error WSAEACCES when binding a port in NiIBindSocket|https://service.sap.com/sap/support/notes/907856]

Regards.

Rajesh Narkhede