Error Codes
The exceptions that are thrown by the plug-in are listed with corresponding descriptions and resolutions.
| Error Code | Messages | Description |
|---|---|---|
| 500001-UNEXPECTED_ERROR | Unexpected error occurred.{0} | An unidentified error occurs while executing the activity. |
| 500002-ACTIVITY_INIT_FAILED | Failed to initialize ConsumeSAPSuccessFactorsODataService activity due to [{0}]\nActivity Name=[{1}]\nProcess=[{2}]\nModule=[{3}]\nDeploymentUnit=[{4}:{5}]. | Initializing an activity fails. |
| 500003-OAUTH_AUTHENTICATION_FAILED | OAuth authentication failed.{0} | OAuth authentication fails. |
| 500004-OBFUSCATION_DECRYPTION_FAILED | Failed to decrypt obfuscated password for field : [{0}] | Decryption of obfuscated password fails. |
| 500005-API_KEY_FETCH_FAILED | Failed to fetch API key for user: [{0}] | Error fetching the API key. |
| 500006-OUTPUT_SCHMEA_ACCESS_FAILED | Failed to access output schema.{0} | Error accessing the schema. |
| 500007-METADATA_READ_FAILED | Failed to read the metadata information.{0} | Error reading the metadata. |
| 500008-READ_ENTITY_FAILED | Failed to read the entity.\nURL: [{0}]{1} | Error reading the feed using the GET operation. |
| 500009-READ_FEED_FAILED | Failed to read the feed.\nURL: [{0}]{1} | Error reading the entity using the GET operation. |
| 500010-CREATE_ENTITY_FAILED | Failed to create the entity.\nURL: [{0}]{1} | Error creating an entity using the POST operation. |
| 500011-UPDATE_ENTITY_FAILED | Failed to update the entity.\nURL: [{0}]{1} | Error updating an entity using the PUT operation. |
| 500012-DELETE_ENTITY_FAILED | Failed to delete the entity.\nURL: [{0}]{1} | Error updating an entity using the DELETE operation. |
| 500013-DATA_TYPE_PROCESSING_FAILED | Failed to process the data type [{0}] for value [{1}].{2} | Error processing different data types. |
| 500014-INCORRECT_URL | Incorrrect URL [{0}] for [{1}] operation. | An incorrect or malformed URL was used for the HTTP connection. |
| 500015-HTTP_CONNECTION_FAILED | Failed to connect to URL [{0}] | Error establishing an HTTP connection. |
| 500016-EDM_ERROR | Entity data model error.{0} | Error processing data in a third-party library (Olingo). |
| 500017-IO_ERROR | I/O error.{0} | I/O error. |
| 500018-OUTPUT_CREATE_FAILED | Error occurred when generating XML Output for activity. {0}. | Error generating output for an activity. |
| 500019-ENTITY_NOT_FOUND | Entity not found.\nURL: [{0}] | An entity is not found using the GET operation. |
| 200001-DEBUG_PLUGIN_ACTIVITY_INPUT | \nStart of the Activity {0}, service [{1}], operation [{2}] \nInput received: \n {3} \n | Prints activity input. |
| 200002-DEBUG_PLUGIN_ACTIVITY_OUTPUT | \nActivity {0}, service [{1}], operation [{2}] Output data: \n {3} \n Exit of Activity {4} | Prints activity output. |
| 200003-DEBUG_HTTP_REQUEST_URL | HTTP Request URL: [{0}], Activity Name=[{1}], Process=[{2}], Module=[{3}], DeploymentUnit=[{4}:{5}]. | Prints HTTP request URL. |
| 200004-DEBUG_JSON_INPUT | \nJSON input for service: [{0}], operation: [{1}], Activity Name=[{2}], Process=[{3}], Module=[{4}], DeploymentUnit=[{5}:{6}] \n{7} | Prints JSON input that is sent to the SAP server for POST and PUT operation. |
| 100001-SF_EVENTS | Error printing events for an activity. |
Copyright © Cloud Software Group, Inc. All rights reserved.
