Hello Everyone!!
I am trying to setup Verint community 13.x in my local. and Iam ending up with message "This site has not yet been set up. Sign in as a site administrator to complete the setup.". Hence I click on user and entered the Telligent account details. which also i added into DB through the below script. But it is not allowing to signin. nothing is happening. I am still remain in the same screen.
EXECUTE[dbo].[cs_system_CreateCommunity]
@ApplicationName = N'telligent',
@AdminEmail = N'notset@localhost.com',
@AdminUserName = N'temporary-admin',
@AdminPassword = N'[PUT A TEMPORARY PASSWORD HERE]',
@PasswordFormat = 0
It would be great if anyone could help me to fix this issue.
Thanks,
Kavitha Rekkala