SQL Server setup with 2.0 Beta 2
I followed the instructions (sort of) in the SQL Server setup, but there are a couple of issues:
1. It tells me edit a server.startup.dat file, there is a server.startup.bat file that I renamed. Was that correct to do so?
2. On the same instructions set, it discusses changes to a section. It does not "clearly" state whether to remove certain areas, or not. Mine looks like below, is this correct?
if "%SQLSERVER_ABSPATH%"=="" goto :default_sqlserver
set SQLSERVER_JDBC=%SQLSERVER_ABSPATH%
goto :after_sqlserver
:default_sqlserver
set SQLSERVER_JDBC=%START_DIR%\sqlserver
set JAVA_PTS=-Djava.awt.headless=true -
DSQLSERVER_JDBC="%SQLSERVER_JDBC%" -
DORACLE_JDBC=%ORACLE_JDBC%" - DDB21_JDBC="%DB21_JDBC%" -
DDB2Z_JDBC="%DB2Z_JDBC%" -
Dorg.eclipse.emf.ecore.plugin.EcorePlugin.doNotLoadResourcesPlugin=true -
Dcom.ibm.team.repository.provision.profile="%cd%"\provision_profiles -
Dcom.ibm.team.repository.tempDir=%TEMP% -Dcom.ibm.rqm.create.samples=false -
Xss512k -Xmx700M
:after_sqlserver
1. It tells me edit a server.startup.dat file, there is a server.startup.bat file that I renamed. Was that correct to do so?
2. On the same instructions set, it discusses changes to a section. It does not "clearly" state whether to remove certain areas, or not. Mine looks like below, is this correct?
if "%SQLSERVER_ABSPATH%"=="" goto :default_sqlserver
set SQLSERVER_JDBC=%SQLSERVER_ABSPATH%
goto :after_sqlserver
:default_sqlserver
set SQLSERVER_JDBC=%START_DIR%\sqlserver
set JAVA_PTS=-Djava.awt.headless=true -
DSQLSERVER_JDBC="%SQLSERVER_JDBC%" -
DORACLE_JDBC=%ORACLE_JDBC%" - DDB21_JDBC="%DB21_JDBC%" -
DDB2Z_JDBC="%DB2Z_JDBC%" -
Dorg.eclipse.emf.ecore.plugin.EcorePlugin.doNotLoadResourcesPlugin=true -
Dcom.ibm.team.repository.provision.profile="%cd%"\provision_profiles -
Dcom.ibm.team.repository.tempDir=%TEMP% -Dcom.ibm.rqm.create.samples=false -
Xss512k -Xmx700M
:after_sqlserver
One answer
Note: This post is 5+ years old.
Please upgrade to the latest version of RQM (see https://jazz.net/downloads/rational-quality-manager/) and review the product documentation (see https://jazz.net/help-dev/clm/topic/com.ibm.help.common.jazz.calm.doc/com.ibm.help.common.jazz.calm.doc_eclipse-gentopic1.html) and jazz.net resources (see https://jazz.net/help). If your issue persists, please ask a new question (https://jazz.net/forum/questions/ask), open a defect (see https://jazz.net/mystuff/#tab=workitems), or open a PMR (see http://www-01.ibm.com/support/docview.wss?uid=swg21507639).
Please upgrade to the latest version of RQM (see https://jazz.net/downloads/rational-quality-manager/) and review the product documentation (see https://jazz.net/help-dev/clm/topic/com.ibm.help.common.jazz.calm.doc/com.ibm.help.common.jazz.calm.doc_eclipse-gentopic1.html) and jazz.net resources (see https://jazz.net/help). If your issue persists, please ask a new question (https://jazz.net/forum/questions/ask), open a defect (see https://jazz.net/mystuff/#tab=workitems), or open a PMR (see http://www-01.ibm.com/support/docview.wss?uid=swg21507639).