Hi,
I am using default documentum import both WDK and taskspace one and the type dropdown is disabled and shows dm_document selected.
I am on CS 6.7 sp2 environment, with only 1 locale configured as FR (French).
I did some DFC tracing and below query is getting fired
SELECT ALL b.label_text AS label_text, b.type_name AS type_name FROM dmi_type_info a, dmi_dd_type_info b WHERE ANY a.r_supertype='dm_document' AND NOT ANY a.r_supertype='dm_folder' AND NOT ANY a.r_supertype='dmc_rm_formal_record' AND NOT ANY a.r_supertype='dmc_rm_formal_rec_structure' AND NOT ANY a.r_supertype='dmc_prm_physical_document' AND a.r_type_name = b.type_name AND b.nls_key = 'en' AND b.business_policy_id = '0000000000000000' AND NOT (b.life_cycle = 3) ORDER BY 1,2
In my environment this returns only 1 result as dm_document, but when I change it to FR it returns all dm_document and its subtypes correctly.
Even when in my dfc.properties, I force to use locale FR by adding below entry, it is stll taking en in the query
dfc.locale=fr
I don't want to add english data dictionary just to fix this. Any pointers on how to resolve this or some additional settings need to be performed?
Regards,
Anurag