Focal Point
[CLOSED] DataFlow Error

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/1381057331/m/2777086986

March 19, 2018, 02:33 PM
srajeevan
[CLOSED] DataFlow Error
Hi,

I getting the below errow when i run the data flow.I did research and it got to know that i can be due to field length issues.I gave enough length in the target but still same issue.
  
SQLCODE IS 8152 (HEX: 00001FD8) XOPEN: 22001
:   (8152) [22001] String or binary data would be truncated.

Since the error is not pointing to any particular column ,i am not sure where to check.
Has anyone encountered same issue?

This message has been edited. Last edited by: FP Mod Chuck,


WF8206,Windows 7,8,10
HTM,PDF,EXCEL
March 21, 2018, 09:42 AM
Clif
That's an error from MS SQL Server and it does generally indicate the length of the target column is insufficient; it could also be a data type mismatch or a problem with [NOT] NULL specification. Please check your target transformations to ensure all the source/target formats are compatible.

You could also try to running with traces which may contain more details but if the MS SQL Server error message doesn't have the column name then the trace won't have it.

If you still have difficulties please open a case with IRL and upload the source and target synonyms and the flow so that they can reproduce the problem.


N/A
March 26, 2018, 01:56 PM
srajeevan
Okay.I will try all these possibilities and will update this post.


WF8206,Windows 7,8,10
HTM,PDF,EXCEL