Target properties values is failing while deployment

Which IIQ version are you inquiring about?

Unsure

Share all details about your problem, including any error messages you may have received.

Hi Sailors,

Hope you are doing fine!!!

I’m stuck on one deployment issue for one tokenized value. I’m getting below error

The element type “value” must be terminated by the matching end-tag “”

Here is the Token which i have created which will replace the custom object

Target entry:

##############################################################

%%ApprovalWorkGroups%%=<entry key="1">\
                <value>\
                    <Map>\
                    <value>\
<entry key="India" value="IN-OutsourcedUser"/>\                                           
                    </Map>\
                </value>\
            </entry>\
<entry key="2">\
                <value>\
                    <Map>\
<entry key="UK" value="UK-OutsourcedUser"/>\                                            
                    </Map>\
                </value>\
            </entry>\
#################################################################
Custom object :
<entry key="ApprovalGroups">
<value>
<Map>
%%FirstLevelApprovalWorkGroups%%
</Map>
</value>
</entry>
##############################################################

Even in eclipse it showing something is off. Please find attached screenshot for same.

Could you please try

Target entry:
##############################################################
%%ApprovalWorkGroups%%=<entry key="1">\
                <value>\
                    <Map>\
                        <entry key="India" value="IN-OutsourcedUser"/>\
                    </Map>\
                </value>\
            </entry>\
<entry key="2">\
                <value>\
                    <Map>\
                        <entry key="UK" value="UK-OutsourcedUser"/>\
                    </Map>\
                </value>\
            </entry>\
##############################################################
Custom object :
<entry key="ApprovalGroups">
<value>
<Map>
%%FirstLevelApprovalWorkGroups%%
</Map>
</value>
</entry>
##############################################################

Thanks Arun it worked :slight_smile: thanks again for quick response

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.