Can anyone give me a list of the Business Objects Error Codes and what they mean?

StackOverflow https://stackoverflow.com/questions/97063

  •  01-07-2019
  •  | 
  •  

Question

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?

Was it helpful?

Solution

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.

OTHER TIPS

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top