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
bennovak
2 years agoNew Contributor III
Special Characters limitations in connection string
Hi Community, does anyone have a list of special characters that OneStream does not allow to be used in passwords for service accounts used for direct connections?
Thank you
4 Replies
- JackLacava
OneStream Employee
Can you describe a bit better what you mean by "direct connections"? Is it Database Connections configured in Application Configuration?
- bennovakNew Contributor III
Hi Jack, we are establishing a database connection to an oracle database. As part of this process, we must load in the connection string for the oracle database, and a portion of that string is the service account name and service account password. We are trying to determine if there are certain special characters that cause issues, such as periods, commas, slashes, quotes.
Thanks
- JackLacava
OneStream Employee
I'm still not entirely sure where you're handling this connection string (in the Server Config Utility? In custom code?), but I believe it has to be https://learn.microsoft.com/en-us/dotnet/framework/data/adonet/connection-string-syntax, so any limitations of that format will apply. You should pay attention to ampersands and particularly semicolons, which will have to be escaped. I don't know if the Oracle driver has any additional requirements.
Related Content
- 2 years ago
- 2 years ago
- 3 years ago
- 3 months ago