Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DUSYI error

Status
Not open for further replies.

aurthur

Technical User
Oct 17, 2010
28
Hi all,

I have problem with MXONE TSW07, when I do DUSYI command it have error.
BUFFER TRANSFER ERROR 17:57 17OCT10
FAILED IN LIM001 FOR LIM RELOAD DATA FILE
I do ALLOP and have alarm

CLASS: 3
85 BUFFER TRANSFER HAS FAILED
DATE TIME ALP NOIF EQU BRDID INF1 INF2 INF3 INF4
17OCT10 17:28:45 2 1 001-2-10-00 106 329 0 1 1

CLASS: 1
38 DISTURB. COUNTER INCREASED DUE TO FAULTY PROGRAM EXECUTION
DATE TIME ALP NOIF EQU INF1
17OCT10 17:28:44 1 1 001-0-**-** 0

Would you please give some suggestions about this? Thanks a lot
 
It worked for me.

ALREI;
HIREI;
CADAP;
IODDP;
FIOFP:NODE=SYSN;
BLEQI:EQU=001-0-60-00;
FIMOE:SUBFS=SYSSUBFS11;
FIMOE:SUBFS=SYSSUBFS21;
IOSIE:NODE=SYSN,IODEV=SYSDISK1;
IOSII:NODE=SYSN,IODEV=SYSDISK1,BTYPE=ATA,SUBFS=SYSSUBFS11&SYSSUBFS21;
FICRI:SUBFS=SYSSUBFS11,SIZE=60;
YES;
FICRI:SUBFS=SYSSUBFS21,SIZE=60;
YES;
FIMOI:SUBFS=SYSSUBFS11;
FIMOI:SUBFS=SYSSUBFS21;
BLEQE:EQU=001-0-60-00,ALLFM=YES;
FISCP:IODEV=SYSDISK1;

/* REPEAT THE STEPS ABOVE */

DUBDP;
BACKUP DATA
BUFFER TRANSFER ERROR
END

85 BUFFER TRANSFER HAS FAILED
DATE TIME ALP NOIF EQU BRDID INF1 INF2 INF3 INF4
08SEP09 13:48:35 3 1 001-0-60-00 106 328 0 1 1
 

STOP! that is DANGEROUS!

DO NOT perform FICRI!

Perform FIFTI to test the header

FIFTI:SUBFS=SYSSUBFS11;
FIFTI:SUBFS=SYSSUBFS21;

It is likely the header is the problem and FIFTI will correct it, the data is there, if you perform FICRI you wipe your data so have no reload directory! NEVER do FICRI unless as a LAST RESORT!

best parnum
 

and first stage before any of above - Pull the NIU card, restart DRDH&DRDM, then try DUSYI;

best parnum
 
Begin with parnums LAST post before anythiing else!!!

///doktor
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top