Hello
I am trying to export data from Anaplan to Vertica and i get the Error # 28 / Error # 27 for some files.
Not sure of the error type. Other files in similar formats are exported fine.
Hi,
for the error 27 check the type of data of the columns, maybe you are sending a text to a number field.
The error 28 for vertica is authentication issue, check the credentials. For other jdbc connections it is a disk space error
Regards
this link for vertica:
https://www.vertica.com/docs/9.2.x/HTML/Content/Authoring/ErrorCodes/SQLStates.htm?tocpath=Vertica%20Error%20Messages%7CSQL%C2%A0State%20List%7C_____0
this one for jdbc
https://docs.oracle.com/cd/B10501_01/java.920/a96654/ermesap.htm
Thanks again, it was a Data mismatch issue.
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…