RE: Install the Sample Data
Hi All,
Could someone explain me in more clear about the point 4 and 5 which is displayed in the help. My query is what should i do after point 4, should i edit the bat file ?
ie:
4. Open a command prompt, and change to the directory that contains the sample script:
In Windows, go to C:\Program Files\IBM\RQM20\samples\classics.
5. Run the installation script:
In Windows, type install_samples.bat /a project /s https://localhost:9443/ /u ADMIN /p ADMIN
where project is the name of your project area, localhost is the host name of your server, and 9443 is the port number.
Tip: If the name of your project area contains spaces, replace them with plus signs. For instance, Quality Manager Sample is Quality+Manager+Sample. Here are some examples of the installation script:
Installation script using the default project area: install_samples.bat /s https://localhost:9443/ /u ADMIN /p ADMIN
Installation script with no spaces in the project area name: install_samples.bat /a QualityManagerSample /s https://localhost:9443/ /u ADMIN /p ADMIN
Installation script with spaces in the project area name: install_samples.bat /a Quality+Manager+Sample /s https://localhost:9443/ /u ADMIN /p ADMIN
Thanks in Advance.
Could someone explain me in more clear about the point 4 and 5 which is displayed in the help. My query is what should i do after point 4, should i edit the bat file ?
ie:
4. Open a command prompt, and change to the directory that contains the sample script:
In Windows, go to C:\Program Files\IBM\RQM20\samples\classics.
5. Run the installation script:
In Windows, type install_samples.bat /a project /s https://localhost:9443/ /u ADMIN /p ADMIN
where project is the name of your project area, localhost is the host name of your server, and 9443 is the port number.
Tip: If the name of your project area contains spaces, replace them with plus signs. For instance, Quality Manager Sample is Quality+Manager+Sample. Here are some examples of the installation script:
Installation script using the default project area: install_samples.bat /s https://localhost:9443/ /u ADMIN /p ADMIN
Installation script with no spaces in the project area name: install_samples.bat /a QualityManagerSample /s https://localhost:9443/ /u ADMIN /p ADMIN
Installation script with spaces in the project area name: install_samples.bat /a Quality+Manager+Sample /s https://localhost:9443/ /u ADMIN /p ADMIN
Thanks in Advance.