• SDK use while company sharing is turned on

    While trying to write an integration for sage 50, I am encountering an error whenever I try to connect to a sage 50 instance if it has sharing enabled. With this setting, I get Unexpected Remote Data Access return value: SLALockFailure ---> Sage.SBD…
  • Can you create and save a Purchase Invoice using the SAGE 50 2022 SDK?

    I'm getting a "read-only" error when attempting to save a Purchase Invoice in SAGE 50 using the 2022 SDK. I need to to know if this is supported or if I might be missing something that is causing this error.
  • The entity is read-only

    I am currently developing an app with the .net sdk and am trying to input a sales invoice. All seems well until I call the .Save() method on my invoice. I get the error that the entity is read only. Based on a previous search through the forum, If I go…
  • Unable to open Peachtree session- Peachtree270.ini does not exist

    Hello, I'm trying to open a Peachtree session to connect to Sage 50 accounting software. I'm using Sage 50 2021 software and 2021 SDK. Both are installed on the same machine. Below is the exception that I'm getting- **** Inner Exception Type: System…
  • Is there a way to receive qty on a Purchase Order?

    Is there a way to receive qty on a Purchase Order Line? These are non inventory items. Using .Net SDK or COM SDK.
  • Do I Need A New Application ID For Each Installation?

    We have a developer license and application ID which we have used to create a connector that pulls data from an ERP into Sage 50. It runs as a windows service. It has worked well on all our development boxes. Yesterday, we tried to install the windows…
  • Peachtree 2010 SDK

    I could not get Peachtree 2010 SDK from sage officially. I read if there is someone on the board who has access to the file he/she can share it. So please share the SDK with me if you have access to it. Thanks!
  • ValidationException when building CustomerCreditMemo - Sage 50 SDK .NET

    Greetings all, We use the .NET SDK for Sage 50 to integrate our software with Sage 50. I've got a situation where we're trying to make a Credit Memo in our software to push over in to sage 50. During a relatively routine step, we are getting a Sage ValidationException…
  • Sage 2018 - upgraded to 2019 and then downgraded back to 2018, now API won't work

    We have written a program for one of our clients using the Sage Peachtree API. Every time they upgrade versions, we always have to get the latest DLLs and rebuild our app to make it work again. However recently they say that they installed Sage 2019,…
  • CriptographicException and System.InvalidOperationException

    I can hit all the sample databases and my private database locally; however, when deployed I get this exception: System.Security.Cryptography.CryptographicException","StackTrace": " at Sage.Peachtree.API.PeachtreeSession.VerifyOrRequestAccess(CompanyIdentifier…
  • An error occurred while importing! This happened for Field Name: EmpEE Fld5-Calc Name

    In the managedCOM I used BOEmployees.LoadAll to pull down an employee I had previously entered. With out editing anything, i saved it back into the COM using BOEmployee.SaveAll. I get this error off of importer.Import(): System.Runtime.InteropServices…
  • SDK

    FormerMember
    FormerMember
    I am trying to get the Sage50 Accounting SDK (USA Edition). I went here and filled out the corresponding form on Thursday and again today. http://www.sage.com/us/partners/development-partners-erp-crm-hrms I haven't got anything back yet. Any help…
  • Using SDK - COM Interface and the CSSDK sample app with Sage-50-US 2014 - Getting unknown error when I run sample app and Sage-50 is not running.

    Hello, I recently subscribed to the Sage Silver Partner program. I have installed the Sage-50-US 2014 app that came with the program. I have also opened the sample app CSSDK that utilizes the COM interface SDK (because I want to create/import Purchase…
  • Sage 50 2016 SDK - The type or namespace name 'Sage' could not be found (are you missing a using directive or an assembly reference?)

    Hi, I tried to connect to Sage 50 2016 but It is impossible, when I compile my code, I get this error: Error 4 The type or namespace name 'Sage' could not be found (are you missing a using directive or an assembly reference?) It is a little weird…
  • C# GetApplication returns null with Peachtree 2008

    I am creating an automated import of Purchase Invoices for a client who is using Peachtree 2008 Premier, and I've downloaded Sage 50 2016.0 SDK. I'm using the credentials that were provided when I downloaded the SDK and the function returns NULL. When…