I created an SSIS variable, which I want to turn into an expression, so I write this as the Expression:
="\\livprodad1.liv.local\UserProfiles$\mike.jones\Documents\Files"
The actual link that I am referencing is: \livprodad1.liv.local\UserProfiles$\mike.jones\Documents\Files
But I get this message: Expression can not be evaluated Attempt to parse the expression 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.
What am I doing wrong? How should it be written?