M2 Repotools
The 2.0 M2 repotools are not working for me, even when I remove the
"fullyMaterializeLobData=false" spec from my connection spec in teamserver.properties. What did I get wrong ? 2009-03-04 15:32:35,562 repotools -createTables teamserver.properties=teamserver_db2w.properties 2009-03-04 15:32:37,296 Repo Tools, Version 2.0 M2 - I20090227-1422 2009-03-04 15:32:37,296 Provisioning using "C:\Jazz\Rtc_2.0M2\server\\provision_profiles". 2009-03-04 15:32:48,031 Rational Jazz Team Server - Standard 2009-03-04 15:32:48,046 Loading configuration from "file:teamserver_db2w.properties". 2009-03-04 15:32:49,203 Attempting Initial Database Connection Using Db Name/Location: //localhost:50000/JAZZ;user=xxxxxxxx;password=xxxxxxxx; 2009-03-04 15:32:49,375 CRJAZ0503I Failed to connect to the database: " Null userid is not supported." Db Name/Location: "//localhost:50000/JAZZ;user=xxxxxxxx;password=xxxxxxxx;" com.ibm.db2.jcc.c.SqlException: Null userid is not supported. 2009-03-04 15:27:58,593 repotools -createTables teamserver.properties=teamserver_db2w.properties 2009-03-04 15:28:00,531 Repo Tools, Version 2.0 M2 - I20090227-1422 2009-03-04 15:28:00,531 Provisioning using "C:\Jazz\Rtc_2.0M2\server\\provision_profiles". 2009-03-04 15:28:11,265 Rational Jazz Team Server - Standard 2009-03-04 15:28:11,265 Loading configuration from "file:teamserver_db2w.properties". 2009-03-04 15:28:12,328 Attempting Initial Database Connection Using Db Name/Location: //localhost:50000/JAZZ:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx; 2009-03-04 15:28:12,421 CRJAZ0503I Failed to connect to the database: " java.util.Properties object passed to java.sql.Driver.connect() cannot be overridden by URL: jdbc:db2://localhost:50000/JAZZ:fullyMaterializeLobData=false;user=user;password=password;." Db Name/Location: "//localhost:50000/JAZZ:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx;" com.ibm.db2.jcc.c.SqlException: java.util.Properties object passed to java.sql.Driver.connect() cannot be overridden by URL: jdbc:db2://localhost:50000/JAZZ:fullyMaterializeLobData=false;user=user;password=password;. Thanks |
2 answers
You have to leave in the ":" separator and remove the ";" separator
before user= Bryan On 2009-03-04 08:43:44 -0600, "Jean-Bernard Curmi" <jbernard_curmi> said: The 2.0 M2 repotools are not working for me, even when I remove the Thanks > |
Thanks, indeed it works
Jean-bernard "Bryan Hunt" <bhunt> wrote in message news:gombes$8p7$1@localhost.localdomain... You have to leave in the ":" separator and remove the ";" separator before |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.