Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Note: You may notice some temporary visual or styling issues in the Community. Our vendor is actively investigating.
cancel
Showing results for 
Search instead for 
Did you mean: 
twanqlik
Creator II
Creator II

Qlikview 12 - QvRestConnector issues

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:

Test.JPG

1 Reply
bc-thebruuu
Creator
Creator

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?