Consultor Eletrônico



Kbase P20561: Error 7361 using GET-BUFFER-HANDLE method
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/21/2008
Status: Unverified

FACT(s) (Environment):

Progress 9.x
OpenEdge 10.x
All Supported Operating Systems

SYMPTOM(s):

Error 7361 using GET-BUFFER-HANDLE method

Query GET-BUFFER-HANDLE argument must be from 1 to 3 for query <name>. (7361)

Query GET-BUFFER-HANDLE argument must be from 1 to <num-buffers> for query <name>. (7361)

CAUSE:

GET-BUFFER-HANDLE method returns a handle of a particular buffer of a query object. You must provide the buffer-sequence-number that is an INTEGER that represents the sequence number of the desired buffer. Buffer sequence numbers start at one, where one represents the top level of the query, and subsequent numbers represent lower levels of join, if any.

FIX:

Provide a buffer sequence number as the syntax requires.