Sage 100

 View Only
  • 1.  Error 43 VIWEXP Line 7320

    Posted 05-26-2025 09:39

    Trying to run a VI Export Job from the WO Master file and as soon as I run it, it gives the stated error.  This error is not documented anywhere in Sage-land.  I'm exporting to a .csv file.  Version 2022.  



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


  • 2.  RE: Error 43 VIWEXP Line 7320

    Posted 05-26-2025 10:07

    An error 43 is a data format issue.  This is from the ProvideX language reference:

    Error #43

    Format mask invalid 

    The format mask in a PRINT statement or a STR( ) function is not large enough to contain the numeric value. Use the 'FI' parameter to suppress the message. 



    ------------------------------
    Doug Higgs
    Midwest Commerce Solutions, Inc
    (312) 315-0960
    Chauffeur, Chef, and Personal Assistant to Sprinkles
    ------------------------------



  • 3.  RE: Error 43 VIWEXP Line 7320

    Posted 05-26-2025 10:08

    Data format mask not data format.  So the data field is 12 characters or numbers and the field can only contain 11 characters or numbers.



    ------------------------------
    Doug Higgs
    Midwest Commerce Solutions, Inc
    (312) 315-0960
    Chauffeur, Chef, and Personal Assistant to Sprinkles
    ------------------------------



  • 4.  RE: Error 43 VIWEXP Line 7320

    Posted 05-26-2025 10:10

    Probably numeric because if it was string the field would simply be truncated.



    ------------------------------
    Doug Higgs
    Midwest Commerce Solutions, Inc
    (312) 315-0960
    Chauffeur, Chef, and Personal Assistant to Sprinkles
    ------------------------------



  • 5.  RE: Error 43 VIWEXP Line 7320

    Posted 05-26-2025 10:37

    Thanks Doug - I removed all the numeric fields from my export and it no longer errored.  I didn't need those fields anyway, for this export.  

    This can be moved out of urgent.



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