>-----Original Message----- >From: Jimi DeRouen [mailto:[EMAIL PROTECTED] > >I am attempting to write a record to a type 25 file and apparently >getting a fatal error. The platform is UV 9.5.1.1b Pick flavor on W2K >SP4. I have constructed the WRITE statement to include all possible (I >think) branching, yet the program goes to the command prompt when the >WRITE is executed without following any of the branches. The WRITE >statement is as follows: > [SNIP] > >I am stepping through the program in the debugger, and have verified >that the file IP is open, the record id IPADDRESSID is valid, >the record >data IP.REC is valid, and the record does not already exist in the >destination file. The program has done a BSCAN on the destination file >prior to the write to verify the record does not already exist or >conflict with the record to be written. This BSCAN has completed >successfully, leaving a group lock. The WRITE statement then >dumps me to >the TCL prompt without taking any of the above branches. It >almost seems >to me to be an OS level write error somehow not being trapped by >Universe. It only occurs on this particular data value which >leads me to >believe that it is failing on a particular disk location. > >I gratefully await the group's wisdom. > >Jimi DeRouen
Can you edit/save an item with this ID from TCL? Do you have a trigger on the file that may be failing the write? Sorry, not much help -- Colin Alfke Calgary, Alberta Canada "Just because something isn't broken doesn't mean that you can't fix it" Stu Pickles -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
