Sage 100

 View Only
  • 1.  Anyone know what causes the following error to wri

    Posted 11-28-2016 07:17
    Anyone know what causes the following error to write out to the System Activity Log: Error #10 illegal pathname specified; program: sy_session.pvc Line 07350


  • 2.  RE: Anyone know what causes the following error to wri

    Posted 11-28-2016 10:49
    It's trying to open a file. If you can get to debug mode print the variables: ? filename$ for the file name. ? path$ for the path.


  • 3.  RE: Anyone know what causes the following error to wri

    Posted 11-28-2016 11:09
    what version and service update ?


  • 4.  RE: Anyone know what causes the following error to wri

    Posted 11-28-2016 11:10
    @LeeGraham it isn't an error the user sees on screen ... it just writes to the System Activity Log. @JeffFiddelman 2014 PU7


  • 5.  RE: Anyone know what causes the following error to wri

    Posted 11-28-2016 12:03
    I am guessing that in one of the MAS_ folders in the mas90 folder, (other than mas_system) you have an invalid folder or file name .... if you need help in finding it, you can email me at jfiddelman@exeplex.com Jeff


  • 6.  RE: Anyone know what causes the following error to wri

    Posted 11-28-2016 12:51
    @JeffFiddelman Thanks for the suggestion. I did find that there are some bogus folders under MAS90 and have deleted them. I'll periodically check the log to see if the errors have stopped writing out to the log. Thanks again.