Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Question .Bat file Execute successfully but showing error

More
06 Aug 2018 09:45 - 06 Aug 2018 10:20 #1 by nikita.barve
nikita.barve created the topic: .Bat file Execute successfully but showing error
Hi Team

i am triggering .bat file which is on remote server((no runtime available) using wmic command.
problem is it's running successfully and giving required result but still showing error .below is screenshot for process



Bat file contains below code:

"C:\Program Files\QlikView\Qv.exe" /nosecurity /r D:\devl\glb\****_********\common_extractor\extractor\File Generator.qvw
IF %ERRORLEVEL% NEQ 0 (
exit /b 1
)

please suggest me solution as early as possible.
Attachments:
Last Edit: 06 Aug 2018 10:20 by nikita.barve.
More
08 Aug 2018 09:26 #2 by Thomas BLETON
Thomas BLETON replied the topic: .Bat file Execute successfully but showing error
Hi,

is there an error in the OS_ERR_MESS Variable ?
This variable can be found when selecting the OS Command action and displaying the "Variables" view.