Sage 100

 View Only
  • 1.  Having trouble with the launcher menu on a MAS200

    Posted 08-08-2012 10:32
    Having trouble with the launcher menu on a MAS200 4.4 (PU9) install after an upgrade from 4.3. When I go to add a crystal report to the custom reports folder in a module the launcher menu recompiles and adds a bunch of reports that won't run and give the ""The requested program is not installed on this system"" message. Other reports are dropped from the menu completely. The knowledgebase says to remove/add records from the MNUMOD.TXT file and the sy_task, sy_menu, sy1frm and sy1rpm files - when I do this it fixes the problem until I add another report to the menu then the reports appear/disappear again. I'm thinking there is another file somewhere that I should be fixing but can't find anything out there that points to it. Any ideas would be greatly appreciated. Thanks!


  • 2.  RE: Having trouble with the launcher menu on a MAS200

    Posted 08-10-2012 04:30
    I have similar instructions though I also have noted that you should re-compile menus. I'm not sure if you did that as part of removing the reports. Here are the steps I have noted: Recompile the menus. You can do this by going into MAS 90 and selecting FILE / RUN. Type SYZCON and click OK At the prompt, enter the following and press ENTER after each line. menus=new(""sy_menu_svc"",%sys_ss) ? menus'compilemenu() drop object menus bye You'll see either a 1 if the procedure succeeds or 0 if it fails.