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.

  • I can add the account that the database runs under as well as the report server account.  Those are all domain account. The application pool it's running under application pool identity and not tied to a domain account.

    Is it okay to use a custom account instead of applicationpoolidentity for the application pools?

Reply
  • I can add the account that the database runs under as well as the report server account.  Those are all domain account. The application pool it's running under application pool identity and not tied to a domain account.

    Is it okay to use a custom account instead of applicationpoolidentity for the application pools?

Children