Page 1 of 1
Ownership Error
Posted: Fri Oct 03, 2014 3:13 pm
by dharav
Users are getting below error while they are trying to take ownership in contributor.

- Ownership Error.JPG (19.24 KiB) Viewed 6018 times
Re: Ownership Error
Posted: Fri Oct 03, 2014 3:19 pm
by jim wood
I'm guessing they don't have security access to take ownership? Have you ste this up in you application design?
Re: Ownership Error
Posted: Fri Oct 03, 2014 3:32 pm
by dharav
Jim
We use CAM security. I included all user in respective group. Map rights. save rights. redeploy the application.
asssign the cube security, dimension security, and element security.
Re: Ownership Error
Posted: Fri Oct 03, 2014 5:05 pm
by jim wood
Have you tried taking ownership of any nodes? I'm asking this to eliminate security. f you can do it then they don't have execution rights for the process. If you can't do it then we're looking at something very different.
Re: Ownership Error
Posted: Fri Oct 03, 2014 5:39 pm
by dharav
As an admin i am able to do so.
With user account i am not able to take ownership. it throws the error mentioned in the at earlier (image)
Re: Ownership Error
Posted: Fri Oct 03, 2014 6:33 pm
by mvaspal
have you assigned the proper capabilities to users? Take ownership is a data reservation movement, so they should be able to reserve data in cubes
TM1 Developer Guide, "Enabling user groups to manage Data Reservations "
Re: Ownership Error
Posted: Fri Oct 03, 2014 6:49 pm
by dharav
I got this from message log
TM1.Process Process "}tp_reserve_slice" run from process "}tp_workflow_own_node" by user "CAMID("nrthome:u:603ce1d5a3b8014ba4a26b1bbe413191")"
TM1.Process Process "}tp_workflow_util_reserve_cube_slices" run from process "}tp_reserve_slice" by user "CAMID("nrthome:u:603ce1d5a3b8014ba4a26b1bbe413191")"
TM1.Process Process "}tp_workflow_util_reserve_cube_slices": : Execution was aborted. Error file: <TM1ProcessError_20141003180433_}tp_workflow_util_reserve_cube_slices.log> : Insufficient Privilege
TM1.Process Process "}tp_reserve_slice": : Execution was aborted. Error file: <TM1ProcessError_20141003180433_}tp_reserve_slice.log> : ProcessError()
TM1.Process Process "}tp_workflow_own_node": : Execution was aborted. Error file: <TM1ProcessError_20141003180433_}tp_workflow_own_node.log> : ProcessError()
TM1.Process Process "}tp_workflow_execute_action": : Execution was aborted. Error file: <TM1ProcessError_20141003180433_}tp_workflow_execute_action.log> : ProcessError()
TM1.Mdx.Interface "cdd0f33d-31d4-46f9-802f-4ee4335355e7" : object not found (rte 81)
Re: Ownership Error
Posted: Fri Oct 03, 2014 7:31 pm
by jim wood
Well I don't if you've guessed yet, but if you're able to do it then it is a rights issue. Have looked in to what mvaspal suggested?
mvaspal wrote:have you assigned the proper capabilities to users? Take ownership is a data reservation movement, so they should be able to reserve data in cubes
TM1 Developer Guide, "Enabling user groups to manage Data Reservations "
Re: Ownership Error
Posted: Fri Oct 03, 2014 9:14 pm
by dharav
Jim and mvaspal
Thank You Guys! I checked and figured out the capablity assignments did not grant to everyone group. Now it works fine
Appriciate ur efforts and time!
Thank You