I have a data set created and the query runs fine in a sql editor against my local database. I can deploy the configuration with no errors, but when I go to look at the data in Ataccama One I get Fatal error occurred and click on Details just gives me Internal error. The only thing I can think of is the query is rather long. Is there a max for data set sql? What is the best way to try to troubleshoot this? The error messages are not at all helpful.
Troubleshooting data sets
Best answer by ivan.kozlov
Hi
The log suggests that the error is at โPosition: 4092โ so I'd suggest to find that position in your query and check if thereโs and error. You should be able to do this using, for example, Notepad++ (Search โ Go To (Offset) โ Position).
There are indeed some properties that might have to be adjusted to for massive queries, but weโve successfully executed some queries which had ~15000 rows of SQL without making any changes. And if the query size was an issue - most likely youโd see some Timeout related error in the logs, while what you currently see seems to be syntax related.
Reply
Login to the Ataccama Community
No account yet? Create an account
For Ataccama Customers and Partners
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.