- What is the version of Sybase SQL Anywhere installed on the VM? Checked on Both SQL Anywhere 16/17
- Is the SHIR of latest version? Latest version
- Check the data types: This is happening only on decimal datatype columns which can be solved if I use the cast function to convert specificaly into decimal column. This is ot a permanent solution as if I want to import data from multiple table (calling table name within a foreach loop), It will just throw an error.
- Check the delimiter: Source is a sql table and destination is a csv file,
- Check the file format : Same as above
- Check the permissions: Checked for appropriate permissions
Azure Data Factory | Sybase database connector | Unable to fetch data
Pranjal Jain
0
Reputation points
Pulling Data from Sybase IQ Database hosted on an OnPrem VM using Azure Data factory into Azure Blob.
Copy Activity Details
- Source: Sybase database (SHIR Installed on VM - Connection Successful)
- Source tab Query:
select * from <tablename>
- Preview Data option is working
- Destination: Azure Blob Storage (csv delimited text)
- Error Details:
Failure happened on 'Source' side. ErrorCode=UserErrorFailedFileOperation,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=The file operation is failed, upload file failed at path: 'BlobPath/tablename.csv'.,Source=Microsoft.DataTransfer.Common,''Type=Microsoft.Data.Mashup.MashupValueException,Message=Sybase SQL Anywhere: Invalid data conversion,Source=Microsoft.MashupEngine,'
Workarounds done till now- Reconfigured/reinstalled Integration Runtime
- Recreated new linked service
- Recreated new datasets
- SAP SQL Anywhere 16/17 installed on the VM
Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,559 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,623 questions
1 answer
Sort by: Most helpful
-
Pranjal Jain 0 Reputation points
2024-02-09T10:05:13.3066667+00:00