Sage 100

 View Only
  • 1.  Upgraded a client from v2013 to v2015 last weekend

    Posted 01-20-2016 18:38
    Upgraded a client from v2013 to v2015 last weekend. No conversion issues except one VI job. This is a cash receipts import to an existing batch and deposit. The import file only has invoice number and amount paid with the remaining header fields runtime assigned. When they run the import, we get a perform logic error. They can enter through it, but if a file has 100 lines that can be quite painful. The perform logic is standard stuff. I created a new import job to rule out conversion issues and I'm getting the same error.


  • 2.  RE: Upgraded a client from v2013 to v2015 last weekend

    Posted 01-20-2016 19:17
    Can you post it?


  • 3.  RE: Upgraded a client from v2013 to v2015 last weekend

    Posted 01-20-2016 19:33
    For v2015 (maybe 2014 too), I thought that AR_CASH_RECEIPTS_JC and AR_CASH_RECEIPTS_RB standard Perform routines don't exist anymore in the AR_VIPerform.m4p file. So maybe you should take it out. On the new import job, click the Perform button, click on the Lookup button in top right, select each Perform that references the above routines and click Delete.


  • 4.  RE: Upgraded a client from v2013 to v2015 last weekend

    Posted 01-20-2016 21:22
    Those are the two perform routines that are driving me crazy. I'll try deleting them. Hope that works!


  • 5.  RE: Upgraded a client from v2013 to v2015 last weekend

    Posted 01-21-2016 19:14
    Yes! Thank you @AlnoorCassim for the assist.