Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
clarcombefmsb
Contributor III
Contributor III

Include statement works on Qlik development server but not on production

I have migrated an application to our production server and I have the following command in it

$(include=lib://GlobalVariables/TicketingCallback.txt);

Which contains the following variable

// Reference text files
LET vpStagingPath='lib://8_TicketingCallback/1_Manual/';

However, I get the following error when it runs

Variables_Static:
// Load Variables from Variables tab
Load
Name,
Expression,
Comment
FROM [$(vpStagingPath)/Translations.xlsx]
 
 
The following error occurred:
No qualified path for file: ***

Load

Name,

Expression,

Comment

FROM [/Translations.xlsx]

(ooxml, embedded labels, table is ***)

 

However this works correctly in development.

The paths exist on both servers as well as the files referenced.

Any ideas ?

Thanks

PS. When I take the variable out of the text file and put it in the Main section, it works fine

Labels (1)
1 Solution

Accepted Solutions
clarcombefmsb
Contributor III
Contributor III
Author

Fixed : I moved the statement to the end of the main section then back again and now it works!!

View solution in original post

1 Reply
clarcombefmsb
Contributor III
Contributor III
Author

Fixed : I moved the statement to the end of the main section then back again and now it works!!