Browse By Tags

  • Can CRM synchronize Calendar without Microsoft Exchange?

    Hi all, My client have Microsoft Account for their emails and Calendar. But do not have Microsoft Exchange. can the calendar synchronization works without Microsoft Exchange? 1) Can the sync work with standard IMAP/SMTP servers? 2) Can the sync…
  • Is Sage Intelligence 2015 and Microsoft 365 compatible?

    I'm running Sage 100 Premium 2020 version 6.2, and have Sage 100 Premium Intelligence 2015 installed. Our IT department installed office 365 yesterday, and now I'm getting an error message in excel about the BI extension. No values in cells in my intelligence…
  • ODBC Error using MS Power Query (Office 365)

    ODBC Driver error in Power Query "Unexpected error: Attempted to read or write protected memory..." We are using the Sage 50 v25 32b ODBC driver. The underlying query is "select * from ACCOUNT_STATUS" or specifically when querying date time (tz sensitive…
  • So where do we download the Sage 50 CA SDK now?

    So now that Sage has overhauled their website, I can no longer find a way to download the SDK. I used to be able to find it on the public facing site, but now they've made sure to make no mention of it. All the old links suggesting how to download the…
  • Sage X3 PU11 - SOAP Call in C# Language - Is there a common library DLL which we. can attached as a reference.

    Hello Teams, We are creating an Interface to Sage X3 PU11 and would like to know if Sage or any other provider has created a common DLL library for the C# programming language. Will be used to call SOAP or REST in Sage X3. Thank you, Dennis
  • Interface with Microsoft Dynamics GP

    Hi everybody, I am wondering if there is anybody out there that is using Sage X3 in conjunction with Microsoft Dynamics GP (exporting data on a regular basis from X3 to GP)? Thanks, Dominik
  • Incompatible Company Version Exception

    I went to deploy a desktop application on a clients machine after completing development and testing. Upon authentication, I get the following exception message. I verified that we are using the same version of Sage50 and the build number. Does anyone…
  • Get all active Sales Taxes

    Hi, I am trying to get all active Tax Codes and iit's taxes using .NET SDK. From tTaxAuth table, I can get all Taxes ,from tTaxCode I am able to get all taxcodes and from tTxCdDtl table I am able to get Tax rate for each Taxcode's tax. I have removed…
  • SalesJournal SetShipDate The field you are trying to change or function you are calling is not accessible under current circumstance.

    Hello Friends, I am using SAGE 2019.1 SDK for importing invoice in my application. I am getting error at the time of SetShip date "The field you are trying to change or function you are calling is not accessible under current circumstance.". I am getting…
  • SDK question

    Hi, can someone point me to the right place to ask questions about Sage 50 Premium Accounting (trial) SDK integration in C# ? Lots of support links and phone numbers are broken and lead nowhere.. Also, I get asked a customer id, and a chat bot…
  • NullReferenceException when creating invoice line items

    Getting this error when I try and add lines to a new sales invoice: // Create invoice var invoice = Company.Factories.SalesInvoiceFactory.Create(); // Invoice #, Date, Customer ID invoice.CustomerReference = customer.Key; invoice.ReferenceNumber…
  • There was a problem opening company.: (inner exception: FileNotFound)

    var companyId = GetCompany(); try { // Request authorization from Sage 50 for our third-party application. AuthorizationResult authorizationResult = Session.RequestAccess(companyId); This line Session.RequestAccess throws a PeachtreeException: FileNotFound…
  • SAGE X3 - Outlook Plugin (Can't connect)

    Hi, Normally I'm able to configure the Sage X3 Outlook without any problems, but in one specific client I'm getting an error while testing the connection. After I insert all the configuration, I'm getting the error "Connection forcibly closed by…
  • Could not load file or assembly 'Sage_SA.Work, Version=1.0.0.1,

    Downloaded the Sage 50 SDK (Simply Accounting) that has C# Example code to run if we want to add information to Sage 50 Accounting Software.Nothing has been modified on my side yet but running the example code i am getting Following Error. Could not…
  • Excel crashes printing A/R invoices through VBA - MSVCR120.dll

    I have some macro code that is printing A/R Invoices to PDF files. The code works fine on my laptop, but on the client workstation, it crashes. Event Viewer identifies MSVCR120.DLL as the problem. The OS and Excel versions are identical on the workstation…
  • update onhand on MasterStockItem

    Hi, Is there any way to update the onhand qyt in a MasterStockItem from the SDK?
  • Why is "Pay Later" never properly selected?

    Hello I have this issue where all invoices created from the below code are always created with payment method "Cash", even though I make it "Pay Later". Also, the invoices have a "PAID" stamp on them, which they shouldn't according to SAGE users here…
  • 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…
  • Installing Sage Network Amazon AWS, Workstation Local - Sage Accountant Edition

    Hey, I am hoping you guys are able to give me some information. I have a new client that would like to use a remote server for their Sage Accounting to allow Multiple Users access to the same Sage Database at the same time. I was thinking for scalability…
  • SAGE 50 2016.0 SDK Unable to open company database with sample source code

    Anybody has an idea? Code compiles fine, using Visual Studio 2015, .NET framework 4, The program exits normally and shows Unable to open company file.
  • Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations.

    Hi All, I am getting the message Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations. when I am calling OpenSalesJournal in the 2015.3 SDK. The call stack is: System.MethodAccessException: [F:\Development…
  • Error accessing sage100: "The file SO SalesOrderHeaderis being used by another task and cannot be opened"

    Hi, I have some code that imports an invoice into SAGE100 using BOI, it does work fine in my development environment (Sage100 2014) but when I try it in the client's machine (Sage100 2013) it does fails with the error " The file SO SalesOrderHeader…
  • 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…
  • Will Microsoft's free upgrade to Windows 10 affect Sage 50?

    I've got this question posted on a Microsoft forum, but so far I am not having any luck with getting a clear response. With the impending Windows 10 upgrade that Microsoft is strongly "encouraging," I have been trying to find out if Windows 10 will…
  • Update Inventory Worksheet via SDK

    Hi Guys, I am having an issue while updating Inventory Counts in SAGE300. I have created the Macro but it actually does not update the Quantity Counted in I/C Physical Inventory Quantities. Has someone successfully updated /C Physical Inventory…