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

QDF initiation scripts

I am trying to create a sample application in QDF environment couldn't able reload the script.  I have only created a QDF Tab in the script and added following lines:

$(Include=..\..\..\..\InitLink.qvs);

$(Include=..\..\..\InitLink.qvs);

$(Include=..\..\InitLink.qvs);

$(Include=..\InitLink.qvs);

$(Include=InitLink.qvs);

But application doesn't load anything, I enabled the application log and following log was generated:

31/01/2017 2:35:25 PM:      Execution started.

31/01/2017 2:35:25 PM:      QlikView Version:11.20.13206.0

31/01/2017 2:35:25 PM:      CPU Target                    x64

31/01/2017 2:35:25 PM:      Operating System              Windows 7 Enterprise Service Pack 1 (64 bit edition)

31/01/2017 2:35:25 PM:      Wow64 mode                    Not using Wow64

31/01/2017 2:35:25 PM:      MDAC Version                  6.1.7601.17514

31/01/2017 2:35:25 PM:      MDAC Full Install Version     6.1.7601.17514

31/01/2017 2:35:25 PM:      PreferredCompression          2

31/01/2017 2:35:25 PM:      EnableParallelReload          1

31/01/2017 2:35:25 PM:      ParallelizeQvdLoads           1

31/01/2017 2:35:25 PM:      AutoSaveAfterReload           0

31/01/2017 2:35:25 PM:      BackupBeforeReload            1

31/01/2017 2:35:25 PM:      EnableFlushLog                0

31/01/2017 2:35:25 PM:      SaveInfoWhenSavingFile        0

31/01/2017 2:35:25 PM:      UserLogfileCharset            1200

31/01/2017 2:35:25 PM:      OdbcLoginTimeout              -1

31/01/2017 2:35:25 PM:      OdbcConnectionTimeout         -1

31/01/2017 2:35:25 PM:      ScriptWantsDbWrite            false

31/01/2017 2:35:25 PM:      ScriptWantsExe                false

31/01/2017 2:35:25 PM:      LogFile CodePage Used:        1200

31/01/2017 2:35:25 PM:       Reload Executed By GLOBAL\macknoj

31/01/2017 2:35:25 PM:       Process Executing: QlikView Desktop

31/01/2017 2:35:25 PM:       Process ID: 8912

31/01/2017 2:35:25 PM:      Execution finished.

I have executed scripts in QDF environment and never faced this issue before. What could be the issue?

Where exactly InitLink.qvs file located?

Thanks,

J.

11 Replies
Magnus_Berg
Employee
Employee

Hi, the new way of initiation the framework is from QDF 1.7.0 default.

Cheers

JM
Contributor III
Contributor III
Author

Thanks mbg‌ for the update.