Difference between revisions of "Troubleshooting"
From EN Salesforce Integration
Line 10: | Line 10: | ||
− | <sup>Attempt to de-reference a null object | + | <sup>Attempt to de-reference a null object</sup> |
− | Error is in expression '{!pullFromDb}' in component <apex:commandButton> in page en_connector:engaging_networks_mapping | + | <sup>Error is in expression '{!pullFromDb}' in component <apex:commandButton> in page en_connector:engaging_networks_mapping</sup> |
+ | <sup>An unexpected error has occurred. Your solution provider has been notified. (EN_Connector)</sup> | ||
− | |||
− | Probable solution | + | ''Probable solution'' |
Check the pull or push query filters, under the mapping. A common mistake is to have a blank filter that does not reference anything. | Check the pull or push query filters, under the mapping. A common mistake is to have a blank filter that does not reference anything. |
Revision as of 13:06, 6 May 2016
Receiving an email saying there are ‘Unmapped fields’.
The reason for this is that there are columns on the CSV file, which the EN Connector has no mapping rule for. IE, it does not know where to save the data to the Engaging Networks Import Record.
Under ‘Engaging Networks Mapping’, when saving a Mapping and the following error occurs:
Attempt to de-reference a null object
Error is in expression '{!pullFromDb}' in component <apex:commandButton> in page en_connector:engaging_networks_mapping
An unexpected error has occurred. Your solution provider has been notified. (EN_Connector)
Probable solution
Check the pull or push query filters, under the mapping. A common mistake is to have a blank filter that does not reference anything.