Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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.
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.
Thanks for the info.