sorry... client 5.1.5, server 4.2 -----Original Message----- From: Richard Sims [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 4:21 PM To: [EMAIL PROTECTED] Subject: Re: unknown system error
>does anyone know how i can find out the underlying, i.e. system level, >problem for the following type of error? im running aix 4.3.3 ML10. > >ANS4014E Error processing '/u103/oradata/adachr01/payroll_dat.dbf': unknown >system error (157) encountered. Program ending. You didn't tell us the important thing - your ADSM/TSM client level. You may be running an old client, which in the past has run afoul of automount file systems, where stopping the automounter may be a circumvention. By reason, the "system error (nnn)" should reflect the Unix errno value returned by a system subroutine. But the AIX 4.3.3 errno does not go as high as 157 (see /usr/include/sys/errno.h), which indicates that there was some garbage in the errno global variable - possibly there when the client module invoked whatever subroutine it invoked, and which it assumes is meaningful when the subroutine returns control. Richard Sims, BU