The CreatorCon Call for Content is officially open! Get started here.

Facing error- "Error - org.apache.jackrabbit.webdav.DavException: Not Implemented " while using external knowledge source to import knowledge articles from external source into servicenow.

Shubham81
Kilo Contributor

How to resolve "Error - org.apache.jackrabbit.webdav.DavException: Not Implemented" while using external knowledge source to import knowledge articles  from external source into servicenow.

 

2 REPLIES 2

Deep Diddi
ServiceNow Employee
ServiceNow Employee

This looks like webdav is not implemented on the endpoint which you are accessing


If check outbound http logs you will see 501 error while trying to access the endpoint
Error 501 means that the server does not support the functionality,This tells us that the webdav is not implemented on the endpoint which you are accessing

Pelo Ntwampe
Mega Sage

Did you eventually manage to get this resolved?