|
im runchart
|
Interface
|
Procedure
|
---|---|
GUI
|
Do one of the following:
• Select > > , and then specify a selection.
• From Manage Charts view, select a chart, and then > or > > .
|
Web interface
|
From Charts View, select a dashboard, and then Run Chart.
|
Refreshed Web Interface
|
From Charts page, click a Chart that you want to run.
|
Hyperlink
|
Using a hyperlink, specify the following for old web UI:
http://hostname:port/im/runchart?selection=chartname
Specify the following for refreshed web UI:
http://hostname:port/extended-web-ui/charts/run?selection=chartname
where:
• hostname is the hostname of the PTC RV&S server hosting the chart.
• port is the port number of the of the PTC RV&S server hosting the chart.
• chartname is the name of the chart.
To prevent PTC RV&S users from exceeding the number of open sessions permitted when running many charts, append the URL with:
&mks.disconnect=true
thereby ensuring the session is closed once PTC RV&S completes the chart output to the user.
For example:
http://localhost:7001/im/runchart?selection=AllTestSessions&mks.disconnect=true
http://localhost:7001/extended-web-ui/charts/run?selection=AllTestSessions=true
|