Questions tagged [ipp-qbd-sync]

This tag can be used to group all sync manager related issues faced by developers while using IPP Intuit Anywhere REST API.

Intuit Sync Manager runs on the desktop with QuickBooks Desktop and writes data from Data Services to QuickBooks. It works with QuickBooks for Windows 2009 and later versions. For more information on trouble-shooting data synchronization between Sync Manager and Data Services, see https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/v2/0500_quickbooks_windows/0400_data_synchronization

sync-manager-overview

sync-manager-errorcodes

ipp sync manager FAQ

14 questions
6
votes
3 answers

QuickBooks Enterprise - What database does it use under the hood?

The documentation makes note of a SQL database and database server. Is it a standard database, or a custom DB made by intuit? If it's a standard DB, what database and version? Is it possible to connect to the database directly with a 3rd party…
Brian
  • 6,910
  • 8
  • 44
  • 82
2
votes
1 answer

Quickbooks web connector response if no jobs in queue

I have developed a SOAP web service to use with quickbooks webconnector and everything is working fine but i am facing issues in one case. Everytime i have a job lined up in queue for web connector to process things are OK, but when there is no job…
Raghav
  • 552
  • 1
  • 9
  • 34
2
votes
1 answer

Multiple Orders in Sales Order Add request in qbxml

I am trying to add a sales order to quickbooks using Quickbooks Webconnector. When i add a single order its successfully added, but when i try to add multiple orders in a single qbxml, quickbooks throws the following error. "message="QuickBooks…
Raghav
  • 552
  • 1
  • 9
  • 34
1
vote
1 answer

Error in web connector when quickbooks not running

I am using web connector with my application to integrate with quickbooks desktop. All things run fine when quickbooks is running but when quickbooks is not running i get the following error: 20140820.15:43:08 UTC :…
Raghav
  • 552
  • 1
  • 9
  • 34
1
vote
2 answers

Error adding sales order with InventoryRef in quickbooks desktop

I am sending a QBXML to quickbooks for adding a sales order. Everything runs fine but when i add the tag for InventoryRef as below i get XML not valid error. Austin
Raghav
  • 552
  • 1
  • 9
  • 34
1
vote
0 answers

Adding invoice to Quickbooks via IPP causes sync error

When I try to add an Invoice via the .net IPP SDK, the invoice add request runs successfully, but I'm getting an error once the sync is initiated from the sync manager in Quickbooks. The error is only visible when retrieving the status with…
Dan Smith
  • 102
  • 2
  • 14
0
votes
1 answer

Quickbooks data query Filters

Can we filter response from quickbooks based on any field or there are only specific set of tags we can use in qbxml request for filtering quickbooks data? For example for Sales Order Query we can use the following