It sounds like you have something strange defined in the automatic dictionary items in F.USER (1, 2, 3 etc). This is causing so much memory to be allocated, that you cannot allocate any more and it dies.
Try pinning this down using: LIST F.USER 1 LIST F.USER 2 And so on. Then see if you have any garbage records in F.USER or some malformed UTF characters and so on. Report your results to TEMENOS help desk. Jim > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf > Of madhu > Sent: Tuesday, February 09, 2010 8:08 PM > To: jBASE > Subject: [SPAM] jbase Memory Related Error > > Hi, > > All, > > I'm using R09 database, When i tried to List the Users in my > Database .. by using "LIST F.USER" ... it has hanged in the > Middle and displaying following error: > "jBASE: Unable to allocate > 20520 bytes, errno = 22, at jlibUTF8.c:2948" > > if any one the fix for this problem please let me know it ... > > > Thanks > MADHU > > -- > Please read the posting guidelines at: > http://groups.google.com/group/jBASE/web/Posting%20Guidelines > > IMPORTANT: Type T24: at the start of the subject line for questions > specific to Globus/T24 > > To post, send email to [email protected] > To unsubscribe, send email to [email protected] > For more options, visit this group at > http://groups.google.com/group/jBASE?hl=en -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
