Sage 100

 View Only
  • 1.  Reports converted from 4.2 to 2013. IM3 linked to

    Posted 02-14-2014 10:33
      |   view attached
    Reports converted from 4.2 to 2013. IM3 linked to IM1 w/ equal join. I re-mapped the tables to point to CI_Item and IM_ItemCost. There is a parameter to select 1 or more warehouse codes. When I run them from within the Crystal app, they produce data. When I run them from within MAS, get the attached error. Can anyone interpret the message for me?


  • 2.  RE: Reports converted from 4.2 to 2013. IM3 linked to

    Posted 02-14-2014 10:35
    Looks like there may be a sort condition in the report that is referring to the old IM3 file?


  • 3.  RE: Reports converted from 4.2 to 2013. IM3 linked to

    Posted 02-14-2014 10:42
    Look at the Report\Record Sort Expert. It's either a group or an additional sorting.


  • 4.  RE: Reports converted from 4.2 to 2013. IM3 linked to

    Posted 02-14-2014 10:50
    Yes, the report has 4 groups - warehouse code is the first.


  • 5.  RE: Reports converted from 4.2 to 2013. IM3 linked to

    Posted 02-14-2014 10:56
    Do you have the Converted to version 5.0 in the Summary Info Keywords field? It looks like it is trying to convert it within MAS.


  • 6.  RE: Reports converted from 4.2 to 2013. IM3 linked to

    Posted 02-14-2014 11:01
    Try changing that first group to something else and then changing it back.


  • 7.  RE: Reports converted from 4.2 to 2013. IM3 linked to

    Posted 02-14-2014 11:10
    WooHoo! Changing the Summary info to version 5.00 (5.0 didn't do it) seems to have done the trick. I don't understand why, though. I still need client to confirm data validity. If it's good, I can live with not understanding ...although I don't like it :-).


  • 8.  RE: Reports converted from 4.2 to 2013. IM3 linked to

    Posted 02-14-2014 15:43
    Barbara when you run a report off the Launcher (MAS Desktop) it checks the Keywords field in the rpt file against the Key= value in \mas90\home\mascrcw.ini which looks like this: [Version] Key=5.00 Note: It is looking for the exact string ""5.00"" in the Keywords or whatever is found in the Key=. Also not that it matters, the Keywords doesn't even need to say ""Converted to version 5.00"" just ""5.00"" would work.


  • 9.  RE: Reports converted from 4.2 to 2013. IM3 linked to

    Posted 02-18-2014 12:03
    Thanks everyone for the suggestions and @AlnoorCassim for the info on mascrcw.ini.