Sage 100

 View Only
  • 1.  v2015 PU 2 STD.. Migration from v4.3. When tryi

    Posted 11-11-2015 17:34
      |   view attached
    v2015 PU 2 STD.. Migration from v4.3. When trying to generate statements, this message is immediately displayed. Doesn't even open the selection panel. No hits on the KB.


  • 2.  RE: v2015 PU 2 STD.. Migration from v4.3. When tryi

    Posted 11-11-2015 18:42
    Jeff, I encountered this problem as well a few months ago. I'm trying to recall how I fixed it but what the line number of the program is trying to do is read from the SY_REPORTSETTING.M4T using the kUser index. The key to this index is the DefaultReport + UserCreatedKey + ModuleCode + CompanyKey + ReportID + ReportSetting + WorkstationName. I found was there some records where the DefaultReport was blank instead of a Y or N. So in FD&M, I deleted them after I set the KeyNo field to Kuser. I'm 75% sure that was the solution but it's was so long ago. If not, let me know and I'll help you dig in on it.


  • 3.  RE: v2015 PU 2 STD.. Migration from v4.3. When tryi

    Posted 11-11-2015 19:16
    Thanks. Will try this tomorrow.


  • 4.  RE: v2015 PU 2 STD.. Migration from v4.3. When tryi

    Posted 11-12-2015 05:23
    So if I just delete all the AR statement settings will that accomplish the same thing??


  • 5.  RE: v2015 PU 2 STD.. Migration from v4.3. When tryi

    Posted 11-12-2015 05:40
    Yes, I believe that would also work


  • 6.  RE: v2015 PU 2 STD.. Migration from v4.3. When tryi

    Posted 11-12-2015 09:57
    @MarcosDeLuna - Deleting all AR Statement references from the SY_REPORTSETTING.M4T resolved my issue. Thanks again.


  • 7.  RE: v2015 PU 2 STD.. Migration from v4.3. When tryi

    Posted 11-12-2015 11:56
    You are welcome. My pleasure.