[JBoss JIRA] Closed: (TEIID-76) Attempting to execute a procedure from MM to MM returns error "<procedure>() does not exist"
by Steve Hawkins (JIRA)
[ https://jira.jboss.org/browse/TEIID-76?page=com.atlassian.jira.plugin.sys... ]
Steve Hawkins closed TEIID-76.
------------------------------
> Attempting to execute a procedure from MM to MM returns error "<procedure>() does not exist"
> --------------------------------------------------------------------------------------------
>
> Key: TEIID-76
> URL: https://jira.jboss.org/browse/TEIID-76
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 6.0.0
> Reporter: Steven Hawkins
> Assignee: Steve Hawkins
> Priority: Optional
> Fix For: 7.1
>
>
> Defect Tracker #24378: I have a VDB which executes a virtual procedure that resides on another MMServer in another VDB. I have verified that I am able to execute the procedure when connected from a client app to the 2nd VDB but when I attempt to execute the same procedure from the 1st VDB I receive the following error:
> Error: com.metamatrix.jdbc.MMSQLException: Error trying to execute a query statement { call "ApplicationMetaData.Mapping.Template.Insert"(?,?,?,?,?,?,?,?,?,?)}: "ApplicationMetaData.Mapping.Template.Insert" does not exist., SQL State: 38000, Error Code: 0
> Here is the exception that appears in the MM_Mappings MMXServer:
> com.metamatrix.data.exception.ConnectorException[0]: java.sql.SQLException: Error trying to execute a query statement { call "ApplicationMetaData.Mapping.Template.Insert"(?,?,?,?,?,?,?,?,?,?)}: "ApplicationMetaData.Mapping.Template.Insert" does not exist.
> at com.metamatrix.common.util.exception.SQLExceptionUnroller.unRollException(SQLExceptionUnroller.java:43)
> at com.metamatrix.connector.jdbc.JDBCProcedureExecution.execute(JDBCProcedureExecution.java:77)
> at com.metamatrix.dqp.internal.datamgr.impl.ConnectorWorker.processNewRequest(ConnectorWorker.java:241)
> at com.metamatrix.dqp.internal.datamgr.impl.ConnectorWorker.processBatchRequest(ConnectorWorker.java:166)
> at com.metamatrix.dqp.internal.datamgr.impl.ConnectorWorker.processRequest(ConnectorWorker.java:150)
> at com.metamatrix.dqp.internal.datamgr.impl.ConnectorWorker.process(ConnectorWorker.java:135)
> at com.metamatrix.common.queue.QueueWorker.run(QueueWorker.java:51)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Created: (TEIID-1134) For salesforce adapter to work the following JAR need to be added. This needs to be documented
by Ramesh Reddy (JIRA)
For salesforce adapter to work the following JAR need to be added. This needs to be documented
----------------------------------------------------------------------------------------------
Key: TEIID-1134
URL: https://jira.jboss.org/browse/TEIID-1134
Project: Teiid
Issue Type: Task
Components: Documentation
Affects Versions: 7.0
Reporter: Ramesh Reddy
Assignee: Steve Hawkins
Fix For: 7.0
The below is from JBoss docs. The same text needs to be added some where in the Teiid docs for Salsforce.
JBossAS 5.0.0.GA can be compiled with both Java5 & Java6. The Java5 compiled binary is our primary/recommended binary distribution. It has undergone rigorous testing and can run under both a Java 5 and a Java 6 runtime. When running under Java 6 you need to manually copy the following libraries from the JBOSS_HOME/client directory to the JBOSS_HOME/lib/endorsed directory, so that the JAX-WS 2.0 apis supported by JBossWS are used:
* jbossws-native-saaj.jar
* jbossws-native-jaxrpc.jar
* jbossws-native-jaxws.jar
* jbossws-native-jaxws-ext.jar
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months