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
Bella_Yu
1 year agoNew Contributor III
SaveCustomDataTable Gives Error
I want to load OneStream application data to external database. And there is an existing connection to the target external database. But it gives me below error, could you please help? No idea what i...
sameburn
OneStream Employee
1 year agoHi Bella_Yu
This BRApi is an internal OnesStream function, so will not work for an external table, so this error is expected behaviour
To save to an external table you'll need a different approach as per MarcR suggestion you can open a connection to the external database that way and use native SQL commands eg something like INSERT INTO or BULK INSERT, etc (assuming external target database is SQL)
Hope this helps
Sam
Related Content
- 2 years ago
- 2 months ago
- 4 years ago
- 1 month ago