Hi,
I am trying to processing cube in SSIS using the Analysis Services Processing Task.
I have 3 different cubes and only 1 of them need to be processed as per the expression in connection manager.
My connection manager expression - if the Process is Daily process cube - "Tools",if the Process is Weekly then process cube "Even" and if Monthly the process the cube "Odd".
Problem : The Analysis Services Processing Task is not using the updated connection manager, I created the package with Tools as initial connection, though i change the variable to Weekly/Even it processes Tools cube.
I also checked if the connection manager was getting updated and it is. its just that the Analysis Services Processing Task is not picking up from the updated connection manager.
Any help or suggestions will be appreciated. Thank You