Hi all,
I'm faced with a very strange error on personas in our production system. One of the users is having issues accessing the functionality using a direct url. When the user is trying to access personas using a specific url pointing to the transaction and flavour, personas will redirect to a completely random transaction and try to apply the flavour which of course does not exist for that transaction. For example:
http://<hostname>/sap/bc/personas/?sap-client=400&sap-language=EN&~transaction=va01&sap-personas-flavor=6702829F5D801EE8BDF9B25D4783D9ED
Following url should take user to tx va01 and apply the relevant flavour, but instead it tries to execute transaction me2n and apply the flavour leading to the message "The flavor ID provided in the URL does not exist or is not accessible" (which is obviously right as no flavour has been created for that transaction). It is almost as if it's trying execute this url instead
http://<hostname>/sap/bc/personas/?sap-client=400&sap-language=EN&~transaction=me2n&sap-personas-flavor=6702829F5D801EE8BDF9B25D4783D9ED
This error has got me stumped. I have tried to increase the logging to trace level in personas and nothing relevant seems to appear in the logs. I can't seem to find anything in any other logs either logs. I have compared the user with another which works and I can't see any differences.
I haven't been able to find any notes on this issue either. Any ideas what it might be...?
Regards
Dion