Try it Chap 7
Expression can not be evaluated
------------------------------
ADDITIONAL INFORMATION:
Attempt to parse the expression "@[User::DestinationFileLocation] + " \\ " + @[User::SourceFileName] _
(DT_WSTR, 4) DATEPART( âyyyyâ, GETDATE()) + ( DT_WSTR, 2) DATEPART
( âmmâ, GETDATE()) + (DT_WSTR, 2) DATEPART( âddâ, GETDATE()) + â.txtâ" failed. The expression might contain an invalid token, an incomplete token, or an invalid element. It might not be well-formed, or might be missing part of a required element such as a parenthesis.
(Microsoft.DataTransformationServices.Controls)
------------------------------
PS
@[User::DestinationFileLocation] + " \\ " + @[User::SourceFileName] _
(DT_WSTR, 4) DATEPART( âyyyyâ, GETDATE()) + ( DT_WSTR, 2) DATEPART
( âmmâ, GETDATE()) + (DT_WSTR, 2) DATEPART( âddâ, GETDATE()) + â.txtâ
PS
Hello all
Begin some help
I did my best checking almost every thing during 1 hour no way. I type it carefully no way. I copy and paste from E book no way
what is wrong with the expression
Page 64 chap 7
|