Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
We have few applications deployed in production recently using NTName section access. Recently we got a request from one user asking that he required two accounts to see two set of data from two account through she has only one windows account.
We do not want to use USERID method just for this user, any suggestions how we can implement this?
Thanks,
Sridhar
I don't think so whether we can add in NTName for that USER. Can you try with plane section access and map to that table for NTName and then check. The idea is if USER has atleast Guest account then you may offer them as they required. I am not sure whether they have two instances for login. Check with then and update the same
Thanks Anil, User has only one log in and she is asking while accessing the dashboard, it should ask for username where we should provide two different usernames for him. So she can log in based on what data set she wants.
I think we can achieve this using USERID (instead of NTName) but we do not want to change our implemented method just for her.
Thanks,
Sridhar
True, That's not make sense even to me. I tell you the reason behind USER need that. Some users may want to give other credentials with there security level of data. So, here we need to support for them.
Approach -1
If you map to the mapping table passing the parameters and arguments you will achieve that same and do concatenate each together for NTName table and Mapping table (Called USERID)
Approach -2
Either you can create that USER in Active Directory from QMC. and then give grant to that USER specific. This approach is quite straight forward and will work i assume. POS - I don't think if you need data control for this case.
My suggestion to recommend to USER add another account in the same server / machine to access if you don't want to flow which already setup
Does this make sense to you. May be helps to you
Hi Sridhar,
Concatenation only those record in base table is best way.
Thanks,
Arvind Patil
Please help me on below understanding:
Approach 1: Mapping table means Section Access table?
You mean Existing table have ACCESS, NTNAME and Reduction Field where new table (that is going to concatenate) will have ACCESS, UDERID and Reduction Field? So if we concatenate, only first table names will remain the same. Sorry, i am not if i get it correctly, could you elaborate?
Approach 2: If we create USER in QMC, how that will be mapped with user actual window's ID?
Thanks for your help,
Sridhar
1) Mapping table nothing but your USERID directory. Something like below
Section Access ....
MappingUserID:
Mapping Load * Inline [
ACCESS, USERID
USER, ABC
];
Concatenate
NTNameTable:
Load ACCESS, ApplyMap('MappingUserID', USERID) as NTNAME;
Load ACCESS, NTNAME From <NTName Excel FIle>;
2) It won't help as expected. But this should work as needed in access point for accessing the files.
HTH
Anil
Thank you guys for your response, i will test it.
Any other suggestions from experts? ![]()
This depends on the authorization. If the user is not valid in the directory and DMS is not set, section access will not allow the user to open the application because the user is not properly authenticated. If DMS is set, there will be no prompt, so the user will always be the same, regardless the mapping.
If this user requires two different types of access to two different sets of data either: