Hi
I am building Transformer through a VBScript like this
answer = objShell.Run("D:\Cognos\cer3\bin\trnsfrmr.exe -n ""E:\Webapps\BWDIS\DIS EMA Delivery Detail.pyi""", , True)
Set objshell= nothing
But after the Cube Build the Transformer does not shut down and the script will suspend at that point and only when the Transformer is physically shut down the script will start executing the next Cube build. I tried using the n2 option and even that is not exiting.
Appreciate if anybody can provide me with a solution to this issue.
Mucho Gracias
Sudhir
I am building Transformer through a VBScript like this
answer = objShell.Run("D:\Cognos\cer3\bin\trnsfrmr.exe -n ""E:\Webapps\BWDIS\DIS EMA Delivery Detail.pyi""", , True)
Set objshell= nothing
But after the Cube Build the Transformer does not shut down and the script will suspend at that point and only when the Transformer is physically shut down the script will start executing the next Cube build. I tried using the n2 option and even that is not exiting.
Appreciate if anybody can provide me with a solution to this issue.
Mucho Gracias
Sudhir