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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Ed1391
Contributor
Contributor

tRestClient using GET errors on casting long to string - cannot get past the error

I'm using oAuth2 call to a GET endpoint which works in Postman, but dies on a casting long to string error.  Using Convert Types to String does nothing.  The JSON name/value pair is returning "12345678".  Seems to be a bug in the GET code.

Exception in component tRESTClient_1 (BPL_Load_Apptio_Data)

java.lang.ClassCastException: class java.lang.Long cannot be cast to class java.lang.String (java.lang.Long and java.lang.String are in module java.base of loader 'bootstrap')

Labels (3)
1 Reply
Ed1391
Contributor
Contributor
Author

We will be submitting a support ticket on this with more information about the job and configuration.