Salesforce.com Module
The Salesforce.com Module provides access to the Salesforce.com online service. This section contains details for the messages delivered from the Salesforce.com Module.
This topic provides the MIB Name and MIB OID information, in addition to high-level details about each notification in the Salesforce.com Module.
MIB Name : CASTIRON-COMP-SFDC-MIB
MIB OID : .1.3.6.1.4.1.13336.2.2.3.3
The following table provides an alphabetical list of all notifications that can be issued by the Salesforce.com Module.
Notification | Level | System | Description |
---|---|---|---|
ActivateError | Severe | Orchestration | There was a problem in activating the activity. |
ActivityOutput | Info | Orchestration | The activity has completed its operation and outputted param objects in output parameter. |
BatchPollStart | Info | Orchestration | Starting a batch poll for index range specified. |
ConnectFailed | Severe | Orchestration | The Salesforce.com operation failed because a connection to the server could not be established. This happened cause of reasons other than connectivity issues. |
ConnectionFailed | Severe | Orchestration | The Salesforce.com operation failed because a connection to the server could not be established. |
ConnectionRetry | Warning | Orchestration | The Salesforce.com operation failed while trying to connect to the server. This will cause a retry. |
ConnectionTryAgain | Info | Orchestration | Not able to connect to Salesforce endpoint. Trying to establish a new session. |
EndpointNull | Severe | Orchestration | The endpoint object provided to Salesforce.com activity is null. |
ExecuteError | Severe | Orchestration | An error occurred while executing the activity. |
ExecuteProblem | Severe | Orchestration | An error occurred while executing the query. |
InitializeProblem | Warning | Orchestration | Error from Salesforce.com while initializing activity. Trying to ignore error and proceed. |
InputParamMapped | Info | Orchestration | The optional input parameter in the activity is mapped. |
InputParamNotMapped | Info | Orchestration | The optional input parameter in the activity is not mapped. |
InvalidQuery | Severe | Orchestration | The query provided to Salesforce.com was invalid. |
InvalidSFDCField | Severe | Orchestration | The field is invalid in Salesforce.com. |
InvalidSFDCObject | Severe | Orchestration | The object is invalid in Salesforce.com |
LargeData | Severe | Orchestration | The activity was not able to get data as id limit has exceeded. |
LargeDataError | Severe | Orchestration | An error occurred due to large data which activity cannot handle. |
LoginFailure | Severe | Orchestration | Failure while performing a login into Salesforce.com. |
MarshalError | Severe | Orchestration | An error occurred while writing output parameters in the activity. |
MetadataError | Severe | Orchestration | Unable to obtain meta data from Salesforce.com. |
MetadataObjectError | Severe | Orchestration | Unable to obtain meta data for the object from Salesforce.com. |
NoDatafound | Info | Orchestration | No data was found by the activity in the interval specified. |
OptionalInputError | Severe | Orchestration | Salesforce session timed out. The session was not created as optional connection input parameter was not mapped. |
ParameterOutput | Info | Orchestration | The activity has completed its operation and outputted objects in output parameter. |
ParameterResults | Info | Orchestration | The activity has completed its operation and outputted result objects in output parameter. |
PollActivateError | Severe | Orchestration | The poll activity failed to activate. |
PollOutput | Info | Orchestration | The number of objects outputted for a batch poll. |
PollReturnedNothing | Info | Orchestration | The poll activity did not return any ids for specified interval. |
PollReturnedResults | Info | Orchestration | Poll activity returned these number of ids for interval specified. |
SessionInvalid | Info | Orchestration | Salesforce session timed out and activity is establishing a new session. |
SfdcErrorInternal | Severe | Orchestration | An internal error occurred in Salesforce.com connector. |
ShortPoll | Info | Orchestration | The current time is less than 1 minute past last polling time, so activity is skipping the poll at this interval. |
StillRun | Info | Orchestration | There is a problem in connectivity and messages will be picked up from this time when connectivity is established. |
TimeTooClose | Info | Orchestration | The end time specified is less than 1 minute past start time. Setting the interval to 1 minute and getting the data. |
UnexpectedSFDCFault | Severe | Orchestration | Salesforce.com returned an unexpected fault that is not declared in the method signature. |
UnmarshalError | Severe | Orchestration | An error occurred while reading input parameters in the activity. |