Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax Error during DB extract with Qlik 12.2 Nov 2017 SR 2 #73

Closed
Frogy76 opened this issue Mar 1, 2018 · 3 comments
Closed

Syntax Error during DB extract with Qlik 12.2 Nov 2017 SR 2 #73

Frogy76 opened this issue Mar 1, 2018 · 3 comments

Comments

@Frogy76
Copy link

Frogy76 commented Mar 1, 2018

Hallo we upgraded yesterday our Qlik Environment from 11.2 to 12.2.

After the upgrade the QVC.DbExtract Method fails with the followin Syntax Error

Syntax error
Unknown statement: [app_aut_batch]: // vTablename is set by the IncrementalSetup routine.
REM
[app_aut_batch]: // vTablename is set by the IncrementalSetup routine.
REM

BR

Bastian

@RobWunderlich
Copy link
Owner

The problem is due to the new "BNF script mode" introduced in V12. You can fix the problem by adding this as the first line of your script:

///$bnf off

@RobWunderlich
Copy link
Owner

///$bnf off
should be considered a workaround. I will make a code fix so $bnf off is not required.

@RobWunderlich
Copy link
Owner

Fixed in release v11.3. ///$bnf off is no longer required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants