2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

S.No

Error Code

Error Code Description

Possible Solution 1

Possible Solution 2

27

DBQB10

The query request has not been fully completed. There was a required element ("fieldValue") that could not be found in QuickBooks

Change the creteria for performing a request, as the previous creteria did not any records matching to it

 

28

DBQB500

The query request has not been fully completed. There was a required element ("fieldValue") that could not be found in QuickBooks.

The request was missing few parameters which are important for executing the request. Please refer to the QBXMLPOS.xml for more information on the query parameters

 

29

DBQB501

Unable to represent object Name "fieldValue" in this version of the qbXML specification

The fieldValue which is specified in the request is wrong. Please verify the request where you provide the Object name such as Customer,Vendor, Item, etc is valid one

 

30

DBQB510

Unable to return object.

Solution not published yet

 

31

DBQB530

Unsupported field, The field "fieldName" is not supported by this implementation.

Certain fields specified are deprecated in the API version of quickbooks. You need to eliminate those fields from your request. 



 

32

DBQB531

The enum value "fieldValue" in the field "fieldName" is not supported by this implementation.

Field value specified for certain fieldName in the request is not supported. Please refer to the API XML to verify and provide the right fieldValue



 

33

DBQB600

No cleared state to return

The request did not the proper response, please verify your request xml.



 

34

DBQB1000

There has been an internal error when processing the request

There was an internal error while processing the request, please validate your request from the API XML



 

35

DBQB1010

System not available.


Verify whether the QuickBooks is installed or the company file exists or is valid which is configured.



 

36

DBQB1030


This request is not supported by this implementation

The request sent is not a valid one, please refer to API XML to verify the request is valid or not



 

37

DBQB1060


The request ID "fieldValue" is invalid, possibly too long, max 50 chars.

Invalid Request ID, please ensure that the requestID sent is not more than 50 Chars



 

38

DBQB2000

Authentication failed. QuickBooks error message: fieldValue

Authentication Failed. Please re-configure your QuickBooks Web Connector with your DBSync Instance



 

39

DBQB2010


Access not authorized. Not authorized to access the server.

Access to your QuickBooks is not Authorized. Please re-configure your QuickBooks Web Connector with your DBSync Instance.



 

40

DBQB3000

Invalid object ID. The given object ID "fieldValue" in the field "fieldName" is invalid.

The ListID or TxnID of the record specified in the request XML is invalid. Possibility that the Transaction / Master Record (Customer, Item) is not been created in the sync process. Please refer to the Log Files of DBSync for the error record and rectify the data error



 

41

DBQB3010

Invalid Boolean. There was an error when converting the Boolean value "fieldValue" in the field "fieldName

The boolean request element is not provided with the boolean value such as either true or false. Please verify your mappings / data for that particular field. Please refer to your logs to identify the record for rectifying it



 

42

DBQB1010

DBQB3020


Invalid date. There was an error when converting the date value "fieldValue" in the field "fieldName"

The date format specified in invalid in the request element. Please refer to your logs for identifying the record with error to rectify it. The date format needs to be of YYYY-MM-DD.

 

 

 

43

 

 

  DBQB3030

Invalid date range. Invalid date range: From date is greater than To date

The date provided in the request element of From Date and To Date are not valid. From Date is higher than To Date, please rectify it in your reader or mapped field.

 

44

 

 

  DBQB3031

Invalid string range. The "From" or "To" values in the provided fieldName are invalid

The values of From or To is invalid, please verify your reader or the data field to which is it mapped from

 

45

 

 

  DBQB3035

nvalid time interval. There was an error when converting the time interval "fieldValue" in the field "fieldName"

Invalid Time Interval provided in the request XML, please rectify it in your reader or the mapped data field.

 

46

 

 

  DBQB3040

Invalid amount. There was an error when converting the amount "fieldValue" in the field "fieldName

The value of the Amount field is invalid, please verify it over with the field from which the amount field of QuickBooks is mapped to

 

47

 

 

  DBQB3045

Invalid price. There was an error when converting the price "fieldValue" in the field "fieldName".

The value of the Price field in request XML is invalid. Please verify it with your data field for the right value. It should be of numeric only

 

48

 

 

  DBQB3050

Invalid percentage. There was an error when converting the percent "fieldValue" in the field "fieldName".

The value of the Percentage field in request XML is invalid. Please verify it with your data field for the right value. It should be of numeric only

 

49

 

 

   DBQB3060

Invalid quantity. There was an error when converting the quantity "fieldValue" in the field "fieldName".

The object name specified with the value is non-relative. Please verify that you have provided the right Object Name for the ListID / TxnID specified in the value field.

 

50

 

 

   DBQB3070

String too long. The string "fieldValue" in the field "fieldName" is too long.

The specified field in the error is having data more than the QuickBooks Limitation. Please refer to the API XML to identify the max size of the element as per to QuickBooks API Standards

 

51

 

 

   DBQB3080

Invalid string. The string "fieldValue" is invalid.

Invalid String value provided in the request XML. Please refer to the log file to identify the field which has an error and rectify it in the source record.