Avatar of Software Engineer
Software Engineer

asked on 

Data Integration Tool

Hi There:
The prevailing error in a data integration is “Processing failed for data rows matching transactions_id = ‘2539419205750’transactions_order_id=’1967148171382′.”

Both transactions_id and transactions_order_id are the key fields of the integration, which has been used for about a year and began reporting this error only about two weeks ago and every day since.

Below is part of the Query in the Data Source.

Does the issue have to do with the use of varchar syntax instead of, say, char?

Thank you!  Much appreciated!

Software Engineer
 
SELECT
CAST(transactions_order_id AS VARCHAR) AS transactions_order_id,
CAST(transactions_id   AS VARCHAR) AS transactions_id,
‘SPAY’ + CAST(transactions_id   AS VARCHAR) AS PaymentNumber,
‘O’ + CAST(transactions_order_id AS VARCHAR) AS PaymentDescription,
transactions_gateway AS transactions_gateway
SoftwareSQL* Data Conversion

Avatar of undefined
Last Comment
Eduard Ghergu

8/22/2022 - Mon