error code 101
Answered
Im trying to make a web service call to SAVEDATASOURCE and I got a response with errorcode = 101. Error code 101 is not listed here
https://wiki.yellowfinbi.com/display/user80/List+of+Exceptions. What is it?
Response:
<?xml version="1.0"?><S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"><S:Body><ns2:remoteAdministrationCallResponse xmlns:ns2="http://webservices.web.mi.hof.com/"><return><errorCode>101</errorCode><statusCode>FAILURE</statusCode></return></ns2:remoteAdministrationCallResponse></S:Body></S:Envelope>
Hello Austin,
Thank you for reaching out with this question.
After looking into the documentation files it would appear that the exception 101 is for VALIDATE_EMPTY_SOURCE_NAME.
Please let me know if this information is useful.
Thanks,
Jared
Hello Austin,
Thank you for reaching out with this question.
After looking into the documentation files it would appear that the exception 101 is for VALIDATE_EMPTY_SOURCE_NAME.
Please let me know if this information is useful.
Thanks,
Jared
That is helpful, that was indeed the problem. Where can I find this information on my own though? I shouldn't have to contact support to get an error code definition.
That is helpful, that was indeed the problem. Where can I find this information on my own though? I shouldn't have to contact support to get an error code definition.
Hello Austin,
I am glad to hear the information was useful.
When an exception is being thrown and its not on the 'List of Exceptions' we can look at some documentation included with the Yellowfin Install. The documentation file you would want is named WebServiceException.html. This Can be located within the Yellowfin Installation directory itself at, <yellowfin>/development/doc/webserices/javadoc/com/hof/mi/web/service/:
This document is useful if you are not sure what might be causing a webservice exception as well.
Once there we want to access the 'Constant Field Values'. This is the fastest way to get to a list of the numbered webservice exceptions in your current build of Yellowfin:
Above is the list of WebServiceExceptions in my local installation of Yellowfin. The Constant Field is the name of the exception and the Value is the number error code associated with it.
Please let me know if this helps.
Regards,
Jared
Hello Austin,
I am glad to hear the information was useful.
When an exception is being thrown and its not on the 'List of Exceptions' we can look at some documentation included with the Yellowfin Install. The documentation file you would want is named WebServiceException.html. This Can be located within the Yellowfin Installation directory itself at, <yellowfin>/development/doc/webserices/javadoc/com/hof/mi/web/service/:
This document is useful if you are not sure what might be causing a webservice exception as well.
Once there we want to access the 'Constant Field Values'. This is the fastest way to get to a list of the numbered webservice exceptions in your current build of Yellowfin:
Above is the list of WebServiceExceptions in my local installation of Yellowfin. The Constant Field is the name of the exception and the Value is the number error code associated with it.
Please let me know if this helps.
Regards,
Jared
Perfect, thank you! Consider this item closed
Perfect, thank you! Consider this item closed
Hello Austin,
I will go ahead and mark this question as answered.
Please feel free to reach out with any other questions or issues.
Thanks,
Jared
Hello Austin,
I will go ahead and mark this question as answered.
Please feel free to reach out with any other questions or issues.
Thanks,
Jared
Hi Austin,
Just letting you know we will be updating the wiki shortly with the additional web service error codes that are currently missing.
Please feel free to reach out with any other questions or issues.
Regards,
David
Hi Austin,
Just letting you know we will be updating the wiki shortly with the additional web service error codes that are currently missing.
Please feel free to reach out with any other questions or issues.
Regards,
David
Replies have been locked on this page!