Team,
I am creating a user via UAPI.Adduser call as below.
status = UAPI.AddUser(\
uapiCtx.fSession,\
userName,\
userPWD,\
UAPI.GROUP,\
defGroup,\
privs,\
data )
After this i set the extended attributes also.
The user gets created correctly. When I try to browse the user's personal volume, it errors out saying as below.
Livelink Error: Error browsing the specified object.
[Could not access a Personal Volume.]
Why is this happening. I suppose in Dtree table User Home entry is not there. But shouldn't the above API call take care of that.
Please help.
Madhu
I am creating a user via UAPI.Adduser call as below.
status = UAPI.AddUser(\
uapiCtx.fSession,\
userName,\
userPWD,\
UAPI.GROUP,\
defGroup,\
privs,\
data )
After this i set the extended attributes also.
The user gets created correctly. When I try to browse the user's personal volume, it errors out saying as below.
Livelink Error: Error browsing the specified object.
[Could not access a Personal Volume.]
Why is this happening. I suppose in Dtree table User Home entry is not there. But shouldn't the above API call take care of that.
Please help.
Madhu