Hi ,
I build one SSIS Package to kill MDX Query session Id, running above 20 minutes .
1) First I make Execute SQL Task & configure this as Below ..
2) Then also make Analysis Services Execute DDL Task to kill particular session which is captured into SPID variable .
But when I'm executing this package, It gets failed & throwing that Error ..
[Analysis Services Execute DDL Task] Error: Errors in the metadata manager. The specified session was not found.
I think particular session id is not getting mapped in Analysis Services Execute DDL Task correctly that should be come from Execute SQL Task. &
ONLY default value "0" is picking up.
Pls help to get this solve.