Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Error (b_cash_10_a) : z52 does not include "last-cash-transfer"

    • Article Type: General
    • Product: Aleph
    • Product Version: 18.01

    Description:
    I ran p-cash-10 and got the error:

    Error (b_cash_10_a) : z52 does not include "last-cash-transfer"

    Before adding the last-cash-transfer sequence to z52 using UTIL G/2, I checked to see if there were already existing cash transfer numbers in the database using this SQL command in the xxx50 database:

    select max(z31_transfer_number) from z31;

    This confirmed that there were no cash transfer numbers already assigned, so I set the value of the last-cash-transfer sequence to 0 using UTIL G/2. However, when I ran p-cash-10 after adding the sequence, I got the same error:

    Error (b_cash_10_a) : z52 does not include "last-cash-transfer"

    Resolution:
    Most sequences added using UTIL G/2 can be defined with the value 0 when prompted for start number. In this case, however, you have to start the sequence with the value 1 or higher.

    If you find that there is no "last-cash-transfer" line in this ADM's util g/2, you can add it using the NEW command. (The value should be "1".)

    Note that you need to include a "last-cash-recall" parameter in a similar fashion (or else you will get a similar error for that value).


    • Article last edited: 10/8/2013