Forum Discussion
nerra
Helper II
5 years agoApply parameters to existing dataset
HI All, I have an inherited dataset with an ODBC connection to Redshift defined for the data source. I get an error when I change the actual server name and database name to the parameters "ser...
- 5 years ago
ODBC{"connectionstring":"dsn=" & DSNName }
lbendlin
Super User
5 years agoIt has to be exactly the same DSN definition as you do on your desktop.
Hint: You can export your definitions from your registry, give it to the gateway admin, and they can import it into the registry on all cluster members.
Yes, you can store the username and password. Remember that only report developers have access to the gateway connections, and that they have to authenticate again anyway in order to use the connections. The only issue would be if your gateway user credentials have a wider schema than the developer user credentials. In that case you need to create multiple DSNs, one per schema.