Facing (500) Internal Server Error while importing artifacts in RQM
Hi,
I am using RQM version 6.0.3 and I have created a project with multiple components. While importing the artifacts into tool I am facing the "(500) Internal Server error" message.Is there any additional line that I have to add in config file so that the artifacts are imported in the right component.
Note: The below mentioned config file worked before creating multiple components.
Thanks in advance.
..................................................................................................................................................................................
// Start looking for scripts after row 2
testscript.XLSStartRow=2
// use the data in the first row of a found script's column B
testscript.XLSArtifactID=B
testscript.dc:title="TS_"&B&""&H
// the literal "execution" will be put into the step type tag, so all steps will be of type execution
//testscript.steps.type="execution"
testscript.steps.description=J
testscript.steps.title="TS"&B&""&H
testscript.steps.name=H
testscript.steps.acceptedCriteriaResult=L
// a new script starts when we encounter an empty row
testscript.XLSDelimeter=\n
// we want to use the data we got for each test script to create a test case
testcase.ID=testscript.XLSArtifactID
// by referring to the testscript's field instead of the column that data comes from
// the tool will also create links to each of the test scripts.
testcase.dc:title="TC"&C
testcase.XLSLink=testscript
//testcase.category term="Team / COE / System".value=L;
//testcase.category term="SS HiL".value=M;
//testcase.category term="VS".value=N;
//testcase.category term="Veh/LC".value=O;
testcase.Section("myns:com.ibm.rqm.planning.editor.section.caseTestDescription","RQM-KEY-TC-TEST-DESCRIPTION-TITLE")=C
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseNotes","Reference Requirements ID")=D
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","Sub System HIL Pre-Conditions")=E
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePostCondition","Vehicle Simulator Preconditions")=F
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseExpectedResults","Vehicle/ LABCAR Preconditions")=G
testcase.Section("myns:com.ibm.rqm.planning.editor.section.caseTestPreparation","Test Observations")=J
testcase.Section("myns:com.ibm.rqm.planning.editor.section.caseTestScope","Test Log Paramaters")=K
Comments
Donald Nong
Sep 04 '17, 3:47 a.m.Since it's an internal "server" error, we will need to see the server log file qm.log to determine what has gone wrong. The best approach may be contacting IBM Support.