Email Report Path in T_Default

I currently have the path on my rest/Soap server. I would like to move that folder to my report server but I can't find out what access is needed for Tessitura to access that folder on another server.

Parents
  • I believe Tessitura interacts with the file system or file shares under only two different user accounts for the purposes of the report server: the SQL "proxy user" that the database runs as, and the application pool user that the TessituraWeb/TOTG application runs under (SSRS reports will fail if the TessituraWeb AppPoolIdentity is not granted access).

    You may also need to grant the user account your report server is running under access to the share, but at least this is easy to test because that is a full user account.

Reply
  • I believe Tessitura interacts with the file system or file shares under only two different user accounts for the purposes of the report server: the SQL "proxy user" that the database runs as, and the application pool user that the TessituraWeb/TOTG application runs under (SSRS reports will fail if the TessituraWeb AppPoolIdentity is not granted access).

    You may also need to grant the user account your report server is running under access to the share, but at least this is easy to test because that is a full user account.

Children