]
Barry LaFond updated TEIIDDES-2936:
-----------------------------------
Fix Version/s: 11.0.3
(was: 11.0.2)
SQL generated from remote XML file template has wrong number of
parameters
---------------------------------------------------------------------------
Key: TEIIDDES-2936
URL:
https://issues.jboss.org/browse/TEIIDDES-2936
Project: Teiid Designer
Issue Type: Bug
Components: Dialogs
Affects Versions: 10.0.1
Reporter: stanislav kaleta
Priority: Optional
Fix For: 11.0.3
Creating table with _+XML File - URL Source+_ template generates table with
transformation SQL which contains error:
_ERROR: org.teiid.runtime.client.TeiidClientException: TEIID30140 Incorrect number of
parameters specified on the stored procedure 3 - expected between 4 and 5 but got 3_
part of SQL which contains error: (EXEC SourceModel.invokeHttp('GET', null,
'http://www.w3schools.com/xml/plant_catalog.xml')) AS f
Note: using Import Model Wizard, part of SQL is as follows: (EXEC
SourceModel.invokeHttp('GET', null,
'http://www.w3schools.com/xml/plant_catalog.xml', 'TRUE')) AS f
In my opinion, template is missing _stream_ parameter from _invokeHttp_ procedure,... or
is there any reason why it is not there?