Focal Point
OUT OF SEQUENCE Error

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2451094262

December 20, 2007, 12:18 PM
<Gauri>
OUT OF SEQUENCE Error
Hi, I am a new developer in the webfocus and we have webfocus 762.
I have a problem running a report, after runnig a report i get an error as
'(FOC1070) VALUE FOR JOIN 'FROM' FIELD OUT OF SEQUENCE. RETRIEVAL ENDED'
without a line # mentioned in the error.
The join is of 2 Holf Files.
Let me out few lines of code here,
-*------------------
JOIN
INNER
GL_TRANS_TEMP.MASTER_ACCT IN GL_TRANS_TEMP TO GL_BALANCES.MASTER_ACCT IN GL_BALANCES AS JX2
END
-*------------------------
TABLE FILE GL_TRANS_TEMP
PRINT
AMT
BEGIN_BAL
END
-*---------------
i m getting the error here.
Can anybody put some light on this.....
Thanks in advance
Gauri
December 20, 2007, 12:27 PM
Leah
quote:
JOIN
INNER
GL_TRANS_TEMP.MASTER_ACCT IN GL_TRANS_TEMP TO GL_BALANCES.MASTER_ACCT IN GL_BALANCES AS JX2
END

When joining files, they both must have the same sequnce or index order, if not you will get the error.


Leah
December 20, 2007, 01:39 PM
<Gauri>
Leah,
the index fields are in sequence. I am still getinng the error.
December 20, 2007, 02:10 PM
GinnyJakes
Leah is correct. Unless the HOLD files were created with a special output type, they are just flat files. Both files must be sorted by the MASTER_ACCT field.

The MASTER_ACCT description in the masters for each file must have the same format.

Please double check this.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google