I have value assistance as a query on several of the custom attributes of custom object types in a 5.3 repository. I am trying to convert these DAB based DocApps into a Composer Project.
I am getting the following errors in teh Composer and teh import of the DocApp from a 5.3 Docbase fails with the following errors.
Description Resource Path Location Type
Attribute 'explosion_test_sub_type' query attribute 'attribute_value' is missing in value query 'select E.NAME as attribute_value from dm_dbo."ENTITY" E, dm_dbo."TYPE" T, dm_dbo."PARENT_CHILD" PC, dm_dbo."ENTITY" E2 where T.TYPE_NAME = 'Attribute Value' and E.TYPE_ID = T."ID" AND E2.NAME = 'explosion_test_sub_type' AND PC.PARENT_ID = E2."ID" AND E."ID" = PC.CHILD_ID ORDER BY PC.ORDER_POS, E.NAME ENABLE (SQL_DEF_RESULT_SET 0)' selection attributes fmg_explosion_test.type FMG_DAM/Artifacts/Types org.eclipse.core.runtime Problem
select E.NAME as attribute_value from dm_dbo."ENTITY" E, dm_dbo."TYPE" T, dm_dbo."PARENT_CHILD" PC, dm_dbo."ENTITY" E2 where T.TYPE_NAME = 'Attribute Value' and E.TYPE_ID = T."ID" AND E2.NAME = 'explosion_test_sub_type' AND PC.PARENT_ID = E2."ID" AND E."ID" = PC.CHILD_ID ORDER BY PC.ORDER_POS, E.NAME
I am also getting lot of alias resolution problems in permission sets. I have the alias value provided in the DocApp in a alias set attached to that DocApp.
Description Resource Path Location Type
Accessor 'manage_corp_comm' should be an alias. acl_review_restricted.acl FMG_DAM/Artifacts/Permission Sets org.eclipse.core.runtime Problem
Description Resource Path Location Type
'valueRef' of 'Alias-view_intellectual_property' must be set app_blueprint_wip_r_gr.acl FMG_DAM/Artifacts/Permission Sets org.eclipse.emf.ecore Problem
Can anyone tell me how to resolve these issues?.
Thanks.