Trying to change the parent give a CRJAZ1037I error
I am trying to change the parent of a task, but when I click save I get the following SQL error:
CRJAZ1037I The following SQL query did not execute properly on the server.
RelationQueryModel r = RelationQueryModel.ROOT;
AstQuery q = (AstQuery) IItemQuery.FACTORY.newInstance(r);
q.filter(r.target().itemId()._inLargeList)._and(r.source().itemId()._inLargeList)));
I am using RTC3.0
Some tasks have been migrated from a RTC2 instance, but mostly both child (task) and parent (stories) were created in RTC3.
Please help.
Cheers
Kay
CRJAZ1037I The following SQL query did not execute properly on the server.
RelationQueryModel r = RelationQueryModel.ROOT;
AstQuery q = (AstQuery) IItemQuery.FACTORY.newInstance(r);
q.filter(r.target().itemId()._inLargeList)._and(r.source().itemId()._inLargeList)));
I am using RTC3.0
Some tasks have been migrated from a RTC2 instance, but mostly both child (task) and parent (stories) were created in RTC3.
Please help.
Cheers
Kay
One answer
Hi,
I'd cosider to open a defect on Jazz.net or a PMR if under support.
You could also consider to try to validate the DB using the repotools, maybe that helps to locate the issue. Does that always happen or only for some WI's. I googled for the error and found some hits, but my connection is too slow to dig deeper.
Sorry, maybe someone comes up with a better solution,
Ralph
I'd cosider to open a defect on Jazz.net or a PMR if under support.
You could also consider to try to validate the DB using the repotools, maybe that helps to locate the issue. Does that always happen or only for some WI's. I googled for the error and found some hits, but my connection is too slow to dig deeper.
Sorry, maybe someone comes up with a better solution,
Ralph
I am trying to change the parent of a task, but when I click save I get the following SQL error:
CRJAZ1037I The following SQL query did not execute properly on the server.
RelationQueryModel r = RelationQueryModel.ROOT;
AstQuery q = (AstQuery) IItemQuery.FACTORY.newInstance(r);
q.filter(r.target().itemId()._inLargeList)._and(r.source().itemId()._inLargeList)));
I am using RTC3.0
Some tasks have been migrated from a RTC2 instance, but mostly both child (task) and parent (stories) were created in RTC3.
Please help.
Cheers
Kay