Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
bnichol
Specialist
Specialist

List of Qlikview Error Codes

Does anyone know where I can find a list of Qlikview Errorlevel codes and descriptions?

I am using a DOS batch file to trigger the reload of an application with the qv.exe /r <AppName> command. It had run successfully for several months, but recently it failed and returned an ErrorLevel "-1073741819" (without the quotes).

What is errorlevel -1073741819 ?

Any assistance would be appreciate,

B

4 Replies
Miguel_Angel_Baeyens

Hi,

This seems to be a batch problem rather than a QlikView problem. Google for it and you'll see several results about the Windows taks scheduler and xcopy command.

Hope that helps.

bnichol
Specialist
Specialist
Author

Is there a known list of error codes??? There wasn't a qvw.log file created, because the reload never started.

Since this was the resulf of a qlikview reload command that was kicked off as an qlikview scheduled external program, neither xcopy or the windows task scheduler were involved.

Miguel_Angel_Baeyens

I forgot to mention batch processes. The only errors I know from QlikView are those funny "Internal Inconsistency A-E detected" which are not for the case. Again, I'm completely sure now that it's not a QlikView application related error, rather than something batch, Windows related.

Hope that shed some light.

bnichol
Specialist
Specialist
Author

Thanks for the info.