DataLink / JDBC / EXEC

4.82K viewsDataLinkexec jdbc parsing sql
0

Dear Support,
With Quantrix Modeler 2019 Release 1.0 32 bits and JDBC 6.0 or JDBC 7.2 (com.microsoft.sqlserver.jdbc.SQLServerDriver we have no more the possibility to update our Model. The datalink was set in SQL Export with a EXEC Stored Procedure.
The SQL Statement that was working before :
exec sp_PVIN_CA_By_Week_Or_Month
@in_sub_code           = ‘prov’,
@in_file_type           = ‘Mois’,
@in_extract_type       = 1;
The given error we’ve get : “There was an error fetching the data to import” with detail “There was an error parsing the SQL query.”
Now we have try to change the input parameter without the @ :
exec sp_PVIN_CA_By_Week_Or_Month ‘prov’, null, null, ‘Mois’, null, null ;
The new error is : “There was an error fetching the data to import” with detail “Only single select statement is allowed in query.”
We have not found the issue of this problem and seems to be link with the interpretation of the stored procedure (that hasn’t been change)
Is it link with the JDBC ? How could we debug it ? Log ?!
Best regards

frederic.rouiller Answered question April 9, 2019
1

Hi – with Quantrix 19.1.0 we introduced SQL validation to enhance our security of the application. We want to prevent a user from executing malicious SQL that could damage a DB etc. However, we soon realized after the release that our validation library that we used was too restrictive and prevent some legitimate use cases like the one your describing with stored procedures. Therefore, in our upcoming 19.1.1 patch release, we plan to make stored procedures allowable and also provide an override switch for other approved SQL queries. I apologize for the difficulties and I expect the 19.1.1 patch to be released late-April.
-Mike

0

Hello – we have set a release date of 19.1.1 including a fix for this issue on Tuesday, May 14. We appreciate your patience and thank you for your support.

0

Quantrix support desk can provide you with previous version installers. You can contact them at support@quantrix.com.
-Mike

0

How could we continue to work and get back the old version ?!

frederic.rouiller Answered question April 9, 2019

Latest Questions