• ShuaibV (12/2/2016)


    Hi

    After installing the SQL 2014 SSRS, can we change the location temp file folder to different drive? If possible, can you please provide the steps? Or just updating the web.config will suffice?

    Thanks

    Shuaib

    You'd change it in the RSReportServer.config file, actually add it as I believe it's blank by default.

    You would add the entry to the services section, along the lines of:

    <FileShareStorageLocation>

    <Path>X:\NewPathTo\RSTempFiles</Path>

    </FileShareStorageLocation>

    Check this article for information on the config file - it has an example of adding this as well:

    https://msdn.microsoft.com/en-us/library/ms157273(v=sql.120).aspx

    Sue