Sage 100

 View Only
  • 1.  ERROR 47 BR_POSITIVEPAY_EXPORT_RPT.PVC Line 990

    Posted 10-16-2025 12:19

    Is there a developer out there who can tell me what is causing the error 47?  I have already rebuilt the key files for all Bank Rec files, as well as the GL_Bank file.  Am stuck as the positive pay file won't generate.



    ------------------------------
    Jane Scanlan
    Partner
    Next Level Manufacturing Consulting Group
    ------------------------------


  • 2.  RE: ERROR 47 BR_POSITIVEPAY_EXPORT_RPT.PVC Line 990

    Posted 10-16-2025 13:23

    I'm not sure what version / PU you have, but I am guessing the line of code at is

    tmpExportRec$(d.StartPosition,d.Length)=value$  

    TmpExportRec$ is populated field by field and Value$ is the field it is currently trying to add to that field

    if you click on INFO and then on DEBUG button

    type in

    ? tmpExportRec$    to see the values that are in that variable so far

    ? LEN(tmpExportRec$) will tell you how many Characters long the export record is expected to be

    ? d.StartPosition to see the starting position that it is trying to fill the field with

    ? d.Length, is the length of the field i

    ? value$ is the string that Sage is trying to add to the export record. 

    looking at those results might point you to a check that is causing the issue. 

    I hope that helps. 



    ------------------------------
    David Overholt
    Programmer/Project Manager
    DWD Technology Group
    Fort Wayne IN
    (260) 399-8655
    ------------------------------



  • 3.  RE: ERROR 47 BR_POSITIVEPAY_EXPORT_RPT.PVC Line 990

    Posted 10-16-2025 13:37

    Please move out of urgent, I resolved this with the help of my 90minds friends!



    ------------------------------
    Jane Scanlan
    Partner
    Next Level Manufacturing Consulting Group
    ------------------------------



  • 4.  RE: ERROR 47 BR_POSITIVEPAY_EXPORT_RPT.PVC Line 990

    Posted 10-16-2025 16:52

    And what did you discover?  Other 90Mers are dying to know the root cause.



    ------------------------------
    Jeff Schwenk
    Owner
    Bottomline Software, Inc.
    Waynesboro VA
    (540) 221-4444

    Improving bottom lines for over 25 years!
    ------------------------------



  • 5.  RE: ERROR 47 BR_POSITIVEPAY_EXPORT_RPT.PVC Line 990

    Posted 10-17-2025 11:15

    I discovered that copying a PP setting from an existing setting does not work correctly (thanks Sage) in that the starting position does not fill in .,. sets at zero for all fields.  So that's why I got the error because all my starting positions were zero.  Yeah, I should have noticed, but I copied from a live, working one so shouldn't "copy" mean copy exactly?  So dumb. :(



    ------------------------------
    Jane Scanlan
    Partner
    Next Level Manufacturing Consulting Group
    ------------------------------



  • 6.  RE: ERROR 47 BR_POSITIVEPAY_EXPORT_RPT.PVC Line 990

    Posted 10-17-2025 11:17

    The Sage School of Hard Knocks.....



    ------------------------------
    Jeff Schwenk
    Owner
    Bottomline Software, Inc.
    Waynesboro VA
    (540) 221-4444

    Improving bottom lines for over 25 years!
    ------------------------------



  • 7.  RE: ERROR 47 BR_POSITIVEPAY_EXPORT_RPT.PVC Line 990

    Posted 10-17-2025 11:35

    "Should" is a lie... in many ways.



    ------------------------------
    Kevin Moyes
    Technical Systems Analyst
    Munjal White Consulting Co.
    Toronto ON
    ------------------------------