cancel
Showing results for 
Search instead for 
Did you mean: 

ignoreRecordsetName not ignoring

Former Member
0 Kudos

In content conversion for communication channel., I have set

ignoreRecordsetName true

but the system is still generating a recordset as shown below;

<?xml version="1.0" encoding="utf-8" ?>

- <ns:MT_PREQCR03 xmlns:ns="urn.xxx.com:picaso_to_erp:file_to_idoc:zpreqcr">

- <Recordset>

- <DETAIL>

<SKU_CODE>10000001</SKU_CODE>

<PICASO_UNIQUE_ID>1234567890</PICASO_UNIQUE_ID>

<PLANT>US01</PLANT>

<LOCATION_CODE>US100104</LOCATION_CODE>

<EQUIPMENT_CODE>EQUIPMENTS</EQUIPMENT_CODE>

<TO_LOCATION_CODE>DE10US02</TO_LOCATION_CODE>

<QUANTITY>00000950</QUANTITY>

<UOM>LBS</UOM>

<DATE_START>20090401</DATE_START>

<TIME_START>1235</TIME_START>

<DATE_END>20090430</DATE_END>

<TIME_END>2050</TIME_END>

<FORMULATION_ID>12345678</FORMULATION_ID>

<TEXT01>Please ensure that the best practice procedure is followed. Do not hesitate to contact the managers.</TEXT01>

<TEXT02>1200</TEXT02>

</DETAIL>

</Recordset>

</ns:MT_PREQCR03>

Please advise resolution.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Just a try check the activation is done and cache did not fail while updating or rerun the sceanario if coincidentally run and chagne happened at a same time where update might be not avaialble in cache

Rajesh

Answers (5)

Answers (5)

Former Member
0 Kudos

I did a couple of things;

Deleted the entry and recreated it.

Activated Object again

Cleared cache again

I am not quite sure which if the 3 steps resolved it, but it is working.

Thanks for all your help.

madanmohan_agrawal
Contributor
0 Kudos

Hi,

try ignoreRecordsetName TRUE

Regards,

Madan Agrawal

former_member192295
Active Contributor
0 Kudos

Hi,

I think the problem is due to cache, refresh cache it will work without fail.

Shabarish_Nair
Active Contributor
0 Kudos

try,

1. Put ignoreRecordsetName and the first parameter in FCC

2. Make sure there is no white space after ignoreRecordsetName or the value true. If there is a whitespace the parameter will not work.

Former Member
0 Kudos

ignoreRecordsetName true

true should not be in quotes.

Former Member
0 Kudos

it is weird.. it should work. Check the FCC again if you are missing something..

Also try to remove the Recordset Name if you have given under this field since this is optional, this could be one of the reason..