- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I have SAS9.4 Intelligence platform environment connect to other RDBMS with SAS Access Interface ot ODBC.
I have ODBC database server and ODBC library resistered in metadata. I want to limit number of secession that connect outside of RDBMS at same time for server resource reason. Is there any way to cofigure the limitation of concurrent session on ODBC library?
thanks.
Asako
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
@AsakoOkano wrote:
Hi
I have SAS9.4 Intelligence platform environment connect to other RDBMS with SAS Access Interface ot ODBC.
I have ODBC database server and ODBC library resistered in metadata. I want to limit number of secession that connect outside of RDBMS at same time for server resource reason. Is there any way to cofigure the limitation of concurrent session on ODBC library?
thanks.
Asako
Isn't this something you'd typically restrict on the database side?
SAS sessions execute independently from each other and I'm not aware of any repository which registers active connections to a database. As such I wouldn't know how such a limitation could even get implemented on the SAS side.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I haven't seen an option that can be given as integer value to limit connections to DB from SAS Side. This is something you can set on the DB configuration. However there are few options on SAS Side which you can use to optimize your connection to external database. This can be found under Advanced options -> Connection tab of the DB library.
This #SASGF paper has a nice tabular information on all the possible values for this option along with description.
Pg:8 Section: Connection Tab
https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2018/2357-2018.pdf
Thanks!