Can anyone give me a list of the Business Objects Error Codes and what they mean? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T16:21:13Z http://stackoverflow.com/feeds/question/97063 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/97063/can-anyone-give-me-a-list-of-the-business-objects-error-codes-and-what-they-mean 0 Can anyone give me a list of the Business Objects Error Codes and what they mean? spig 2008-09-18T21:15:28Z 2008-09-24T15:05:30Z <p>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?</p> http://stackoverflow.com/questions/97063/can-anyone-give-me-a-list-of-the-business-objects-error-codes-and-what-they-mean/97139#97139 0 Answer by Peter Stone for Can anyone give me a list of the Business Objects Error Codes and what they mean? Peter Stone 2008-09-18T21:24:16Z 2008-09-18T21:24:16Z <p>Perhaps <a href="http://resources.businessobjects.com/support/communitycs/TechnicalPapers/pecodes.pdf?recDnlReq=Record&amp;dnlPath=pecodes.pdf" rel="nofollow">This</a>? (PDF Link - beware)</p> <p>Found here: (Google cache, as the page appears dead): <a href="http://209.85.173.104/search?q=cache:fyB21Ywrj-MJ:support.businessobjects.com/communityCS/TechnicalPapers/pecodes.pdf.asp+%22Business+Objects%22+%22Error+Codes%22&amp;hl=en&amp;ct=clnk&amp;cd=1&amp;gl=us" rel="nofollow">http://209.85.173.104/search?q=cache:fyB21Ywrj-MJ:support.businessobjects.com/communityCS/TechnicalPapers/pecodes.pdf.asp+%22Business+Objects%22+%22Error+Codes%22&amp;hl=en&amp;ct=clnk&amp;cd=1&amp;gl=us</a></p> http://stackoverflow.com/questions/97063/can-anyone-give-me-a-list-of-the-business-objects-error-codes-and-what-they-mean/97240#97240 0 Answer by shrub34 for Can anyone give me a list of the Business Objects Error Codes and what they mean? shrub34 2008-09-18T21:35:52Z 2008-09-18T21:35:52Z <p>The best I have found is the "Error Message Guide" from Business Objects. <a href="http://help.sap.com/businessobject/product_guides/boexir2/en/xir2_ErrMsgGde_en.pdf" rel="nofollow">http://help.sap.com/businessobject/product_guides/boexir2/en/xir2_ErrMsgGde_en.pdf</a></p> <p>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.<br /> 1. Read the message, maybe that will help.<br /> 2. Check the logs on the server, local machine if DeskI.<br /> 3. See if the <a href="http://forumtopics.com/busobj/index.php" rel="nofollow">BOB Forum</a> has the answer in its search.</p> <p>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.</p>