Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open Windows Explorer and navigate to the SynergeticCommunityPortal/Bin directory on your server.
  2. Double click the Synergetic.Application.SynCommPortalCreateConfig.exe.
    The Create SynergeticCommunityPortal Config File window is displayed.
    Image Modified
  3. Change the database credentials to match the new database.
    Image Modified
  4. Change the Directory field to the name of the new configuration file. For example, SynCommPortalTEST.xml.

...

  1. Image Modified
  2. Click Create File.
    The new configuration file is created.
    Note: To access the new configuration, append ?cfg= to the Community Portal URL, followed by the configuration filename without the .xml extension. For example, http://PortalServer.Name.com.au/login.aspx?cfg=SynCommPortalTEST.

Configuring an additional database using a second instance of the Community Portal

  1. Install a second instance of the Community Portal. For example, to SynergeticCommunityPortal2.
    Note: Do not change the authentication settings at this point, as they are still being used for your original Community Portal installation.
  2. Open Windows Explorer and navigate to the SynergeticCommunityPortal2/Bin directory on your server.
  3. Double click the Synergetic.Application.SynCommPortalCreateConfig.exe.
    The Create SynergeticCommunityPortal Config File window is displayed.

...


  1. Image Modified
  2. Change the database credentials to match the new database.

...


  1. Image Modified
  2. Change the Directory field to the name of the new configuration file. For example, SynCommPortal2.xml.

...


...

  1. Image Modified
  2. Click Create File.
    The new configuration file is created.
  3. Navigate to Site\Config in the SynergeticCommunityPortal2 directory.
  4. Copy UserExample.config.
  5. Rename the copy to User.config.
  6. Open User.config with Notepad.

...


...

  1. Image Modified
  2. Rename the value of the SynCommPortalConfigFileName to the configuration file you created in step 6.

...


...

  1. Image Modified
    Note: Inform Synergetic Management Systems you have installed additional Community Portal instances so they include all of your portals when they perform upgrades.

Configuring Crystal Reports to run on multiple database servers
If you have configured the Community Portal to run against multiple database servers, you also need to configure Crystal Reports.

Note:
You must test all your reports individually on the database server once you have reconfigured Crystal Reports.


To configure Crystal Reports to run on multiple database servers:

  1. Select Module > System > Configuration File Maintenance in the Synergetic main menu.
  2. Find the CommunityPortal:Reports:Connection:UseADOFlag configuration setting.
    Tip: Search for UseADOFlag to find this configuration setting quickly.
  3. Select the Value field to set the configuration setting to True.

...


...

  1. Image Modified
  2. Test each report you want to use on the web server.
  3. If errors occur for a report, find the UseDSNProperties datasource property in the report.
  4. Set either the:
    • Main report UseDSNProperties property to True and the SubReport UseDSNProperties property to False
    • Main report UseDSNProperties property to False and the SubReport UseDSNProperties property to True.
  5. Repeat steps 4 through 6 for each report.