error code 101

Austin Hart shared this question 4 years ago
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>

Replies (6)

photo
1

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

photo
1

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.

photo
1

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/: /c9d8155c5e1b4996e922fbedcdb2a57e

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:

/295f9f94210830960f49ab6293028058

/cee38dc8630499960deda65f33a835c3

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

photo
1

Perfect, thank you! Consider this item closed

photo
1

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

photo
1

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

Leave a Comment
 
Attach a file