You're writing a 53MB sequential file in a single write.  There are
Universe config directives that you could tweak, but given that you're
creating a text file within a directory I'd probably tweak the app to
use OPENSEQ/WRITESEQ/CLOSESEQ code instead.  That'll get rid of your
crash and almost certainly make the app run faster.



On 1/18/2011 11:00 AM, Jeff Colvin wrote:
> I’m getting the following error message:
> 
> 
> 
> CRITICAL ERROR! Notify the system administrator.
> 
> Abnormal termination of UniVerse.
> 
> Fault type is 11.  Layer type is BASIC run machine.
> 
> Fault occurred in BASIC program IM.BUILD.NEW.COLD.WRK at address 228.
> 
> 
> 
> I ran the IM.BUILD.NEW.COLD.WRK program in the DEBUG mode and found out that 
> the error pops up when it executes the following line of code:
> 
>                 WRITE COLD.TEXT ON COLD.WRK, COLD.WRK.ID THEN
> 
> I found out the COLD.WRK is a TYPE 19 file.  The COLD.WRK.ID is set to 
> cold13-1.txt.  I can use the PICK EDitor and view the txt file without a 
> problem.  The COLD.TEXT record is 53,486,974 bytes in size.  I’ve opened up 
> the permissions to the COLD.WRK file via chmod 777.  I’ve also had additional 
> space allocated.
> 
> 
> 
> I am working on a system with Universe version 10.0.14 and AIX version 
> 5.2.0.0.
> 
> 
> 
> I appreciate your help,

_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to