Kbase P135368: HTTP ERROR: 500 Internal Server Error accessing the storage area information for the Trend Area of
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  25/09/2008 |
|
Status: Unverified
SYMPTOM(s):
Error accessing the storage area information for the Trend Area of the Fathom Trend Database
HTTP ERROR: 500 Internal Server Error
RequestURI=/database/dbdataareadetail.jsp
All other areas of the FathomTrendDatabase for this view load properly
FACT(s) (Environment):
OpenEdge Management 3.1x
All Supported Operating Systems
OpenEdge 10.1x
CAUSE:
Though this problem may not occur all the time, it is usually related to the FathomTrendDatabase being a relative path database. It is created as a relative path database during configuration. Below is what the Fathom.st file looks like by default:
#
b .
#
d "Schema Area":6,32 .
d "Trend_Data":7,128;8 .
FIX:
Make the FathomTrendDatabase a fully qualified path database. To do this, stop the FathomTrendDatabase and run the following command from the <OEManInstallDir>\db directory (or from wherever the FathomTrendDatabase may reside):
prostrct list fathom
This should create a new fathom.st file with fully qualified paths for every database extent:
#
b C:\fath31c\db\fathom.b1
#
d "Schema Area":6,32;1 C:\fath31c\db\fathom.d1
#
d "Trend_Data":7,128;8 C:\fath31c\db\fathom_7.d1 f
Next, run the following command:
prostrct repair fathom
Restart the FathomTrendDatabase. The storage area view for the trend area should now load without error.