Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Vivek12
Contributor II
Contributor II

Error in Load Data

Hey folks!

I have a script to fetch data from SQL connection. 

The script is running fine in one app while the same script is showing following error in the other app (duplicate of the first one)

Error- 

The following error occurred:
(Connector error: Status(StatusCode="InvalidArgument", Detail="ERROR [42000] Incorrect syntax near 'Unqualify'., "))
 
Can anyone help me on this?
What could be the potential issues over here?
Labels (2)
1 Solution

Accepted Solutions
marcus_sommer

It looked that you don't compare an equally script else just parts from them which is in general not valide.

Beside of this it seems that the error is caused from the qualifying, see:

(Connector error: Status(StatusCode="InvalidArgument", Detail="ERROR [42000] Incorrect syntax near 'Unqualify'., "))

I suggest to remove all qualifying because it creates no added value and therefore only more efforts and risks remain - therefore why using it ...

View solution in original post

1 Reply
marcus_sommer

It looked that you don't compare an equally script else just parts from them which is in general not valide.

Beside of this it seems that the error is caused from the qualifying, see:

(Connector error: Status(StatusCode="InvalidArgument", Detail="ERROR [42000] Incorrect syntax near 'Unqualify'., "))

I suggest to remove all qualifying because it creates no added value and therefore only more efforts and risks remain - therefore why using it ...