Facing error- "Error - org.apache.jackrabbit.webdav.DavException: Not Implemented " while using external knowledge source to import knowledge articles from external source into servicenow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2020 12:18 AM
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.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2020 02:18 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2022 07:02 AM
Did you eventually manage to get this resolved?