I have an SSIS package to process an SSAS cube .
An expression is used to set the connection string from a variable .If I hard code the variable the package runs sucessfuly. when I then set the variable to be set from a configration table it errors.
I have set up a break point before it gets to the processing task and can see that the variable has the correct value in it but it still error .
Any ideas ?