This is VERY URGENT: a business database migration from SQL Server to PostgreSQL, due to happen this weekend, is dependant on it. I'll ask the question in 2 parts:
1. We have a SQL Server database called TelerikReportingCache, containing tables tr_AppLock, tr_Object, tr_Set and tr_String, which is used by Telerik Reporting. I have been told that this database cannot exist on a PostgreSQL server. Can you confirm that this is correct, please?
2. We have been told to use a file for the cache instead of a database. However, we have many users, and the file gets locked, causing an error message in reports - see image in attached file. If we cannot use a file as a cache, then what other alternatives do we have?
Error Message Text: Error creating report instance (Report = 'ConnectReports. Finance.CustomerInvoiceSummary, ConnectReports"). An error has occurred. The process cannot access the file '\\172.21.23.75\Telerik ReportingCache\ConnectReports 16.0.22.225\Is\A\value.dat' because it is being used by another process.