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
Could not create a new user using LAPI
Kristy_Shen
We have a LAPI application that was develop to automate the process of adding a bulk set of users to the Livelink system. (The current Livelink interface only allows you to add users one by one). This application reads the list of users from a spreadsheet and adds them to the system. I'm getting this error:"ERROR: Could not create a new My Workspace. The item is not created." in one environment. When I tried in a different environment with the same LAPI code and input data I was able to add the users successfully. Can anyone provide some insight into this problem?Thanks,Kristy
Find more posts tagged with
Comments
Krishnan_Kutty_Nair_(krishnankutty.nair@halliburto
I woud think that the same command thru the GUI would also error out.To put it simplistically a new user creation,creates the user in the database with the privilges you assign and a personal workspace.So something is preventing the personal workspace creation for that user.First line of debugging is to try creating the user manually after ascertaining the lapi user login can acatually create users.
Kristy_Shen
Hi Krishnan:Thanks for responding to my question. However, I don't think it's due to the fact that the user doesn't have access to create new users. I was logged in as a user with administrative permissions when I got that "personal workspace" error through LAPI. I logged in as the exact same user and was able to create the user (exact same info as what was specified when using LAPI) successfully through the Livelink GUI.