Sage 100

 View Only
  • 1.  Have a script that runs fine on my machine. Error

    Posted 01-07-2013 05:42
    Have a script that runs fine on my machine. Error on reseller's machine is: OLE Error 424 Object required 'oSession' The line it is pointing to is: Set oOpenInvoice = oSession.AsObject(oSession.GetObject(""AR_OpenInvoice_bus"")) WTH? Have used basically this same script at 2 different locations, never had errors


  • 2.  RE: Have a script that runs fine on my machine. Error

    Posted 01-07-2013 06:37
    There are generally two issues that cause the script not to be able to see oSession. The first is that Allow External Access is not checked in Company Maintenance. The second is that the script is not set to run on the server with MAS200.


  • 3.  RE: Have a script that runs fine on my machine. Error

    Posted 01-07-2013 06:48
    Ooh, checked the Allow External Access, but didn't know about the MAS200. THANKS, will check!


  • 4.  RE: Have a script that runs fine on my machine. Error

    Posted 01-07-2013 07:40
    Usually when this happens to me, it's the Allow External Access and it usually takes me half an hour to realize it.


  • 5.  RE: Have a script that runs fine on my machine. Error

    Posted 01-07-2013 07:49
    I'm getting better on that. :-)