"NTAcct" is not allowed to open the worklist item

  • 21 October 2005
  • 3 replies
  • 0 views

Badge +2

I'm trying to add a destination through code by fetching the designated NTaccount(My Nt Account) from SQL by executing a storedproc. All is well, the destination was successfully added and the instance was shown on the my worklist items. But when i tried clicking the item so i can approve it, this error was show instead of the approval form i'm expecting.

"my NT Account" is not allowed to open the worklist item

I really appreciate any inputs...
thanks in advance.


3 replies

Badge +9
I ve seen this before where the result from SQL has trailing spaces, before setting the Destination rule make sure that you Trim the result set from SQL. Let me know if this is the case .
Badge +2
Thanks RĂ©nier,
I think you got it right. It's working now.

Again, many thanks.
Badge +9
:lol: My pleasure!

Reply