Hi all..
I need to generate the regression report (of selected sessions) in the form of csv file in cadence vManager tool using batch mode commands. The command I used is -
"vmanager -exec cmnd", where cmnd is a file containing the command' csv_export -sessions -view All_Sessions -filter "start_time:> 6/17/19 10:49 PM" -out regr.csv '
But I have been getting the following error-
Error:Project Environment Selection is required by server,and must be set on this mode
Can anyone let me how to resolve this?