Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
ab92
Creator II
Creator II

Error script during the creation of the QVD

Hi everyone !

Please see below my error :

Error extraction de base SageX3.PNG

i create this variable  :

SET vQVD_X3ERP='..\Entrepot\X3ERP\';

Please could you help me about this problem ?

1 Solution

Accepted Solutions
ab92
Creator II
Creator II
Author

Hi Miguel yes you are absolutely right, I'm trying to find a solution in this way, I installed the Oracle driver.

Actually I used the version

If you are not agree please let me know ..

But I research informations regarding the access maybe I need more.

View solution in original post

22 Replies
tresesco
MVP
MVP

Try removing the single quotes around variable like:

SQL SELECT *
FROM QLICKVIEW. $(vNOM_TABLE);

ab92
Creator II
Creator II
Author

Hi Tresesco,

Many thanks for your help but unfortunatly is not working :

Do you have an other idea ?

tresesco
MVP
MVP

If you try without quotes what is the outcome?

ab92
Creator II
Creator II
Author

Please see below the new script error : it's like the same no ?

Error 2.PNG

Miguel_Angel_Baeyens

Without quotes, the driver returns that the table does not exist, while with quotes it says that the character is not valid. Are those the right single quotes to be used with that driver? I have seen in PostgreSQL databases the use of the acute ` and in most of other databases either single quotes ( ' chr 39) or double (" chr - 34)

ab92
Creator II
Creator II
Author

Hi Miguel,

Thanks for your opinion but do you have an advice for this problem ?

Miguel_Angel_Baeyens

Was not an opinion, I just don't know which driver is it using and which quotes are the right ones. At a first glance, if you are not using PostgreSQL databases, I'd say the ` character for the table is not being accepted by the driver (for example, see ORA-00911: invalid character - TekStream).

However, without further details I cannot say.

ab92
Creator II
Creator II
Author

Hi Varun, please could you develop your opinion ?

i read your documents I try without to reload with this function

SQL SELECT *
FROM QLICKVIEW



Is not working. same error.

Do you have an advice ?

Many thanks.