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

x32 or x64

Hello everyone,  is there a feature in QlikView script that give me back wich version is QlikView (32 and 64 bit)?

Thanks for the help in advance!

5 Replies
giakoum
Partner - Master II
Partner - Master II

top of your reload log fie :

2014-02-28 16:03:07:      Execution started.

2014-02-28 16:03:07:      QlikView Version:11.20.11718.0

2014-02-28 16:03:07:      CPU Target                    x64

2014-02-28 16:03:07:      Operating System              Windows Server 2008 R2 Enterprise Service Pack 1 (64 bit edition)

2014-02-28 16:03:07:      Wow64 mode                    Not using Wow64

2014-02-28 16:03:07:      MDAC Version                  6.1.7601.17514

2014-02-28 16:03:07:      MDAC Full Install Version     6.1.7601.17514

2014-02-28 16:03:07:      PreferredCompression          2

2014-02-28 16:03:07:      EnableParallelReload          1

2014-02-28 16:03:07:      ParallelizeQvdLoads           1

2014-02-28 16:03:07:      AutoSaveAfterReload           0

2014-02-28 16:03:07:      BackupBeforeReload            1

2014-02-28 16:03:07:      EnableFlushLog                0

2014-02-28 16:03:07:      SaveInfoWhenSavingFile        0

2014-02-28 16:03:07:      UserLogfileCharset            1200

2014-02-28 16:03:07:      OdbcLoginTimeout              -1

2014-02-28 16:03:07:      OdbcConnectionTimeout         -1

2014-02-28 16:03:07:      ScriptWantsDbWrite            false

2014-02-28 16:03:07:      ScriptWantsExe                false

2014-02-28 16:03:07:      LogFile CodePage Used:        1200

DREFFO
Partner - Contributor
Partner - Contributor
Author

I need to set this to a variable to use with an extension.

So i need to retrive it from a macro.

Help!!

its_anandrjs

Open Qlikview Desktop >> Help >> Document Support Information >> Then check "CPU Target"

DREFFO
Partner - Contributor
Partner - Contributor
Author

Can you help to load it from a macro??

Anonymous
Not applicable

Since the QVW LOG does output this you could write  code in the LOAD script that loads the QVW.LOG for the currently running QVW and then grab the speficic line of the LOG.

This might be tough if you have turned on Timestamp in (LOG) Filename but you could add a little more logic to look for the same base filename.QVW.LOG and then of the files that have that base, find the most recently modofied one