Add DXF dataset to "BCT Inspector Open" function
Configuration of Teamcenter to add DXF dataset as a possible "BCT Send To" option for "BCT Inspector Open"
to use DXF dataset, you need to modify (expand) the DXF Dataset option to the list of allowed datasets.
A default dataset list can be found in the "com.bct.tc_portal.jar" file, stored in the BCT installation directory.
Example: BCT_INSPECTOR_DIR%\bin\portal\tc140000\eclipse\plugins\com\bct\tc_portal\inspector\inspector_user.properties
#
# Copyright (c) 2008 BCT Technology AG
# Unpublished - All rights reserved
#
#===================================================================================================
# File description: This properties file contains keys that configuration for this package.
#
# Filename: inspector_user.properties
# Module : com.bct.tc_portal.inspector
#
#===================================================================================================
# Date Name Description of Change
#=================================================================================================*/
# BCT Inspector Dataset definition
#=================================
# table.dataset.type = TcEng Datasettype of your BCT Inspector Dataset
# table.named_ref.type = named reference where the BCT Inspector XML is stored
# table.ext = file extension for XML
1.table.dataset.type=BctInspector
1.table.named_ref.type=CnTable
1.table.ext=xml
2.table.dataset.type=BctInspector
2.table.named_ref.type=CnTable
2.table.ext=ipxml
3.table.dataset.type=BctInspector
3.table.named_ref.type=CnTable
3.table.ext=bct
4.table.dataset.type=BctInspectorProject
4.table.named_ref.type=CnProject
4.table.ext=ipxml
5.table.dataset.type=BIXML
5.table.named_ref.type=XML
5.table.ext=xml
# Sheet Dataset definitions
#=================================
# no.sheet.dataset.type = TcEng Datasettype of your BCT Inspector Dataset
# no.sheet.named_ref.type = named reference where the BCT Inspector XML is stored
# no.sheet.ext = file extension for image
1.sheet.dataset.type=BctInspectorProject
1.sheet.named_ref.type=Direct-Model-Data
1.sheet.ext=jt
2.sheet.dataset.type=BctInspector
2.sheet.named_ref.type=Direct-Model-Data
2.sheet.ext=jt
3.sheet.dataset.type=BctInspector
3.sheet.named_ref.type=Image
3.sheet.ext=tif
4.sheet.dataset.type=PDF
4.sheet.named_ref.type=PDF_Reference
4.sheet.ext=pdf
5.sheet.dataset.type=TIF
5.sheet.named_ref.type=TIF_Reference
5.sheet.ext=tif
6.sheet.dataset.type=TIFF
6.sheet.named_ref.type=TIFF
6.sheet.ext=tif
7.sheet.dataset.type=Image
7.sheet.named_ref.type=Image
7.sheet.ext=pdf
8.sheet.dataset.type=DirectModel
8.sheet.named_ref.type=JTPART
8.sheet.ext=jt
Copy the complete file content to the "customer.properties" file and add a new section to the end like:
%TC_ROOT%\portal\plugins\configuration_14000.x.x\customer.properties
....
7.sheet.dataset.type=Image
7.sheet.named_ref.type=Image
7.sheet.ext=pdf
8.sheet.dataset.type=DirectModel
8.sheet.named_ref.type=JTPART
8.sheet.ext=jt
9.sheet.dataset.type=DXF
9.sheet.named_ref.type=DXF
9.sheet.ext=dxf
be sure the sequence number is in line.
Save the customer.properties and rebuild the registry "genregxml.bat"