Prashanthi Kairuppala created TEIID-3740:
--------------------------------------------
Summary: ldap post
Key: TEIID-3740
URL:
https://issues.jboss.org/browse/TEIID-3740
Project: Teiid
Issue Type: Feature Request
Reporter: Prashanthi Kairuppala
Assignee: Steven Hawkins
Attachments: testDelete.vdb
I created a virtual table from Ldap source table, and I am able to do a odata GET call.
When I try to make POST on the same table. It is giving the below errors :
{
"error": {
"code": "ServerErrorException",
"message": {
"lang": "en-US",
"value": "TEIID30492 TEIID30061 Insert is not allowed on the
view LdapView.\"user\". A procedure may be needed to handle the Insert since:
The query defining an updatable view has no valid target for INSERTs."
}
}
}
My virtual table is a simple (select * from table) statement. and "Suports
update" is checked for source and view. VDB file attached for reference
how do i make a successful post?
Thanks in advance,
Prashanthi
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)