I am calling an SBO from a TBO to create a public ACL. The problem is the logged in user (who would do a save and trigger the TBO code) is not a SysAdmin.However, since the code to create the ACL is in the SBO, I was wondering if I could use a SysAdmin's login credentials to create a new session in the SBO and then create the ACL.
I did try it but I get an error:
[DFC_BOF_WRONG_IDENTITY] LoginInfo and Principal for "DevRepo" docbase are not defined or wrong.;
The error does make sense but I would like to know if what I am trying to do (i.e create a new session in SBO) is possible at all.
- If it is, how do I do it?
- If not, are there alternative ways of handling this issue?
TIA for all replies,
Tripti