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
Need help updating user info via Java- bad error message
Dan_Duffy
I am trying to update the first and last name for a user using the UpdateUserInfo method. The data is not changing, and the method returns a value of -2147482647.Does anybody have any idea what -2147482647 means?
Find more posts tagged with
Comments
John_Shoun
I would not bother trying to understand the error codes.The easy thing to do is get the actual error text from Livelink. Use the following: session.getStatusMessage()against the LLSession object and you can find a text description of the problem.Hopefully you are using a debugger -- then you can just inspect the value in the LLSession object.