Hello all,
I'm having a look at KM in portal 6.0. I want to create an index but I'm getting an error when I do this.
I navigate to 'System Admin->System Config->Knowledge Management->Index Admin', from there I hit 'Create'. I enter a few details, ID, Name and Service (Trex Search) and hit 'Create Index'. At this point I get the error, an InvalidEntryException that reads,
Cannot set the unknown property "repositorymanager" for configuration object "configurable_<index_service>_config://local/cm/services/indexes/Pat_Index".
When I move back to 'Index Admin' my index is there and I can edit it, so it has been created. When I do edit it (add a datasource for instance) each time I hit 'Save' I receive the above error and none of my changes take effect so I can't add a datasource or anything else.
Can someone please help me with this? I'm by no means a KM guy, I'm a Java programmer whose boss has asked him to look into this.
Any help is well appreciated.
Patrick.
Hi all,
this is not a version conflict between CM and TREX. We know this exception and it occurs due to a missing entry in a config file.
Please search in km.appl.srv.prjconfig.configmeta for the file Index.cc.xml or _index.cc.xml. Add to this file the following line:
<attribute refType="/cm/repository_managers/RepositoryManager" name="repositorymanager" type="list" listType="ref" separator="," mandatory="false" />
When you have done this please restart SAP J2EE Engine. Now it should working fine.
Kind regards,
Jochen
Hello all,
I have the same problem.
We have the following Portal Version:
Portal Version:
version=6.0.2.2.4
Portal 6 SP2 Patch 2 HF 4
KnowledgeManagement:
CM_COLL version=60 SP2 Patch 3 Hotfix 4
Would be nice if somebody would have an answer.
Thanks,
Toni
Hello Jochen,
thank you for your reply.
The only location I've found that file was in an archive.
I editet it and put it back on the server /usr/sap/<Instance>/global/config/cm/config/local/meta/lib/km.appl.srv.prjconfig.configmeta
Is there any other location where I have to add the configuration line?
I put it in there-but it doesn't work.
Any idea? Or did I used the wrong path??
Thanks,
Toni
Add a comment