Start a conversation

Error when loading metadata


  Modified 23-SEP-2010  

Applies to:

Hyperion Financial Management - Version: 9.3.1.0.00<max_ver> and later   [Release: 9.3 and later ]
Information in this document applies to any platform.

Symptoms

When loading metadata in HFM web get page cannot be displayed error in right hand side pane of Workspace window

The metadata loads OK but this is an annoyance

Cause

Using Helicon ISAPI REWRITE to redirect HFM traffic from one IIS server to another. Within this utility needed to configure the proxy settings and increase the timeouts.
The proof that this is the cause of the problem
After changing ISAPI Rewrite Timeouts the metadata file could be loaded

Solution

Add the following to the ISAPI REWRITE httpd.conf file

<helicon>
ProxyConnectTimeout 120
ProxyReceiveTimeout 120
ProxySendTimeout 120


By default these are set to 60 seconds

After making the changes restart IIS 
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. GKontos

  2. Posted

Comments