Sage 100

 View Only
  • 1.  Having a problem with MAS 200 4.20. Trying to go i

    Posted 09-15-2011 11:31
    Having a problem with MAS 200 4.20. Trying to go into Invoice History Printing and the screen won't open up. It starts to open and goes away. They have several companies. It is only happening in one company. It is any user using that company. They are using Citrix.


  • 2.  RE: Having a problem with MAS 200 4.20. Trying to go i

    Posted 09-15-2011 11:39
    WAG = Invalid printer. Likely the last one used on that particular company?


  • 3.  RE: Having a problem with MAS 200 4.20. Trying to go i

    Posted 09-15-2011 11:40
    They're trying to track down any invalid printers right now.


  • 4.  RE: Having a problem with MAS 200 4.20. Trying to go i

    Posted 09-15-2011 12:34
    Probably the printer stored by MAS for that form code, this current user does not enough permissions to access it (prolly because the last user who printed the form was in a different location using a different network printer). So DFDM Sy_ReportSetting, find the record in question for that Invoice form code, and blank out the PrinterName$ value.


  • 5.  RE: Having a problem with MAS 200 4.20. Trying to go i

    Posted 09-15-2011 12:38
    We will try that next. Thanks both of you!


  • 6.  RE: Having a problem with MAS 200 4.20. Trying to go i

    Posted 09-15-2011 12:41
    I'm being told they deleted the printer from sy_reportsetting already and it didn't fix the problem.


  • 7.  RE: Having a problem with MAS 200 4.20. Trying to go i

    Posted 09-15-2011 12:48
    And of course I posted this in the wrong section.


  • 8.  RE: Having a problem with MAS 200 4.20. Trying to go i

    Posted 09-15-2011 12:55
    Sometimes the wrong record is removed from sy_reportsetting. DFDM Sy_LastFormUsed first. The system looks there first and then uses the data in there to lookup the PrinterName in Sy_ReportSetting. E.g. Let's say the last form code (aka report setting) used was SORT_BY_WHSE but in Sy_ReportSetting they deleted the printer for STANDARD form code. This means when you go to Invoice History Printing, it would try to bring up the inaccessible printer for SORT_BY_WHSE


  • 9.  RE: Having a problem with MAS 200 4.20. Trying to go i

    Posted 09-15-2011 13:00
    Thanks, man! I'll check it out.