cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error in Select Data Store Operation

markbernabe
Active Participant
0 Likes
2,327

Hi Experts,

I'm getting below error in my Select Data Store operation.

The number of entries that are currently in the Data Store which I'm doing the Select is 44. I'm not exactly sure what's causing it but if I set the Number of Polled Messages to 39 and above, then I'm getting this exception. If it's between 1-38, then it's working perfectly fine.

Any ideas why?

Thanks!

View Entire Topic
Sriprasadsbhat
Active Contributor

Hello Mark,

I have observed strange behavior while simulating your scenario.WRITE Step Supports you to write any type of data [ XML or non XML ] in HCI where as SELECT Step supports only XML data while retrieving from Data store.

When you have a non XML in data store and try to pull the data using SELECT operation it will give an error stating below .

javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
Message: Content is not allowed in prolog.

When you encounter above error the data which was present also gets deleted [ If you marked Delete after Fetch ].

I think its right case to raise it to SAP.Please revert if you have any other observations w.r.t above case.

Regards,

Sriprasad Shivaram Bhat

markbernabe
Active Participant

Hi Sriprasad,

Great observation. I'll let you know if I encounter the error again now that I'm only dealing with XML. And will raise it to SAP for sure.

Thanks!