How can I connect the operations dashboard with users from ArcGIS Portal?

3483
4
07-16-2013 12:18 PM
TatianaRestrepo1
New Contributor
HEllo.

I downloaded the Operation Dashboard and edited the OperationsDashboard.exe.config file with the URLs from my Portal for ArcGIS but doesn't work.  Do you know what else I need to modify??

<?xml version="1.0"?>
<configuration>
  <system.net>
    <defaultProxy enabled="true"/>
    <requestCaching isPrivateCache="true" disableAllCaching="false"/>
    <connectionManagement>
      <add address="*" maxconnection="65000"/>
    </connectionManagement>
  </system.net>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
  </startup>
  <appSettings>
    <add key="installUrl" value="http://www.arcgis.com/opsdashboard/OperationsDashboard.application" />
    <add key="portalUrl" value="https://myserver/arcgis/sharing/rest/" />
    <add key="secureUrl" value="https://myserver/arcgis/sharing/rest/" />
    <add key="tokenServiceUrl" value="https://myserver/arcgis/sharing/rest/generateToken" />
    <add key="portalHomeUrl" value="https://myserver/arcgis/home/"/>
    <add key="helpUrl" value="http://resources.arcgis.com/en/help/operations-dashboard/" />
    <add key="routingUnits" value="mi"/>
    <add key="bingToken" value="AnlRd6az-sLkH1tHykE_kL42ahBzLnIvlU3ZMVrRl64kYMj1o_eZFgagXqOJENg1" />
    <add key="userProfile" value="user.html" />
    <add key="forgotPassword" value="https://webaccounts.esri.com/cas/index.cfm?fuseaction=Login.ForgotPwd.ShowForm" />
    <add key="privacyPolicy" value="http://www.esri.com/legal/privacy.html" />
    <add key="termsOfUse" value="http://www.esri.com/legal/software-license" />
    <add key="ClientSettingsProvider.ServiceUri" value="" />
    <add key="portalAuthentication" value="token" />
  </appSettings>
</configuration>

Thanks.
Tags (2)
0 Kudos
4 Replies
CarolGhostine
Esri Contributor
Hello Tatiana,

What version of Portal are you running and what authentication is configured on the Portal?

Thanks,
Carol
0 Kudos
TatianaRestrepo1
New Contributor
Carol,

I'm just installed the Portal for ArcGis 10.2 (pre release) and I configured the windows authentication.


Thanks
0 Kudos
CarolGhostine
Esri Contributor
Tatiana,

Could you double check that the portal URL in the config file is your Portal URL and not your ArcGIS server URL. If you don't mind could you please private message the exact content of your config file.

Thanks
Carol
0 Kudos
CarolGhostine
Esri Contributor
in the "OperationsDashboard.exe.config" file on your local system

Change this line from

<add key="portalAuthentication" value="token" />

TO

<add key="portalAuthentication" value="networkIWA" />

Note: There will be a deployment tool for operations dashboard released in the future with Portal so you will not have to make these manual edits.
0 Kudos