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 RemovedImage Added
  3. Change the database credentials to match the new database.
    Image RemovedImage Added
  4. Change the Directory field to the name of the new configuration file. For example, SynCommPortalTEST.xml.
    Image RemovedImage Added
  5. 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.

...

  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.
    Image RemovedImage Added
  4. Change the database credentials to match the new database.
    Image RemovedImage Added
  5. Change the Directory field to the name of the new configuration file. For example, SynCommPortal2.xml.
    Image RemovedImage Added
  6. Click Create File.
    The new configuration file is created.
  7. Navigate to Site\Config in the SynergeticCommunityPortal2 directory.
  8. Copy UserExample.config.
  9. Rename the copy to User.config.
  10. Open User.config with Notepad.
    Image RemovedImage Added
  11. Rename the value of the SynCommPortalConfigFileName to the configuration file you created in step 6.
    Image RemovedImage Added
    Note: Inform Synergetic Management Systems you have installed additional Community Portal instances so they include all of your portals when they perform upgrades.

...

  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.
    Image RemovedImage Added
  4. Test each report you want to use on the web server.
  5. If errors occur for a report, find the UseDSNProperties datasource property in the report.
  6. 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.
  7. Repeat steps 4 through 6 for each report.