ContributionsMost RecentMost LikesSolutionsSmart Integration Connector (SIC) Error There are data management tasks scheduled, they are designed to extract OneStream data and load to external database. Some failed with below error messages, but they succeeded later on. Just wonderin...Retrieve member property in SQL In Application tab > Dimensions > Entity Dimensions > Member Properties, I have something configured in Text 4 and Text 5 field in Vary By Scenario Type And Time section. The goal is to display thes...Call Data Adapter with GetAdoDataSetForAdapter and Pass Parameter Value The goal is to get underlying dashboard data, I'm developing business rule using VB to call respective data adapter. The issue is, the data adapter has 1 parameter, not sure if it's possible to pass ...Re: Bulk Load DataTable into External Database Table Thanks, I'll give it a try! Bulk Load DataTable into External Database Table I call a data adapter and store results in DataTable in below snippets. How can I bulk load OneStream data in this DataTable to external database table? External database connection is ready and work...SolvedRe: Call Data Adapter in BR and Store Results in External Database Table Thanks for your detailed explanation, really helpful! Call Data Adapter in BR and Store Results in External Database Table I would like to export data from existing OneStream dashboard and load it into external database table. I did some research and below is a draft business rule written in Visual Basic. What it does is...Solved