Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Shared Reports throwing Folder Descriptor error

Members,

In one of our RTC 2.0.0.2 iFix3 servers, we see the following error in a browser pop-up when we try to expand a section under the Shared Reports in RTC web view.

CRJAZ1037I Failing query -> 


FolderDescriptorQueryModel r = FolderDescriptorQueryModel.ROOT;
AstQuery q = (AstQuery) IItemQuery.FACTORY.newInstance(r);
q.distinct();
q.filter(r.parent()._isNull()._and(r.owner()._eq(q.newItemHandleArg()))._and(r.projectArea()._eq(q.newItemHandleArg()))._and(r.processArea()._isNull()._or(r.processArea().archived()._eq(0)))._an


Has anyone seen such errors earlier? In case you have, can you please provide any pointers on how to resolve the same?

Thanks,

Ankur

0 votes



One answer

Permanent link
Hi Ankur,

If the error is reproducible can you please check the server logs for the full stack trace?

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Nov 21 '11, 8:11 a.m.

Question was seen: 4,346 times

Last updated: Nov 21 '11, 8:11 a.m.

Confirmation Cancel Confirm