Friday, December 25, 2020

ERROR 405--Method Not Allowed

When Demantra is integrated with EBS and tried to navigate from EBS to Demantra using Demand management system Administrator responsibility you might see below error  

===============================

ERROR 405--Method Not Allowed


From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:


10.4.6 405 Method Not Allowed 

The method specified in the Request-Line is not allowed for the resource identified by the Request-URI. the response MUST include as Allow header containing a list of valid methods for the requested resource.

===============================

Solution :

Error with http method not allowed can be avoided by :

To change JSPGetAllow parameter in aps_params to 1(either from BM or Database directly) and bounce the server.

select * from demantra.aps_params where PNAME='JSPGetAllow'

update xxdem.aps_params set VALUE_NUMBER=1 where PNAME='JSPGetAllow'

commit

No comments:

Post a Comment