on 2014 Aug 06 4:10 PM
Hello, How do I redirect the tables in a universe to different schema on the same server. I've the table names as "ABC.dbName_DEV.TableName" in development. When it goes to UAT the table names or scehmas changing to "ABC.dbName_UAT.TableName".
both of them are sitting on same server. My question is how to redirect my tables/universe to UAT / Dev as needed.
Thanks in advance!!
Manage it all in the connections.
Don't refer to the instance/owner in the universe itself.
I've managed in the past on an Edge install by using folders and permissions to create a pseudo three-tier environment. It's not always possible to be on a big enough budget for the ideal environment.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry for the late reply.
Have different usernames with access to the different schemas defined in your connections.
I'm only speaking from what worked in XIr2, though, things may have changed from them but it's worth a try. The only downside is if you have user-specific privileges that you wanted to tie to a data account. Obviously SSO won't be affected.
So, a database user called DEV_BO_USER would only see the DEV schema, UAT_BO_USER would only see the UAT schema and PRD_BO_USER would only see the PRD schema. It's about 6 years since I had to do something like that so apologies for the suggestion not coming with perfect examples!
User | Count |
---|---|
62 | |
10 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.