Version Update

Update to version SR4 in a Private Cloud (Version 2.50)

148 views 4 October, 2017 10 April, 2018 Valuekeep 0

To update to this version under a Private Cloud setting, you need to edit the Web.config file in the installation folder for Valuekeep.

Default path: C:Program Files (x86)ValuekeepValuekeep-UniverseHostWeb.config

And add the following lines in bold (NotificationsPreviewHandler):

<system.web>
<customErrors mode=”Off” />
<httpHandlers>
(…)
      <add path=”NotificationPreviewHandler.ashx” verb=”GET” type=”Primavera.MaintenanceManagementCore.Web.NotificationPreviewHandler, Primavera.MaintenanceManagementCore.Services, Version=1.0.0.0, Culture=neutral, PublicKeyToken=33086db60a481256″ />
</httpHandlers>
<httpModules>

(…)

 

Foi útil?