Versions Compared

Key

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

...

The My Alerts Console is generally run via a Workflow Program Task without any additional parameters. If you have configured iShare to use Workspaces then you must specify the -workspace parameter in the Additional parameters box e.g.

Step 4 - Ensure configuration file has been amended

The Astun.MyAlerts.Console.exe.config must be amended so that iShareConfig is set to a url rather than a file path:

Code Block
languagexml
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <appSettings>
    <!-- Config file to use for most settings-->
    <!-- <add key="iShare.config" value="D:\Astun\iShare\LIVE\Settings.xml" /> -->
    <!-- Config file for workspaces-->
    <add key="iShare.config" value="http://localhost:81/iShareLIVE.WebService" />
  </appSettings>
</configuration>