Consultor Eletrônico



Kbase P187357: Cannot view database information in OpenEdge Explorer error HTTP ERROR:404
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/18/2011
Status: Unverified

SYMPTOM(s):

Receive HTTP ERROR 404 when selecting a database in OE Explorer

HTTP ERROR: 404 /database/dbinsthome.jsp RequestURI=/database/dbinsthome.jsp

Cannot view database information in OpenEdge Explorer

Database information is missing in OpenEdge Explorer

FACT(s) (Environment):

Can view Appserver and Nameserver information
Windows
OpenEdge 10.2B

CAUSE:

A script to delete dbi* temp files was not only deleting the dbi* temp files but it was also deleting the dbi* files from the .\OEmgmt directory, which are not temp files.
Specifically there were 6 files:

.\oemgmt\jspwork\database
dbindexiodetail_jsp.class
dbinsthome_jsp.class
.\oemgmt\src
dbidxanalysis.r
dbindexstat.r
.\oemgmt\web\database
dbindexiodetail.jsp
dbinsthome.jsp

FIX:


1. Put the files back in place (copy from a working server) and OE Explorer will display the database information again.
2. Correct the script so it only deletes dbi* files in the temp directory not the entire system.