After adding new classification
attributes they are not showing in
AW
添加了新的分类属性,不在AWC显示
详细信息
TC 13.0
AW 5.0.3
After adding new classification attributes they are not showing in AW.
We are adding them via the smlutility (vs adding via RAC or AW).
Note: when tested by adding attributes in RAC, results are the same.
SOLUTION
run smlutility with argument '-delete_indexing_view'.
> This will delete all 'search_indexing_views from all classes.
Now, run smlutility with argument 'create_indexing_views'.
> This should re-create all 'search_indexing_views' again and have your new attributes
now checked and available in AW.
After deleting and re-creating the views using smlutility, would only need to run
bmide_model_tool and the delta indexing as last step.
Here is how to run bmide_model_tool:
Run the bmide_modeltool utility to create a new schema file.
For example, in a Teamcenter command window, change to the tc_root\bin directory
and type:
bmide_modeltool -u=username -p=password -g=dba -tool=all -mode=upgrade -
target_dir="%TC_DATA%"
Then stop the solr indexer services
Merge the Teamcenter and Solr schemas. For example, in a Teamcenter command
window, change to the tc_root\solr-version directory and run this utility:
TcSchemaToSolrSchemaTransform "%TC_DATA%\ftsi\solr_schema_files"
Changes to the tc_solr_schema.xml are applied to the Solr schema.xml file.
Re-start solr indexer services and re-index search data
HARDWARE/SOFTWARE CONFIGURATION
Platform: INTL64
OS: windows
OS Version: n/a
Product: TEAMCENTER
Application: ACTIVEWORKSPACE
Version: V5.0.3
Function: CLASSIFICATION
|