0xC00470A4
Last changed: Partners

.

The expression contains unrecognized token "%1!s!". If "%1!s!" is a variable, it should be expressed as "@%1!s!". The specifed token is not valid. If the token is intended to be a variable name, it should be prefixed with the symbol. The specifed token is invalid. If the token was intended to be a variable name, it should be prefixed with the symbol.

Constant DTS_E_EXPREVALNOINPUTCOLUMNCOLLECTIONFORCOLUMNNAME
HRESULT 0xC00470A4
Error -1073450844
Code 28836
Facility Pipeline (DTS_FACILITY_PIPELINE)
Severity Error (DTS_SEVERITY_ERROR)

Community Notes

This occurred when attempting to construct a date time expression in the expression builder.

The expression builder did not like the syntax I used for retrieving Hour from date time.

I used DatePart(HOUR,GETDATE()) and it wanted DATEPART("HOUR",GETDATE())

PipelineErrorCodes