Skip to main content

Error 30,04

  • May 15, 2012
  • 1 reply
  • 0 views

[Migrated content. Thread originally posted on 11 May 2012]

Hi
I get a 30,04 error occasionally on a UNIX systm. Looking in errno.h it says

#define EINTR 4 /* interrupted system call */

This time it looks like it happened when it was reading a record.

Any ideas?

Thanks

1 reply

  • Author
  • Rocketeer
  • 19312 replies
  • May 15, 2012

[Migrated content. Thread originally posted on 11 May 2012]

Hi
I get a 30,04 error occasionally on a UNIX systm. Looking in errno.h it says

#define EINTR 4 /* interrupted system call */

This time it looks like it happened when it was reading a record.

Any ideas?

Thanks
Occasionally we have had an error 30 - relating to a permanent error. After much investigation it has usually been due to a loss of communication between servers and a restart of the system has usually done much to resolve the error. Coupled with this is the need to close any programs gracefully - if possible - and restart them to enable resumption of work. We at Galvins Plumbing use thin clients and AcuCobol in a Windows environment (XP Professional)

Trust this is of some assistance