Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
What is error 103901?
Chad_Gage_(kofaxuser3_-_(deleted))
I receive an error 103901 from a LAPI call. (A customer reported seeing this error, so I don't have the function name that failed.) The screenshot I saw had the message "Could not get results". This doesn't help much. So I tried debugging and calling the error msg function on that number manually, and it returned no message. Could anyone provide any further info? ThanksMatt
Find more posts tagged with
Comments
Richard_Boyne_(boyne_(Delete)_891609)
Doing an "OSpace Search" for "103901" in the Builder on "All OSpaces" locates the one place where this status code can be returned.It comes from the LAPI function ListObjects.From the Livelink API doc.,"ListObjectsThis function returns a RecArray value object containing one Record of information about each direct child of the specified object"Again from the Builder, it appears ListObjects returns this error when the "specified object" does not exist or is inaccessable according to the DAPI.GetNodeByID call.Possibly the application is trying to do a ListObjects on a Container object that has been deleted or the application is specifying incorrect Volume and Object IDs for the container object.