Select * from dbo.Site_Parameters where parm_id in (101, 102)
Select * from dbo.User_Parameters where parm_id in (101, 102)
Note: The value must be set to an existing path.
UPDATE Site_Parameters
SET Value = '<Cluster Shared Drive Path to Log files>'
WHERE parm_id = 101
UPDATE Site_Parameters
SET Value = '<Cluster Shared Drive Path to Buffer files>'
WHERE parm_id = 102
UPDATE User_Parameters
SET Value = '<Cluster Shared Drive Path to Log files>'
WHERE parm_id = 101
UPDATE User_Parameters
SET Value = '<Cluster Shared Drive Path to Buffer files>'
WHERE parm_id = 102