Troubleshooting
Problem
When requesting IBM Rational DOORS 9.3 data service, an erros is displayed "Error 500: CRRED7406E: IO Exception occurred when trying to execute the dxl script".
Symptom
After the DOORS data service is deployed, open your browser and go to https://ip:port/DoorsServices/Doors/Test?rifdef=Insight.
Input your user name and password. You receive the error message:
Error 500: CRRED7406E: IO Exception occurred when trying to execute the dxl script.
Cause
The DOORS data service hard codes the location of the windows registry query. The data service is not able to retrieve DOORS data from DOORS version 9.3 or higher.
Resolving The Problem
To work around this problem:
- Open
REGEDIT, and then export the keyHKEY_LOCAL_MACHINE\SOFTWARE\Telelogic\DOORS\9.3, if you have DOORS 9.3.0.x installed, you may have this key. - Open the
REGfile with a text editor, change the key to 9.2. For example:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Telelogic\DOORS\9.2]
"ExecutablesDirectory"="C:\\Program Files\\IBM\\Rational\\DOORS\\9.3\\bin"
"InstallationDirectory"="C:\\Program Files\\IBM\\Rational\\DOORS\\9.3\\"
[HKEY_LOCAL_MACHINE\SOFTWARE\Telelogic\DOORS\9.2\Compatibility]
"API_BC"=dword:000de2b0
"API_FL"=dword:000e09c0
@=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Telelogic\DOORS\9.2\Config]
"BrowserName"="C:\\Program Files\\Internet Explorer\\iexplore.exe"
"Data"="36677@JX101"
"Home"="C:\\Program Files\\IBM\\Rational\\DOORS\\9.3\\"
"InstallDate"="7/21/2011"
"JRE Path"="C:\\Program Files\\IBM\\Rational\\DOORS\\9.3\\ibm_jre50\\bin"
"Help System"="C:\\Program Files\\IBM\\Rational\\DOORS\\9.3\\help"
"oleopenlimit"="5"
"Security"="soft"
"Version"="9.3"
- Save the REG file and then double click the file to import it.
You can now access the DOORs data service.
Was this topic helpful?
Document Information
Modified date:
16 June 2018
UID
swg21573069