• VBA macro - Windows Task Scheduler - Sage 300 ERP Signon Manager

    I have a VBA Macro that runs via a VBA Script file triggered by Windows Scheduler daily. It, and three other similar daily Macros, run an their own Virtual Machine away from any pesky users. Every two or three months, the scripts stop running and I see…
  • Late Binding

    I need to late bind an application because a number of users do not have Sage 300 on their desktop and I want to use COMAPI to communicate with Sage 300. I am stumped how to late bind AccpacCOMAPI.AccpacView. . If I try to Declare it as an object I…
  • Add composition View to Custom View

    Hi All, I have a custom table/view that I create using Orchid Extender module Table name: VIOEDEL View ID: VI0704 Is is possible to add view composition to custom view linking them by ORDNUMBER. I want to add OE0520 (ORDDH). The reason is…
  • Get the current company id

    Hello I Want to get the opened company id on my custom program, which argument can i use? i'm using Sage 300 2012
  • PrintBoss error

    I am receiving this memory error on both application servers when printing orders. Started with one user and now is affecting almost everybody who is printing orders. All servers and PrinBoss have latest updates. Reinstalled PrinBoss too and no luck…
  • Failed to create COM object `Accpac.Session': Access is denied

    I have Sage 300 ERP 2017 running on Windows Server 2016, and I am trying to communicate with the COM API with PHP. It works perfectly fine when run directly on the server where Sage 300 is installed. But when I try with any other computer, I am unable…
  • Just so I can find it when I search for it.

    Transaction not active when trying to update a view. Probably opened the database as read-only.
  • Sage 300 2016 upgrade

    Dear Team, Currently i have my own custom applications from Macro Records, and I have problem when i do Sage upgrade to latest version of Sage 300 i need to open my cording program and re-add the DLL files of Accpac.Advavantage.dll, Is there any better…
  • Sage Accpac.Advantage dll for integration into a custom application.

    Hi, I have written a c# application that uses accpac.advantage to reach out and get various data from the sage 300 views. Currently I have tested this and it works just fine on the Server install machine. The issue I am having is I wondered if this…
  • Invoice error

    Hi we are using version 2012 pu3 we have a custom application who create invoice sometime we have the following error. APIBS Explicit compositions are required.(1307 APIBS1.c)
  • AccpacCOMAPI vs Accpac.Advantage - closing connections.

    Can anyone tell me advantage or disadvantage of using one over the other? My scenario is that I am writing a C# dll for an external .Net application I am writing. Currently I started out using Accpac.Advantage but am unsure if that is the best approach…