Forum Discussion
OneStream can connect to an external database. I haven't gone through your code but you will need a connection string that has all the details that OneStream needs to find your database and authenticate, e.g., your IP address and credentials.
I'm assuming you're doing this for testing or learning. If not I would suggest another approach to getting data into OneStream. I'm not sure what you're trying to do but you can obviously upload any file you want into OS and you can create custom tables in OS to store data.
I am doing it for learning and testing purposes. I am sharing the connection string below:
Dim externalConnectionString As String = "Data Source=localhost;Initial Catalog=BusinessRule;trusted_connection=yes;"
Can you let me know about other approaches? Also how can I make it work right now for testing and learning purposes?
- DanielWillis2 months agoValued Contributor
Try this for connection strings: https://www.connectionstrings.com/
Related Content
- 4 months ago
- 3 months ago