[
https://issues.jboss.org/browse/TEIIDDES-247?page=com.atlassian.jira.plug...
]
Mark Drilling resolved TEIIDDES-247.
------------------------------------
Resolution: Done
retested from designer 7.7.x.
Fixed a couple issues with the preview execution of the getUpdated and getDeleted
procedures:
1) Preview 'Input Params' dialog included all parameters - even the out params.
(General issue with any procedure.)
2) importer was making the input dates 'dateTime' and forcing the format - but
could not translate. changed importer to make the input dates 'timestamp'.
according to e2e script, that was expected anyway.
Once I resolved these issues, the getUpdated procedure did execute - without the original
exception.
Salesforce Connector returns a blank error message box when running
the getupdated procedure
--------------------------------------------------------------------------------------------
Key: TEIIDDES-247
URL:
https://issues.jboss.org/browse/TEIIDDES-247
Project: Teiid Designer
Issue Type: Bug
Reporter: Debbie Steigner
Assignee: Mark Drilling
Fix For: 7.7.1
If you execute the Salesforce getupdated procedure with a date range that returns an
empty result set, instead of an empty result set you get an empty error message window and
the following error in the log :
!STACK 1
ConnectorException: Status ERROR: com.metamatrix.core code=0 null
at
com.metamatrix.connector.salesforce.connection.SalesforceConnection.getUpdated(SalesforceConnection.java:737)
at
com.metamatrix.connector.salesforce.execution.GetUpdatedExecutionImpl.execute(GetUpdatedExecutionImpl.java:65)
at
com.metamatrix.connector.salesforce.execution.ProcedureExecutionParentImpl.execute(ProcedureExecutionParentImpl.java:86)
at
com.metamatrix.dqp.internal.datamgr.impl.ConnectorWorker.processNewRequest(ConnectorWorker.java:300)
at
com.metamatrix.dqp.internal.datamgr.impl.ConnectorWorker.processBatchRequest(ConnectorWorker.java:165)
at
com.metamatrix.dqp.internal.datamgr.impl.ConnectorWorker.process(ConnectorWorker.java:139)
at com.metamatrix.common.queue.QueueWorker.run(QueueWorker.java:64)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira