The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
Sridhar_M
4 years agoContributor
SQL Table Editor connecting to External Database not working
Hi, Can anyone explain why External connection is not working in SQL Table Editor ? The same connection is working for Data Adapter. Screenshot for Data Adapter and it’s working. Screensh...
ckattookaran
4 years agoValued Contributor
Keep in mind that the editor and data adapter works differently. Also, is the user that you are using in the external connection does that user got write access to the tables?
Sridhar_M
4 years agoContributor
Yes, that user has write access.
- ckattookaran4 years agoValued Contributor
What is the error you are getting then? Prior releases won't let you write to a different schema. But I guess you are not on that version.
- Sridhar_M4 years agoContributor
I am just trying a connection from Table editor and getting below error. I am on version 6.4.
- ckattookaran4 years agoValued Contributor
Your data adapter does have aliasing on the SELECT statement. What if you remove the alias as do SELECT * from error_codes? Does that work?
Related Content
- 6 years ago
- 2 months ago
- 1 year ago