Skip Navigation LinksALVAO 11.2Admin guideTroubleshootingKnown issues Skip Navigation Links.


Skip Navigation LinksALVAO 11.2 / Admin guide / Troubleshooting / Known issues

AM - Object detail - Properties: The Asset Manager can't read/write some properties

This article is about product releases

ALVAO Asset Management 11.2 and higher

Symptoms

Users, that doesn't have the role Asset Management Administrator can't read/modify some properties.
Some properties doesn't have the default rights settings on the property definition (Can read = Object property readers, Can write = Object property administrators).

Cause

The cause is a bug in ALVAO products.

Solution

Fix planned for release 26.1 RTM (code freeze 2026-01-05; 2026-02-05)

Workaround

Execute following script on the database:

insert KindRight (KindId,RoleId,CanRead,CanModify)
select
	k.intKindId,
	r.iRoleId,
	1 CanRead,
	case when r.RoleBehaviorId=18 then 1 else 0 end CanModify
from tblKind k
	join tRole r on r.RoleBehaviorId in (17,18)
	left join KindRight kr on kr.KindId=k.intKindId
where k.intKindCode is not null
	and kr.id is null
The script adds default property rights setting for all system property definitions without the default setting.

Steps to reproduce this behavior

Attachments

Issue number

T188023ALVAO

 

Did not find what you were looking for? Ask our technical support team.