logo

Warning: The forum is now for consultation only. Please use GitHub Discussions to post any questions or comments.


Welcome Guest ! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
epf  
#1 Posted : Friday, March 27, 2015 12:42:41 PM(UTC)
epf

Rank: Administration

Groups: Administrators
Joined: 12/20/2013(UTC)
Posts: 1,209
Switzerland

Thanks: 14 times
Was thanked: 205 time(s) in 198 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

Users browsing this topic
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.