Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…

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
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
Replied by Thomas BLETON on 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.