[JBoss JIRA] (TEIID-3905) ODBC openquery permission issues when insert oracle date field
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3905?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-3905.
-----------------------------------
Resolution: Rejected
Thanks for the update Steve, will mark as rejected for now.
> ODBC openquery permission issues when insert oracle date field
> --------------------------------------------------------------
>
> Key: TEIID-3905
> URL: https://issues.jboss.org/browse/TEIID-3905
> Project: Teiid
> Issue Type: Bug
> Affects Versions: 8.7.1.6_2
> Environment: Red Hat JBoss Data Virtualization 6.2 on EAP6.4.0 patched to version 6.4.3,
> JBoss Developer Studio 8.1.0GA with Teiid Designer plugin 9.0.3.Final.v20150810-1438-B1157
> 64-bit Windows 7 environment
> Reporter: Steve Tran
> Assignee: Steven Hawkins
> Priority: Optional
>
> Getting an error when attempting to insert a new row into an virtualized Oracle Table in JDV.
> Here's the query
> INSERT INTO OPENQUERY(testb, 'SELECT * FROM TestVBL.HSI_AGGR_PROC_LK')
> VALUES ('TEST 1:18am', cast (getdate() as date))
> {code}
> OLE DB provider "MSDASQL" for linked server "testb" returned message "Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.".
> Msg 7344, Level 16, State 1, Line 1
> The OLE DB provider "MSDASQL" for linked server "testb" could not INSERT INTO table "[MSDASQL]" because of column "LK_DT". The user did not have permission to write to the column.
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months
[JBoss JIRA] (TEIID-3905) ODBC openquery permission issues when insert oracle date field
by Steve Tran (JIRA)
[ https://issues.jboss.org/browse/TEIID-3905?page=com.atlassian.jira.plugin... ]
Steve Tran updated TEIID-3905:
------------------------------
Priority: Optional (was: Critical)
> ODBC openquery permission issues when insert oracle date field
> --------------------------------------------------------------
>
> Key: TEIID-3905
> URL: https://issues.jboss.org/browse/TEIID-3905
> Project: Teiid
> Issue Type: Bug
> Affects Versions: 8.7.1.6_2
> Environment: Red Hat JBoss Data Virtualization 6.2 on EAP6.4.0 patched to version 6.4.3,
> JBoss Developer Studio 8.1.0GA with Teiid Designer plugin 9.0.3.Final.v20150810-1438-B1157
> 64-bit Windows 7 environment
> Reporter: Steve Tran
> Assignee: Steven Hawkins
> Priority: Optional
>
> Getting an error when attempting to insert a new row into an virtualized Oracle Table in JDV.
> Here's the query
> INSERT INTO OPENQUERY(testb, 'SELECT * FROM TestVBL.HSI_AGGR_PROC_LK')
> VALUES ('TEST 1:18am', cast (getdate() as date))
> {code}
> OLE DB provider "MSDASQL" for linked server "testb" returned message "Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.".
> Msg 7344, Level 16, State 1, Line 1
> The OLE DB provider "MSDASQL" for linked server "testb" could not INSERT INTO table "[MSDASQL]" because of column "LK_DT". The user did not have permission to write to the column.
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months
[JBoss JIRA] (TEIID-3905) ODBC openquery permission issues when insert oracle date field
by Steve Tran (JIRA)
[ https://issues.jboss.org/browse/TEIID-3905?page=com.atlassian.jira.plugin... ]
Steve Tran commented on TEIID-3905:
-----------------------------------
I think this was an ODBC and/or Linked Server configuration issue. I switched my Linked Server setup to use MSDSQL instead of MSDSQL.1 as the provider as suggested from a source I didn't bookmark. I'm able to update my date field now.
Also, the SQL syntax I was using wasn't correct. It should be
{code}
INSERT INTO OPENQUERY(testb, 'SELECT * FROM TestVBL.HSI_AGGR_PROC_LK')
VALUES ('TEST 1:18am', getdate())
{code}
We can close this ticket out as a non-issue.
> ODBC openquery permission issues when insert oracle date field
> --------------------------------------------------------------
>
> Key: TEIID-3905
> URL: https://issues.jboss.org/browse/TEIID-3905
> Project: Teiid
> Issue Type: Bug
> Affects Versions: 8.7.1.6_2
> Environment: Red Hat JBoss Data Virtualization 6.2 on EAP6.4.0 patched to version 6.4.3,
> JBoss Developer Studio 8.1.0GA with Teiid Designer plugin 9.0.3.Final.v20150810-1438-B1157
> 64-bit Windows 7 environment
> Reporter: Steve Tran
> Assignee: Steven Hawkins
> Priority: Critical
>
> Getting an error when attempting to insert a new row into an virtualized Oracle Table in JDV.
> Here's the query
> INSERT INTO OPENQUERY(testb, 'SELECT * FROM TestVBL.HSI_AGGR_PROC_LK')
> VALUES ('TEST 1:18am', cast (getdate() as date))
> {code}
> OLE DB provider "MSDASQL" for linked server "testb" returned message "Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.".
> Msg 7344, Level 16, State 1, Line 1
> The OLE DB provider "MSDASQL" for linked server "testb" could not INSERT INTO table "[MSDASQL]" because of column "LK_DT". The user did not have permission to write to the column.
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months
[JBoss JIRA] (TEIID-3907) Support compensating transactions for updatable non-XA sources
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-3907?page=com.atlassian.jira.plugin... ]
Ramesh Reddy updated TEIID-3907:
--------------------------------
Description: The transaction manager will fully support xa with all xa sources and a single local transaction resource. Beyond that however there is no built-in support for compensating transactions with non-XA sources. There has been work in Narayana on compensating transactions though that could be used by custom web apps consuming Teiid. We would like to eventually offer compensating options for some of our updatable non-XA sources, but it hasn't had sufficient priority yet. (was: From: "Steven Hawkins" <shawkins(a)redhat.com>
To: "Steve Tran" <stran(a)redhat.com>
Cc: "Frederic Hornain" <fhornain(a)redhat.com>, "sme-dataservicesplatform" <sme-dataservicesplatform(a)redhat.com>
Sent: Monday, January 18, 2016 8:30:49 AM
Subject: Re: [RHB] Atomic and distributed transaction
The transaction manager will fully support xa with all xa sources and a single local transaction resource. Beyond that however there is no built-in support for compensating transactions with non-XA sources. There has been work in Narayana on compensating transactions though that could be used by custom web apps consuming Teiid. We would like to eventually offer compensating options for some of our updatable non-XA sources, but it hasn't had sufficient priority yet.)
> Support compensating transactions for updatable non-XA sources
> --------------------------------------------------------------
>
> Key: TEIID-3907
> URL: https://issues.jboss.org/browse/TEIID-3907
> Project: Teiid
> Issue Type: Feature Request
> Components: Server
> Affects Versions: 9.x
> Reporter: Van Halbert
> Assignee: Steven Hawkins
>
> The transaction manager will fully support xa with all xa sources and a single local transaction resource. Beyond that however there is no built-in support for compensating transactions with non-XA sources. There has been work in Narayana on compensating transactions though that could be used by custom web apps consuming Teiid. We would like to eventually offer compensating options for some of our updatable non-XA sources, but it hasn't had sufficient priority yet.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months
[JBoss JIRA] (TEIID-3907) Support compensating transactions for updatable non-XA sources
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3907?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-3907:
---------------------------------------
There will need to be specific sub-issues per source as we would need to work out the appropriate strategy with Narayana - which could include something built-in to the resource adapter, a general user driven feature with language support, customizable hooks for the translator, etc.
> Support compensating transactions for updatable non-XA sources
> --------------------------------------------------------------
>
> Key: TEIID-3907
> URL: https://issues.jboss.org/browse/TEIID-3907
> Project: Teiid
> Issue Type: Feature Request
> Components: Server
> Affects Versions: 9.x
> Reporter: Van Halbert
> Assignee: Steven Hawkins
>
> From: "Steven Hawkins" <shawkins(a)redhat.com>
> To: "Steve Tran" <stran(a)redhat.com>
> Cc: "Frederic Hornain" <fhornain(a)redhat.com>, "sme-dataservicesplatform" <sme-dataservicesplatform(a)redhat.com>
> Sent: Monday, January 18, 2016 8:30:49 AM
> Subject: Re: [RHB] Atomic and distributed transaction
> The transaction manager will fully support xa with all xa sources and a single local transaction resource. Beyond that however there is no built-in support for compensating transactions with non-XA sources. There has been work in Narayana on compensating transactions though that could be used by custom web apps consuming Teiid. We would like to eventually offer compensating options for some of our updatable non-XA sources, but it hasn't had sufficient priority yet.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months