SQL Server agent job that processes SSAS database gets warning 1092091904

appsac 1 Reputation point
2020-08-18T15:52:04.263+00:00

Message
Executed as user: xxxxxx. <return xmlns="urn:schemas-microsoft-com:xml-analysis"><root xmlns="urn:schemas-microsoft-com:xml-analysis:empty"><Messages xmlns="urn:schemas-microsoft-com:xml-analysis:exception"><Warning WarningCode="1092091904" Description="Note. Analysis Server has persisted any security information specified as part of the Connection string portion of the Datsource object definition." Source="Microsoft SQL Server 2017 Analysis Services" HelpFile="" /></Messages></root></return>. The step failed.

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,289 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Lukas Yu -MSFT 5,821 Reputation points
    2020-08-19T03:18:08.523+00:00

    Hi,
    With this warning message , we could find some similar issue that indicate it is a permission related warning. Check the permission for the user that was mentioned in the message. Make sure it has the processing permission.
    See similar thread : Processing tabular model through SQL server agent Jobs

    Regards,
    Lukas

    0 comments No comments

  2. Dave 1 Reputation point
    2021-06-08T15:04:14.527+00:00

    Any resolution to this? I'm getting the same thing. The account doing the processing...or attempting to, does have process permission.

    0 comments No comments

  3. Silviu Vladutu BCR 0 Reputation points
    2024-09-26T10:18:44.0366667+00:00

    I found a solution to this problem on a Oracle connection. But in my case the problem was when i tried to refresh a partition of a specific table. The refresh on the table worked perfectly, but on the partitions were problems.

    Please check the file Model.bim. Open it in Notepad or Notepad++.

    Then please see that the line with the connection string to have

    "Persist Security Info=true".

    Hope to solve the problems.

    Regards,

    Silviu

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.