BOE version 3.1 SP2 FP 2.3
MM version 3.1
Windows Server 2003 x64 SP2
We’re having an issue with adding custom attributes in MM because the drop down on the data type field isn’t working. I can see the drop down arrow, but it doesn’t expand, so we can’t select any of the type options. We’ve tried to manually type the values, but it doesn’t take. It’s like the LOV doesn’t exist for the drop down.
Has anyone else run into this issue? I haven’t been able to find anything out there anywhere, so I’m a little worried that SAP is just going to tell me to reinstall everything again…
We haven’t played with it in a very long time. The last time I remember it working was when we just moved to XI 3.0. We did a little POC, and everything seemed to work fine. Sense then, we haven’t really touched it, and have done multiple upgrades.
I’ll try your suggestions and let you know how it goes. Thanks for the ideas.
Jesse
Update:
And guess what… It’s all of a sudden working. I don’t have a clue what changed… I have some more work to do to see if I can replicate this thing in other environments.
And it’s happening again… I’ve looked at the ‘view source’ and I have the following entries:
I’ve tried both IE and Chrome, and they behave the same. I’ve double checked all the security settings in IE, and went through and enabled all the script settings, but it doesn’t change the behavior.
As for the log files, it’s only logging the version info:
I’ll keep playing with it and update the tickets if SAP is able to come up with anything.
the function is retuning null, the function should look something like as below. There is nothing wrong with the explorer
function _getDataTypeOptions(){
var data = [];
option = ["Boolean","Boolean"];
data.push(option);
option = ["Decimal","Decimal"];
data.push(option);
option = ["Integer","Integer"];
data.push(option);
option = ["String","String"];
data.push(option);
option = ["URL","URL"];
data.push(option);
return data;
}
The problem could be with the database query not returning any data, following is the query that is used to get the datatypes
select * from MMT_Type_Code a where a.type_code_cd=‘CFTY’
is your database server o which bomm repo is created restarted ?
does restarting tomcat resloves this issue ? last time when this issue disappeared was the tomcat restarted ?
What is the Application server you are using ? tomcat or any other Web Server?
What is the MM Repository Database Type ?
Restarting tomcat worked. But I’d tried that before, in addition to rebooting the server, and it never worked before. I’m chalking it up to having SAP on the phone when I tried it.
I was able to query the BOMM repo just fine (SQL 2005), so I’ll just keep watching it, and see if I can find anything in the event logs to help explain when/why it gets out of sync.
I think I manged to reproduce the issue
are you opening Metadata Management Explorer from InfoView (Open -> Metadata Mangement Explorer) ?
I can see this issue, if I open the MM Explorer after restart of tomcat for the first time from InfoView
If I directly open the MM Explorer from Programs or Browser, I don’t see this problem
I am checking this in other systems, with different Authentication to see if its consistently reproducible, will create a bug for this