victoryupa
10th March 2010, 23:20
Buenos Dias,

Necesito que me ayuden indicando, cual es el problema en esta secuencia del log:

2010-03-10[06:50:03(UTC+05:00)]:E:baanjob: ******* S T A R T of Error message **
*****
2010-03-10[06:50:03(UTC+05:00)]:E:baanjob: Log message called from : #0 keyword:
curses
2010-03-10[06:50:03(UTC+05:00)]:E:baanjob: Pid 4573 Uid 1034 Euid 1034 Gid 125 E
gid 125 Pset baanjob@ironman:4573
2010-03-10[06:50:03(UTC+05:00)]:E:baanjob: user_type S language 5 user_name baan
job tty locale ISO88591/NULL
2010-03-10[06:50:03(UTC+05:00)]:E:baanjob: Errno 6 (No such device or address) b
db_errno 0
2010-03-10[06:50:03(UTC+05:00)]:E:baanjob: Log_mesg: [CU_ERROR] ERROR: set_timeo
ut ioctl TCSETAW failed (fd = 0)
2010-03-10[06:50:03(UTC+05:00)]:E:baanjob:
2010-03-10[06:50:03(UTC+05:00)]:E:baanjob: ******* E N D of Error message ******
*
2010-03-10[06:50:03(UTC+05:00)]:E:baanjob:

Gracias por la ayuda.

Atte.
Víctor Yupa

mmflex
12th March 2010, 14:58
quiza ayude:

Title Infor ERP LN 6.1 Programmers Guide
Version 7.6.0 2453
Publication date 9/26/2007 9:23:23 PM

Operating System Errors

6 ENXIO - No such device or address
Description:

The device accessed by a command is physically not present, or the address of the device is not present
Solution:
Possible solutions are:
-It might be that a program tries to access a device which is not present at all. Think of a program which tries to access a tape streamer, but by accident it accesses the wrong streamer. In that case you should correct the program, so it will access the correct streamer the next time.
- If the accessed device is available physically, but it is not present in the kernel, check with your system adminstrator. The system administrator can verify which devices are active on your system. If the device is not active, install the device, if necessary with help of your hardware vendor.
- If the device is physically connected and the device is active according to the kernel, check the device's major number and minor number. I these numbers are not correct, contact your hardware vendor.
- Check the permissions of the device in the device file . The permissions must read 666 (crw-rw-rw-). You should check this by checking the device file.

patriciosoria
13th March 2010, 00:11
Hola Amigo:

Puede ser que el job maneje archivos o dispositivo(impresora) de entrada de datos o salida de información y el directorio de donde tiene que leer o grabar informacion ya no exista o la impresora tampoco exista.

Edita el job y verifica esto.

Borman