RIODS tables/views do not exits after upgrade from 6.0.1 to 6.0.3. Do I just re-run the repotools-ccm -createWarehouse again?
I upgraded RTC from 6.0.1 to 6.0.3.
2 answers
Hi Michael,
RTC / JRS 6.0.3 still supports DW reporting. First thing you need to check is the data source location. Open Report Builder, go to Admin > Data source, and make sure you have Data warehouse SQL connection, and its data source location is "//localhost:1527/conf/jts/derby/warehouseDB" (by default). The error message sounds like there is a derby database but no schema for DW is defined. So I am afraid you are connecting to RTC database, not DW database. Unless you lost DW database ([JazzTeamServer]/conf/jts/derby/warehouseDB), you do not need to recreate a new database, but just pointing to the correct DW database path.
Comments
Hey Kenji, Thanks for the quick response.
I checked the data source location and all appears correct and matches what you specified. Almost all of the data collection jobs finish successfully with the exception of:
- Change and Configuration Management - Work Item Metrics
- Jazz Foundation Services - Project Area (Part 1)
- Jazz Foundation Services - Core
These 3 jobs fail - it seems - due to tables/views not existing. All other jobs seem to run just fine. Very odd. I have rerun the jobs multiple times, with no success.
Hi Michael,
It appears the only few parts of DW schemas are missing. I think the table/view schemas newly added in 6.0.3 are missing. During the upgrade, there are scripts to update the configuration files and update the databases and data warehouse schemas to version 6.0.3 such as
> upgrade\dcc\dcc_upgrade.bat -oldApplicationHome "\server\conf"
> upgrade\rs\rs_upgrade.bat -oldApplicationHome "\server\conf"
Please review the instruction in Interactive upgrade guide if there are missing steps.
If you still have /conf/jts/derby/warehouseDB backup for 6.0.1, try to run these scripts again to upgrade it to 6.0.3 (ensure to keep the original backup).
Hey Kenji,
Thanks so much for the guidance. I do still have the 6.0.1 backup. I will look over my steps and try to determine what went wrong and then run the scripts again.
I will post back and let you know the outcome.
Thanks!
Michael
Hey Kenji,
There seems to have been a bit of corruption that occurred during the upgrade process. I have run several repotools commands:
Comments
Michael Johnson
May 15 '17, 8:39 p.m.Is it possible that the fact we are NOT using LQE is the cause of this? If so, why did it not manifest itself in earlier versions? Is it something we can just install now (this late in the game)?