Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

image-20240701-122008.png

Check the user is added to Users

image-20240701-121807.png

NOTE: user has permission to SAM_TDD stream on QA environment.

  • No labels