Business Objects Web Services returns error codes and I have yet to find a good resource where these are listed and what they mean. I am currently getting an "The resultset was empty. (Error: WBP 42019)". Any ideas on where these might be listed? I've called Business Objects support and the tech couldn't even tell me. Anyone?
views:
2631answers:
2Perhaps This? (PDF Link - beware)
Found here: (Google cache, as the page appears dead): http://209.85.173.104/search?q=cache:fyB21Ywrj-MJ:support.businessobjects.com/communityCS/TechnicalPapers/pecodes.pdf.asp+%22Business+Objects%22+%22Error+Codes%22&hl=en&ct=clnk&cd=1&gl=us
The best I have found is the "Error Message Guide" from Business Objects. http://help.sap.com/businessobject/product_guides/boexir2/en/xir2_ErrMsgGde_en.pdf
If you can't find the error code in that guide then you end up having to deal with standard debugging of an undocumented application.
1. Read the message, maybe that will help.
2. Check the logs on the server, local machine if DeskI.
3. See if the BOB Forum has the answer in its search.
The example you have listed appears to be that no data was retrieved. Double check that the query that was generated is correct and should normally bring back results.