DevOps Cloud (ADM)
Cybersecurity
IT Operations Cloud
Can you provide an example of how I can preview a SilkCentral Test Manager report template in BIRT?
QUESTION
----------------------------------
Can you provide an example of how I can preview a SilkCentral
Test Manager report template in BIRT?
ANSWER
----------------------------------
The important "var" that need to be altered are the host, port and sessionID.
var host = "kdavis3"; - where kdavis3 is the hostname of the machine where you have SilkCentral and BIRT installed.var port = "19120"; - the port that SilkCentral uses.
var sessionId = "6096370839277240121"; - To get the sessionID enter the following URL into your browser: :/services/sccsystem method=logonUser&painPasswd=&userName="> http://:/services/sccsystem?method=logonUser&painPasswd=&userName=
You will need to alter the URL so that the host, port, username and password are relevant, for example:
:/services/sccsystem?method=logonUser&painPasswd=admin&userName=admin"> http://kdavis3:19120/services/sccsystem?method=logonUser&painPasswd=admin&userName=admin
Note:
If you download a template in SilkCentral Test Manager from the
TestManager > Reports section and open it in BIRT, this will
create a new template with the heading and the data ready to run in
BIRT, but with actually no contents. These templates are used if
you would like to create a new template, which you then upload to
SilkCentral Test Manager for later use.
For information on how to download and install BIRT, please see
resolution
23262.