I have an ETL on SSIS fully running, and created cubes via SSAS with success, deployed and processed.
I can run the ETL, the process&deploy ssas via Visual Studio, all works
Now i'm trying to put the cube processing in the ETL, with "Analysis Services Processing Task", 3 of them: "process dimensions","process cubes","process database".
I get the error:
[Analysis Services Execute DDL Task] Error: The following system error occurred: A specified logon session does not exist. It may already have been terminated.
With the two possible configurations of the connection to SSAS:
- If the ssis "Analysis Services Processing Task" is connected to the ssas project (that is in the same solution).
- And even when i change the connection in the "Connection Manager" to "Create a connection to a computer running Analysis Services", in which set the server: .\SQLSERVER2008R2, location blank, integrated security, database catalog set, teste connection with success. Then i updated the configuration files with the connection string, just to be sure.
The only way around is to run etl tasks only, deploy the ssas project via Visual Studio (where i'm prompted to insert my windows user password!), then run the ssas tasks of the ssis package, after this the ssas task in ssis runs successfully.
UPDATE: I've changed the connection to windows authentication, test is ok. But still same error when i run the ssis task...i've never seen nothing like this