• Access 2016 reading to/from Peachtree

    FormerMember
    FormerMember
    I’ve built an access 16 dbase for my company (a small insurance brokerage) and I am now trying to learn if it is possible to have this read to and from the company’s Peachtree accounting software. If anybody can help me, I would be very grateful. …
  • Update invoice using COM APIs Code.

    Hi All, I am trying to update invoice in Sage 50 US using COM APIs PeachWServer DLL. but it won't getting update, Can anyone help on this or give me comment or hint to resolve it? Thansk, SF
  • Get info of company (name, address, etc)

    Hi, I want to get the info displayed in the "Company Information" dialog using the SDK, So far I see the Company class but I do not see any of these properties (just the name), is this doable from the SDK? Thanks, Ignacio This is the dialog…
  • error openning session: Could not load file or assembly 'Sage.Peachtree.InterOp.Managed.dll'

    Hi, I'm receiving that error in a system that was working before. Now when I call PeachtreeSession.Begin I get this error: Could not load file or assembly 'Sage.Peachtree.InterOp.Managed.dll' or one of its dependencies. The specified module could…
  • Get Application Unique Key of a company

    Hello All, I have a created a new company. I need to access that file through my .net application. To begin connection it asks for "Application ID". I have searched in my sage sotware regarding id. I couldn't get. Where do I get my application id? …
  • Getting the rate of a Tax Code

    Hi, I'm using the .NET SDK and I cannot find anywhere the actual rate of a taxCode, is this property available at all? Thanks, Ignacio
  • C# addin versus stand alone

    can this be done?
  • update onhand on MasterStockItem

    Hi, Is there any way to update the onhand qyt in a MasterStockItem from the SDK?
  • Where can I get a C# sample for the COM or .NET API on how use the event handlers

    Where can I get a C# sample for the COM or .NET API on how use the event handlers. The docs in the SDK are from 2012 and do not cover C#. Any help would be greatly appreciated.
  • Unable to cast COM object of type 'System.__ComObject' to interface type 'Interop.PeachwServer.Application'.

    Hi ALL, I create C#.program to import data into Sage using Interop.PeachwServer.DLL file and it was working fine, My Sage is upgraded to version 2017 and it stopped working and throwing an exception "Unable to cast COM object of type 'System.__ComObject…
  • Sage 50 2017 could not be integrated with the dll generated by PeachwServer.tlb.

    Hi Experts, We have already an C# developed integration program to integrate with Sage 50 by using a dll generated from PeachwServer.tlb with tlbimp tool. It worked properly before Sage 50 2017. But we found it didn't work on Sage 50 2017.1 the latest…
  • Fields description which used in PeachwServer DLL - COM APIs

    Hi All, Can anyone have field description document for the Sage 50 US PeachWServer using field for each object? Please anyone have it share with me. Thanks
  • Using COM API user required Administrator rights ?

    Hi All, I am trying to import data using COM APIs with the C# programming. I got the Error "Your security settings do not allow the action you are trying in this area. Click, help for more information." Is this permission issue, Is while calling COM…
  • SDK Performance is tooooo slow

    Hi, I have sage 50 accounting, the data are on a local server (within same network). We have no issue with the performance when using Sage 50 but when using the SDK it's really [:@]tooooooooooooo[:@] slow Listing companies takes 45 seconds! Finding…
  • List Vendor Check in Listview

    Hi, I wanna ask how can I list vendor checks in a listview using Sage API .NET? Thanks, Jassim
  • Find Check By Check Number

    Hi, I would like to ask how can I find a vendor check details by check number using the Sage 50 API .NET? Thanks, Jassim
  • Could not load file or assembly 'Sage.Peachtree.Domain, Version=2015.2.0.196' ...

    Hi, I have a machine that was just reinstalled Sage50 2015, when I try to access it from my app I get this error: Message: Could not load file or assembly 'Sage.Peachtree.Domain, Version=2015.2.0.196, Culture=neutral, PublicKeyToken=d06c16dde04d83e4…
  • Update record in jobs in sage 50 using (interop.peachwserver.dll)

    Hi All, Can anyone please help me to solve the below issue ? Can I update record of Job in sage 50 US Edition using COM API (Interop.PeachwServer.dll) ? Or and Alternative that I can use for.
  • COM interface Inventory Adjustment

    Using the COM interface and modifying the sample C# code I was able to create an inventory Item. Exporting Inventory list in XML format provided me with the proper structure for the XML, however the export feature on the Inventory adjustment journal does…
  • Sage50 2015.3 SDK Not working with Sage 50 2016.0

    Hi We have developed a windows application using Sage50 2015.3 SDK to communicate with Sage50 Application. Recently we have upgraded the Sage50 2015 to Sage50 2016. After that the application we developed using Sage50 2015.3 is not working. It throws…
  • session.CompanyList() returns empty list

    Hi, I have Sage 50 premium 2016 installed in two machines with the company file residing in one of them. I can open the company from both computers without any problem using The local Sage50, in one machine it opens it from c:\sage\peachtree\company…
  • Sage 50 2015.3 SDK not working with all version of Sage 50 2015 Application.

    Hi, I have downloaded the Sage50 2015.3 SDK the website and used to evaluate how the SDK works. When we run the Sample Program provided in the SDK in a PC that has Sage 50 Accountant Edition 2015 Build: 22.3.00.0248 it works fine without any issue. But…
  • How to to get an "application ID" for the custom application i developed using SAGE50(2013 version) SDK.

    I need to get an "application ID" for the custom application i developed using SAGE 50 SDK. SAGE50 version I used is 2013. How can I obtain an applicationID. Thanks
  • RequestAccess is always returning AuthorizationResult.Pending

    I am new to the Sage 50 SDK. I am trying to write a sample program to connect to a sample company database. When I call the session "RequestAccess" method, it is always returning "AuthorizationResult.Pending". Do I need to pass a username and password…
  • Cannot send journal to Sage 50 US via SDK importer

    I am trying to use the SDK (COM) to transfer a journal entry to Sage 50 (Peactree) but cannot make it work. I can see the import status screen flash out and there is no error occurs during the import; but nothing appears in the sage 50 journal entry report…