Seal Report Forum
»
Troubleshooting
»
Installation
»
Changing the repository folder location, multiple instances
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
By default, the Repository folder is in C:\ProgramData\Seal Report Repository. To be able to work, the Seal executables (Server Manager, Report Designer, Task Scheduler and Web Server) need only to know the repository location. If you want to change this location, you just have to change the following .config files: - SealReportDesigner.exe.config (located in your installation directory, e.g. C:\Program Files (x86)\Seal Report)
- SealServerManager.exe.config (located in your installation directory)
- SealTaskScheduler.exe.config (located in your installation directory)
- web.config (located in the published folder for the web server, e.g. C:\inetpub\wwwroot\Seal)
Just update the property value: Code: <setting name="RepositoryPath" serializeAs="String">
<value />
</setting>
to Code: <setting name="RepositoryPath" serializeAs="String">
<value>D:\MyNewLocation</value>
</setting>
and that's it. Multi-instances ?As the executables refers to only one repository location, it is easy to duplicate your installation folders (e.g. C:\Program Files (x86)\Seal Report2) and to configure a new repository. Thus, you can get several instances of Seal Report on the same machine... Same remark if you publish your Web site, you can have several Seal Report Web sites on your server each referencing the repository you want... Edited by user Friday, March 27, 2015 7:16:42 PM(UTC)
| Reason: Not specified
|
|
|
|
Seal Report Forum
»
Troubleshooting
»
Installation
»
Changing the repository folder location, multiple instances
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.