Hi Anyone, After installing the demo software, I'm not able to login.. I tried to find the default account via SQL, but its all blank.. Manually checking the tables show all blank.. I downloaded the latest version today, 2/2/17
Help Required to generate the default account and password .. Running on MSSQL
This selection comes back blank..
select aar.account_id,al.name from aaaauthorizedrole aar left join aaarole ar on aar.role_id=ar.role_id left join aaaaccount aa on aar.account_id=aa.account_id left join aaalogin al on aa.login_id=al.login_id left join aaauser au on al.user_id=au.user_id left join sduser sd on au.user_id=sd.userid where aar.role_id=4 and sd.status=’ACTIVE’;