• Why do certain SDK functions take longer complete?

    I am encountering an odd problem and could sure use some insight. I'm rewriting one of our older web applications in order to add more functionality. I have a form to add, edit and delete sales orders. Adding and deleting orders work great but I have…
  • In a server application would it be better to keep the Sage session and company open for a long time or to repeatedly open and close them for each transaction?

    I have a web application that allows users to enter sales and purchase orders and I am wondering what is the best practice. Repeatedly start a session, open the company, submit the order, close the company, end the session... Start a session at startup…
  • Specified directory could not be found Parameter name: s:\company

    So I am trying to use the Sage 50 API in a web application. The Web App will generate invoices and send them to Sage 50. Now the data is stored on another server at \\serverName\peachtree. I have this mapped to my S drive on the server and have that user…