I am trying to process the file in below order please point me in right direction.
- Switch to the D drive by Entering: D: (Successful)
- Change to directory D:\IBM\InformationServer\ASBNode\bin. (Successful)
- Execute the processEnvVariables.bat for the new EDW project the command is listed below with an example of the format of the command. (Failure)
processEnvVariables.bat -dir D:\IBM\InformationServer\Server\Projects\EDW –dom localhost –port 9080 -u –p
Do I execute after I have successfully completed step 2 or before because while executing step2 after step 2 I am receiving an error for The project_dir should be in different folder for example c:\IBM\Informationserver\server\projects\myproj.
I basically need help with entering below.
Format of command: processEnvVariables.bat
processEnvVariables.bat -dir D:\IBM\InformationServer\Server\Projects\EDW –dom localhost –port 1234 -u –p
Thank you in advance for your help.