Idxbuild stops woth error 11482 - errno 28

Posted by patrick.elsen on 08-Jan-2017 04:10

I am doing an idxbuild on a 100GB database on Red Hat Linux 7 using OpenEdge 11.5 and it stops with Error writing to temp file sequentially, current directory is , blockOffset is , errno is 28, instance id is . (11482).

The -T filesystem is not full. I cannot find anu reference to this error 28. What should i be looking at?

Posted by e.schutten on 08-Jan-2017 05:24

Is there a *.srt file in the database directory and is this file correct?

All Replies

Posted by e.schutten on 08-Jan-2017 05:24

Is there a *.srt file in the database directory and is this file correct?

Posted by goo on 08-Jan-2017 07:36

You have to add sortareas with enough space in that file.. 

Sendt fra min iPhone

Den 8. jan. 2017 kl. 12.26 skrev e.schutten <bounce-eschutten@community.progress.com>:

<ProgressEmailLogo-png_2D00_150x42x2-png> Update from Progress Community
e.schutten

Is there a *.srt file in the database directory and is this file correct?

View online

 

You received this notification because you subscribed to the forum.  To unsubscribe from only this thread, go here.

Flag this post as spam/abuse.

Posted by gus bjorklund on 10-Jan-2017 12:18

“errno"’s are error codes returned from system calls (e.g. write (), pwrite (), etc ). on linux they are defined in the file /usr/include/asm/errno.h

errno 28 is no space left on device

This thread is closed