Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

JIRA - Default Rate Table not found

Jiri Pik
Contributor
August 31, 2018

I have updated JIRA to the latest version and afterwards I can see this error - is it Tempo or JIRA error?

Clipboard01.png

12 answers

1 accepted

4 votes
Answer accepted
Patrick van der Rijst
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 11, 2018

We were told to run the following queries:

INSERT INTO "AO_C3C6E8_RATE_TABLE"
("ID","NAME","CURRENCY_CODE","DEFAULT_TABLE","EFFECTIVE_DATE")
VALUES (1,'Tempo Default Price Table','USD',true,'2003-01-01');

INSERT INTO "AO_C3C6E8_RATE"
("ID","AMOUNT","LINK_ID","LINK_TYPE","RATE_TABLE_ID")
VALUES (1,'0',0,'DEFAULT_RATE',(SELECT "ID" FROM "AO_C3C6E8_RATE_TABLE" WHERE "DEFAULT_TABLE" = true));
Jiri Pik
Contributor
September 12, 2018

This solves all open Tempo issues:

  1. the error on opening of an issue
  2. the inability to edit the pricing table
Like 2 people like this
Keith Mangold
Contributor
September 12, 2018

And for us MS SQL folks, this worked for us:

 

SET IDENTITY_INSERT "AO_C3C6E8_RATE_TABLE" ON

INSERT INTO "AO_C3C6E8_RATE_TABLE"
("ID","NAME","CURRENCY_CODE","DEFAULT_TABLE","EFFECTIVE_DATE")
VALUES (1,'Tempo Default Price Table','USD',1,'2003-01-01');

SET IDENTITY_INSERT "AO_C3C6E8_RATE_TABLE" OFF

SET IDENTITY_INSERT "AO_C3C6E8_RATE" ON

INSERT INTO "AO_C3C6E8_RATE"
("ID","AMOUNT","LINK_ID","LINK_TYPE","RATE_TABLE_ID")
VALUES (1,'0',0,'DEFAULT_RATE',(SELECT "ID" FROM "AO_C3C6E8_RATE_TABLE" WHERE "DEFAULT_TABLE" = 1));

SET IDENTITY_INSERT "AO_C3C6E8_RATE" OFF
Like 2 people like this
Tommy van Extel April 9, 2021

Nice one Patrick and Keith :) thanks

0 votes
Jiri Pik
Contributor
September 11, 2018

I believe it's related to the fact that I cannot set the team member prices / rates for an account - the relevant Tempo page is blank - the relevant Tempo case is "TCS-3448 Cannot set any value in Price Tables".

Patrick van der Rijst
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 11, 2018

Yep, that page is blank here as well but it was on the previous version also. 

0 votes
Patrick van der Rijst
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 11, 2018

Same issue here, occurred after upgrading from 8.12.1 to 8.13.1. Removing all Tempo add-ons and reinstalling them, won't help.

Opened a Tempo support issue.. 

0 votes
Nicholas Choa
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 10, 2018

Hello, our JIRA also had to same problem. We reverted back to 8.3.1 to fix this. Please advise when the issue is fixed so we can re-update the add-on.

0 votes
Arnold Godin September 7, 2018

Hello,

We have the same issue, any idea about that?

Thanks

regards

0 votes
Станислав Сироткин September 7, 2018

Why issue looks like "Solved?". Where is the solution?

Jiri Pik
Contributor
September 7, 2018

Solved is gone. No Solution yet. 

0 votes
Jiri Pik
Contributor
September 6, 2018

Ha! The issue is still present..,.

Keith Mangold
Contributor
September 6, 2018

Even after the uninstall and reinstall?

Jiri Pik
Contributor
September 6, 2018

Yes, the issue is still present after I deleted all tempo addins and installed back only Tempo Timesheets.

Jiri Pik
Contributor
September 6, 2018

It's a permission issue - for system administrators this error dialog does not show up - which is why I thought it was fixed, for normal users it does.

No idea how to fix, though.

0 votes
Jiri Pik
Contributor
September 6, 2018

My Tempo ticket has been TCS-3220.  They advised that they are unable to reproduce and suggested reinstalling.

I suspect the cause that in addition to the Tempo Timesheets, the Jira had installed also Tempo Core, Tempo Accounts, and 4-5 other Tempo addins which may be left from some old versions. 

So what I did:

  • Uninstall all addins with the name starting with Tempo (no actual timesheets data will be lost!)
  • Install Tempo Timesheets

 

The error is gone!

0 votes
Susanne Götz _Tempo_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 4, 2018

Hi,

The default rate table that is causing this error is a Tempo feature, so yes, when you disable Tempo, the error is no longer there.

We have seen this error before, when Tempo was updated from versions before 8.x without taking the required steps to upgrade (https://tempoplugin.jira.com/wiki/spaces/TT/pages/38797469/Tempo+Timesheets+upgrade+notes).
In most of these cases, uninstalling Tempo and all Tempo System plugins, installling the original version and then updating in the recommended steps, solved the problem.

In case you encounter this problem when upgrading from a recent version of Tempo, please create a ticket in our Tempo support (https://tempo-io.atlassian.net/servicedesk/customer/portal/6) so we can better investigate this.
Please add a screenshots of the Tables and Rows listed for the "System Plugin: Tempo Accounts" (in JIRA Administration, System, Plugin Data Storage) and the JIRA logs of the update.

Regards,
Susanne Götz
Tempo team

Jiri Pik
Contributor
September 5, 2018

The required steps include migrating first the Tempo and then Timesheets. That however does not look right - on my add-ins there was only ONE button to update, not two buttons. 

 

Furthermore, I have set up automatic updates of plugins which may may not be part of the problem. 

Keith Mangold
Contributor
September 5, 2018

I to am having this issue. Upgraded from Timesheets 8.12.1 and Planner 5.0.0 to 8.13.1 and 5.1.1.

I submitted a ticket with Tempo and awaiting assistance. 

Jiri Pik
Contributor
September 5, 2018

@Susanne Götz _Tempo_ - this does not seem to be an isolated issue, then. 

Berk Karabacak February 7, 2020 edited

Same problem here, this solution did not solve the problem but the "Solved Answer", insert SQL works like a charm!

0 votes
Jiri Pik
Contributor
September 4, 2018

I have created a support case with Tempo and they are looking into this. 

 

They are also aware of this thread.

 

Thanks to everyone!

Станислав Сироткин September 4, 2018

Jiri, inform us please about the answer of Tempo support team.

Jiri Pik
Contributor
September 5, 2018

Sure, sure, sure.


Nothing arrived yet.

Berk Karabacak February 7, 2020

Any answer?

Patrick van der Rijst
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 7, 2020

Have you tried any of the resolutions suggested in this thread?

Berk Karabacak February 7, 2020

Did try total uninstall and reinstall

0 votes
MoroSystems Support
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 3, 2018

Hi Jiri,

I have the same problem. It is caused by a plugin Tempo.

It's caused by a plugin tempo. If you disable this plug-in and get connected plugins, the error is no longer there.

 

Have a nice day

0 votes
Станислав Сироткин September 3, 2018

same question

Suggest an answer

Log in or Sign up to answer
TAGS
atlassian, atlassian government cloud, fedramp, webinar, register for webinar, atlassian cloud webinar, fedramp moderate offering, work faster with cloud

Unlocking the future with Atlassian Government Cloud ☁️

Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.

Register Now
AUG Leaders

Upcoming Jira Events