Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Issue with security groups in ASG-RD 2018 P6
#2
I think that is a known bug - but we didn't had any (other) SQL updates in the last year so this bug is still alive in older database versions

Please try the following command on your SQL database - it just add a "Order By " to the SQL command

ALTER PROCEDURE [dbo].[SecurityGroupGetAll]
AS
BEGIN
SELECT * FROM SecurityGroups Groups LEFT OUTER JOIN SecurityGroupUsers AssignedUsers ON (Groups.GroupId = AssignedUsers.GroupId) ORDER BY Groups.GroupId
END
GO
Regards/Gruss
Oliver
Reply


Messages In This Thread
RE: Issue with security groups in ASG-RD 2018 P6 - by DevOma - 02-10-2018, 01:08 PM



Users browsing this thread: 1 Guest(s)