[teiid-issues] [JBoss JIRA] Created: (TEIID-904) Error executing the Procedural releational query with out a where clause

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Fri Dec 11 17:05:30 EST 2009


Error executing the Procedural releational query with out a where clause
------------------------------------------------------------------------

                 Key: TEIID-904
                 URL: https://jira.jboss.org/jira/browse/TEIID-904
             Project: Teiid
          Issue Type: Bug
          Components: Query Engine
    Affects Versions: 6.2.0
            Reporter: Ramesh Reddy
            Assignee: Steven Hawkins
             Fix For: 7.0


I have virtual stored procedure called "p1" which has no input parameters.  When I execute this procedure either via

select * from p1;
or
exec p1();

in both cases it fails with error

Group has an access pattern which has not been met: group(s) [vm.p1]; access pattern(s) [Access Pattern: Unsatisfied [] History [[]]]

Procedures with no input parameters should not be tested for Access patterns.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list