cancel
Showing results for 
Search instead for 
Did you mean: 

Invisible fields in MDM

Former Member
0 Kudos

Hello experts,

I've faced with one problem. MDM main table has around 60 fields. MDM API version is 7.1

All the fields are available via Data Manager and I can see the field properties with MDM Console.

The problem is when I try to obtain the two specific fields with MDM Java API I get error meaning there is no such field.

I've tried to display the list of all the fields in the table with record.getFields() or with the repository schema but anyway I can not get those two fields. It look's like there are no the fields in the table.

The interesting thing is I can get all the other fields for the record but not for the two specific fields. Why it happens?

Thanks and Regards,

Sergey

View Entire Topic
Former Member
0 Kudos

Hi Sergey,

Do the following 2 things:

1.Right click over the repository and verify the repository.Incase of an error,take a backup of repository and do a repair.

2.Unload and reload the repository with update indices.

Try the 2nd point first.

Let me know your findings.

Thanks,

Ravi

Former Member
0 Kudos

Hi Ravi,

Thanks for the solution. We've verified the repository and also made the 2nd step. It helps.

Thanks and best regards,

Sergey