• Problems Trying to Reference Interop.PeachwServer.Dll

    Hello, I'm trying to add " Interop.PeachwServer.Dll" from my PeachTree install folder to my VB Project references (in Excel 2007) to access PT data through COM, but I'm receiving the rather unhelpful error "Can't add a reference to the specified file…
  • Sage 50 2017 SDK COM object is not able to access interop.PeachwServer.dll

    I have a program that was working with the Sage 50 SDK using a COM object for ovr 10 years now. The client just installed the same version of Peachtree on a different machine. My program cannot ConnectToNewObject("PeachtreeAccounting.LoginSelector") it…
  • Integration with Third-Party Applications

    We have temp-staffing company that uses an in-house-developed application and what to transfer hours and rates to our accounting system. Presently, we are using Quickbooks that, in theory, allows the use XML files to transfer this data. The problem is…
  • Sage API Importing Question

    Hello everyone. I have a question about the Sage 50 SDK. I am trying to create a PO in Sage through the API. Using .Net and C#, I can see the Lines and the specific fields for the PO itself, but I am unsure how to set the Vendor the PO is linked to in…
  • updated to sage 50 2018 and application is not working

    I have an SDK application that was written and working with sage 50 2017 we updated to sage 50 2018 and now its not working do I need to do something to active with 2018 do I need a new application name or application password
  • how to add Prepayment to Customer in Peachtree with help of API

    hi, from last few days i am searching on how to add prepayment to customers in Peachtree, I need to replicate below mentioned functionality of Sage 50 in my app using API - Receive Money ~> Receive Money from Customer - select customer - check…
  • 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…
  • SDK to interact 'silently' with company file

    Hello Sage! I am using the Sage 50 US SDK (Interop.PeachwServer.Application) to access Vendor/Customer/Item lists, and to create Order Documents. I have a client that needs to be able to have this process being done by an 'Administrator' account,…
  • sdk

    FormerMember
    FormerMember
    I am trying to get the Sage50 Accounting SDK (USA Edition). I went here and filled out the corresponding form on all days. I haven't got anything back yet. Any help available?
  • Unable to get API key, been trying for a year+

    FormerMember
    FormerMember
    I've been submitting the form on this page https://www.sage.com/en-us/partners/independent-software-vendors/# on and off every month or so for a year+ now but never get a reply, Today I tried sending an e-mail to this address [email protected] Waiting…
  • COM Login being inappropriately cast as ILogin

    Greetings, NOTE: I have only one customer affected by this situation after having upgraded to new Sage 50 version 2018. All other customers have upgraded successfully and without issue thus far. Via the COM interface, my product has always (successfully…
  • How to overwrite the sales tax using sdk

    We want to be able to write the Sales tax of a document back to sage using a third party application. From the .net dll, we have understood that the sales tax can only be calculated but not written to. But we want to know if there is any way we can edit…
  • My COM User ID and Password do not work

    I'm trying to use the sample COM project CSSDK and am having trouble logging in, I'm trying to log in with the User ID and Password I was sent by sage support to access the COM interface but I get the "Access is denied." message. What am I doing wrong…
  • How do I access tracking status for payments from sdk?

    I can access the payment list but I do not see a property for the tracking status I created.
  • Sage SDK Web Support

    Does the Sage 50 SDK support web applications? I'm attempting to create an ASP.NET application to talk with Sage back and forth. I added the API to the website with it simply starting a session but I receive an expection: Could not load file or assembly…
  • Looking for help with ServiceBridge dispatching software to integrate with Sage 50

    As a distributor, one of our manufacturers is mandating we come on board using ServiceBridge dispatching software. It does not integrate with Sage - only QuickBooks. We are Peachtree/Sage users for over 15 years and would prefer not to make this change…
  • Can't export units of measure.

    When this line executes: var exporter = (Export)app. CreateExporter(PeachwIEObj.peachwIEObjUnitMeasure); I get this error: The import object id specified is not valid. Please check the import object in the documentation. The enum is evaluating to…
  • .Net and bill of materials.

    Can we access the component items of an AssemblyItem via .Net? I don't see anything obvious in the API. Maybe COM is the only way to get there?
  • .NET API and C# PeachtreeSession events don't seem to be triggering.

    I'm attempting to implement these events, but they don't seem to be triggered when I close either a company, or the Sage application itself. My code notifies me that the event handlers are being added, but the handlers never get called. private static…
  • 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…
  • How do I get a development license key for Sage?

    Hi All, I am very new to Sage and just recently received the developer partner welcome email. I have a client using Sage, they have requested that I integrate their inhouse system with Sage so that they no longer need to manually type invoices. I have…
  • Having connectivity issue with Sage 50 US 2016 Quantum Accounting Edition

    Hi All, We are having connectivity problems with Sage 50 US 2016 Quantum Accounting Edition. The version of the Sage 50 is " 23.2.00.0184 ". Our application is .Net application which is integrating with Sage 50 US. It is working fine on our end but…
  • 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…
  • 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…