*E* The internal buffer size limit has been exceeded
Darren Reely
darren.reely@latticesemi.com
Wed, 28 Aug 2002 10:16:06 -0700
Chris,
I'm not sure this was suggested. Did you try to specify a smaller CACHE
size. This worked for my test code. There seems to be some internal
limit. Try starting with some multple of 15, like
file post-bucket occurs 15 cache 30 close
Also I don't think you need an OCCURS on the agentn field. I did not
need it in my test code. I placed the agentn field inside and before
the cluster and the result set was the same. I also copied your access
statements with success. Well, within my emulation of the coding.
Darren
Chris Sharman wrote:
>Anyone seen this ?
>Is there a work-around ?
>I've seen similar messages from Quick, fixable with QKGO, but this one comes
>from QDesign ...
>char*114 is OK.
>post-bucket is 20 bytes, post-otherref is 12, agents is 667, orders is 2565,
>and agent-class is 12.
>
>VMS 7.3, Alpha, RMS, PH 7.10G3.
>
>Thanks,
>Chris
>
>Q D E S I G N (7.10.G3)
>Copyright 1998 COGNOS INC. (ALPHA)
>Licensed PH-AXP-DEVELOPMENT for customer: 7053780001 CCA STATIONERY LIMITED
>2/300
>
>QD> set verify error noverify delete
>QD> screen post-bucket noaction nomode fieldmark actionbar startup on line 2
>QD> temp agentn char*6 occurs 255
>QD> file post-bucket occurs 15 cache close
>QD> access via agent-order-key request agentn, order-pad &
>QD> using (order-pad*65536*65536+nconvert(agentn[1:5]))
>QD> access via agent-key request agentn using nconvert(agentn[1:5])
>QD> access sequential
>QD> file post-otherref designer close
>QD>
>QD> def oneweek date = date(-7,sysdate)
>QD> def pcls char*4 = "PG" if (ordcat="X") &
>QD> else "WEDD" if (ordcat="W") &
>QD> else "SIG" if (ordcat="S")
>QD>
>QD> file agents reference close
>QD> ; access via agent-key using agent-key of post-bucket
>QD> file orders reference close
>QD> select if (status-flag<>104) and (oneweek<entry-time of orders)
>QD> file agent-class reference close
>QD> actionmenu label "Find" action find
>QD> actionmenu label "Next" action next data
>QD> actionmenu label "Change" action fieldmark
>QD> actionmenu label "Commit" action update
>QD> actionmenu label "New" action append
>QD> actionmenu label "Delete" action delete mark
>QD> actionmenu label "Quit" action return
>QD>
>QD> temp orefs char*119 occurs with post-bucket
>*E* The internal buffer size limit has been exceeded.
>
>
>
>-----------------------------------------------------------------------
>
>Any views expressed in this message are those of the sender and not
>necessarily those of CCA Group. The unauthorized use, disclosure,
>copying or alteration of this message is forbidden. The contents of
>this message may be confidential and/or privileged, copyright CCA Group
>and are intended solely for the use of the individual or entity to whom
>they are addressed. Whilst this message has been scanned, CCA Group
>cannot guarantee that it is virus free or compatible with your systems
>and accepts no responsibility for any loss or damage arising from its
>use. The recipient is advised to run their own anti-virus software. If
>you receive this message in error please contact
>postmaster@ccagroup.co.uk immediately, destroy any copies and delete it
>from your computer systems.
>
>= = = = = = = = = = = = = = = = = = = = = = = = = = = =
>Mailing list: powerh-l@lists.swau.edu
>Subscribe: "subscribe" in message body to powerh-l-request@lists.swau.edu
>Unsubscribe: "unsubscribe" in message body to powerh-l-request@lists.swau.edu
>http://lists.swau.edu/mailman/listinfo/powerh-l
>This list is closed, thus to post to the list you must be a subscriber.
>