Note that there are some explanatory texts on larger screens.

plurals
  1. POSSIS Execute Analysis Services Task Error: A specified logon session does not exist. It may already have been terminated
    primarykey
    data
    text
    <p>I have an ETL on SSIS fully running, and created cubes via SSAS with success, deployed and processed.</p> <p>I can run the ETL, the process&amp;deploy ssas via Visual Studio, all works </p> <p>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".</p> <p>I get the error:</p> <pre><code>[Analysis Services Execute DDL Task] Error: The following system error occurred: A specified logon session does not exist. It may already have been terminated. </code></pre> <p>With the two possible configurations of the connection to SSAS:</p> <ul> <li>If the ssis "Analysis Services Processing Task" is connected to the ssas project (that is in the same solution).</li> <li>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.</li> </ul> <p>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.</p> <p>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</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload