• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Setting up ODBC Datasources

In Windows Server, to setup datasources, you have to go into the actual DataSources sys admin .msc pane, locate the database server, and setup the datasources.

is there a way to do this via command line? I have to setup identical datasources across mutliple servers and it would be nice if I could just run a batch file or edit a file instead.
 
I take it, you are trying to add a System DSN. So, do it manually and export the registry afterwards. This would let you have the .reg file with the keys/values that get added and you can just execute that .reg file on every server thereafter.
 
Back
Top