Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
barakovskikh
Contributor III
Contributor III

Qlikview 11.20 SR19 CRITICAL TROUBLE

Hi! Beginning with QV 11.20 SR 16 and upper application confuses fields and data during calculations.

1. Open the application

2. Reload document

3. = Bug (See 1 screnshot in attachment) <- Field 1 = Field 2 & '|' & Field 3

4. Do not close document and reload again (See 2 screnshot in attachment) = all good!

Bug actual for desktop (QV) and server (QVB) load

Spoiler

tmp:
NoConcatenate
LOAD * Inline [
x,y,z
];

Concatenate(tmp)
LOAD
RowNo() as x
,RowNo()*-1 as y
,RowNo() as z
AutoGenerate(100000);

DATA:
NoConcatenate
LOAD
x & '|' & y as KEY,
x,
y,
fabs(z) as z
Resident tmp;

drop Table tmp;

First load after open document

clipboard_image_0.png

Second load after open document

clipboard_image_1.png

 

 

Labels (1)
70 Replies
Brett_Bleess
Former Employee
Former Employee

Alexandr, I have an idea at this point as to what may be the root cause given our trouble replicating things.  Is there any chance you can recreate your Settings.ini file for your Desktop client to see if that fixes the issue?  I suspect there may be a setting hanging out there that is causing the issue, so if the recreate fixes things, we have a workaround, and if you can get me your old and new one, we may be able to have a look to see what the offending setting may be at that point to document things etc...

You will find the Settings.ini by default here:

C:\Users\UserProfileName\AppData\Roaming\QlikTech\QlikView

Let us know if this stops the issue or not.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.
barakovskikh
Contributor III
Contributor III
Author

Settings.ini under a spoiler, but I tested these releases on the pure server 2012 r2 on the virtual machine.

Windows and QV has been newly installed with local = "USA"!

Spoiler
[ConnectionsMRU]
Item0=qvp://qlikv02
Item1=
[LeasedLicenseMRU]
Item0=qvp://qlikv02
Item1=
[Settings 7]
InterfaceLanguage=Russian
CanDynamicUpdate=1
MarginTop=20
LeasedLicenseExpiry=2019-10-26 06:22:05, 2019-09-26 06:22:05
LeasedLicenseCheck=a7ad008aaae2b8d9d976e36e6f45918fc2503c8024c8898db3319f166a9394a0
LeasedLicenseServer=qvp://qlikv02
InstalledLIBID110={15B258E8-415E-11D1-934D-0040333C91CC}
CurrentQVConnect64Loc=
CurrentQVConnect32Loc=
HelpLanguage=
ScriptMaxLineLengthFromWizard=1
Utf8FileDlgPathOpenDoc=C:\Users\a.barakovskih\Desktop\Хлам\Новая папка (2)\
Utf8FileDlgPathSaveDoc=C:\Users\a.barakovskih\Desktop
OverrideModuleSecurity=1
OverrideLaunchSecurity=1
OverrideScriptSecurity=1
OverrideFileSecurity=1
DontShowConfirmAbort=1
CollabPaneVerticalSize=160 657
CollabPaneSplitPrecentage=0.215851602023609
ShowUserDsn=1
[Recent File List]
File1=C:\Users\a.barakovskih\Downloads\Bug.qvw
File2=C:\Users\a.barakovskih\Desktop\Новая папка (4)\Bug.qvw
File3=C:\Users\a.barakovskih\Desktop\Bug.qvw
File4=C:\Users\a.barakovskih\Desktop\123.qvw
File5=C:\Users\a.barakovskih\Desktop\Хлам\Новая папка (2)\123.qvw
File6=qvp://qlikv02/QVBuild on F/Отчет по ПП.qvw
File7=qvp://qlikv02/QVBuild/Pereocenka/Переоценка.qvw
[WindowPos]
DlgPos233=608,300,537,471,0
DlgPos29393=491,238
DlgPos322=-4,-4,1928,1048,1
DlgPos28580=637,350
DlgPos100=215,225,516,586,0
DlgPos29370=523,220
DlgPos335=575,236,771,569,0
DlgPos29054=641,251
DlgPos480=726,342,468,356,0
DlgPos278=732,460,456,120,0
DlgPos29371=573,278
DlgPos252=602,300,444,367,0
DlgPos323=400,155,848,657,0
DlgPos460=457,258,734,450,0
DlgPos312=593,450,567,171,0
QlikView9FileWizard=656,296,608,448,0
DlgPos29306=569,316
DlgPos255=310,352,326,333,0
DlgPos170=150,186,371,326,0
DlgPos333=628,254,665,532,0
DlgPos243=618,347,621,481,0
[Script Checksums Accepted]
D040D263-A2D25A5D-D63BCAB0-4B4DCF9A-91E2D92C=
BD3F8424-B93BE63F-4CE3E755-29011D61-41F4D25A=
A8C7363D-D6475E7F-A0DBCD26-B83DBAB8-C62B135F=
5319DBDA-D0DF0512-E78FFACE-15058E56-AB55C3FB=
E40FC89F-5A23CB23-7BB0FCF1-0311AF2F-9436D69E=
C6ED908A-D6E500F4-58150D19-DE9CB998-88442A83=
F15C415F-261A1C94-C7B4214B-04DB3712-4490820E=
[File Dialog Settings]
OpenDataFilesFolderPath=C:\Users\a.barakovskih\Desktop
Включить файлы скриптаFolderPath=C:\Users\a.barakovskih\Desktop
Brett_Bleess
Former Employee
Former Employee

Alexandr, thanks for that, @ToniKautto I think this may be an issue with Russian language version maybe?  Does not explain how Rob W was able to replicate things though in that case, so I am still a little stumped, but that is the only thing I noticed in the ini file that likely might explain things.  

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.
barakovskikh
Contributor III
Contributor III
Author

after removing the settings.ini and I said earlier that I tested it on a clean system on a virtual machine (English for system and QV).

Windows and QV were installed for the first time

I think just @ToniKautto not understand my English and do something not so. No other ideas. But I sent him a video that clearly shows how it happens. On forum post is deleted if fling exile.

Spoiler
[ConnectionsMRU]
Item0=qvp://qlikv02
Item1=
[LeasedLicenseMRU]
Item0=qvp://qlikv02
Item1=
[Settings 7]
InterfaceLanguage=English
HelpLanguage=
InstalledLIBID110={15B258E8-415E-11D1-934D-0040333C91CC}
CanDynamicUpdate=1
LeasedLicenseExpiry=2019-10-26 12:39:39, 2019-09-26 12:39:39
LeasedLicenseCheck=dc5c503c6efa65d2268ab7debcb2553511d32c8365d3d57981d3e7d75b0e455b
LeasedLicenseServer=qvp://qlikv02
MarginTop=20
[Recent File List]
File1=C:\Users\a.barakovskih\Desktop\Новая папка (4)\Bug.qvw
[WindowPos]
DlgPos233=690,382,529,463,0
DlgPos312=671,528,567,171,0
[Script Checksums Accepted]
BE8730EE-4E5F6268-C2EBCE72-C52FC003-1C23AADB=

clipboard_image_0.png

clipboard_image_0.png

marcus_sommer

You mentioned a check with a complete new OS and new QV in a VM and also testing the issue on further machines - but are those machines really significantly different to each other? If they are all quite similar they might have all the same "error" respectively unfortunate settings.

Here I'm thinking about processor-types, bios-settings and similar things which may be conflicting with the SR16 - SR19 releases (and like above already mentioned if it's worked with all the previous releases the change must have come from the changes/bugfixes of SR16).

Could you check this again on a complete different type of machine - maybe your private laptop?

- Marcus

barakovskikh
Contributor III
Contributor III
Author

VIDEO on Windows 10 in attachment

System 1 Server 

System Windows 2012 r2 with Xeon E5-4650 x 2 in Fujitsu motherboard

System 2 Server 

System Windows 2012 r2 with Xeon E7-8867 x 2 in Fujitsu motherboard

System 3 Work PC 

System Windows 10 i3-8100 on ASUS motherboard

System 4 Work PC 

System Windows 7 Penrium G2030 on HP motherboard

System 5 Oracle Virtual box

System Windows 2012 r2 (EN) clear installed -> without russian local

System 6 dedicate server

System Windows 2012 r2 (EN) clear installed -> with russian local

 

UPD:

+ MY HOME PC

Windows 10 last updates, i7 3770k, MSI Z77 motherboard

marcus_sommer

Ok. the machines are quite different so that's rather unlikely that they all share the same kind of unfortunates errors/settings. At the moment I'm out of ideas.

- Marcus

barakovskikh
Contributor III
Contributor III
Author

I noticed the following. If you do not close the QV application, the following reloads do not give an error. But if you close the QV application (Not the project) the error will repeat. This is important when you try to retry the error.

I am sure that if anyone does exactly as in the video above, it will be possible to repeat the error.

ToniKautto
Employee
Employee

@barakovskikh there is nothing unclear about your description. I tried closing and reopening the client 10s of times without seeing anything unexpected on my side. 

I can see the numbers being distorted when QVW is opened, but every reload returns the correct sequence on my side.  It does not seem possible for me to replicate the issues as shown in the video. 

marcus_sommer

Throughout the whole discussion it wasn't mentioned if this issue produced each time exactly the same erroneous data or only quite similar ones or if they are quite randomly if it happens. This either in the kind of erroneous data as well in the amount of them. Maybe this could give some hints what could be the cause respectively what rather not and it may give an opportunity to automatically check the occurrence of this issue. Wrong data are probably very difficult to detect but to check the fieldvaluecount() against the noofrows() would be rather an easy job.

Further it might be helpful to check if this happens only with autogenerated data (autogenerate and also while with iterno) or if it happens by loadings from a qvd/txt, too.

Another thought goes in the direction to enforce a further processing of the data, for example with:

load ... where 1=1;

or

fabs(value * 1) as ...

This may produce further possibilities to bypass the issue and may also give Qlik some hints in regard of the internal processing.

- Marcus