Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I’m trying to access several Salesforce files using Qlikview SFDC connector. I am able pull all the files except one. It seems it is encoded in Base 64 format. I am getting the following error when I tried accessing the file:
QVX_UNEXPECTED_END_OF_DATA: You are trying to load base64 type fields (Body) from the 'Attachment' object. Base64 fields cannot be loaded in BULK mode.
Any help is very much appreciated.
Best Regards,
Anshul
Hi,
I had the same problem, just switch from BULK API to SOAP API. That worked for me.
Hi,
I had the same problem, just switch from BULK API to SOAP API. That worked for me.