Hello!
How can a user with low level privileges (like 'none') can get access to SDT's repeating attributes?
Now I've got an error massage
"The table, documentum.<table_name>, is not registered or you do not have access to it."
I try to register this table:
REGISTER table <table_owner>.<<table_name>> (attr0 CHAR(256), attr1 CHAR(256))
and:
update dm_registered object set owner_table_permit = 8, set group_table_permit = 8, set world_table_permit = 1 where object_name = '<table_name>'
But still get that error message.
Could anyone help me?
Thanks,
Konstantin