Data factory V2 and Salesforce Big Object Error

Marianne Segooa 1 Reputation point
2020-07-13T10:48:18.527+00:00

Hello

I am using the copy data activity in data factory v2 to get data from salesforce into a database using the salesforce connector and get the below error.

I am accessing to different objects, one runs successfully and the other gives the below error.

I checked the configuration, they are the same. I am not sure what I am doing wrong, please help

Operation on target "" failed: Failure happened on 'Source' side. ErrorCode=UserErrorOdbcOperationFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=ERROR [HY000] [Microsoft][Support] (50100) Conversion from string to unsigned number failed with value '-1',Source=Microsoft.DataTransfer.ClientLibrary.Odbc.OdbcConnector,''Type=System.Data.Odbc.OdbcException,Message=ERROR [HY000] [Microsoft][Support] (50100) Conversion from string to unsigned number failed with value '-1',Source=Microsoft Salesforce ODBC Driver,'

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,740 questions
{count} votes

6 answers

Sort by: Most helpful
  1. Anonymous
    2021-01-26T09:38:39.13+00:00

    Hi @KranthiPakala-MSFT ,
    I am facing this issue too now when querying Big Data objects. Do you have any update on progress as this is a production pipeline that we are now failing to pull data for. It was working for a number of weeks before breaking.
    Thanks

    Error Message:
    Failure happened on 'Source' side. 'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=A database operation failed. Please search error to get more details.,Source=Microsoft.DataTransfer.ClientLibrary,''Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=ERROR [HY000] [Microsoft][Support] (50100) Conversion from string to unsigned number failed with value '-1',Source=Microsoft.DataTransfer.ClientLibrary.Odbc.OdbcConnector,''Type=System.Data.Odbc.OdbcException,Message=ERROR [HY000] [Microsoft][Support] (50100) Conversion from string to unsigned number failed with value '-1',Source=Microsoft Salesforce ODBC Driver,'

    2 people found this answer helpful.
    0 comments No comments

  2. KranthiPakala-MSFT 46,492 Reputation points Microsoft Employee
    2020-09-01T21:11:22.367+00:00

    Hi @Marianne Segooa , @Praveen Thangaraj ,

    Update: A work item was created by ADF product team to fix the driver issue and it is expected to be deployed around mid September (Note: This is a tentative date). Once the fix is deployed, this issue should be resolved. I am monitoring the work item closely and will keep this thread posted once the fix is applied.

    Please feel free to let us know if you have further queries.

    Apologies for the inconvenience and thank you for your patience.

    ----------

    Thanks & Stay safe

    0 comments No comments

  3. Piotr Grygiel 1 Reputation point
    2020-09-05T23:23:59.797+00:00

    Hi KranthiPakala-MSFT.
    I'm experiencing the same error details below.
    Would You be able to provide an estimate when this fix will be applied?

    :
    errorCode": "2200",
    "message": "Failure happened on 'Source' side. ErrorCode=UserErrorOdbcOperationFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=ERROR [HY000] [Microsoft][Support] (50100) Conversion from string to unsigned number failed with value '-1',Source=Microsoft.DataTransfer.ClientLibrary.Odbc.OdbcConnector,''Type=System.Data.Odbc.OdbcException,Message=ERROR [HY000] [Microsoft][Support] (50100) Conversion from string to unsigned number failed with value '-1',Source=Microsoft Salesforce ODBC Driver,'",
    "failureType": "UserError",
    "target": "ppl_crms_auditlogbo_gxp_full",
    "details": []
    }


  4. KranthiPakala-MSFT 46,492 Reputation points Microsoft Employee
    2020-09-21T16:48:20.297+00:00

    Hi @Marianne Segooa , @Praveen Thangaraj , @Piotr Grygiel ,

    Update: ADF product confirmed that the fix for the above issue has been released. Could you please validate and let us know if you see any issues.

    Looking forward to your confirmation
    Thank you for your patience.

    ----------

    Please do consider to click on "Accept Answer" and "Upvote" on the post that helps you, as it can be beneficial to other community members.


  5. James Brand (intellihub) 1 Reputation point
    2021-02-08T11:49:06.047+00:00

    @Anonymous ,
    We have had the same issue. In the end we worked around with by writing our own custom activity and calling that from ADF2


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.