- πΊπΈUnited States AaronBauman Philadelphia
I'm doing some cleanup on unsupported branches.
Please re-open this issue and update the version to 5.0.x-dev if this issue is still applicable to the latest release.
Scenario:
- Have a pull mapping
- Map some records
- Copy database between 2 diff systems
- Pull the records
Expected:
- Content created
- Mapped Objects created
Observed:
- Content created
- Mapped Objects fail to create
- Content created again, ad infinitum, because mapped object failed to be created
I've mostly observed Mapped Objects fail to be created because of a trigger failure on salesforce_mapped_objects table: The user specified as a definer ('foo@bar') does not exist
Proposed solutions:
- Stop using Dynamic Entity References, so we can get away from triggers
- Open a bug report with DER
- Wrap the whole procedure in a transaction and roll back on failure
Closed: outdated
4.0
salesforce_pull.module
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I'm doing some cleanup on unsupported branches.
Please re-open this issue and update the version to 5.0.x-dev if this issue is still applicable to the latest release.