while evaluating the below expression in Property expression editor . I got "A truncation occurred during evaluation of the expression" error
Expression :REPLACE(@OutputFilePath, ".xls", "_"+ REPLACE((DT_WSTR, 10)(DT_DBDATE)GETDATE(), "-","")+REPLACE((DT_WSTR, 10)(DT_DBTIME)GETDATE(), ":","")+".xls")
kindly help resolving this