Hi,
I have a program, in which it uses CURL to call Bulk API 2.0, extract Eloqua data and save into local flat file
The program worked well in Nov 2014, and it was un-scheduled in the beginning of Dec 2014 after our testing
Today, I manually trigger the job to get some sample data for reporting, but one problem occurs
When it starts to extract FormSubmit Activities, the syncs always failed with error code "ELQ-00107"
After my investigation, the problem is due to field below in template
"RawData":"{{Activity.Field(RawData)}}"
That means, when I remove this field from my export template, the job works well
I've checked the release note of "Fall 2014", the only change to this activity type is, one new filed CampaignId is avaiable (could be added into export template)
So could anybody help explain, what the new expression of RawData is now?
Thanks in advance~