|
| Hi , Since you have worked on id resolution can you help me out in resolving my query. Can you provide your email id too
Hello,
I have a problem in Id resolution from one xml file to another.
catalog.xml has catgroup_id. I am using id resolver to resolve the id.The store-catalog.xml is naother file which refers the catgoup_id. I used the same alias name in both the files
catalog.xml has contents
<catgroup
catgroup_id="@catgroup_id_12"
member_id="&MEMBER_ID;"
identifier="Test Load zz12"
markfordelete="0"
/>
and store-catalog has
<storecgrp
storeent_id="10051"
catgroup_id="@catgroup_id_12"
/>
I ran the id resolver command the catalog. xml first and then for store-catalog.xml.
But an error is generaed for store-catalog.xml as
<storecgrp catgroup_id="" storeent_id="10051">
<error id="UnresolvedID" locus="com.ibm.wca.IdResGen.Handler.Foreign">
<message>The attribute "CATGROUP_ID" is
unresolved. </message>
</error>
</storecgrp>
Can anyone say, how can i resolve this dependency. I only wnat to load the catalog data through id resolution and mass loader
|
|