/
Adding User To SAM
Adding User To SAM
Add data to SQL DB
Connect to database QLIK_UserDirectory and execute below querries
INSERT INTO [QLIK_UserDirectory].[dbo].[qlikuser] ([userid], [name]) VALUES
('qauser1', 'QA User Name1')
INSERT INTO [QLIK_UserDirectory].[dbo].[qlikuserattribute] ([userid], [type],[value]) VALUES
('qauser1', 'email', 'hemangi+qauser1@ebiexperts.com')
select * from [QLIK_UserDirectory].[dbo].[qlikuser]
where userid ='qauser1'
select * from [QLIK_UserDirectory].[dbo].[qlikuserattribute]
where userid ='qauser1'
Sync on QMC
Go to QMC -> home
manage resources -> user directory connections
select the record with Name =SAM_SqlServer and click on sync now.
Check the user is added to Users
NOTE: user has permission to SAM_TDD stream on QA environment.
, multiple selections available,
Related content
SAM Users
SAM Users
More like this
Request Access to an App
Request Access to an App
More like this
Setup Server
Setup Server
More like this
SAM External SQL Tables
SAM External SQL Tables
More like this
SAM Wiki
SAM Wiki
More like this
Section Access Manager (SAM) Governance Application
Section Access Manager (SAM) Governance Application
More like this