Hi guys,
i need help, тhis is the first time I have encountered these IBM products
i wrote this script (I hope it helps someone else to, if i fix)
$itkPath = "C:\Program Files\IBM\IIB\10.0.0.25"
$projectPath = "C:\Users\myuser\IBM\IIBT10\workspace"
$barFileName = "errLog.bar"Set-Location $itkPath# Run the mqsicreatebar command to build the bar file
mqsicreatebar -data $projectPath -b $barFileName
But i'm getting this error:
mqsicreatebar : The term 'mqsicreatebar' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At C:\Users\nenad.neshov\Desktop\Scalefocus\WestJET\testscript.ps1:16 char:1
+ mqsicreatebar -data $projectPath -b $barFileName
+ ~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (mqsicreatebar:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
------------------------------
Nenad Neshov
------------------------------