[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: 501 Not Implemented DOH

Status
Not open for further replies.
P

Peter Judge

Guest
HI Darren, It usually means that that method could not be found by reflection. This could be for a couple of reasons The args array in the mapping file isn't correct for one or other reason (order of elements, ablType wrong for classes in particular, ioMode) The schemas don't match between the mapping file and the code (the "indexes" property for tamp-tables needs to be in the correct order) There are temp-tables defined as LIKE . The ABL cannot dynamically create temp-tables that have the correct CRC for those temp-tables, and so the reflection fails. As for increasing the logging, you can add per-service logging using docs.progress.com/.../ABL-application-logging.html . To do so, add a logger named "OpenEdge.Web.DataObject.DataObjectHandler. " into a file called logging.config somewhere in PROPATH, with the configuration. If you log at a DEBUG level you should get a fair bit of information about just that service.

Continue reading...
 
Status
Not open for further replies.
Top