Sage 100

 View Only
  • 1.  Wondering if anyone has a cheat sheet for the debu

    Posted 11-17-2014 05:59
    Wondering if anyone has a cheat sheet for the debug commands on an error? started a trial conversion on Saturday of a 4.5 to 5.1 upgrade and ran into a file AP_InvoiceHistoryDetail.M4T that errors out on migration and rebuild. I remember there being a combination of question mark and dollar signs that would return the bad record that caused the error. The file has 17K records and looking for a quick way to find the corrupt record.


  • 2.  RE: Wondering if anyone has a cheat sheet for the debu

    Posted 11-17-2014 08:14
      |   view attached
    See if this helps.

    Attachment(s)

    pdf
    MAS90_Debug_Codes2.pdf   214 KB 1 version


  • 3.  RE: Wondering if anyone has a cheat sheet for the debu

    Posted 11-17-2014 08:33
    Other debug comments depend on the program. You can guess and print variables with ? variableName$ ex: ? InvoiceNo$ ? AccountNo$ ? CustomerNo$ ? ItemCode$ - which would help identify the problem transaction. OR, for way too much info, type in DUMP (return) and get all variables.


  • 4.  RE: Wondering if anyone has a cheat sheet for the debu

    Posted 11-17-2014 08:39
    Thanks Barbara and Lee, it was just what I was looking for!


  • 5.  RE: Wondering if anyone has a cheat sheet for the debu

    Posted 11-17-2014 14:20
    Capturing the debug DUMP after an error into a file can sometimes be very useful to search for things of interest. Per Alnoor and a past post here: https://90minds-com.socialcast.com/search?utf8=%E2%9C%93&q=alnoor%20debug%20dump


  • 6.  RE: Wondering if anyone has a cheat sheet for the debu

    Posted 11-18-2014 07:09
    Capturing the DUMP in a text file allows you to use a text-editor FIND to look for suspect variables.