Hi,
just struggled thru the security functions in APE-documentation without quick success, so i hope someone can answer my question:
After calling OLAPCreateNamedConnection("name-of-connection") in an APE-process to establish a new connection using the existing connection, how can I find out the username that is connected?
Is there something like "OLAPGetCurrentUser()" ?
I would like to do some logging inside the process and therefore the username would be helpful.
As a workaround I could pass GlobalVariables._CurrentUser.text from AppStudio as a parameter to the APE-process, but that means that I have to change all APE calls which is a lot of work...
Thanks in advance for any tipps,
Ralf