Gen EDGE

Expand all | Collapse all

Solution "Error occurred in CA Gen supplied function: TIRFLTR"

  • 1.  Solution "Error occurred in CA Gen supplied function: TIRFLTR"

    Posted May 23, 2017 05:15 AM

    Hi...

     

    Hi having a problem were i cannot find a solution, can anyone help??

     

    this is the error

     

    "TIRM030E: Application failed - Updates have been backed out
    TIRM031E: Failing procedure exit data follows:
    TIRM032E: Last or current action block id = 0955644117
    TIRM033E: Last or current action block name = RS_C_3RD_AC_PB_FCO_CLICK
    TIRM034E: Last or current database statement = 0
    TIRM035E: Current statement being processed = 0000001281
    TIRM037E: ** Fatal Error was encountered ***
    TIRM149E: Error occurred in CA Gen supplied function: TIRFLTR
    TIRM154E: Invalid filter or sort argument string
    TIRM046E: *** Processing terminated ***
    TIRM044E: *** Press OK to continue ***"

     

    What thus mean?

     

    I am trying to use the function Filter:

     

    UNFILTER out_grp_acm_adm

     SET RS_C_3RD_ACCOUNT_PREVIEW.pb_fare (Button). FontStyle TO "Not Bold"
     SET RS_C_3RD_ACCOUNT_PREVIEW.pb_tax (Button). FontStyle TO "Not Bold"
     SET RS_C_3RD_ACCOUNT_PREVIEW.pb_comm (Button). FontStyle TO "Not Bold"
     SET RS_C_3RD_ACCOUNT_PREVIEW.pb_scom (Button). FontStyle TO "Not Bold"

     FILTER out_grp_acm_adm BY "8 = 0"
     FILTER out_grp_acm_adm BY "9 <> 0"
     FILTER out_grp_acm_adm BY "10 = 0"
     FILTER out_grp_acm_adm BY "11 = 0"

     SET RS_C_3RD_ACCOUNT_PREVIEW.pb_tax (Button). FontStyle TO "Bold"

     

    tk´s



  • 2.  Re: Solution "Error occurred in CA Gen supplied function: TIRFLTR"

    Broadcom Employee
    Posted Jun 15, 2017 12:53 PM

    Hi Mario, 

     

    The error points to a formating problem within one (or more) of your FILTER function statements.   The error references the location of the error within module 'RS_C_3RD_AC_PB_FCO_CLICK' and at statement '1281'.   You can look in this module and review statement 1281 for formatting issues.     Looking at the CA Gen 'Client Server Design Guide', it provides an example of how the FILTER function is used for group views, as follows: 

     

    "The FILTER statement filters an updateable repeating group view to show only those occurrences of the view that match a filter character expression. The occurrences that are not shown remain in the group view and can be redisplayed by using the UNFILTER statement

    The filter-character-expression contains an attribute, an operator (=, >, < and so forth), and a value.

    Attribute expressions can be strung together by using and and or operators.

    For example, a filter to extract accounts in ZIP Code 75208 with a balance of over $10,000 can be expressed as:

    zipcode = 75208 and balance > 10000”


    If after reviewing this document and your module containing the
    FILTER statement(s), and you still have questions, I would recommend opening
    an issue with the Gen Support team and send in the model/subset in question for review.


    Thank You
    Steve