Hi everybody,
can anybody hekp me to sort of this error .. pls go through the below mentioned code .
TITLE: Expression Builder
------------------------------
Expression cannot be evaluated.
------------------------------
ADDITIONAL INFORMATION:
Parsing the expression ""INSERT INTO SSISLog(EventType,PackageName, TaskName, EventCode, EventDescription, PackageDuration, ContainerDuration, InsertCount, UpdateCount, DeleteCount, Host)
VALUES (
'OnError',
"' + @[System::PackageName] + '",
"' + @[System::SourceName] + '",
0,
",
" + [DT_STR, 6,1252] DATEDIFF("ss", @[System::StartTime] , GETDATE())+",
" + [DT_STR, 6,1252] DATEDIFF("ss", @[System::ContainerStartTime], GETDATE())+",
" + [DT_STR, 4,1252]@[User::Insertcount] + ",
" + [DT_STR, 4 ,1252]@[User::UpdateCount] +",
" + [DT_STR, 4,1252]@[User::DeleteCount]+",
" '+ @[System::MachineName] + ' "
)
"" failed. The single quotation mark at line number "4", character number "3", was not expected.
(Microsoft.DataTransformationServices.Controls)
Thanks In Advance!
Regards,
Sabari