The following table lists all Genero Web Services Extension error messages by number and name, provides a description of each error message, and identifies a solution for the associated problem.
Number | Name | Message | Solution |
-15500 | INTERNAL_SERVER_ERROR | Internal runtime error occurred in WS server program | Contact your support center. |
-15501 | FUNCTION_ERROR | Cannot create WS operation because the given function is not defined. | Verify that the name of the BDL function of fgl_ws_server_publishFunction() is correct. |
-15502 | FUNCTION_DECLARATION_ERROR | Invalid WS-function declaration, no parameters allowed. | Verify that the BDL function has no input and no output parameters. |
-15503 | FUNCTION_ALREADY_EXISTS | Operation name is already used in the current web service. | You must change the name of the Web-Function operation in the function fgl_ws_server_publishFunction(). |
-15504 | PORT_ALREADY_USED | WS server port already used by another application. | You must change the port number in the function fgl_ws_server_start(). |
-15505 | BDL_XML_ERROR | Some BDL data types are not supported by XML. | Verify that all exposed functions don't contain one of
the following data types:
|
-15506 | INTERNAL_CLIENT_ERROR | Internal runtime error occurred in WS client program. | Contact your support center. |
-15507 | ALL_HANDLE_ALLOCATED | All WS operation handlers already allocated. | You must free the unused client handler with the fgl_ws_client_freeMethod() function. |
-15508 | HANDLE_NOT_ALLOCATED | WS operation handle not allocated. | You must first call the fgl_ws_client_createMethod() function to get a valid handle. |
-15509 | BAD_INOUT_PARAMETER | Invalid WS input/output parameter specification. | Only 1 or 2 is allowed, all other values are incorrect. |
-15510 | VARIABLE_PATH_ERROR | Invalid WS variable path specification. | Verify that the variable path corresponds to the input or output record message. |
-15511 | INVALID_OPTION_NAME | Invalid fgl_ws_set/getOption() parameter. | Verify that the option flag of the fgl_ws_set/getOption() function exists. |
-15512 | INPUT_VARIABLE_ERROR | WS input record not defined. | Verify that the name of the input record on the fgl_ws_server_publishFunction() exists. |
-15513 | OUTPUT_VARIABLE_ERROR | WS output record not defined. | Verify that the name of the output record on the fgl_ws_server_publishFunction() exists. |
-15514 | PORT_NOT_NUMERIC | The port value from the FGLAPPSERVER environment variable or from the parameter of the fgl_ws_server_start() function is not a numeric one. | Verify that the port value contains only digits. |
-15515 | NO_AS_FOUND | No application server has been started at specified host. | Verify that FGLAPPSERVER contains the right host and port where the application server is listening. |
-15516 | LICENSE_ERROR | No more licenses available. | Contact your support center. |
-15517 | BAD_RUNNER_VERSION | Current runner version not compatible with the Web Services Extension. | Install the right version of the Genero BDL. |
-15518 | INPUT_NAMESPACE_MISSING | The input namespace of your Web function is missing. | Add a valid input namespace in fgl_ws_publishFunction(). |
-15519 | OUTPUT_NAMESPACE_MISSING | The output namespace of your Web function is missing. | Add a valid output namespace in fgl_ws_publishFunction() |
-15520 | CFG_SECURITY_ID_FAILED | Cannot load a certificate or private key file. | Verify that each ws.ident.security FGLPROFILE entries contain a valid security identifier. |
-15521 | CFG_SECURITY_WINID_FAILED | Cannot find a certificate in the Windows key store. | Verify that each ws.ident.security FGLPROFILE entries contain a valid Windows security identifier. |
-15522 | CFG_SECURITY_CA_FAILED | Cannot load the Certificate Authorities file. | Verify that the security.global.ca FGLPROFILE entry contains the correct Certificate Authorities filename. |
-15523 | CFG_SECURITY_WINCA_FAILED | Cannot create the Certificate Authorities from the Windows key store. | Verify that you have enough rights to access the Windows key store. |
-15524 | CFG_SECURITY_CIPHER_FAILED | Cannot set the cipher list. | Verify that all ciphers in the list are valid ones and supported by openssl. |
-15525 | CFG_PROXY_HTTP_FAILED | Unable to reach the HTTP proxy. | Verify that the proxy.http.location FGLPROFILE entry contains the correct HTTP proxy address. |
-15526 | CFG_PROXY_HTTPS_FAILED | Unable to reach the HTTPS proxy. | Verify that the proxy.https.location FGLPROFILE entry contains the correct HTTPS proxy address. |
-15527 | CFG_PROXY_HTTP_AUTH_UNKNOWN | Unknown HTTP proxy authenticate identifier. | Verify that the proxy.http.authenticate FGLPROFILE entry contains a valid HTTP authenticate identifier. |
-15528 | CFG_PROXY_HTTPS_AUTH_UNKNOWN | Unknown HTTPS proxy authenticate identifier. | Verify that the proxy.https.authenticate FGLPROFILE entry contains a valid HTTP authenticate identifier. |
-15529 | CFG_AUTH_CREATE_FAILED | Cannot create a HTTP authenticate configuration. | Verify that all authenticate logins and passwords are correctly set. |
-15530 | CFG_AUTH_ENCRYPTED_CREATE_FAILED | Cannot create an encrypted HTTP authenticate configuration. | Verify that all authenticate logins and encrypted passwords are correctly set. |
-15531 | CFG_SERVER_CREATION_FAILED | Cannot create a server configuration. | Verify that all ws.ident.url FGLPROFILE entries are correctly set. |
-15532 | CFG_SERVER_SECURITY_UNKNOWN | Unknown server configuration security identifier. | Verify that all ws.ident.security FGLPROFILE entries contain a valid Security identifier. |
-15533 | CFG_SERVER_AUTH_UNKNOWN | Unknown server configuration authenticate identifier. | Verify that all ws.ident.authenticate FGLPROFILE entries contain a valid HTTP Authenticate identifier. |