Sage 100

 View Only
  • 1.  Client is continuously getting error messgaes in a

    Posted 06-11-2013 17:26
    Client is continuously getting error messgaes in activity log when importing in a Visual Integrator job. Error #42 SY_Collection.pvc Line 00108 and also Error message 65 SY-Session.pvc at line 01156. They also are freezing up when entering a confirm to on the Sales Order Header screen.


  • 2.  RE: Client is continuously getting error messgaes in a

    Posted 06-11-2013 17:31
    Jeffrey, knowing the version of MAS (e.g. v4.2.22) would be extremely helpful.


  • 3.  RE: Client is continuously getting error messgaes in a

    Posted 06-11-2013 17:32
    Sorry, MAS 200 4.50 SU 4 They have licenses for 40 users


  • 4.  RE: Client is continuously getting error messgaes in a

    Posted 06-11-2013 17:51
    What file(s) are they importing to? Have you re-complied the import job(s)?


  • 5.  RE: Client is continuously getting error messgaes in a

    Posted 06-11-2013 17:54
    Sales Order Invocie Header and yes I did recomplile the files. Thanks


  • 6.  RE: Client is continuously getting error messgaes in a

    Posted 06-11-2013 18:07
    from the knowledgebase: 110-534771 - Error 42 SY_Collection.pvc line 108 when attempting to import data via Visual Integrator into a table that contains one or more customizer scripts in effect in Sage MAS 90. Entry Type: Informational Product: Sage MAS 90 ERP Sage MAS 200 ERP Application: Visual Integrator Version Reported: 4.40 Subject: Error 42 SY_Collection.pvc line 108 when attempting to import data via Visual Integrator into a table that contains one or more customizer scripts in effect in Sage MAS 90. Possible Resolution: Use the oScript.UIIbj function to conditionally check if the table is being opened in a UI and ignore the script if it is not. For example IF (oScript.UIObj = 1) THEN 'Execute my script ELSE 'Do nothing END IF


  • 7.  RE: Client is continuously getting error messgaes in a

    Posted 06-11-2013 18:40
    Doug, that was a great idea. Where do i enter the script within each VI job?


  • 8.  RE: Client is continuously getting error messgaes in a

    Posted 06-11-2013 18:46
    @JeffreyChamoff - Look in Custom Office User-Defined Script Maintenance. I don't believe it is a VI issue. It is a custom script affecting one of the tables (SO_SalesOrderInvoiceHeader???).


  • 9.  RE: Client is continuously getting error messgaes in a

    Posted 06-11-2013 18:51
    Thank you