[
https://issues.jboss.org/browse/TEIID-3670?page=com.atlassian.jira.plugin...
]
Steven Hawkins updated TEIID-3670:
----------------------------------
Issue Type: Quality Risk (was: Bug)
Component/s: Salesforce Connector
(was: Misc. Connectors)
Fix Version/s: 8.12
Summary: Salesforce query issue (was: Salesforce Join query issues)
Priority: Minor (was: Major)
Just to make sure there is the same understanding, you cannot reproduce the INVALID_TYPE
issue with Teiid alone, but you do hit an INVALID_QUERY_FILTER_OPERATOR?
INVALID_QUERY_FILTER_OPERATOR is likely expected here -
http://salesforce.stackexchange.com/questions/8351/is-there-any-way-to-fi...
It is saying that xx is not a valid id. For us to prevent this we would need to validate
the id to ensure that it's a 15 character base 62 value. Converting to a low priority
quality risk.
Salesforce query issue
----------------------
Key: TEIID-3670
URL:
https://issues.jboss.org/browse/TEIID-3670
Project: Teiid
Issue Type: Quality Risk
Components: Salesforce Connector
Affects Versions: 8.7.3
Reporter: Mark Drilling
Assignee: Steven Hawkins
Priority: Minor
Fix For: 8.12
Attachments: SFException.txt
Linking to JIRA that was logged under Teiid Designer. I was able to reproduce the
reported problem with both types of VDB - it is not really a designer issue.
For this query:
select Opportunity.CloseDate from SalesForceSource.Campaign, SalesForceSource.Opportunity
WHERE Campaign.Id = Opportunity.CampaignId
I was able to reproduce with earlier 8.7 version of teiid, but it appears to have been
addressed in a later 8.7.x version (DV62).
However I then tried this query:
select Opportunity.CloseDate from SalesForceSource.Campaign, SalesForceSource.Opportunity
WHERE Campaign.Id = 'xx'
which results in a "Invalid QName in mapping: sf:INVALID_QUERY_FILTER_OPERATOR"
exception (see attachment). This occurs in the DV62/teiid8.7.1 version.
I realize there has been some work recently in the salesforce connector area, so not sure
if it is still an issue with recent versions.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)