cancel
Showing results for 
Search instead for 
Did you mean: 

RFC - ERROR => e=28 semget(20072,1,2047) (28: No space left on device)

former_member633852
Participant
0 Kudos

Hi Experts,

when we enter the rfc destination, we are getting this error,

"User password invalid for identifier /RFC/EWTCLNT100 (see long text)"

also we can not edit the RFC's Logon&Security tab, we get this error when we try to update logon informations,

"Internal error in secure store",

we have checked the "dev_w0" file and found these errors;

I *** ERROR => e=28 semget(20072,1,2047) (28: No space left on device) [semux.c 928]

N *** ERROR => RSEC: SemInit(72) failed with RC=1 [rsecxdb.c 509]

I *** ERROR => e=28 semget(20072,1,2047) (28: No space left on device) [semux.c 928]

N *** ERROR => RSEC: SemInit(72) failed with RC=1 [rsecxdb.c 2452]

N *** ERROR => RSEC: rsecxdb__FillSystemDependentData(FALSE) returns -6 [rsecxdb.c 402]

N *** ERROR => RSEC: Error code -6 occurred for identifier "/RFC/EETCLNT100", (client independent) [rsecxdb.c 294]

I *** ERROR => e=28 semget(20072,1,2047) (28: No space left on device) [semux.c 928]

N *** ERROR => RSEC: SemInit(72) failed with RC=1 [rsecxdb.c 509]

I *** ERROR => e=28 semget(20072,1,2047) (28: No space left on device) [semux.c 928]

N *** ERROR => RSEC: SemInit(72) failed with RC=1 [rsecxdb.c 2452]

N *** ERROR => RSEC: rsecxdb__FillSystemDependentData(FALSE) returns -6 [rsecxdb.c 402]

N *** ERROR => RSEC: Error code -6 occurred for identifier "/RFC/EETCLNT100", (client independent) [rsecxdb.c 294]

How can we prevent these errors,

Regards

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

What operating system are you using?

Markus

Answers (3)

Answers (3)

former_member633852
Participant
0 Kudos

Hi Markus,

We restart the operating system, now the RFCs work fine,

Thanks for your help

markus_doehr2
Active Contributor
0 Kudos

This won't solve the root cause.

You ran out of segments if you didn't specify the parameters in the given note. Once the system will start again using more segments the problem will reoccur.

Enter those parameters, they are necessary (/etc/system is no more used on Solaris 10).

Markus

former_member633852
Participant
0 Kudos

Hi Markus,

How can i check it ?

root@crmt # ls -ltr project user_attr

-rw-rr 1 root sys 383 Feb 14 2008 user_attr

-rw-rr 1 root sys 501 Feb 14 2008 project

Regards

markus_doehr2
Active Contributor
0 Kudos

Check note 724713 - parameter settings for Solaris 10

Markus

former_member633852
Participant
0 Kudos

Hi Markus,

We are using SunOS and here is the df -k output;

root@crmt # uname -a

SunOS crmt 5.10 Generic_127112-07 i86pc i386 i86pc

root@crmt # df -k

Filesystem kbytes used avail capacity Mounted on

/dev/dsk/c3t0d0s0 29246006 16711160 12242386 58% /

/devices 0 0 0 0% /devices

ctfs 0 0 0 0% /system/contract

proc 0 0 0 0% /proc

mnttab 0 0 0 0% /etc/mnttab

swap 6562912 804 6562108 1% /etc/svc/volatile

objfs 0 0 0 0% /system/object

/usr/lib/libc/libc_hwcap2.so.1

29246006 16711160 12242386 58% /lib/libc.so.1

fd 0 0 0 0% /dev/fd

swap 7226912 664804 6562108 10% /tmp

swap 6562140 32 6562108 1% /var/run

/dev/dsk/c5t600A0B800026581A0000155047AAA2B0d0s0

257143440 114426085 140145921 45% /oracle

/dev/dsk/c3t0d0s5 4034061 824840 3168881 21% /sapmnt

/dev/dsk/c3t0d0s7 9081419 9098 8981507 1% /export/home

/dev/dsk/c3t0d0s6 10592561 8385313 2101323 80% /usr/sap

/vol/dev/dsk/c2t0d0/d51032257

2911022 2911022 0 100% /cdrom/d51032257

10.1.70.22:/sapbackup

1502983864 760876248 727077784 52% /sapbackup

Regards

markus_doehr2
Active Contributor
0 Kudos

The "no space on device" is not related to filesystem but to IPC.

Did you create an /etc/project file and assigned the users to that using /etc/user_attr?

Markus