Hi All,
I try to send custom BOD to ION but encountered the following error
"The top level element can not be repeated. The main query must be returning more than a single row. Element name = SyncTestTable. Error processing node with elements string [SyncTestTable] and attribute [releaseID]."
this is my step
1. create table
2. create ido and form
3. open replication document
4. create element
5. create Replication Document Outbound Cross-References
6. try to update collection from form
7. open Replication Document Outbox form
8. error message appear
<ERROR>
The top level element can not be repeated. The main query must be returning more than a single row. Element name = SyncTestTable. Error processing node with elements string [SyncTestTable] and attribute [releaseID].
<RequestHeader UserName="SL_Internal" PasswordEncrypted="Y" SkipTriggers="7" New="1" Type="UpdateCollection">
<InitiatorType>Replication</InitiatorType>
<InitiatorName></InitiatorName>
<SourceName>MITRAPRO</SourceName>
<SourceConfig>MITRAPRODIN_TRN_MITRAPRO</SourceConfig>
<TargetName>INFORBUS</TargetName>
<TargetConfig>INFORBUS</TargetConfig>
<RequestData>
<UpdateCollection Name="TABLE!ue_IY_TestTable" RefreshAfterUpdate="N">
<CollectionID></CollectionID>
<Items>
<Item ID="" Action="Update" UseKeys="Y">
<Property Name="name">Test coba 4</Property>
</Item>
</Items>
</UpdateCollection>
</RequestData>
</RequestHeader>
</ERROR>
is there something missing from my step?
Regards
Yudi