Hi all.
I have a client migrating from v11 to v12 OP who have an extensive custom model with their own set of AS reports and bespoke data entry reports that reads and writes to the main consolidation cubes. It is easy in v11 as the bespoke reports are built in FinCon (i.e. one application to use v12 terminology).
Each user has access to one or more entities using standard DAC. There are only 2 central users who require access to the EPM Business Applications/Financial Consolidation model (i.e. the other 99.9% of users do not require access to this as they use the custom model for their management reporting needs).
I have created a custom application to house all those App Studio reports and added a data connection to EPM Business Applications.
My issue is that I do not want the 99.9% of users to have access to EPM Business Applications when they login but the only way I can hook into the entity OLAP Permissions on EPM Business Applications is to give them access as an "Entity Accountant". However, this shows EPM Business Application as a drop down option on the login screen.
I know I could provide them the direct URL to login to the custom application (e.g. https://SERVER:9205/CUSTOM_APP) but if they just enter https://SERVER:9205 they will be able to log into EPM Business Applications. I know I might be able to get their IT dept to redirect anything going to https://SERVER:9205 to http://SERVER:9205/CUSTOM_APP but this feels a bit of a hack.
Is there something I am missing here?
Thanks