Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Since i migrated from Qlikview 11 to Qlikview 12 i have issues with the rest connector.
CUSTOM CONNECT TO "Provider=QvRestConnector.exe;url=https://secure.p01.eloqua.com/api/bulk/2.0/contacts/exports;timeout=30;method=POST;requestBody=
%3name%3: %3Segment 5 Contacts Export%3,
%3fields%3: {
%3ID%3: %3{{Contact.Id;}%3,
%3FirstName%3: %3{{Contact.Field(C_FirstName)}}%3,
%3LastName%3: %3{{Contact.Field(C_LastName)}}%3,
%3EmailAddress%3: %3{{Contact.Field(C_EmailAddress)}}%3
},
%3filter%3: %3EXISTS('{{ContactSegment[6903]}}')%3
******Authentication string.
When i test the connection in the QvRestConnector it passes the test, however when i then try to select the fields in the RestConnectorMasterTable it fails, it gives the following error:
According to a recent analysis I did, on the v1.3 of the QvRestConnector
if the connection string parameters contain one of the following substring, they are pre-interpreted
%2
%3
Can you change the string in the body and remove those "%3" strings?