Guys,
Has anyone made a workaround on this one? I have three levels. 0,1,2. All Managers as the topmost node.
The system is that the usergroup assigned for that All Managers node can also submit even if it is the last node. I intergrated a TI that exports a CSV on the submission.
But after the submission, when I try to reject, it prompted an error. That was fine. I said maybe administrative.
But when I try to use an admin account, it also prompted the same error. Cannot Reject On Top Node.
Is it still something in the control cubes?
thanks.
Cannot Reject on the top node
-
- Regular Participant
- Posts: 197
- Joined: Thu Dec 03, 2009 8:47 am
- OLAP Product: IBM Cognos TM1
- Version: 10.2.2.x
- Excel Version: 2010
- Location: Singapore
Cannot Reject on the top node
- Attachments
-
- Cannot Reject On Top Node.JPG (15.17 KiB) Viewed 2702 times
-
- Regular Participant
- Posts: 197
- Joined: Thu Dec 03, 2009 8:47 am
- OLAP Product: IBM Cognos TM1
- Version: 10.2.2.x
- Excel Version: 2010
- Location: Singapore
Re: Cannot Reject on the top node
Hi.
I see it guys. I commented this whole block in the }tp_workflow_change_node_state TI. I still wonder what the explanation is.
Thanks.
I see it guys. I commented this whole block in the }tp_workflow_change_node_state TI. I still wonder what the explanation is.
Thanks.

###
### If (cNodeParent @= '' & DTYPE(gApprovalDim, pNode) @<> 'N');
### vReturnValue = ExecuteProcess(cControlPrefix | 'tp_error_update_error_cube',
### 'pGuid', pExecutionId,
### 'pProcess', cTM1Process,
### 'pErrorCode', 'TI_NO_REJECT_ON_TOP',
### 'pErrorDetails', pPrivilege,
### 'pControl', pControl);
###
### ProcessError;
### EndIf;
###